From 0c43ce98d70a7513ab1e51f3f1475acdfa989a46 Mon Sep 17 00:00:00 2001 From: Emma Munley <46881325+EmmaMunley@users.noreply.github.com> Date: Fri, 9 Jun 2023 17:31:37 -0400 Subject: [PATCH] Validate Emitted Results from a Pipeline Task This commit adds validation logic in the TaskRun reconciler to ensure thatany results defined within a PipelineSpec are actually produced. --- logs.txt | 16311 +++++++++++++++++++ output | 16311 +++++++++++++++++++ pkg/reconciler/taskrun/taskrun_test.go | 42 +- pkg/reconciler/taskrun/validate_taskrun.go | 107 +- 4 files changed, 32727 insertions(+), 44 deletions(-) create mode 100644 logs.txt create mode 100644 output diff --git a/logs.txt b/logs.txt new file mode 100644 index 00000000000..6aeab51e6c1 --- /dev/null +++ b/logs.txt @@ -0,0 +1,16311 @@ +=== RUN TestTaskRunPipelineRunCancel +=== RUN TestTaskRunPipelineRunCancel/retries=0,status=Cancelled + cancel_test.go:52: Create namespace arendelle-9g7k7 to deploy to + cancel_test.go:52: Verify SA "default" is created in namespace "arendelle-9g7k7" +=== PAUSE TestTaskRunPipelineRunCancel/retries=0,status=Cancelled +=== RUN TestTaskRunPipelineRunCancel/retries=1,status=Cancelled + cancel_test.go:52: Create namespace arendelle-v675j to deploy to + cancel_test.go:52: Verify SA "default" is created in namespace "arendelle-v675j" +=== PAUSE TestTaskRunPipelineRunCancel/retries=1,status=Cancelled +=== CONT TestTaskRunPipelineRunCancel/retries=0,status=Cancelled +=== CONT TestTaskRunPipelineRunCancel/retries=1,status=Cancelled +=== NAME TestTaskRunPipelineRunCancel/retries=0,status=Cancelled + cancel_test.go:73: Creating PipelineRun in namespace arendelle-9g7k7 +=== NAME TestTaskRunPipelineRunCancel/retries=1,status=Cancelled + cancel_test.go:73: Creating PipelineRun in namespace arendelle-v675j +=== NAME TestTaskRunPipelineRunCancel/retries=0,status=Cancelled + cancel_test.go:78: Waiting for Pipelinerun task-run-pipeline-run-cancel-retries-0-st-cpnnhyus in namespace arendelle-9g7k7 to be started +=== NAME TestTaskRunPipelineRunCancel/retries=1,status=Cancelled + cancel_test.go:78: Waiting for Pipelinerun task-run-pipeline-run-cancel-retries-1-st-cupozmor in namespace arendelle-v675j to be started +=== NAME TestTaskRunPipelineRunCancel/retries=0,status=Cancelled + cancel_test.go:89: Waiting for TaskRuns from PipelineRun task-run-pipeline-run-cancel-retries-0-st-cpnnhyus in namespace arendelle-9g7k7 to be running +=== NAME TestTaskRunPipelineRunCancel/retries=1,status=Cancelled + cancel_test.go:89: Waiting for TaskRuns from PipelineRun task-run-pipeline-run-cancel-retries-1-st-cupozmor in namespace arendelle-v675j to be running +=== NAME TestTaskRunPipelineRunCancel/retries=0,status=Cancelled + cancel_test.go:122: Waiting for PipelineRun task-run-pipeline-run-cancel-retries-0-st-cpnnhyus in namespace arendelle-9g7k7 to be cancelled +=== NAME TestTaskRunPipelineRunCancel/retries=1,status=Cancelled + cancel_test.go:122: Waiting for PipelineRun task-run-pipeline-run-cancel-retries-1-st-cupozmor in namespace arendelle-v675j 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-cpnnhyus in namespace arendelle-9g7k7 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-cpnnhyus]] +=== NAME TestTaskRunPipelineRunCancel/retries=1,status=Cancelled + cancel_test.go:127: Waiting for TaskRuns in PipelineRun task-run-pipeline-run-cancel-retries-1-st-cupozmor in namespace arendelle-v675j 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-cupozmor]] +=== 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-cpnnhyus-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-cupozmor-task]] +=== NAME TestTaskRunPipelineRunCancel/retries=0,status=Cancelled + cancel_test.go:185: Deleting namespace arendelle-9g7k7 +=== NAME TestTaskRunPipelineRunCancel/retries=1,status=Cancelled + cancel_test.go:185: Deleting namespace arendelle-v675j +--- PASS: TestTaskRunPipelineRunCancel (0.04s) + --- PASS: TestTaskRunPipelineRunCancel/retries=0,status=Cancelled (12.25s) + --- PASS: TestTaskRunPipelineRunCancel/retries=1,status=Cancelled (12.24s) +=== RUN TestResourceVersionReactor +=== RUN TestResourceVersionReactor/first_resource + logger.go:130: 2023-06-09T17:09:29.514-0400 INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0x140004d7920 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-06-09T17:09:29.514-0400 INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0x140004d7dc0 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 TestBundleConversion +=== PAUSE TestBundleConversion +=== RUN TestCustomTask + custom_task_test.go:70: Create namespace arendelle-rmk2x to deploy to + custom_task_test.go:70: Verify SA "default" is created in namespace "arendelle-rmk2x" + stream.go:305: I 21:09:29.560 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] Creating a new CustomRun object custom-task-qjsbeprb-custom-task-ref + stream.go:305: I 21:09:29.578 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-ref] Reconciling custom-task-qjsbeprb-custom-task-ref + stream.go:305: I 21:09:29.578 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-ref] Reconcile succeeded + stream.go:305: I 21:09:29.578 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-ref] Reconciling custom-task-qjsbeprb-custom-task-ref + stream.go:305: I 21:09:29.580 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] Creating a new CustomRun object custom-task-qjsbeprb-custom-task-spec + stream.go:305: I 21:09:29.580 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-ref] Reconcile succeeded + stream.go:305: I 21:09:29.600 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-spec] Reconciling custom-task-qjsbeprb-custom-task-spec + stream.go:305: I 21:09:29.600 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-spec] Reconcile succeeded + stream.go:305: I 21:09:29.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-spec] Reconciling custom-task-qjsbeprb-custom-task-spec + stream.go:305: I 21:09:29.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-spec] Reconcile succeeded + stream.go:305: I 21:09:29.603 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] PipelineRun custom-task-qjsbeprb status is being set to &{Succeeded Unknown {2023-06-09 21:09:29.603895045 +0000 UTC m=+2399.204245178} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} + stream.go:305: I 21:09:29.752 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] PipelineRun custom-task-qjsbeprb status is being set to &{Succeeded Unknown {2023-06-09 21:09:29 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} + stream.go:305: I 21:09:30.597 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-ref] Reconciling custom-task-qjsbeprb-custom-task-ref + stream.go:305: I 21:09:30.598 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-ref] Reconciling custom-task-qjsbeprb-custom-task-ref + stream.go:305: I 21:09:30.598 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-ref] Reconcile succeeded + stream.go:305: I 21:09:30.599 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-ref] Reconcile succeeded + stream.go:305: I 21:09:30.604 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] PipelineRun custom-task-qjsbeprb status is being set to &{Succeeded Unknown {2023-06-09 21:09:30.603947046 +0000 UTC m=+2400.204297220} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:09:30.617 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-spec] Reconciling custom-task-qjsbeprb-custom-task-spec + stream.go:305: I 21:09:30.618 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-spec] Reconcile succeeded + stream.go:305: I 21:09:30.618 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-spec] Reconciling custom-task-qjsbeprb-custom-task-spec + stream.go:305: I 21:09:30.618 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-spec] Reconcile succeeded + stream.go:305: I 21:09:30.664 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] Creating a new TaskRun object custom-task-qjsbeprb-result-consumer for pipeline task result-consumer + stream.go:305: I 21:09:30.686 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] PipelineRun custom-task-qjsbeprb status is being set to &{Succeeded Unknown {2023-06-09 21:09:30.685208879 +0000 UTC m=+2400.285558845} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:09:30.776 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] Successfully reconciled taskrun custom-task-qjsbeprb-result-consumer/arendelle-rmk2x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 9, 30, 776428296, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:09:30.883 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] Found a TaskRun custom-task-qjsbeprb-result-consumer that was missing from the PipelineRun status + stream.go:305: I 21:09:30.889 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] PipelineRun custom-task-qjsbeprb status is being set to &{Succeeded Unknown {2023-06-09 21:09:30.889149671 +0000 UTC m=+2400.489499637} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:09:30.988 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] PipelineRun custom-task-qjsbeprb status is being set to &{Succeeded Unknown {2023-06-09 21:09:30 +0000 UTC} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:09:31.000 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] Successfully reconciled taskrun custom-task-qjsbeprb-result-consumer/arendelle-rmk2x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 9, 31, 140546, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:09:31.068 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] PipelineRun custom-task-qjsbeprb status is being set to &{Succeeded Unknown {2023-06-09 21:09:30 +0000 UTC} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:09:31.160 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] Successfully reconciled taskrun custom-task-qjsbeprb-result-consumer/arendelle-rmk2x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 9, 31, 160071004, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:09:31.174 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] PipelineRun custom-task-qjsbeprb status is being set to &{Succeeded Unknown {2023-06-09 21:09:30 +0000 UTC} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:09:31.193 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] Successfully reconciled taskrun custom-task-qjsbeprb-result-consumer/arendelle-rmk2x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 9, 31, 193825921, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:09:32.488 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] Successfully reconciled taskrun custom-task-qjsbeprb-result-consumer/arendelle-rmk2x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 9, 32, 486593005, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:09:32.579 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] Successfully reconciled taskrun custom-task-qjsbeprb-result-consumer/arendelle-rmk2x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 9, 32, 579014880, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:09:32.582 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] PipelineRun custom-task-qjsbeprb status is being set to &{Succeeded Unknown {2023-06-09 21:09:30 +0000 UTC} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:09:33.563 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] Successfully reconciled taskrun custom-task-qjsbeprb-result-consumer/arendelle-rmk2x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 9, 33, 563426297, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:09:33.594 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] Successfully reconciled taskrun custom-task-qjsbeprb-result-consumer/arendelle-rmk2x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 9, 33, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:09:33.597 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] Successfully reconciled taskrun custom-task-qjsbeprb-result-consumer/arendelle-rmk2x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 9, 33, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:09:33.597 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] PipelineRun custom-task-qjsbeprb status is being set to &{Succeeded Unknown {2023-06-09 21:09:30 +0000 UTC} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:09:35.604 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] Successfully reconciled taskrun custom-task-qjsbeprb-result-consumer/arendelle-rmk2x with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 9, 35, 604412965, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:09:35.638 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] taskrun done : custom-task-qjsbeprb-result-consumer + stream.go:305: I 21:09:35.654 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] All TaskRuns have finished for PipelineRun custom-task-qjsbeprb so it has finished + stream.go:305: I 21:09:35.654 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] PipelineRun custom-task-qjsbeprb status is being set to &{Succeeded True {2023-06-09 21:09:35.654363382 +0000 UTC m=+2405.254713389} Succeeded Tasks Completed: 3 (Failed: 0, Cancelled 0), Skipped: 0} + stream.go:305: I 21:09:35.658 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] Reconcile succeeded + stream.go:305: I 21:09:35.689 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] Reconcile succeeded + custom_task_test.go:249: Deleting namespace arendelle-rmk2x +--- PASS: TestCustomTask (7.12s) +=== RUN TestPipelineRunCustomTaskTimeout + custom_task_test.go:274: Create namespace arendelle-dc9b2 to deploy to + custom_task_test.go:274: Verify SA "default" is created in namespace "arendelle-dc9b2" + custom_task_test.go:305: Waiting for Pipelinerun pipeline-run-custom-task-timeout-mtarjkxt in namespace arendelle-dc9b2 to be started + stream.go:305: I 21:09:36.676 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] Creating a new CustomRun object pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref + stream.go:305: I 21:09:36.691 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconciling pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref + stream.go:305: I 21:09:36.691 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconcile succeeded + stream.go:305: I 21:09:36.693 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] PipelineRun pipeline-run-custom-task-timeout-mtarjkxt status is being set to &{Succeeded Unknown {2023-06-09 21:09:36.693695215 +0000 UTC m=+2406.294045681} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:09:36.695 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconciling pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref + stream.go:305: I 21:09:36.695 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconcile succeeded + stream.go:305: I 21:09:36.804 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] Found a CustomRun pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref that was missing from the PipelineRun status + stream.go:305: I 21:09:36.807 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] PipelineRun pipeline-run-custom-task-timeout-mtarjkxt status is being set to &{Succeeded Unknown {2023-06-09 21:09:36.807566716 +0000 UTC m=+2406.407917015} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:09:36.905 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] PipelineRun pipeline-run-custom-task-timeout-mtarjkxt status is being set to &{Succeeded Unknown {2023-06-09 21:09:36 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + custom_task_test.go:349: Waiting for PipelineRun pipeline-run-custom-task-timeout-mtarjkxt in namespace arendelle-dc9b2 to be timed out + stream.go:305: I 21:09:37.704 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconciling pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref + stream.go:305: I 21:09:37.706 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] PipelineRun pipeline-run-custom-task-timeout-mtarjkxt status is being set to &{Succeeded Unknown {2023-06-09 21:09:36 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:09:37.705 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconcile succeeded + stream.go:305: I 21:09:37.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconciling pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref + stream.go:305: I 21:09:37.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconcile succeeded + stream.go:305: I 21:09:41.001 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] cancelling CustomRun pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref for timeout + stream.go:305: I 21:09:41.018 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconciling pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref + stream.go:305: I 21:09:41.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] PipelineRun pipeline-run-custom-task-timeout-mtarjkxt status is being set to &{Succeeded False {2023-06-09 21:09:41.018332551 +0000 UTC m=+2410.618682850} PipelineRunTimeout PipelineRun "pipeline-run-custom-task-timeout-mtarjkxt" failed to finish within "5s"} + stream.go:305: I 21:09:41.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconciling pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref + stream.go:305: I 21:09:41.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconcile succeeded + stream.go:305: I 21:09:41.018 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconcile succeeded + stream.go:305: I 21:09:41.039 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] cancelling CustomRun pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref for timeout + stream.go:305: I 21:09:41.053 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] PipelineRun pipeline-run-custom-task-timeout-mtarjkxt status is being set to &{Succeeded False {2023-06-09 21:09:41.053350093 +0000 UTC m=+2410.653700350} PipelineRunTimeout PipelineRun "pipeline-run-custom-task-timeout-mtarjkxt" failed to finish within "5s"} + stream.go:305: I 21:09:41.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] Reconcile succeeded + stream.go:305: I 21:09:41.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] Reconcile succeeded + custom_task_test.go:359: Runs from PipelineRun pipeline-run-custom-task-timeout-mtarjkxt in namespace arendelle-dc9b2 must be cancelled + custom_task_test.go:376: Deleting namespace arendelle-dc9b2 +--- PASS: TestPipelineRunCustomTaskTimeout (5.13s) +=== RUN TestWaitCustomTask_V1Beta1_PipelineRun + custom_task_test.go:404: Create namespace arendelle-hk2q7 to deploy to + custom_task_test.go:404: Verify SA "default" is created in namespace "arendelle-hk2q7" + custom_task_test.go:409: Creating Wait v1beta1.CustomRun Custom Task Controller... +=== RUN TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Has_Succeeded +=== NAME TestWaitCustomTask_V1Beta1_PipelineRun + stream.go:305: I 21:10:19.576 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx] Creating a new CustomRun object wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait + stream.go:305: I 21:10:19.590 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait + stream.go:305: I 21:10:19.591 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait] Reconcile succeeded + stream.go:305: I 21:10:19.594 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait + stream.go:305: I 21:10:19.593 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx status is being set to &{Succeeded Unknown {2023-06-09 21:10:19.593445597 +0000 UTC m=+2449.194026493} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:10:19.594 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait] Reconcile succeeded + stream.go:305: I 21:10:19.789 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx] Found a CustomRun wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait that was missing from the PipelineRun status + stream.go:305: I 21:10:19.800 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx status is being set to &{Succeeded Unknown {2023-06-09 21:10:19.800173888 +0000 UTC m=+2449.400754660} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:10:19.902 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx status is being set to &{Succeeded Unknown {2023-06-09 21:10:19 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:11:19.003 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx] cancelling CustomRun wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait for timeout + stream.go:305: I 21:11:19.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx status is being set to &{Succeeded False {2023-06-09 21:11:19.019239471 +0000 UTC m=+2508.620024312} PipelineRunTimeout PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx" failed to finish within "1m0s"} + stream.go:305: I 21:11:19.020 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait + stream.go:305: I 21:11:19.020 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait] Reconcile succeeded + stream.go:305: I 21:11:19.021 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait + stream.go:305: I 21:11:19.021 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait] Reconcile succeeded + stream.go:305: I 21:11:19.041 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx] cancelling CustomRun wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait for timeout + stream.go:305: I 21:11:19.055 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx status is being set to &{Succeeded False {2023-06-09 21:11:19.055178805 +0000 UTC m=+2508.655963687} PipelineRunTimeout PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx" failed to finish within "1m0s"} + stream.go:305: I 21:11:19.103 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx] Reconcile succeeded + stream.go:305: I 21:11:19.103 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx] Reconcile succeeded +=== NAME TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Has_Succeeded + custom_task_test.go:594: Error waiting for PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx" completion to be Succeeded: "wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx" failed +=== RUN TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Is_Running +=== NAME TestWaitCustomTask_V1Beta1_PipelineRun + stream.go:305: I 21:11:19.610 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau] Creating a new CustomRun object wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait + stream.go:305: I 21:11:19.624 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau status is being set to &{Succeeded Unknown {2023-06-09 21:11:19.623896555 +0000 UTC m=+2509.224681229} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:11:19.624 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait + stream.go:305: I 21:11:19.624 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait] Reconcile succeeded + stream.go:305: I 21:11:19.625 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait + stream.go:305: I 21:11:19.626 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait] Reconcile succeeded + stream.go:305: I 21:11:19.703 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau status is being set to &{Succeeded Unknown {2023-06-09 21:11:19 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:11:19.704 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau status is being set to &{Succeeded Unknown {2023-06-09 21:11:19 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Is_Running + custom_task_test.go:687: CustomRun status differed. -want, +got:   v1beta1.CustomRunStatus{ +    Status: v1.Status{ + -  ObservedGeneration: 1, + +  ObservedGeneration: 0, + -  Conditions: v1.Conditions{{Type: "Succeeded", Status: "Unknown", Reason: "Running"}}, + +  Conditions: nil, +    Annotations: nil, +    }, +    CustomRunStatusFields: {}, +   } +=== RUN TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Failed_When_PipelineRun_Is_Timeout +=== NAME TestWaitCustomTask_V1Beta1_PipelineRun + stream.go:305: I 21:11:20.658 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih] Creating a new CustomRun object wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait + stream.go:305: I 21:11:20.671 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih status is being set to &{Succeeded Unknown {2023-06-09 21:11:20.671101347 +0000 UTC m=+2510.271885979} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:11:20.673 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait + stream.go:305: I 21:11:20.671 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait + stream.go:305: I 21:11:20.673 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait] Reconcile succeeded + stream.go:305: I 21:11:20.673 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait] Reconcile succeeded + stream.go:305: I 21:11:20.767 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih] Found a CustomRun wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait that was missing from the PipelineRun status + stream.go:305: I 21:11:20.775 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih status is being set to &{Succeeded Unknown {2023-06-09 21:11:20.775717208 +0000 UTC m=+2510.376788896} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:11:20.872 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih status is being set to &{Succeeded Unknown {2023-06-09 21:11:20 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:11:21.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih] cancelling CustomRun wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait for timeout + stream.go:305: I 21:11:21.029 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait + stream.go:305: I 21:11:21.029 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait] Reconcile succeeded + stream.go:305: I 21:11:21.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait + stream.go:305: I 21:11:21.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih status is being set to &{Succeeded False {2023-06-09 21:11:21.031294666 +0000 UTC m=+2510.632366396} PipelineRunTimeout PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih" failed to finish within "1s"} + stream.go:305: I 21:11:21.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait] Reconcile succeeded + stream.go:305: I 21:11:21.065 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih] Reconcile succeeded + stream.go:305: I 21:11:21.066 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih] Reconcile succeeded +=== NAME TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Failed_When_PipelineRun_Is_Timeout + custom_task_test.go:687: CustomRun status differed. -want, +got:   v1beta1.CustomRunStatus{ +    Status: v1.Status{ + -  ObservedGeneration: 2, + +  ObservedGeneration: 0, + -  Conditions: v1.Conditions{{Type: "Succeeded", Status: "False", Reason: "Cancelled"}}, + +  Conditions: nil, +    Annotations: nil, +    }, +    CustomRunStatusFields: {}, +   } +=== RUN TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Failed_on_Timeout +=== NAME TestWaitCustomTask_V1Beta1_PipelineRun + stream.go:305: I 21:11:21.695 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj] Creating a new CustomRun object wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait + stream.go:305: I 21:11:21.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait + stream.go:305: I 21:11:21.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait] Reconcile succeeded + stream.go:305: I 21:11:21.710 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait + stream.go:305: I 21:11:21.710 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait] Reconcile succeeded + stream.go:305: I 21:11:21.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj status is being set to &{Succeeded Unknown {2023-06-09 21:11:21.708877042 +0000 UTC m=+2511.309948563} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:11:21.805 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj status is being set to &{Succeeded Unknown {2023-06-09 21:11:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:11:21.807 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj status is being set to &{Succeeded Unknown {2023-06-09 21:11:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:11:24.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau] cancelling CustomRun wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait for timeout + stream.go:305: I 21:11:24.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau status is being set to &{Succeeded False {2023-06-09 21:11:24.028675251 +0000 UTC m=+2513.629746897} PipelineRunTimeout PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau" failed to finish within "5s"} + stream.go:305: I 21:11:24.029 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait + stream.go:305: I 21:11:24.029 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait] Reconcile succeeded + stream.go:305: I 21:11:24.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait + stream.go:305: I 21:11:24.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait] Reconcile succeeded + stream.go:305: I 21:11:24.050 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau] cancelling CustomRun wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait for timeout + stream.go:305: I 21:11:24.068 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau status is being set to &{Succeeded False {2023-06-09 21:11:24.068365834 +0000 UTC m=+2513.669437481} PipelineRunTimeout PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau" failed to finish within "5s"} + stream.go:305: I 21:11:24.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau] Reconcile succeeded + stream.go:305: I 21:11:24.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau] Reconcile succeeded + stream.go:305: I 21:12:21.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj] cancelling CustomRun wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait for timeout + stream.go:305: I 21:12:21.052 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait + stream.go:305: I 21:12:21.052 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj status is being set to &{Succeeded False {2023-06-09 21:12:21.052270166 +0000 UTC m=+2570.620443382} PipelineRunTimeout PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj" failed to finish within "1m0s"} + stream.go:305: I 21:12:21.052 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait] Reconcile succeeded + stream.go:305: I 21:12:21.056 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait + stream.go:305: I 21:12:21.056 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait] Reconcile succeeded + stream.go:305: I 21:12:21.073 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj] Reconcile succeeded + stream.go:305: I 21:12:21.075 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj] Reconcile succeeded +=== NAME TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Failed_on_Timeout + custom_task_test.go:682: -want, +got:   &v1beta1.PipelineRun{ +    ... // 1 ignored field +    ObjectMeta: {Name: "wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj", Namespace: "arendelle-hk2q7", Labels: {"tekton.dev/pipeline": "wait-custom-task-v1-beta1-pipeline-run-wa-wnylkxif"}}, +    Spec: {PipelineRef: &{Name: "wait-custom-task-v1-beta1-pipeline-run-wa-wnylkxif"}, ServiceAccountName: "default", Timeout: &{Duration: s"1m0s"}}, +    Status: v1beta1.PipelineRunStatus{ +    Status: v1.Status{ +    ObservedGeneration: 0, +    Conditions: v1.Conditions{ +    { +    ... // 1 ignored and 3 identical fields + -  Reason: "Failed", + +  Reason: "PipelineRunTimeout", +    ... // 1 ignored field +    }, +    }, +    Annotations: nil, +    }, +    PipelineRunStatusFields: {PipelineSpec: &{Tasks: {{Name: "wait", TaskRef: &{Kind: "Wait", APIVersion: "wait.testing.tekton.dev/v1beta1"}, Params: {{Name: "duration", Value: {Type: "string", StringVal: "2s"}}}, Timeout: &{Duration: s"1s"}}}}, ChildReferences: {{TypeMeta: {APIVersion: "tekton.dev/v1beta1", Kind: "CustomRun"}, Name: "wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait", PipelineTaskName: "wait"}}, Provenance: &{FeatureFlags: &{RunningInEnvWithInjectedSidecars: true, EnableAPIFields: "stable", AwaitSidecarReadiness: true, VerificationNoMatchPolicy: "ignore", ...}}}, +    }, +   } + custom_task_test.go:687: CustomRun status differed. -want, +got:   v1beta1.CustomRunStatus{ +    Status: v1.Status{ + -  ObservedGeneration: 1, + +  ObservedGeneration: 0, + -  Conditions: v1.Conditions{{Type: "Succeeded", Status: "False", Reason: "TimedOut"}}, + +  Conditions: nil, +    Annotations: nil, +    }, +    CustomRunStatusFields: {}, +   } +=== RUN TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Retries_on_Timeout +=== NAME TestWaitCustomTask_V1Beta1_PipelineRun + stream.go:305: I 21:12:21.799 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq] Creating a new CustomRun object wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait + stream.go:305: I 21:12:21.815 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait + stream.go:305: I 21:12:21.816 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait] Reconcile succeeded + stream.go:305: I 21:12:21.817 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq status is being set to &{Succeeded Unknown {2023-06-09 21:12:21.817253083 +0000 UTC m=+2571.385425924} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:12:21.820 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait + stream.go:305: I 21:12:21.821 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait] Reconcile succeeded + stream.go:305: I 21:12:21.918 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq] Found a CustomRun wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait that was missing from the PipelineRun status + stream.go:305: I 21:12:21.922 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq status is being set to &{Succeeded Unknown {2023-06-09 21:12:21.92251075 +0000 UTC m=+2571.490683549} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:12:21.965 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq status is being set to &{Succeeded Unknown {2023-06-09 21:12:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:13:21.009 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq] cancelling CustomRun wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait for timeout + stream.go:305: I 21:13:21.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq status is being set to &{Succeeded False {2023-06-09 21:13:21.028287 +0000 UTC m=+2630.589849368} PipelineRunTimeout PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq" failed to finish within "1m0s"} + stream.go:305: I 21:13:21.028 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait + stream.go:305: I 21:13:21.028 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait] Reconcile succeeded + stream.go:305: I 21:13:21.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait + stream.go:305: I 21:13:21.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait] Reconcile succeeded + stream.go:305: I 21:13:21.054 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq] cancelling CustomRun wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait for timeout + stream.go:305: I 21:13:21.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq status is being set to &{Succeeded False {2023-06-09 21:13:21.09701025 +0000 UTC m=+2630.658572618} PipelineRunTimeout PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq" failed to finish within "1m0s"} + stream.go:305: I 21:13:21.142 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq] Reconcile succeeded + stream.go:305: I 21:13:21.142 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq] Reconcile succeeded +=== NAME TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Retries_on_Timeout + custom_task_test.go:682: -want, +got:   &v1beta1.PipelineRun{ +    ... // 1 ignored field +    ObjectMeta: {Name: "wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq", Namespace: "arendelle-hk2q7", Labels: {"tekton.dev/pipeline": "wait-custom-task-v1-beta1-pipeline-run-wa-ylivsdme"}}, +    Spec: {PipelineRef: &{Name: "wait-custom-task-v1-beta1-pipeline-run-wa-ylivsdme"}, ServiceAccountName: "default", Timeout: &{Duration: s"1m0s"}}, +    Status: v1beta1.PipelineRunStatus{ +    Status: v1.Status{ +    ObservedGeneration: 0, +    Conditions: v1.Conditions{ +    { +    ... // 1 ignored and 3 identical fields + -  Reason: "Failed", + +  Reason: "PipelineRunTimeout", +    ... // 1 ignored field +    }, +    }, +    Annotations: nil, +    }, +    PipelineRunStatusFields: {PipelineSpec: &{Tasks: {{Name: "wait", TaskRef: &{Kind: "Wait", APIVersion: "wait.testing.tekton.dev/v1beta1"}, Retries: 1, Params: {{Name: "duration", Value: {Type: "string", StringVal: "2s"}}}, ...}}}, ChildReferences: {{TypeMeta: {APIVersion: "tekton.dev/v1beta1", Kind: "CustomRun"}, Name: "wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait", PipelineTaskName: "wait"}}, Provenance: &{FeatureFlags: &{RunningInEnvWithInjectedSidecars: true, EnableAPIFields: "stable", AwaitSidecarReadiness: true, VerificationNoMatchPolicy: "ignore", ...}}}, +    }, +   } + custom_task_test.go:687: CustomRun status differed. -want, +got:   v1beta1.CustomRunStatus{ +    Status: v1.Status{ + -  ObservedGeneration: 1, + +  ObservedGeneration: 0, + -  Conditions: v1.Conditions{{Type: "Succeeded", Status: "False", Reason: "TimedOut"}}, + +  Conditions: nil, +    Annotations: nil, +    }, +    CustomRunStatusFields: v1beta1.CustomRunStatusFields{ +    ... // 2 ignored fields +    Results: nil, + -  RetriesStatus: []v1beta1.CustomRunStatus{{Status: v1.Status{ObservedGeneration: 1, Conditions: v1.Conditions{...}}}}, + +  RetriesStatus: nil, +    ExtraFields: {}, +    }, +   } +=== NAME TestWaitCustomTask_V1Beta1_PipelineRun + custom_task_test.go:691: Tearing down Wait v1beta1.CustomRun Custom Task Controller... + custom_task_test.go:691: ############################################ + custom_task_test.go:691: ### Dumping objects from arendelle-hk2q7 ### + custom_task_test.go:691: ############################################ + custom_task_test.go:691: + --- + apiVersion: tekton.dev/v1beta1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:10:19Z" + generation: 1 + name: wait-custom-task-v1-beta1-pipeline-run-wa-ivhfpgmi + namespace: arendelle-hk2q7 + resourceVersion: "1703777" + uid: 89ca513b-80a0-4deb-b272-51bec161d84b + spec: + tasks: + - name: wait + params: + - name: duration + value: 1s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + + --- + apiVersion: tekton.dev/v1beta1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:11:20Z" + generation: 1 + name: wait-custom-task-v1-beta1-pipeline-run-wa-jhkcbwgm + namespace: arendelle-hk2q7 + resourceVersion: "1703953" + uid: 9967fc19-096a-49a1-ab8c-d54b0545272d + spec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + + --- + apiVersion: tekton.dev/v1beta1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:11:19Z" + generation: 1 + name: wait-custom-task-v1-beta1-pipeline-run-wa-wgeujzff + namespace: arendelle-hk2q7 + resourceVersion: "1703944" + uid: 9660bf8c-f4f6-4f2a-8470-37e0f1cf03d7 + spec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + + --- + apiVersion: tekton.dev/v1beta1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:11:21Z" + generation: 1 + name: wait-custom-task-v1-beta1-pipeline-run-wa-wnylkxif + namespace: arendelle-hk2q7 + resourceVersion: "1703968" + uid: ce8053ca-59e0-4b19-860a-f5599c3f5278 + spec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + timeout: 1s + + --- + apiVersion: tekton.dev/v1beta1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:12:21Z" + generation: 1 + name: wait-custom-task-v1-beta1-pipeline-run-wa-ylivsdme + namespace: arendelle-hk2q7 + resourceVersion: "1704127" + uid: 53b70374-2a47-4d4c-b7c7-1285753184ae + spec: + tasks: + - name: wait + params: + - name: duration + value: 2s + retries: 1 + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + timeout: 1s + + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:12:21Z" + generation: 1 + labels: + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-ylivsdme + name: wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq + namespace: arendelle-hk2q7 + resourceVersion: "1704269" + uid: 0dbbdfb5-8d1b-4047-80ba-05063ab8b22f + spec: + pipelineRef: + name: wait-custom-task-v1-beta1-pipeline-run-wa-ylivsdme + serviceAccountName: default + timeout: 1m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: CustomRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait + pipelineTaskName: wait + completionTime: "2023-06-09T21:13:21Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:21Z" + message: PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq" failed + to finish within "1m0s" + reason: PipelineRunTimeout + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: wait + params: + - name: duration + value: 2s + retries: 1 + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + timeout: 1s + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:12:21Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:11:20Z" + generation: 1 + labels: + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-jhkcbwgm + name: wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih + namespace: arendelle-hk2q7 + resourceVersion: "1703964" + uid: 57b00556-bd4d-43bc-b161-2a1447764d61 + spec: + pipelineRef: + name: wait-custom-task-v1-beta1-pipeline-run-wa-jhkcbwgm + serviceAccountName: default + timeout: 1s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: CustomRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait + pipelineTaskName: wait + completionTime: "2023-06-09T21:11:21Z" + conditions: + - lastTransitionTime: "2023-06-09T21:11:21Z" + message: PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih" failed + to finish within "1s" + reason: PipelineRunTimeout + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:11:20Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:10:19Z" + generation: 1 + labels: + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-ivhfpgmi + name: wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx + namespace: arendelle-hk2q7 + resourceVersion: "1703942" + uid: b725fcf4-69ee-4f4c-a43f-d6dd2a526f67 + spec: + pipelineRef: + name: wait-custom-task-v1-beta1-pipeline-run-wa-ivhfpgmi + serviceAccountName: default + timeout: 1m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: CustomRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait + pipelineTaskName: wait + completionTime: "2023-06-09T21:11:19Z" + conditions: + - lastTransitionTime: "2023-06-09T21:11:19Z" + message: PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx" failed + to finish within "1m0s" + reason: PipelineRunTimeout + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: wait + params: + - name: duration + value: 1s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:10:19Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:11:19Z" + generation: 1 + labels: + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-wgeujzff + name: wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau + namespace: arendelle-hk2q7 + resourceVersion: "1703985" + uid: 496fe319-7c6e-4f54-b53e-c5d113bf9262 + spec: + pipelineRef: + name: wait-custom-task-v1-beta1-pipeline-run-wa-wgeujzff + serviceAccountName: default + timeout: 5s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: CustomRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait + pipelineTaskName: wait + completionTime: "2023-06-09T21:11:24Z" + conditions: + - lastTransitionTime: "2023-06-09T21:11:24Z" + message: PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau" failed + to finish within "5s" + reason: PipelineRunTimeout + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:11:19Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:11:21Z" + generation: 1 + labels: + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-wnylkxif + name: wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj + namespace: arendelle-hk2q7 + resourceVersion: "1704123" + uid: 0786d048-de25-4caf-9bf5-45939a8f6171 + spec: + pipelineRef: + name: wait-custom-task-v1-beta1-pipeline-run-wa-wnylkxif + serviceAccountName: default + timeout: 1m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: CustomRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait + pipelineTaskName: wait + completionTime: "2023-06-09T21:12:21Z" + conditions: + - lastTransitionTime: "2023-06-09T21:12:21Z" + message: PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj" failed + to finish within "1m0s" + reason: PipelineRunTimeout + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + timeout: 1s + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:11:21Z" + + --- + apiVersion: tekton.dev/v1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:10:19Z" + generation: 1 + name: wait-custom-task-v1-beta1-pipeline-run-wa-ivhfpgmi + namespace: arendelle-hk2q7 + resourceVersion: "1703777" + uid: 89ca513b-80a0-4deb-b272-51bec161d84b + spec: + tasks: + - name: wait + params: + - name: duration + value: 1s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + + --- + apiVersion: tekton.dev/v1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:11:20Z" + generation: 1 + name: wait-custom-task-v1-beta1-pipeline-run-wa-jhkcbwgm + namespace: arendelle-hk2q7 + resourceVersion: "1703953" + uid: 9967fc19-096a-49a1-ab8c-d54b0545272d + spec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + + --- + apiVersion: tekton.dev/v1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:11:19Z" + generation: 1 + name: wait-custom-task-v1-beta1-pipeline-run-wa-wgeujzff + namespace: arendelle-hk2q7 + resourceVersion: "1703944" + uid: 9660bf8c-f4f6-4f2a-8470-37e0f1cf03d7 + spec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + + --- + apiVersion: tekton.dev/v1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:11:21Z" + generation: 1 + name: wait-custom-task-v1-beta1-pipeline-run-wa-wnylkxif + namespace: arendelle-hk2q7 + resourceVersion: "1703968" + uid: ce8053ca-59e0-4b19-860a-f5599c3f5278 + spec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + timeout: 1s + + --- + apiVersion: tekton.dev/v1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:12:21Z" + generation: 1 + name: wait-custom-task-v1-beta1-pipeline-run-wa-ylivsdme + namespace: arendelle-hk2q7 + resourceVersion: "1704127" + uid: 53b70374-2a47-4d4c-b7c7-1285753184ae + spec: + tasks: + - name: wait + params: + - name: duration + value: 2s + retries: 1 + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + timeout: 1s + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:12:21Z" + generation: 1 + labels: + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-ylivsdme + name: wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq + namespace: arendelle-hk2q7 + resourceVersion: "1704269" + uid: 0dbbdfb5-8d1b-4047-80ba-05063ab8b22f + spec: + pipelineRef: + name: wait-custom-task-v1-beta1-pipeline-run-wa-ylivsdme + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: CustomRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait + pipelineTaskName: wait + completionTime: "2023-06-09T21:13:21Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:21Z" + message: PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq" failed + to finish within "1m0s" + reason: PipelineRunTimeout + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: wait + params: + - name: duration + value: 2s + retries: 1 + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + timeout: 1s + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:12:21Z" + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:11:20Z" + generation: 1 + labels: + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-jhkcbwgm + name: wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih + namespace: arendelle-hk2q7 + resourceVersion: "1703964" + uid: 57b00556-bd4d-43bc-b161-2a1447764d61 + spec: + pipelineRef: + name: wait-custom-task-v1-beta1-pipeline-run-wa-jhkcbwgm + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: CustomRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait + pipelineTaskName: wait + completionTime: "2023-06-09T21:11:21Z" + conditions: + - lastTransitionTime: "2023-06-09T21:11:21Z" + message: PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih" failed + to finish within "1s" + reason: PipelineRunTimeout + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:11:20Z" + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:10:19Z" + generation: 1 + labels: + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-ivhfpgmi + name: wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx + namespace: arendelle-hk2q7 + resourceVersion: "1703942" + uid: b725fcf4-69ee-4f4c-a43f-d6dd2a526f67 + spec: + pipelineRef: + name: wait-custom-task-v1-beta1-pipeline-run-wa-ivhfpgmi + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: CustomRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait + pipelineTaskName: wait + completionTime: "2023-06-09T21:11:19Z" + conditions: + - lastTransitionTime: "2023-06-09T21:11:19Z" + message: PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx" failed + to finish within "1m0s" + reason: PipelineRunTimeout + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: wait + params: + - name: duration + value: 1s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:10:19Z" + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:11:19Z" + generation: 1 + labels: + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-wgeujzff + name: wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau + namespace: arendelle-hk2q7 + resourceVersion: "1703985" + uid: 496fe319-7c6e-4f54-b53e-c5d113bf9262 + spec: + pipelineRef: + name: wait-custom-task-v1-beta1-pipeline-run-wa-wgeujzff + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 5s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: CustomRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait + pipelineTaskName: wait + completionTime: "2023-06-09T21:11:24Z" + conditions: + - lastTransitionTime: "2023-06-09T21:11:24Z" + message: PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau" failed + to finish within "5s" + reason: PipelineRunTimeout + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:11:19Z" + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:11:21Z" + generation: 1 + labels: + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-wnylkxif + name: wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj + namespace: arendelle-hk2q7 + resourceVersion: "1704123" + uid: 0786d048-de25-4caf-9bf5-45939a8f6171 + spec: + pipelineRef: + name: wait-custom-task-v1-beta1-pipeline-run-wa-wnylkxif + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: CustomRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait + pipelineTaskName: wait + completionTime: "2023-06-09T21:12:21Z" + conditions: + - lastTransitionTime: "2023-06-09T21:12:21Z" + message: PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj" failed + to finish within "1m0s" + reason: PipelineRunTimeout + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + timeout: 1s + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:11:21Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: CustomRun + metadata: + creationTimestamp: "2023-06-09T21:12:21Z" + generation: 2 + labels: + tekton.dev/memberOf: tasks + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-ylivsdme + tekton.dev/pipelineRun: wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq + tekton.dev/pipelineTask: wait + name: wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait + namespace: arendelle-hk2q7 + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq + uid: 0dbbdfb5-8d1b-4047-80ba-05063ab8b22f + resourceVersion: "1704267" + uid: 83ba4551-5926-4a30-9c81-c7f5feb03b50 + spec: + customRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + params: + - name: duration + value: 2s + retries: 1 + serviceAccountName: default + status: RunCancelled + statusMessage: CustomRun cancelled as the PipelineRun it belongs to has timed out. + timeout: 1s + status: + extraFields: null + + --- + apiVersion: tekton.dev/v1beta1 + kind: CustomRun + metadata: + creationTimestamp: "2023-06-09T21:11:20Z" + generation: 2 + labels: + tekton.dev/memberOf: tasks + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-jhkcbwgm + tekton.dev/pipelineRun: wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih + tekton.dev/pipelineTask: wait + name: wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait + namespace: arendelle-hk2q7 + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih + uid: 57b00556-bd4d-43bc-b161-2a1447764d61 + resourceVersion: "1703962" + uid: bcbe9c90-3827-48f3-ad20-666b426ec6ba + spec: + customRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + params: + - name: duration + value: 2s + serviceAccountName: default + status: RunCancelled + statusMessage: CustomRun cancelled as the PipelineRun it belongs to has timed out. + status: + extraFields: null + + --- + apiVersion: tekton.dev/v1beta1 + kind: CustomRun + metadata: + creationTimestamp: "2023-06-09T21:10:19Z" + generation: 2 + labels: + tekton.dev/memberOf: tasks + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-ivhfpgmi + tekton.dev/pipelineRun: wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx + tekton.dev/pipelineTask: wait + name: wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait + namespace: arendelle-hk2q7 + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx + uid: b725fcf4-69ee-4f4c-a43f-d6dd2a526f67 + resourceVersion: "1703940" + uid: 42057fc3-30bd-49c5-a687-cecba45b8ec9 + spec: + customRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + params: + - name: duration + value: 1s + serviceAccountName: default + status: RunCancelled + statusMessage: CustomRun cancelled as the PipelineRun it belongs to has timed out. + status: + extraFields: null + + --- + apiVersion: tekton.dev/v1beta1 + kind: CustomRun + metadata: + creationTimestamp: "2023-06-09T21:11:19Z" + generation: 2 + labels: + tekton.dev/memberOf: tasks + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-wgeujzff + tekton.dev/pipelineRun: wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau + tekton.dev/pipelineTask: wait + name: wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait + namespace: arendelle-hk2q7 + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau + uid: 496fe319-7c6e-4f54-b53e-c5d113bf9262 + resourceVersion: "1703983" + uid: b140d171-266d-46a6-bd81-c22cccd76b09 + spec: + customRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + params: + - name: duration + value: 2s + serviceAccountName: default + status: RunCancelled + statusMessage: CustomRun cancelled as the PipelineRun it belongs to has timed out. + status: + extraFields: null + + --- + apiVersion: tekton.dev/v1beta1 + kind: CustomRun + metadata: + creationTimestamp: "2023-06-09T21:11:21Z" + generation: 2 + labels: + tekton.dev/memberOf: tasks + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-wnylkxif + tekton.dev/pipelineRun: wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj + tekton.dev/pipelineTask: wait + name: wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait + namespace: arendelle-hk2q7 + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj + uid: 0786d048-de25-4caf-9bf5-45939a8f6171 + resourceVersion: "1704121" + uid: a7f2a0cf-aa48-4d42-923c-cc2af36297eb + spec: + customRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + params: + - name: duration + value: 2s + serviceAccountName: default + status: RunCancelled + statusMessage: CustomRun cancelled as the PipelineRun it belongs to has timed out. + timeout: 1s + status: + extraFields: null + + custom_task_test.go:691: ##################################################### + custom_task_test.go:691: ### Dumping logs from Pods in the arendelle-hk2q7 ### + custom_task_test.go:691: ##################################################### + custom_task_test.go:691: Not deleting namespace arendelle-hk2q7 +--- FAIL: TestWaitCustomTask_V1Beta1_PipelineRun (225.70s) + --- FAIL: TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Has_Succeeded (60.10s) + --- FAIL: TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Is_Running (1.05s) + --- FAIL: TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Failed_When_PipelineRun_Is_Timeout (1.04s) + --- FAIL: TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Failed_on_Timeout (60.05s) + --- FAIL: TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Retries_on_Timeout (60.05s) +=== RUN TestDAGPipelineRun + dag_test.go:55: Create namespace arendelle-jnb7x to deploy to + dag_test.go:55: Verify SA "default" is created in namespace "arendelle-jnb7x" +=== PAUSE TestDAGPipelineRun +=== RUN TestDuplicatePodTaskRun +=== PAUSE TestDuplicatePodTaskRun +=== RUN TestEntrypointRunningStepsInOrder + entrypoint_test.go:41: Create namespace arendelle-vbtg6 to deploy to + entrypoint_test.go:41: Verify SA "default" is created in namespace "arendelle-vbtg6" +=== PAUSE TestEntrypointRunningStepsInOrder +=== RUN TestHermeticTaskRun + hermetic_taskrun_test.go:40: Create namespace arendelle-dbjhv to deploy to + hermetic_taskrun_test.go:40: Verify SA "default" is created in namespace "arendelle-dbjhv" + 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":"true", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "results-from":"termination-message", "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.01s) +=== RUN TestMissingResultWhenStepErrorIsIgnored + ignore_step_error_test.go:38: Create namespace arendelle-jrkcr to deploy to + ignore_step_error_test.go:38: Verify SA "default" is created in namespace "arendelle-jrkcr" + ignore_step_error_test.go:78: Waiting for PipelineRun in namespace arendelle-jrkcr to fail + stream.go:305: I 21:13:28.584 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp] Creating a new TaskRun object missing-result-when-step-error-is-ignored-dpdletjp-task1 for pipeline task task1 + stream.go:305: I 21:13:28.599 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp] PipelineRun missing-result-when-step-error-is-ignored-dpdletjp status is being set to &{Succeeded Unknown {2023-06-09 21:13:28.599010253 +0000 UTC m=+2638.160572330} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: E 21:13:28.626 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp-task1] Reconcile: Could not find results with names: result1 for task missing-result-when-step-error-is-ignored-dpdletjp-task1 + stream.go:305: E 21:13:28.811 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp-task1] Returned an error err=1 error occurred: + * Could not find results with names: result1 for task missing-result-when-step-error-is-ignored-dpdletjp-task1 + + stream.go:305: I 21:13:28.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp] PipelineRun missing-result-when-step-error-is-ignored-dpdletjp status is being set to &{Succeeded Unknown {2023-06-09 21:13:28 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: E 21:13:28.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp-task1] Reconcile error err=1 error occurred: + * Could not find results with names: result1 for task missing-result-when-step-error-is-ignored-dpdletjp-task1 + + stream.go:305: I 21:13:28.814 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp-task1] taskrun done : missing-result-when-step-error-is-ignored-dpdletjp-task1 + stream.go:305: I 21:13:28.818 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp] All TaskRuns have finished for PipelineRun missing-result-when-step-error-is-ignored-dpdletjp so it has finished + stream.go:305: I 21:13:28.819 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp] PipelineRun missing-result-when-step-error-is-ignored-dpdletjp status is being set to &{Succeeded False {2023-06-09 21:13:28.818927045 +0000 UTC m=+2638.380488996} Failed Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 1} + stream.go:305: I 21:13:28.828 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp-task1] Reconcile succeeded + stream.go:305: I 21:13:28.829 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp-task1] taskrun done : missing-result-when-step-error-is-ignored-dpdletjp-task1 + stream.go:305: I 21:13:28.836 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp-task1] Reconcile succeeded + stream.go:305: I 21:13:28.936 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp] Reconcile succeeded + ignore_step_error_test.go:80: Error waiting for PipelineRun to fail: "missing-result-when-step-error-is-ignored-dpdletjp" completed with the wrong reason: Failed (message: Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 1) + ignore_step_error_test.go:98: task1 should have produced a result before failing the step + panic.go:522: ############################################ + panic.go:522: ### Dumping objects from arendelle-jrkcr ### + panic.go:522: ############################################ + panic.go:522: + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:13:28Z" + generation: 1 + labels: + tekton.dev/pipeline: missing-result-when-step-error-is-ignored-dpdletjp + name: missing-result-when-step-error-is-ignored-dpdletjp + namespace: arendelle-jrkcr + resourceVersion: "1704347" + uid: cc536f93-1783-4abe-9967-8d700019bf0c + spec: + pipelineSpec: + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - image: busybox + name: failing-step + onError: continue + resources: {} + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | + tee $(results.result2.path) + - name: task2 + params: + - name: param1 + value: $(tasks.task1.results.result1) + - name: param2 + value: $(tasks.task1.results.result2) + runAfter: + - task1 + taskSpec: + metadata: {} + params: + - name: param1 + type: string + - name: param2 + type: string + spec: null + steps: + - image: busybox + name: foo + resources: {} + script: exit 0 + serviceAccountName: default + timeout: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: missing-result-when-step-error-is-ignored-dpdletjp-task1 + pipelineTaskName: task1 + completionTime: "2023-06-09T21:13:28Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:28Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 1' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - image: busybox + name: failing-step + onError: continue + resources: {} + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | + tee $(results.result2.path) + - name: task2 + params: + - name: param1 + value: $(tasks.task1.results.result1) + - name: param2 + value: $(tasks.task1.results.result2) + runAfter: + - task1 + taskSpec: + metadata: {} + params: + - name: param1 + type: string + - name: param2 + type: string + spec: null + steps: + - image: busybox + name: foo + resources: {} + script: exit 0 + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: task2 + reason: PipelineRun was stopping + startTime: "2023-06-09T21:13:28Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:28Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: missing-result-when-step-error-is-ignored-dpdletjp + tekton.dev/pipelineRun: missing-result-when-step-error-is-ignored-dpdletjp + tekton.dev/pipelineTask: task1 + name: missing-result-when-step-error-is-ignored-dpdletjp-task1 + namespace: arendelle-jrkcr + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: missing-result-when-step-error-is-ignored-dpdletjp + uid: cc536f93-1783-4abe-9967-8d700019bf0c + resourceVersion: "1704344" + uid: 373a1289-79dc-4333-a8e6-495bbf849c50 + spec: + serviceAccountName: default + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - image: busybox + name: failing-step + onError: continue + resources: {} + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | tee + $(results.result2.path) + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:28Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:28Z" + message: 'Could not find results with names: result1 for task missing-result-when-step-error-is-ignored-dpdletjp-task1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: missing-result-when-step-error-is-ignored-dpdletjp-task1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:28Z" + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - image: busybox + name: failing-step + onError: continue + resources: {} + script: echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 | tee + /tekton/results/result2 + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:28Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: missing-result-when-step-error-is-ignored-dpdletjp + tekton.dev/pipelineRun: missing-result-when-step-error-is-ignored-dpdletjp + tekton.dev/pipelineTask: task1 + name: missing-result-when-step-error-is-ignored-dpdletjp-task1 + namespace: arendelle-jrkcr + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: missing-result-when-step-error-is-ignored-dpdletjp + uid: cc536f93-1783-4abe-9967-8d700019bf0c + resourceVersion: "1704344" + uid: 373a1289-79dc-4333-a8e6-495bbf849c50 + spec: + serviceAccountName: default + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - computeResources: {} + image: busybox + name: failing-step + onError: continue + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | tee + $(results.result2.path) + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:28Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:28Z" + message: 'Could not find results with names: result1 for task missing-result-when-step-error-is-ignored-dpdletjp-task1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: missing-result-when-step-error-is-ignored-dpdletjp-task1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:28Z" + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - computeResources: {} + image: busybox + name: failing-step + onError: continue + script: echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 | tee + /tekton/results/result2 + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:13:28Z" + generation: 1 + labels: + tekton.dev/pipeline: missing-result-when-step-error-is-ignored-dpdletjp + name: missing-result-when-step-error-is-ignored-dpdletjp + namespace: arendelle-jrkcr + resourceVersion: "1704347" + uid: cc536f93-1783-4abe-9967-8d700019bf0c + spec: + pipelineSpec: + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - computeResources: {} + image: busybox + name: failing-step + onError: continue + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | + tee $(results.result2.path) + - name: task2 + params: + - name: param1 + value: $(tasks.task1.results.result1) + - name: param2 + value: $(tasks.task1.results.result2) + runAfter: + - task1 + taskSpec: + metadata: {} + params: + - name: param1 + type: string + - name: param2 + type: string + spec: null + steps: + - computeResources: {} + image: busybox + name: foo + script: exit 0 + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: missing-result-when-step-error-is-ignored-dpdletjp-task1 + pipelineTaskName: task1 + completionTime: "2023-06-09T21:13:28Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:28Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 1' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - computeResources: {} + image: busybox + name: failing-step + onError: continue + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | + tee $(results.result2.path) + - name: task2 + params: + - name: param1 + value: $(tasks.task1.results.result1) + - name: param2 + value: $(tasks.task1.results.result2) + runAfter: + - task1 + taskSpec: + metadata: {} + params: + - name: param1 + type: string + - name: param2 + type: string + spec: null + steps: + - computeResources: {} + image: busybox + name: foo + script: exit 0 + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: task2 + reason: PipelineRun was stopping + startTime: "2023-06-09T21:13:28Z" + + --- + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:28Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: missing-result-when-step-error-is-ignored-dpdletjp + tekton.dev/pipelineRun: missing-result-when-step-error-is-ignored-dpdletjp + tekton.dev/pipelineTask: task1 + tekton.dev/taskRun: missing-result-when-step-error-is-ignored-dpdletjp-task1 + name: missing-result-when-step-error-is-ignored-dpdletjp-task1-pod + namespace: arendelle-jrkcr + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: missing-result-when-step-error-is-ignored-dpdletjp-task1 + uid: 373a1289-79dc-4333-a8e6-495bbf849c50 + resourceVersion: "1704341" + uid: c201fa0e-a735-4d75-a139-bae4bc3279a4 + spec: + activeDeadlineSeconds: 5400 + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -on_error + - continue + - -results + - result1,result2 + - -entrypoint + - /tekton/scripts/script-0-hl8sp + - -- + command: + - /tekton/bin/entrypoint + image: busybox + imagePullPolicy: Always + name: step-failing-step + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-bxtf4 + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-failing-step + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-bxtf4 + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-hl8sp" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQplY2hvIC1uIDEyMyB8IHRlZSAvdGVrdG9uL3Jlc3VsdHMvcmVzdWx0MTsgZXhpdCAxOyBlY2hvIC1uIDQ1NiB8IHRlZSAvdGVrdG9uL3Jlc3VsdHMvcmVzdWx0Mg== + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-bxtf4 + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - name: kube-api-access-bxtf4 + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:28Z" + message: 'containers with incomplete status: [prepare place-scripts]' + reason: ContainersNotInitialized + status: "False" + type: Initialized + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:28Z" + message: 'containers with unready status: [step-failing-step]' + reason: ContainersNotReady + status: "False" + type: Ready + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:28Z" + message: 'containers with unready status: [step-failing-step]' + reason: ContainersNotReady + status: "False" + type: ContainersReady + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:28Z" + status: "True" + type: PodScheduled + containerStatuses: + - image: busybox + imageID: "" + lastState: {} + name: step-failing-step + ready: false + restartCount: 0 + started: false + state: + waiting: + reason: PodInitializing + hostIP: 192.168.49.2 + initContainerStatuses: + - image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imageID: "" + lastState: {} + name: prepare + ready: false + restartCount: 0 + state: + waiting: + reason: PodInitializing + - image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imageID: "" + lastState: {} + name: place-scripts + ready: false + restartCount: 0 + state: + waiting: + reason: PodInitializing + phase: Pending + qosClass: BestEffort + startTime: "2023-06-09T21:13:28Z" + + panic.go:522: ##################################################### + panic.go:522: ### Dumping logs from Pods in the arendelle-jrkcr ### + panic.go:522: ##################################################### + build_logs.go:35: Could not get logs for pod missing-result-when-step-error-is-ignored-dpdletjp-task1-pod: container "step-failing-step" in pod "missing-result-when-step-error-is-ignored-dpdletjp-task1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + build_logs.go:35: Could not get logs for pod missing-result-when-step-error-is-ignored-dpdletjp-task1-pod: container "step-failing-step" in pod "missing-result-when-step-error-is-ignored-dpdletjp-task1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + panic.go:522: Not deleting namespace arendelle-jrkcr +--- FAIL: TestMissingResultWhenStepErrorIsIgnored (1.09s) +=== RUN TestLargerResultsSidecarLogs +=== RUN TestLargerResultsSidecarLogs/larger_results_via_sidecar_logs + larger_results_sidecar_logs_test.go:70: Create namespace arendelle-jmg2c to deploy to + larger_results_sidecar_logs_test.go:70: Verify SA "default" is created in namespace "arendelle-jmg2c" + larger_results_sidecar_logs_test.go:80: Setting up test resources for "larger results via sidecar logs" test in namespace arendelle-jmg2c + larger_results_sidecar_logs_test.go:93: Waiting for PipelineRun larger-results-sidecar-logs in namespace arendelle-jmg2c to complete + larger_results_sidecar_logs_test.go:95: Error waiting for PipelineRun larger-results-sidecar-logs to finish: "larger-results-sidecar-logs" failed + panic.go:522: ############################################ + panic.go:522: ### Dumping objects from arendelle-jmg2c ### + panic.go:522: ############################################ + panic.go:522: + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:13:29Z" + generation: 1 + labels: + tekton.dev/pipeline: larger-results-sidecar-logs + name: larger-results-sidecar-logs + namespace: arendelle-jmg2c + resourceVersion: "1704379" + uid: 8e427dbc-b1fc-4e5c-8c6d-23d381b3bccc + spec: + pipelineSpec: + results: + - description: "" + name: large-result + value: $(tasks.task2.results.large-result) + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - image: alpine + name: step1 + resources: {} + script: | + echo -n "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"| tee $(results.result1.path); + echo -n "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"| tee $(results.result2.path); + - name: task2 + params: + - name: param1 + value: $(tasks.task1.results.result1) + - name: param2 + value: $(tasks.task1.results.result2) + taskSpec: + metadata: {} + params: + - default: abc + name: param1 + type: string + - default: def + name: param2 + type: string + results: + - name: large-result + type: string + spec: null + steps: + - image: alpine + name: step1 + resources: {} + script: | + echo -n "$(params.param1)">> $(results.large-result.path); + echo -n "$(params.param2)">> $(results.large-result.path); + serviceAccountName: default + timeout: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: larger-results-sidecar-logs-task1 + pipelineTaskName: task1 + completionTime: "2023-06-09T21:13:30Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:30Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 1' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + results: + - description: "" + name: large-result + value: $(tasks.task2.results.large-result) + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - image: alpine + name: step1 + resources: {} + script: | + echo -n "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"| tee $(results.result1.path); + echo -n "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"| tee $(results.result2.path); + - name: task2 + params: + - name: param1 + value: $(tasks.task1.results.result1) + - name: param2 + value: $(tasks.task1.results.result2) + taskSpec: + metadata: {} + params: + - default: abc + name: param1 + type: string + - default: def + name: param2 + type: string + results: + - name: large-result + type: string + spec: null + steps: + - image: alpine + name: step1 + resources: {} + script: | + echo -n "$(params.param1)">> $(results.large-result.path); + echo -n "$(params.param2)">> $(results.large-result.path); + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: sidecar-logs + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: task2 + reason: PipelineRun was stopping + startTime: "2023-06-09T21:13:29Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:29Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: larger-results-sidecar-logs + tekton.dev/pipelineRun: larger-results-sidecar-logs + tekton.dev/pipelineTask: task1 + name: larger-results-sidecar-logs-task1 + namespace: arendelle-jmg2c + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: larger-results-sidecar-logs + uid: 8e427dbc-b1fc-4e5c-8c6d-23d381b3bccc + resourceVersion: "1704371" + uid: 5accb5b7-71a8-44ae-81bd-f0a8e3972364 + spec: + serviceAccountName: default + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - image: alpine + name: step1 + resources: {} + script: | + echo -n "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"| tee $(results.result1.path); + echo -n "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"| tee $(results.result2.path); + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:29Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:29Z" + message: 'Could not find results with names: result1 for task larger-results-sidecar-logs-task1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: larger-results-sidecar-logs-task1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: sidecar-logs + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:29Z" + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - image: alpine + name: step1 + resources: {} + script: | + echo -n "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"| tee /tekton/results/result1; + echo -n "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"| tee /tekton/results/result2; + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:29Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: larger-results-sidecar-logs + tekton.dev/pipelineRun: larger-results-sidecar-logs + tekton.dev/pipelineTask: task1 + name: larger-results-sidecar-logs-task1 + namespace: arendelle-jmg2c + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: larger-results-sidecar-logs + uid: 8e427dbc-b1fc-4e5c-8c6d-23d381b3bccc + resourceVersion: "1704371" + uid: 5accb5b7-71a8-44ae-81bd-f0a8e3972364 + spec: + serviceAccountName: default + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - computeResources: {} + image: alpine + name: step1 + script: | + echo -n "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"| tee $(results.result1.path); + echo -n "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"| tee $(results.result2.path); + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:29Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:29Z" + message: 'Could not find results with names: result1 for task larger-results-sidecar-logs-task1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: larger-results-sidecar-logs-task1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: sidecar-logs + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:29Z" + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - computeResources: {} + image: alpine + name: step1 + script: | + echo -n "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"| tee /tekton/results/result1; + echo -n "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"| tee /tekton/results/result2; + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:13:29Z" + generation: 1 + labels: + tekton.dev/pipeline: larger-results-sidecar-logs + name: larger-results-sidecar-logs + namespace: arendelle-jmg2c + resourceVersion: "1704379" + uid: 8e427dbc-b1fc-4e5c-8c6d-23d381b3bccc + spec: + pipelineSpec: + results: + - description: "" + name: large-result + value: $(tasks.task2.results.large-result) + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - computeResources: {} + image: alpine + name: step1 + script: | + echo -n "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"| tee $(results.result1.path); + echo -n "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"| tee $(results.result2.path); + - name: task2 + params: + - name: param1 + value: $(tasks.task1.results.result1) + - name: param2 + value: $(tasks.task1.results.result2) + taskSpec: + metadata: {} + params: + - default: abc + name: param1 + type: string + - default: def + name: param2 + type: string + results: + - name: large-result + type: string + spec: null + steps: + - computeResources: {} + image: alpine + name: step1 + script: | + echo -n "$(params.param1)">> $(results.large-result.path); + echo -n "$(params.param2)">> $(results.large-result.path); + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: larger-results-sidecar-logs-task1 + pipelineTaskName: task1 + completionTime: "2023-06-09T21:13:30Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:30Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 1' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + results: + - description: "" + name: large-result + value: $(tasks.task2.results.large-result) + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - computeResources: {} + image: alpine + name: step1 + script: | + echo -n "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"| tee $(results.result1.path); + echo -n "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"| tee $(results.result2.path); + - name: task2 + params: + - name: param1 + value: $(tasks.task1.results.result1) + - name: param2 + value: $(tasks.task1.results.result2) + taskSpec: + metadata: {} + params: + - default: abc + name: param1 + type: string + - default: def + name: param2 + type: string + results: + - name: large-result + type: string + spec: null + steps: + - computeResources: {} + image: alpine + name: step1 + script: | + echo -n "$(params.param1)">> $(results.large-result.path); + echo -n "$(params.param2)">> $(results.large-result.path); + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: sidecar-logs + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: task2 + reason: PipelineRun was stopping + startTime: "2023-06-09T21:13:29Z" + + --- + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:29Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: larger-results-sidecar-logs + tekton.dev/pipelineRun: larger-results-sidecar-logs + tekton.dev/pipelineTask: task1 + tekton.dev/taskRun: larger-results-sidecar-logs-task1 + name: larger-results-sidecar-logs-task1-pod + namespace: arendelle-jmg2c + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: larger-results-sidecar-logs-task1 + uid: 5accb5b7-71a8-44ae-81bd-f0a8e3972364 + resourceVersion: "1704365" + uid: 14a4e7b1-675a-4b8d-8f19-38670286b28b + spec: + activeDeadlineSeconds: 5400 + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -result_from + - sidecar-logs + - -results + - result1,result2 + - -entrypoint + - /tekton/scripts/script-0-hhsz7 + - -- + command: + - /tekton/bin/entrypoint + image: alpine + imagePullPolicy: Always + name: step-step1 + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-jmn52 + readOnly: true + - command: + - /ko-app/sidecarlogresults + - -results-dir + - /tekton/results + - -result-names + - result1,result2 + image: docker.io/emunley2/sidecarlogresults-7501c6a20d741631510a448b48ab098f@sha256:c6e8dc3359f8dc70fe310b1eba76b805fffd1b0839728dcd51005ce967b0e3fe + imagePullPolicy: IfNotPresent + name: sidecar-tekton-log-results + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + readOnly: true + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-jmn52 + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-step1 + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-jmn52 + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-hhsz7" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQplY2hvIC1uICJhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYSJ8IHRlZSAvdGVrdG9uL3Jlc3VsdHMvcmVzdWx0MTsKZWNobyAtbiAiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmIifCB0ZWUgL3Rla3Rvbi9yZXN1bHRzL3Jlc3VsdDI7Cg== + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-jmn52 + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - name: kube-api-access-jmn52 + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:29Z" + message: 'containers with incomplete status: [prepare place-scripts]' + reason: ContainersNotInitialized + status: "False" + type: Initialized + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:29Z" + message: 'containers with unready status: [step-step1 sidecar-tekton-log-results]' + reason: ContainersNotReady + status: "False" + type: Ready + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:29Z" + message: 'containers with unready status: [step-step1 sidecar-tekton-log-results]' + reason: ContainersNotReady + status: "False" + type: ContainersReady + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:29Z" + status: "True" + type: PodScheduled + containerStatuses: + - image: docker.io/emunley2/sidecarlogresults-7501c6a20d741631510a448b48ab098f@sha256:c6e8dc3359f8dc70fe310b1eba76b805fffd1b0839728dcd51005ce967b0e3fe + imageID: "" + lastState: {} + name: sidecar-tekton-log-results + ready: false + restartCount: 0 + started: false + state: + waiting: + reason: PodInitializing + - image: alpine + imageID: "" + lastState: {} + name: step-step1 + ready: false + restartCount: 0 + started: false + state: + waiting: + reason: PodInitializing + hostIP: 192.168.49.2 + initContainerStatuses: + - image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imageID: "" + lastState: {} + name: prepare + ready: false + restartCount: 0 + state: + waiting: + reason: PodInitializing + - image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imageID: "" + lastState: {} + name: place-scripts + ready: false + restartCount: 0 + state: + waiting: + reason: PodInitializing + phase: Pending + qosClass: BestEffort + startTime: "2023-06-09T21:13:29Z" + + panic.go:522: ##################################################### + panic.go:522: ### Dumping logs from Pods in the arendelle-jmg2c ### + panic.go:522: ##################################################### + build_logs.go:35: Could not get logs for pod larger-results-sidecar-logs-task1-pod: container "step-step1" in pod "larger-results-sidecar-logs-task1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + build_logs.go:35: Could not get logs for pod larger-results-sidecar-logs-task1-pod: container "step-step1" in pod "larger-results-sidecar-logs-task1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + panic.go:522: Not deleting namespace arendelle-jmg2c +--- FAIL: TestLargerResultsSidecarLogs (1.30s) + --- FAIL: TestLargerResultsSidecarLogs/larger_results_via_sidecar_logs (1.25s) +=== RUN TestPipelineLevelFinally_OneDAGTaskFailed_InvalidTaskResult_Failure + pipelinefinally_test.go:50: Create namespace arendelle-nfvhz to deploy to + pipelinefinally_test.go:50: Verify SA "default" is created in namespace "arendelle-nfvhz" + pipelinefinally_test.go:251: Error retrieving TaskRuns for PipelineRun pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy. Expected 8 taskRuns and found 5 taskRuns for: dagtask1, dagtask2, dagtask5, finaltask1, finaltask2 + panic.go:522: ############################################ + panic.go:522: ### Dumping objects from arendelle-nfvhz ### + panic.go:522: ############################################ + panic.go:522: + --- + apiVersion: tekton.dev/v1beta1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + namespace: arendelle-nfvhz + resourceVersion: "1704396" + uid: bb208e1d-7b33-465e-a73f-7563f8dcbf7c + spec: + finally: + - name: finaltask1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + - name: finaltask2 + params: + - name: dagtask1-status + value: $(tasks.dagtask1.status) + - name: dagtask2-status + value: $(tasks.dagtask2.status) + - name: dagtask3-status + value: $(tasks.dagtask3.status) + - name: dagtasks-aggregate-status + value: $(tasks.status) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-intxnhtr + - name: finaltaskconsumingdagtask1 + params: + - name: dagtask-result + value: $(tasks.dagtask1.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: finaltaskconsumingdagtask4 + params: + - name: dagtask-result + value: $(tasks.dagtask4.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: finaltaskconsumingdagtask5 + params: + - name: dagtask-result + value: $(tasks.dagtask5.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: guardedfinaltaskconsumingdagtask4 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask4.results.result) + operator: in + values: + - aResult + - name: guardedfinaltaskusingdagtask5result1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.results.result) + operator: in + values: + - Hello + - name: guardedfinaltaskusingdagtask5result2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.results.result) + operator: notin + values: + - Hello + - name: guardedfinaltaskusingdagtask5status1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.status) + operator: in + values: + - Succeeded + - input: $(tasks.status) + operator: in + values: + - Failed + - name: guardedfinaltaskusingdagtask5status2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.status) + operator: in + values: + - Failed + - input: $(tasks.status) + operator: notin + values: + - Failed + tasks: + - name: dagtask1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-oupcygbz + - name: dagtask2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-fvmlqptw + - name: dagtask3 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + when: + - input: banana + operator: in + values: + - apple + - name: dagtask4 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + when: + - input: foo + operator: notin + values: + - foo + - name: dagtask5 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-kszyrchf + + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + labels: + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + namespace: arendelle-nfvhz + resourceVersion: "1704648" + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + spec: + pipelineRef: + name: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + serviceAccountName: default + timeout: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask1 + pipelineTaskName: dagtask1 + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask2 + pipelineTaskName: dagtask2 + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask5 + pipelineTaskName: dagtask5 + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask1 + pipelineTaskName: finaltask1 + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask2 + pipelineTaskName: finaltask2 + completionTime: "2023-06-09T21:13:55Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:55Z" + message: 'Tasks Completed: 5 (Failed: 3, Cancelled 0), Skipped: 10' + reason: Failed + status: "False" + type: Succeeded + finallyStartTime: "2023-06-09T21:13:50Z" + pipelineSpec: + finally: + - name: finaltask1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + - name: finaltask2 + params: + - name: dagtask1-status + value: $(tasks.dagtask1.status) + - name: dagtask2-status + value: $(tasks.dagtask2.status) + - name: dagtask3-status + value: $(tasks.dagtask3.status) + - name: dagtasks-aggregate-status + value: $(tasks.status) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-intxnhtr + - name: finaltaskconsumingdagtask1 + params: + - name: dagtask-result + value: $(tasks.dagtask1.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: finaltaskconsumingdagtask4 + params: + - name: dagtask-result + value: $(tasks.dagtask4.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: finaltaskconsumingdagtask5 + params: + - name: dagtask-result + value: $(tasks.dagtask5.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: guardedfinaltaskconsumingdagtask4 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask4.results.result) + operator: in + values: + - aResult + - name: guardedfinaltaskusingdagtask5result1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.results.result) + operator: in + values: + - Hello + - name: guardedfinaltaskusingdagtask5result2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.results.result) + operator: notin + values: + - Hello + - name: guardedfinaltaskusingdagtask5status1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.status) + operator: in + values: + - Succeeded + - input: $(tasks.status) + operator: in + values: + - Failed + - name: guardedfinaltaskusingdagtask5status2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.status) + operator: in + values: + - Failed + - input: $(tasks.status) + operator: notin + values: + - Failed + tasks: + - name: dagtask1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-oupcygbz + - name: dagtask2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-fvmlqptw + - name: dagtask3 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + when: + - input: banana + operator: in + values: + - apple + - name: dagtask4 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + when: + - input: foo + operator: notin + values: + - foo + - name: dagtask5 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-kszyrchf + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: dagtask3 + reason: PipelineRun was stopping + whenExpressions: + - input: banana + operator: in + values: + - apple + - name: dagtask4 + reason: PipelineRun was stopping + whenExpressions: + - input: foo + operator: notin + values: + - foo + - name: finaltaskconsumingdagtask1 + reason: Results were missing + - name: finaltaskconsumingdagtask4 + reason: Results were missing + - name: finaltaskconsumingdagtask5 + reason: Results were missing + - name: guardedfinaltaskconsumingdagtask4 + reason: Results were missing + - name: guardedfinaltaskusingdagtask5result1 + reason: Results were missing + - name: guardedfinaltaskusingdagtask5result2 + reason: Results were missing + - name: guardedfinaltaskusingdagtask5status1 + reason: When Expressions evaluated to false + whenExpressions: + - input: Failed + operator: in + values: + - Succeeded + - input: Failed + operator: in + values: + - Failed + - name: guardedfinaltaskusingdagtask5status2 + reason: When Expressions evaluated to false + whenExpressions: + - input: Failed + operator: in + values: + - Failed + - input: Failed + operator: notin + values: + - Failed + startTime: "2023-06-09T21:13:31Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + namespace: arendelle-nfvhz + resourceVersion: "1704390" + uid: 030e8c40-eb04-4998-a699-0c445ed42ee8 + spec: + results: + - name: result + type: string + steps: + - image: alpine + name: "" + resources: {} + script: exit 0 + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-fvmlqptw + namespace: arendelle-nfvhz + resourceVersion: "1704389" + uid: 87f02ad0-195b-4c21-affd-fd64fbd86482 + spec: + steps: + - image: alpine + name: "" + resources: {} + script: sleep 5; exit 0 + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-intxnhtr + namespace: arendelle-nfvhz + resourceVersion: "1704392" + uid: cd938261-34ca-4957-a96b-381505a048b1 + spec: + params: + - name: dagtask1-status + type: string + - name: dagtask2-status + type: string + - name: dagtask3-status + type: string + - name: dagtasks-aggregate-status + type: string + steps: + - image: alpine + name: "" + resources: {} + script: exit 0 + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-kszyrchf + namespace: arendelle-nfvhz + resourceVersion: "1704393" + uid: d9e96a28-2afe-42c7-9fa0-de07aef326d9 + spec: + results: + - name: result + type: string + - name: result + type: string + steps: + - image: alpine + name: "" + resources: {} + script: echo -n "Hello" > $(results.result.path) + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-oupcygbz + namespace: arendelle-nfvhz + resourceVersion: "1704388" + uid: 11b2f55d-49ed-4aba-9f14-1665bec061f1 + spec: + results: + - name: result + type: string + steps: + - image: alpine + name: "" + resources: {} + script: exit 1 + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + namespace: arendelle-nfvhz + resourceVersion: "1704395" + uid: 14aa0eca-1bed-4d2d-9fc8-9180051276af + spec: + steps: + - image: alpine + name: "" + resources: {} + script: exit 0 + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + namespace: arendelle-nfvhz + resourceVersion: "1704394" + uid: 25c26afd-521d-40a0-8071-d416bd1fe760 + spec: + params: + - name: dagtask-result + type: string + steps: + - image: alpine + name: "" + resources: {} + script: exit 0 + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: dagtask1 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-oupcygbz + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask1 + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + resourceVersion: "1704427" + uid: cd43f3ef-e8cc-456c-8f91-7a725e88c012 + spec: + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-oupcygbz + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:31Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:31Z" + message: 'Could not find results with names: result for task pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:31Z" + taskSpec: + results: + - name: result + type: string + steps: + - image: alpine + name: "" + resources: {} + script: exit 1 + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: dagtask2 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-fvmlqptw + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask2 + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + resourceVersion: "1704560" + uid: bc03c9ed-fc87-41ec-8d2f-1e35863167dd + spec: + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-fvmlqptw + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:49Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:49Z" + message: All Steps have completed executing + reason: Succeeded + status: "True" + type: Succeeded + podName: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask2-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:31Z" + steps: + - container: step-unnamed-0 + imageID: docker-pullable://alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11 + name: unnamed-0 + terminated: + containerID: docker://52255590f57afa3d1067ba5f36039981c9f96fdde3f125e49c0016b9300651e3 + exitCode: 0 + finishedAt: "2023-06-09T21:13:48Z" + reason: Completed + startedAt: "2023-06-09T21:13:43Z" + taskSpec: + steps: + - image: alpine + name: "" + resources: {} + script: sleep 5; exit 0 + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: dagtask5 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-kszyrchf + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask5 + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + resourceVersion: "1704454" + uid: f30fa3c8-e56b-47a3-be95-25bd7e438839 + spec: + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-kszyrchf + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:32Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:32Z" + message: 'Could not find results with names: result for task pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask5' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask5-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:32Z" + steps: + - container: step-unnamed-0 + name: unnamed-0 + waiting: + reason: PodInitializing + taskSpec: + results: + - name: result + type: string + - name: result + type: string + steps: + - image: alpine + name: "" + resources: {} + script: echo -n "Hello" > /tekton/results/result + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:49Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: finally + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: finaltask1 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask1 + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + resourceVersion: "1704579" + uid: ac5f284f-85b8-49e8-a166-ea5040f0202a + spec: + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:49Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:49Z" + message: 'Could not find results with names: result for task pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: pipeline-level-finally-one-22837c9d3ea2de9b448883e449110ea5-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:49Z" + taskSpec: + results: + - name: result + type: string + steps: + - image: alpine + name: "" + resources: {} + script: exit 0 + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:49Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: finally + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: finaltask2 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-intxnhtr + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask2 + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + resourceVersion: "1704646" + uid: 86a48aab-e447-4650-96cc-f4c495a5832b + spec: + params: + - name: dagtask1-status + value: Failed + - name: dagtask2-status + value: Succeeded + - name: dagtask3-status + value: None + - name: dagtasks-aggregate-status + value: Failed + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-intxnhtr + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:55Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:55Z" + message: All Steps have completed executing + reason: Succeeded + status: "True" + type: Succeeded + podName: pipeline-level-finally-one-4cf4229c8f7c817f201775ede99b7cc9-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:49Z" + steps: + - container: step-unnamed-0 + imageID: docker-pullable://alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11 + name: unnamed-0 + terminated: + containerID: docker://c379bc39153f9931f6c547e6e4ae00389d8843a4181ed07e2396670b86cc07e0 + exitCode: 0 + finishedAt: "2023-06-09T21:13:55Z" + reason: Completed + startedAt: "2023-06-09T21:13:55Z" + taskSpec: + params: + - name: dagtask1-status + type: string + - name: dagtask2-status + type: string + - name: dagtask3-status + type: string + - name: dagtasks-aggregate-status + type: string + steps: + - image: alpine + name: "" + resources: {} + script: exit 0 + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + namespace: arendelle-nfvhz + resourceVersion: "1704390" + uid: 030e8c40-eb04-4998-a699-0c445ed42ee8 + spec: + results: + - name: result + type: string + steps: + - computeResources: {} + image: alpine + name: "" + script: exit 0 + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-fvmlqptw + namespace: arendelle-nfvhz + resourceVersion: "1704389" + uid: 87f02ad0-195b-4c21-affd-fd64fbd86482 + spec: + steps: + - computeResources: {} + image: alpine + name: "" + script: sleep 5; exit 0 + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-intxnhtr + namespace: arendelle-nfvhz + resourceVersion: "1704392" + uid: cd938261-34ca-4957-a96b-381505a048b1 + spec: + params: + - name: dagtask1-status + type: string + - name: dagtask2-status + type: string + - name: dagtask3-status + type: string + - name: dagtasks-aggregate-status + type: string + steps: + - computeResources: {} + image: alpine + name: "" + script: exit 0 + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-kszyrchf + namespace: arendelle-nfvhz + resourceVersion: "1704393" + uid: d9e96a28-2afe-42c7-9fa0-de07aef326d9 + spec: + results: + - name: result + type: string + - name: result + type: string + steps: + - computeResources: {} + image: alpine + name: "" + script: echo -n "Hello" > $(results.result.path) + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-oupcygbz + namespace: arendelle-nfvhz + resourceVersion: "1704388" + uid: 11b2f55d-49ed-4aba-9f14-1665bec061f1 + spec: + results: + - name: result + type: string + steps: + - computeResources: {} + image: alpine + name: "" + script: exit 1 + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + namespace: arendelle-nfvhz + resourceVersion: "1704395" + uid: 14aa0eca-1bed-4d2d-9fc8-9180051276af + spec: + steps: + - computeResources: {} + image: alpine + name: "" + script: exit 0 + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + namespace: arendelle-nfvhz + resourceVersion: "1704394" + uid: 25c26afd-521d-40a0-8071-d416bd1fe760 + spec: + params: + - name: dagtask-result + type: string + steps: + - computeResources: {} + image: alpine + name: "" + script: exit 0 + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: dagtask1 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-oupcygbz + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask1 + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + resourceVersion: "1704427" + uid: cd43f3ef-e8cc-456c-8f91-7a725e88c012 + spec: + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-oupcygbz + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:31Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:31Z" + message: 'Could not find results with names: result for task pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:31Z" + taskSpec: + results: + - name: result + type: string + steps: + - computeResources: {} + image: alpine + name: "" + script: exit 1 + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: dagtask2 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-fvmlqptw + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask2 + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + resourceVersion: "1704560" + uid: bc03c9ed-fc87-41ec-8d2f-1e35863167dd + spec: + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-fvmlqptw + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:49Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:49Z" + message: All Steps have completed executing + reason: Succeeded + status: "True" + type: Succeeded + podName: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask2-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:31Z" + steps: + - container: step-unnamed-0 + imageID: docker-pullable://alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11 + name: unnamed-0 + terminated: + containerID: docker://52255590f57afa3d1067ba5f36039981c9f96fdde3f125e49c0016b9300651e3 + exitCode: 0 + finishedAt: "2023-06-09T21:13:48Z" + reason: Completed + startedAt: "2023-06-09T21:13:43Z" + taskSpec: + steps: + - computeResources: {} + image: alpine + name: "" + script: sleep 5; exit 0 + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: dagtask5 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-kszyrchf + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask5 + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + resourceVersion: "1704454" + uid: f30fa3c8-e56b-47a3-be95-25bd7e438839 + spec: + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-kszyrchf + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:32Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:32Z" + message: 'Could not find results with names: result for task pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask5' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask5-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:32Z" + steps: + - container: step-unnamed-0 + name: unnamed-0 + waiting: + reason: PodInitializing + taskSpec: + results: + - name: result + type: string + - name: result + type: string + steps: + - computeResources: {} + image: alpine + name: "" + script: echo -n "Hello" > /tekton/results/result + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:49Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: finally + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: finaltask1 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask1 + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + resourceVersion: "1704579" + uid: ac5f284f-85b8-49e8-a166-ea5040f0202a + spec: + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:49Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:49Z" + message: 'Could not find results with names: result for task pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: pipeline-level-finally-one-22837c9d3ea2de9b448883e449110ea5-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:49Z" + taskSpec: + results: + - name: result + type: string + steps: + - computeResources: {} + image: alpine + name: "" + script: exit 0 + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:49Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: finally + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: finaltask2 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-intxnhtr + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask2 + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + resourceVersion: "1704646" + uid: 86a48aab-e447-4650-96cc-f4c495a5832b + spec: + params: + - name: dagtask1-status + value: Failed + - name: dagtask2-status + value: Succeeded + - name: dagtask3-status + value: None + - name: dagtasks-aggregate-status + value: Failed + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-intxnhtr + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:55Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:55Z" + message: All Steps have completed executing + reason: Succeeded + status: "True" + type: Succeeded + podName: pipeline-level-finally-one-4cf4229c8f7c817f201775ede99b7cc9-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:49Z" + steps: + - container: step-unnamed-0 + imageID: docker-pullable://alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11 + name: unnamed-0 + terminated: + containerID: docker://c379bc39153f9931f6c547e6e4ae00389d8843a4181ed07e2396670b86cc07e0 + exitCode: 0 + finishedAt: "2023-06-09T21:13:55Z" + reason: Completed + startedAt: "2023-06-09T21:13:55Z" + taskSpec: + params: + - name: dagtask1-status + type: string + - name: dagtask2-status + type: string + - name: dagtask3-status + type: string + - name: dagtasks-aggregate-status + type: string + steps: + - computeResources: {} + image: alpine + name: "" + script: exit 0 + + --- + apiVersion: tekton.dev/v1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + namespace: arendelle-nfvhz + resourceVersion: "1704396" + uid: bb208e1d-7b33-465e-a73f-7563f8dcbf7c + spec: + finally: + - name: finaltask1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + - name: finaltask2 + params: + - name: dagtask1-status + value: $(tasks.dagtask1.status) + - name: dagtask2-status + value: $(tasks.dagtask2.status) + - name: dagtask3-status + value: $(tasks.dagtask3.status) + - name: dagtasks-aggregate-status + value: $(tasks.status) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-intxnhtr + - name: finaltaskconsumingdagtask1 + params: + - name: dagtask-result + value: $(tasks.dagtask1.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: finaltaskconsumingdagtask4 + params: + - name: dagtask-result + value: $(tasks.dagtask4.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: finaltaskconsumingdagtask5 + params: + - name: dagtask-result + value: $(tasks.dagtask5.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: guardedfinaltaskconsumingdagtask4 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask4.results.result) + operator: in + values: + - aResult + - name: guardedfinaltaskusingdagtask5result1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.results.result) + operator: in + values: + - Hello + - name: guardedfinaltaskusingdagtask5result2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.results.result) + operator: notin + values: + - Hello + - name: guardedfinaltaskusingdagtask5status1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.status) + operator: in + values: + - Succeeded + - input: $(tasks.status) + operator: in + values: + - Failed + - name: guardedfinaltaskusingdagtask5status2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.status) + operator: in + values: + - Failed + - input: $(tasks.status) + operator: notin + values: + - Failed + tasks: + - name: dagtask1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-oupcygbz + - name: dagtask2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-fvmlqptw + - name: dagtask3 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + when: + - input: banana + operator: in + values: + - apple + - name: dagtask4 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + when: + - input: foo + operator: notin + values: + - foo + - name: dagtask5 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-kszyrchf + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + labels: + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + namespace: arendelle-nfvhz + resourceVersion: "1704648" + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + spec: + pipelineRef: + name: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask1 + pipelineTaskName: dagtask1 + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask2 + pipelineTaskName: dagtask2 + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask5 + pipelineTaskName: dagtask5 + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask1 + pipelineTaskName: finaltask1 + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask2 + pipelineTaskName: finaltask2 + completionTime: "2023-06-09T21:13:55Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:55Z" + message: 'Tasks Completed: 5 (Failed: 3, Cancelled 0), Skipped: 10' + reason: Failed + status: "False" + type: Succeeded + finallyStartTime: "2023-06-09T21:13:50Z" + pipelineSpec: + finally: + - name: finaltask1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + - name: finaltask2 + params: + - name: dagtask1-status + value: $(tasks.dagtask1.status) + - name: dagtask2-status + value: $(tasks.dagtask2.status) + - name: dagtask3-status + value: $(tasks.dagtask3.status) + - name: dagtasks-aggregate-status + value: $(tasks.status) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-intxnhtr + - name: finaltaskconsumingdagtask1 + params: + - name: dagtask-result + value: $(tasks.dagtask1.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: finaltaskconsumingdagtask4 + params: + - name: dagtask-result + value: $(tasks.dagtask4.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: finaltaskconsumingdagtask5 + params: + - name: dagtask-result + value: $(tasks.dagtask5.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: guardedfinaltaskconsumingdagtask4 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask4.results.result) + operator: in + values: + - aResult + - name: guardedfinaltaskusingdagtask5result1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.results.result) + operator: in + values: + - Hello + - name: guardedfinaltaskusingdagtask5result2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.results.result) + operator: notin + values: + - Hello + - name: guardedfinaltaskusingdagtask5status1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.status) + operator: in + values: + - Succeeded + - input: $(tasks.status) + operator: in + values: + - Failed + - name: guardedfinaltaskusingdagtask5status2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.status) + operator: in + values: + - Failed + - input: $(tasks.status) + operator: notin + values: + - Failed + tasks: + - name: dagtask1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-oupcygbz + - name: dagtask2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-fvmlqptw + - name: dagtask3 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + when: + - input: banana + operator: in + values: + - apple + - name: dagtask4 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + when: + - input: foo + operator: notin + values: + - foo + - name: dagtask5 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-kszyrchf + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: dagtask3 + reason: PipelineRun was stopping + whenExpressions: + - input: banana + operator: in + values: + - apple + - name: dagtask4 + reason: PipelineRun was stopping + whenExpressions: + - input: foo + operator: notin + values: + - foo + - name: finaltaskconsumingdagtask1 + reason: Results were missing + - name: finaltaskconsumingdagtask4 + reason: Results were missing + - name: finaltaskconsumingdagtask5 + reason: Results were missing + - name: guardedfinaltaskconsumingdagtask4 + reason: Results were missing + - name: guardedfinaltaskusingdagtask5result1 + reason: Results were missing + - name: guardedfinaltaskusingdagtask5result2 + reason: Results were missing + - name: guardedfinaltaskusingdagtask5status1 + reason: When Expressions evaluated to false + whenExpressions: + - input: Failed + operator: in + values: + - Succeeded + - input: Failed + operator: in + values: + - Failed + - name: guardedfinaltaskusingdagtask5status2 + reason: When Expressions evaluated to false + whenExpressions: + - input: Failed + operator: in + values: + - Failed + - input: Failed + operator: notin + values: + - Failed + startTime: "2023-06-09T21:13:31Z" + + --- + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:49Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: finally + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: finaltask1 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + tekton.dev/taskRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask1 + name: pipeline-level-finally-one-22837c9d3ea2de9b448883e449110ea5-pod + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask1 + uid: ac5f284f-85b8-49e8-a166-ea5040f0202a + resourceVersion: "1704636" + uid: 88bade1e-d2cb-48ec-8171-c19faaddd38e + spec: + activeDeadlineSeconds: 5400 + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -results + - result + - -entrypoint + - /tekton/scripts/script-0-kfhcw + - -- + command: + - /tekton/bin/entrypoint + image: alpine + imagePullPolicy: Always + name: step-unnamed-0 + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-9twxp + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-unnamed-0 + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-9twxp + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-kfhcw" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQpleGl0IDA= + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-9twxp + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - name: kube-api-access-9twxp + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:53Z" + status: "True" + type: Initialized + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:54Z" + status: "True" + type: Ready + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:54Z" + status: "True" + type: ContainersReady + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:49Z" + status: "True" + type: PodScheduled + containerStatuses: + - containerID: docker://39a9f9730c22408757a7244a7122733f34f6063442f6ef76d42d3ff60a3f5b4c + image: alpine:latest + imageID: docker-pullable://alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11 + lastState: {} + name: step-unnamed-0 + ready: true + restartCount: 0 + started: true + state: + running: + startedAt: "2023-06-09T21:13:54Z" + hostIP: 192.168.49.2 + initContainerStatuses: + - containerID: docker://0d76a1d9c9ae23f7e5b59b5b8efc7ae337655a46d8e14ec6813614a227eddc62 + image: sha256:92fba2111c0552b67691cef729045b83a20a58318a65fad548a46e95fe2a1d5d + imageID: docker-pullable://emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + lastState: {} + name: prepare + ready: true + restartCount: 0 + state: + terminated: + containerID: docker://0d76a1d9c9ae23f7e5b59b5b8efc7ae337655a46d8e14ec6813614a227eddc62 + exitCode: 0 + finishedAt: "2023-06-09T21:13:52Z" + reason: Completed + startedAt: "2023-06-09T21:13:51Z" + - containerID: docker://af81133ff40d1ddecb6c10903c78b0880a3bba7693a4c955368adc5ca8f13dcc + image: sha256:ae017bc447b9b6c5a7451e9da3d74e489263327a55a71d73a121193a583e1a16 + imageID: docker-pullable://cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + lastState: {} + name: place-scripts + ready: true + restartCount: 0 + state: + terminated: + containerID: docker://af81133ff40d1ddecb6c10903c78b0880a3bba7693a4c955368adc5ca8f13dcc + exitCode: 0 + finishedAt: "2023-06-09T21:13:53Z" + reason: Completed + startedAt: "2023-06-09T21:13:52Z" + phase: Running + podIP: 10.244.5.70 + podIPs: + - ip: 10.244.5.70 + qosClass: BestEffort + startTime: "2023-06-09T21:13:49Z" + + --- + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + tekton.dev/ready: READY + creationTimestamp: "2023-06-09T21:13:49Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: finally + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: finaltask2 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-intxnhtr + tekton.dev/taskRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask2 + name: pipeline-level-finally-one-4cf4229c8f7c817f201775ede99b7cc9-pod + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask2 + uid: 86a48aab-e447-4650-96cc-f4c495a5832b + resourceVersion: "1704644" + uid: bf528f79-f6fe-4742-b925-de50594cbb8b + spec: + activeDeadlineSeconds: 5400 + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -entrypoint + - /tekton/scripts/script-0-hv76v + - -- + command: + - /tekton/bin/entrypoint + image: alpine + imagePullPolicy: Always + name: step-unnamed-0 + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-p2ntw + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-unnamed-0 + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-p2ntw + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-hv76v" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQpleGl0IDA= + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-p2ntw + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - name: kube-api-access-p2ntw + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:53Z" + reason: PodCompleted + status: "True" + type: Initialized + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:55Z" + reason: PodCompleted + status: "False" + type: Ready + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:55Z" + reason: PodCompleted + status: "False" + type: ContainersReady + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:49Z" + status: "True" + type: PodScheduled + containerStatuses: + - containerID: docker://c379bc39153f9931f6c547e6e4ae00389d8843a4181ed07e2396670b86cc07e0 + image: alpine:latest + imageID: docker-pullable://alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11 + lastState: {} + name: step-unnamed-0 + ready: false + restartCount: 0 + started: false + state: + terminated: + containerID: docker://c379bc39153f9931f6c547e6e4ae00389d8843a4181ed07e2396670b86cc07e0 + exitCode: 0 + finishedAt: "2023-06-09T21:13:55Z" + message: '[{"key":"StartedAt","value":"2023-06-09T21:13:55.671Z","type":3}]' + reason: Completed + startedAt: "2023-06-09T21:13:54Z" + hostIP: 192.168.49.2 + initContainerStatuses: + - containerID: docker://5f18d9a0ac5ad66e56ea65df52a98e3b1accfccea0fbdc7e6b6174ead2f1cc8e + image: sha256:92fba2111c0552b67691cef729045b83a20a58318a65fad548a46e95fe2a1d5d + imageID: docker-pullable://emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + lastState: {} + name: prepare + ready: true + restartCount: 0 + state: + terminated: + containerID: docker://5f18d9a0ac5ad66e56ea65df52a98e3b1accfccea0fbdc7e6b6174ead2f1cc8e + exitCode: 0 + finishedAt: "2023-06-09T21:13:52Z" + reason: Completed + startedAt: "2023-06-09T21:13:51Z" + - containerID: docker://c5f0fb0a46b9cca40c97e950cc9268da7ddbf364cb0abf6413454a7ae77c2a1d + image: sha256:ae017bc447b9b6c5a7451e9da3d74e489263327a55a71d73a121193a583e1a16 + imageID: docker-pullable://cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + lastState: {} + name: place-scripts + ready: true + restartCount: 0 + state: + terminated: + containerID: docker://c5f0fb0a46b9cca40c97e950cc9268da7ddbf364cb0abf6413454a7ae77c2a1d + exitCode: 0 + finishedAt: "2023-06-09T21:13:53Z" + reason: Completed + startedAt: "2023-06-09T21:13:52Z" + phase: Running + podIP: 10.244.5.71 + podIPs: + - ip: 10.244.5.71 + qosClass: BestEffort + startTime: "2023-06-09T21:13:49Z" + + --- + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:31Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: dagtask1 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-oupcygbz + tekton.dev/taskRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask1 + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask1-pod + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask1 + uid: cd43f3ef-e8cc-456c-8f91-7a725e88c012 + resourceVersion: "1704519" + uid: 148ab9a2-87eb-42e0-a5f2-fe4b2a798944 + spec: + activeDeadlineSeconds: 5400 + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -results + - result + - -entrypoint + - /tekton/scripts/script-0-rzg85 + - -- + command: + - /tekton/bin/entrypoint + image: alpine + imagePullPolicy: Always + name: step-unnamed-0 + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-st4ms + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-unnamed-0 + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-st4ms + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-rzg85" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQpleGl0IDE= + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-st4ms + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - name: kube-api-access-st4ms + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:35Z" + status: "True" + type: Initialized + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:36Z" + status: "True" + type: Ready + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:36Z" + status: "True" + type: ContainersReady + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:31Z" + status: "True" + type: PodScheduled + containerStatuses: + - containerID: docker://ee7d40c86dbfa59d153122e9348108f9b2f037c05d1810ca51f1f95b160bb7d3 + image: alpine:latest + imageID: docker-pullable://alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11 + lastState: {} + name: step-unnamed-0 + ready: true + restartCount: 0 + started: true + state: + running: + startedAt: "2023-06-09T21:13:36Z" + hostIP: 192.168.49.2 + initContainerStatuses: + - containerID: docker://8cb0a733db8e9ec8686704f0f8842285b85c9081c362e21eca2491fbeb082f0b + image: sha256:92fba2111c0552b67691cef729045b83a20a58318a65fad548a46e95fe2a1d5d + imageID: docker-pullable://emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + lastState: {} + name: prepare + ready: true + restartCount: 0 + state: + terminated: + containerID: docker://8cb0a733db8e9ec8686704f0f8842285b85c9081c362e21eca2491fbeb082f0b + exitCode: 0 + finishedAt: "2023-06-09T21:13:34Z" + reason: Completed + startedAt: "2023-06-09T21:13:32Z" + - containerID: docker://ffdba7f4ef1cf65f61d0494ca285a11fee72ec1f98b632a69c5e5cd00f300972 + image: sha256:ae017bc447b9b6c5a7451e9da3d74e489263327a55a71d73a121193a583e1a16 + imageID: docker-pullable://cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + lastState: {} + name: place-scripts + ready: true + restartCount: 0 + state: + terminated: + containerID: docker://ffdba7f4ef1cf65f61d0494ca285a11fee72ec1f98b632a69c5e5cd00f300972 + exitCode: 0 + finishedAt: "2023-06-09T21:13:35Z" + reason: Completed + startedAt: "2023-06-09T21:13:34Z" + phase: Running + podIP: 10.244.5.67 + podIPs: + - ip: 10.244.5.67 + qosClass: BestEffort + startTime: "2023-06-09T21:13:31Z" + + --- + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + tekton.dev/ready: READY + creationTimestamp: "2023-06-09T21:13:31Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: dagtask2 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-fvmlqptw + tekton.dev/taskRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask2 + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask2-pod + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask2 + uid: bc03c9ed-fc87-41ec-8d2f-1e35863167dd + resourceVersion: "1704608" + uid: d328de45-c288-4afe-b576-60c644b5c2c0 + spec: + activeDeadlineSeconds: 5400 + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -entrypoint + - /tekton/scripts/script-0-tf26q + - -- + command: + - /tekton/bin/entrypoint + image: alpine + imagePullPolicy: Always + name: step-unnamed-0 + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-rjdtk + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-unnamed-0 + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-rjdtk + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-tf26q" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQpzbGVlcCA1OyBleGl0IDA= + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-rjdtk + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - name: kube-api-access-rjdtk + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:36Z" + reason: PodCompleted + status: "True" + type: Initialized + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:49Z" + reason: PodCompleted + status: "False" + type: Ready + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:49Z" + reason: PodCompleted + status: "False" + type: ContainersReady + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:31Z" + status: "True" + type: PodScheduled + containerStatuses: + - containerID: docker://52255590f57afa3d1067ba5f36039981c9f96fdde3f125e49c0016b9300651e3 + image: alpine:latest + imageID: docker-pullable://alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11 + lastState: {} + name: step-unnamed-0 + ready: false + restartCount: 0 + started: false + state: + terminated: + containerID: docker://52255590f57afa3d1067ba5f36039981c9f96fdde3f125e49c0016b9300651e3 + exitCode: 0 + finishedAt: "2023-06-09T21:13:48Z" + message: '[{"key":"StartedAt","value":"2023-06-09T21:13:43.524Z","type":3}]' + reason: Completed + startedAt: "2023-06-09T21:13:42Z" + hostIP: 192.168.49.2 + initContainerStatuses: + - containerID: docker://25c8d9d02d4ba311b18ea472b9246d5d30fd5fc608b504f9eba66541b3fd0ef3 + image: sha256:92fba2111c0552b67691cef729045b83a20a58318a65fad548a46e95fe2a1d5d + imageID: docker-pullable://emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + lastState: {} + name: prepare + ready: true + restartCount: 0 + state: + terminated: + containerID: docker://25c8d9d02d4ba311b18ea472b9246d5d30fd5fc608b504f9eba66541b3fd0ef3 + exitCode: 0 + finishedAt: "2023-06-09T21:13:34Z" + reason: Completed + startedAt: "2023-06-09T21:13:33Z" + - containerID: docker://f2fae7df005ed1de5e9659b0b614b567ef78c2d2e3751ed03fcc0f3a46b25fef + image: sha256:ae017bc447b9b6c5a7451e9da3d74e489263327a55a71d73a121193a583e1a16 + imageID: docker-pullable://cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + lastState: {} + name: place-scripts + ready: true + restartCount: 0 + state: + terminated: + containerID: docker://f2fae7df005ed1de5e9659b0b614b567ef78c2d2e3751ed03fcc0f3a46b25fef + exitCode: 0 + finishedAt: "2023-06-09T21:13:36Z" + reason: Completed + startedAt: "2023-06-09T21:13:35Z" + phase: Succeeded + podIP: 10.244.5.68 + podIPs: + - ip: 10.244.5.68 + qosClass: BestEffort + startTime: "2023-06-09T21:13:31Z" + + --- + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:32Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: dagtask5 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-kszyrchf + tekton.dev/taskRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask5 + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask5-pod + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask5 + uid: f30fa3c8-e56b-47a3-be95-25bd7e438839 + resourceVersion: "1704538" + uid: 17f5db6d-3ce9-4a43-93f6-f377518bffe5 + spec: + activeDeadlineSeconds: 5400 + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -results + - result,result + - -entrypoint + - /tekton/scripts/script-0-gjzdc + - -- + command: + - /tekton/bin/entrypoint + image: alpine + imagePullPolicy: Always + name: step-unnamed-0 + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-l5ktp + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-unnamed-0 + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-l5ktp + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-gjzdc" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQplY2hvIC1uICJIZWxsbyIgPiAvdGVrdG9uL3Jlc3VsdHMvcmVzdWx0 + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-l5ktp + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - name: kube-api-access-l5ktp + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:36Z" + status: "True" + type: Initialized + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:43Z" + status: "True" + type: Ready + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:43Z" + status: "True" + type: ContainersReady + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:32Z" + status: "True" + type: PodScheduled + containerStatuses: + - containerID: docker://e8eae20311a4e493621d7aa40c6fee4fa0314a4516127ab49009be9630d3f1d3 + image: alpine:latest + imageID: docker-pullable://alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11 + lastState: {} + name: step-unnamed-0 + ready: true + restartCount: 0 + started: true + state: + running: + startedAt: "2023-06-09T21:13:42Z" + hostIP: 192.168.49.2 + initContainerStatuses: + - containerID: docker://782431a7207001f771d1a5a4b98422d64561f0b7be1d2a58bb2110b4768d6f2e + image: sha256:92fba2111c0552b67691cef729045b83a20a58318a65fad548a46e95fe2a1d5d + imageID: docker-pullable://emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + lastState: {} + name: prepare + ready: true + restartCount: 0 + state: + terminated: + containerID: docker://782431a7207001f771d1a5a4b98422d64561f0b7be1d2a58bb2110b4768d6f2e + exitCode: 0 + finishedAt: "2023-06-09T21:13:34Z" + reason: Completed + startedAt: "2023-06-09T21:13:33Z" + - containerID: docker://4436165c0c85a90729bb73ec61396ab26f65cadf4ccbb4a1bb0cbe1b7596b56c + image: sha256:ae017bc447b9b6c5a7451e9da3d74e489263327a55a71d73a121193a583e1a16 + imageID: docker-pullable://cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + lastState: {} + name: place-scripts + ready: true + restartCount: 0 + state: + terminated: + containerID: docker://4436165c0c85a90729bb73ec61396ab26f65cadf4ccbb4a1bb0cbe1b7596b56c + exitCode: 0 + finishedAt: "2023-06-09T21:13:36Z" + reason: Completed + startedAt: "2023-06-09T21:13:35Z" + phase: Running + podIP: 10.244.5.69 + podIPs: + - ip: 10.244.5.69 + qosClass: BestEffort + startTime: "2023-06-09T21:13:32Z" + + panic.go:522: ##################################################### + panic.go:522: ### Dumping logs from Pods in the arendelle-nfvhz ### + panic.go:522: ##################################################### + build_logs.go:37: build logs + >>> Container step-unnamed-0: + build_logs.go:37: build logs + >>> Container step-unnamed-0: + build_logs.go:37: build logs + >>> Container step-unnamed-0: + build_logs.go:37: build logs + >>> Container step-unnamed-0: + build_logs.go:37: build logs + >>> Container step-unnamed-0: + build_logs.go:37: build logs + >>> Container step-unnamed-0: + build_logs.go:37: build logs + >>> Container step-unnamed-0: + build_logs.go:37: build logs + >>> Container step-unnamed-0: + build_logs.go:37: build logs + >>> Container step-unnamed-0: + build_logs.go:37: build logs + >>> Container step-unnamed-0: + panic.go:522: Not deleting namespace arendelle-nfvhz +--- FAIL: TestPipelineLevelFinally_OneDAGTaskFailed_InvalidTaskResult_Failure (27.71s) +=== RUN TestPipelineLevelFinally_OneFinalTaskFailed_Failure + pipelinefinally_test.go:400: Create namespace arendelle-9xdc4 to deploy to + pipelinefinally_test.go:400: Verify SA "default" is created in namespace "arendelle-9xdc4" + pipelinefinally_test.go:462: Deleting namespace arendelle-9xdc4 +--- PASS: TestPipelineLevelFinally_OneFinalTaskFailed_Failure (10.07s) +=== RUN TestPipelineLevelFinally_OneFinalTask_CancelledRunFinally + pipelinefinally_test.go:468: Create namespace arendelle-8222k to deploy to + pipelinefinally_test.go:468: Verify SA "default" is created in namespace "arendelle-8222k" + 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":"true", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "results-from":"termination-message", "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.01s) +=== RUN TestPipelineLevelFinally_OneFinalTask_StoppedRunFinally + pipelinefinally_test.go:583: Create namespace arendelle-mkqq6 to deploy to + pipelinefinally_test.go:583: Verify SA "default" is created in namespace "arendelle-mkqq6" + 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":"true", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "results-from":"termination-message", "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.01s) +=== RUN TestPipelineRunStatusSpec +=== PAUSE TestPipelineRunStatusSpec +=== RUN TestPipelineRun +=== PAUSE TestPipelineRun +=== RUN TestPipelineRunRefDeleted + pipelinerun_test.go:429: Create namespace arendelle-bgndc to deploy to + pipelinerun_test.go:429: Verify SA "default" is created in namespace "arendelle-bgndc" + pipelinerun_test.go:436: Creating Pipeline, and PipelineRun pipeline-run-ref-deleted-kvczbora in namespace arendelle-bgndc + pipelinerun_test.go:479: Waiting for PipelineRun pipeline-run-ref-deleted-kvczbora in namespace arendelle-bgndc to complete + stream.go:305: I 21:14:08.769 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] Creating a new TaskRun object pipeline-run-ref-deleted-kvczbora-step1 for pipeline task step1 + stream.go:305: I 21:14:08.784 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:08.783939175 +0000 UTC m=+2678.345213682} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:14:08.803 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 8, 803618716, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:14:08.903 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] Found a TaskRun pipeline-run-ref-deleted-kvczbora-step1 that was missing from the PipelineRun status + stream.go:305: I 21:14:08.909 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:08.909752675 +0000 UTC m=+2678.471027057} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:14:08.934 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 8, 934665133, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:09.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:08 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:14:09.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 9, 36011008, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:09.039 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:08 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:14:09.064 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 9, 64536592, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:09.656 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 9, 656480967, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + pipelinerun_test.go:488: Waiting for PipelineRun pipeline-run-ref-deleted-kvczbora in namespace arendelle-bgndc to complete + stream.go:305: I 21:14:10.726 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 10, 726342926, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:14:10.752 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 10, 752445592, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:14:10.756 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:08 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:14:11.795 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 11, 795052093, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\""} + stream.go:305: I 21:14:11.827 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 11, 827015885, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\""} + stream.go:305: I 21:14:11.827 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:08 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:14:12.861 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 12, 861380218, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:14:12.885 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 12, 885350927, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:14:12.900 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:08 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:14:12.920 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 12, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:14:25.447 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 25, 447394918, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:14:25.473 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] taskrun done : pipeline-run-ref-deleted-kvczbora-step1 + stream.go:305: I 21:14:25.477 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] Creating a new TaskRun object pipeline-run-ref-deleted-kvczbora-step2 for pipeline task step2 + stream.go:305: I 21:14:25.479 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Reconcile succeeded + stream.go:305: I 21:14:25.499 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:25.499639668 +0000 UTC m=+2695.060704856} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:25.522 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step2/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 25, 521192793, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:14:25.597 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:25 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:25.606 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:25 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:25.648 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step2/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 25, 648240043, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:25.654 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:25 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:25.695 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step2/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 25, 695348919, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:25.698 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:25 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:26.822 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step2/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 26, 822106044, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:14:26.918 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step2/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 26, 918259169, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:14:26.927 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:25 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:27.934 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] taskrun done : pipeline-run-ref-deleted-kvczbora-step1 + stream.go:305: I 21:14:27.940 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Reconcile succeeded + stream.go:305: I 21:14:27.956 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step2/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 27, 956007170, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\""} + stream.go:305: I 21:14:28.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step2/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 28, 18940461, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\""} + stream.go:305: I 21:14:28.020 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:25 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:29.037 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step2/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 29, 37230920, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:14:29.100 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step2/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 29, 100481462, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:14:29.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:25 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:29.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step2/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 29, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:14:40.759 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step2/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 40, 758524134, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:14:40.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] taskrun done : pipeline-run-ref-deleted-kvczbora-step2 + stream.go:305: I 21:14:40.820 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] All TaskRuns have finished for PipelineRun pipeline-run-ref-deleted-kvczbora so it has finished + stream.go:305: I 21:14:40.820 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Reconcile succeeded + stream.go:305: I 21:14:40.820 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded True {2023-06-09 21:14:40.820685967 +0000 UTC m=+2710.381751196} Succeeded Tasks Completed: 2 (Failed: 0, Cancelled 0), Skipped: 0} + stream.go:305: I 21:14:40.899 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] Reconcile succeeded + pipelinerun_test.go:492: Deleting namespace arendelle-bgndc +--- PASS: TestPipelineRunRefDeleted (33.05s) +=== RUN TestPipelineRunPending + pipelinerun_test.go:502: Create namespace arendelle-6tjlq to deploy to + pipelinerun_test.go:502: Verify SA "default" is created in namespace "arendelle-6tjlq" + pipelinerun_test.go:511: Creating Task, Pipeline, and Pending PipelineRun pipeline-run-pending-havhqcit in namespace arendelle-6tjlq + pipelinerun_test.go:552: Waiting for PipelineRun pipeline-run-pending-havhqcit in namespace arendelle-6tjlq to be marked pending + stream.go:305: I 21:14:41.906 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] Reconcile succeeded + stream.go:305: I 21:14:41.907 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] Reconcile succeeded + stream.go:305: I 21:14:41.907 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] Reconcile succeeded + pipelinerun_test.go:557: Clearing pending status on PipelineRun pipeline-run-pending-havhqcit + pipelinerun_test.go:574: Waiting for PipelineRun pipeline-run-pending-havhqcit in namespace arendelle-6tjlq to complete + stream.go:305: I 21:14:42.867 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] Creating a new TaskRun object pipeline-run-pending-havhqcit-task for pipeline task task + stream.go:305: I 21:14:42.905 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] PipelineRun pipeline-run-pending-havhqcit status is being set to &{Succeeded Unknown {2023-06-09 21:14:42.90497326 +0000 UTC m=+2712.466038406} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:42.935 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit-task] Successfully reconciled taskrun pipeline-run-pending-havhqcit-task/arendelle-6tjlq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 42, 935334802, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:14:43.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] PipelineRun pipeline-run-pending-havhqcit status is being set to &{Succeeded Unknown {2023-06-09 21:14:42 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:43.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] PipelineRun pipeline-run-pending-havhqcit status is being set to &{Succeeded Unknown {2023-06-09 21:14:42 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:43.056 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] PipelineRun pipeline-run-pending-havhqcit status is being set to &{Succeeded Unknown {2023-06-09 21:14:42 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:43.057 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit-task] Successfully reconciled taskrun pipeline-run-pending-havhqcit-task/arendelle-6tjlq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 43, 57011885, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:14:43.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] PipelineRun pipeline-run-pending-havhqcit status is being set to &{Succeeded Unknown {2023-06-09 21:14:42 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:43.103 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit-task] Successfully reconciled taskrun pipeline-run-pending-havhqcit-task/arendelle-6tjlq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 43, 103053427, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:14:43.953 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit-task] Successfully reconciled taskrun pipeline-run-pending-havhqcit-task/arendelle-6tjlq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 43, 953287969, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:14:43.976 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit-task] Successfully reconciled taskrun pipeline-run-pending-havhqcit-task/arendelle-6tjlq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 43, 976384177, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:14:43.976 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] PipelineRun pipeline-run-pending-havhqcit status is being set to &{Succeeded Unknown {2023-06-09 21:14:42 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:45.044 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit-task] Successfully reconciled taskrun pipeline-run-pending-havhqcit-task/arendelle-6tjlq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 45, 44182219, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:14:45.066 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit-task] Successfully reconciled taskrun pipeline-run-pending-havhqcit-task/arendelle-6tjlq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 45, 66147553, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:14:45.071 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] PipelineRun pipeline-run-pending-havhqcit status is being set to &{Succeeded Unknown {2023-06-09 21:14:42 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:45.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit-task] Successfully reconciled taskrun pipeline-run-pending-havhqcit-task/arendelle-6tjlq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 45, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:14:46.089 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit-task] Successfully reconciled taskrun pipeline-run-pending-havhqcit-task/arendelle-6tjlq with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 46, 89339720, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:14:46.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit-task] taskrun done : pipeline-run-pending-havhqcit-task + stream.go:305: I 21:14:46.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] All TaskRuns have finished for PipelineRun pipeline-run-pending-havhqcit so it has finished + stream.go:305: I 21:14:46.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] PipelineRun pipeline-run-pending-havhqcit status is being set to &{Succeeded True {2023-06-09 21:14:46.110495845 +0000 UTC m=+2715.671560866} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0} + stream.go:305: I 21:14:46.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit-task] Reconcile succeeded + stream.go:305: I 21:14:46.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] Reconcile succeeded + pipelinerun_test.go:578: Deleting namespace arendelle-6tjlq +--- PASS: TestPipelineRunPending (5.12s) +=== RUN TestPipelineRunTaskFailed + pipelinerun_test.go:960: Create namespace arendelle-s8gmd to deploy to + pipelinerun_test.go:960: Verify SA "default" is created in namespace "arendelle-s8gmd" + pipelinerun_test.go:969: Creating Task, Pipeline, and Pending PipelineRun pipeline-run-task-failed-zpptdyzr in namespace arendelle-s8gmd + stream.go:305: I 21:14:47.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr] Creating a new TaskRun object pipeline-run-task-failed-zpptdyzr-xxx for pipeline task xxx + stream.go:305: I 21:14:47.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr] PipelineRun pipeline-run-task-failed-zpptdyzr status is being set to &{Succeeded Unknown {2023-06-09 21:14:47.105823179 +0000 UTC m=+2716.666888491} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: E 21:14:47.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr-xxx] Reconcile: Could not find results with names: abc for task pipeline-run-task-failed-zpptdyzr-xxx + stream.go:305: I 21:14:47.316 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr] PipelineRun pipeline-run-task-failed-zpptdyzr status is being set to &{Succeeded Unknown {2023-06-09 21:14:47 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: E 21:14:47.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr-xxx] Returned an error err=1 error occurred: + * Could not find results with names: abc for task pipeline-run-task-failed-zpptdyzr-xxx + + stream.go:305: E 21:14:47.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr-xxx] Reconcile error err=1 error occurred: + * Could not find results with names: abc for task pipeline-run-task-failed-zpptdyzr-xxx + + stream.go:305: E 21:14:47.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr-xxx] Reconcile: Could not find results with names: abc for task pipeline-run-task-failed-zpptdyzr-xxx + stream.go:305: I 21:14:47.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr] PipelineRun pipeline-run-task-failed-zpptdyzr status is being set to &{Succeeded Unknown {2023-06-09 21:14:47 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:47.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr] All TaskRuns have finished for PipelineRun pipeline-run-task-failed-zpptdyzr so it has finished + stream.go:305: I 21:14:47.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr] PipelineRun pipeline-run-task-failed-zpptdyzr status is being set to &{Succeeded False {2023-06-09 21:14:47.334742554 +0000 UTC m=+2716.895807658} Failed Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0} + stream.go:305: I 21:14:47.417 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr] Reconcile succeeded + stream.go:305: E 21:14:47.437 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr-xxx] Returned an error err=1 error occurred: + * Could not find results with names: abc for task pipeline-run-task-failed-zpptdyzr-xxx + + stream.go:305: E 21:14:47.438 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr-xxx] Reconcile error err=1 error occurred: + * Could not find results with names: abc for task pipeline-run-task-failed-zpptdyzr-xxx + + stream.go:305: I 21:14:47.439 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr-xxx] taskrun done : pipeline-run-task-failed-zpptdyzr-xxx + stream.go:305: I 21:14:47.442 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr] Reconcile succeeded + stream.go:305: I 21:14:47.449 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr-xxx] Reconcile succeeded + stream.go:305: I 21:14:47.450 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr-xxx] taskrun done : pipeline-run-task-failed-zpptdyzr-xxx + stream.go:305: I 21:14:47.495 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr-xxx] Reconcile succeeded + pipelinerun_test.go:1038: Deleting namespace arendelle-s8gmd +--- PASS: TestPipelineRunTaskFailed (1.13s) +=== RUN TestPropagatedParams +=== PAUSE TestPropagatedParams +=== RUN TestCreateImage +2023/06/09 17:14:48 GET /v2/ +2023/06/09 17:14:48 HEAD /v2/task/test-create-image/manifests/latest 404 NAME_UNKNOWN Unknown name +2023/06/09 17:14:48 HEAD /v2/task/test-create-image/blobs/sha256:9ab10150462e0b713850897e4d47ddc1e0e82a392683c177b430652929c36cc4 404 BLOB_UNKNOWN Unknown blob +2023/06/09 17:14:48 HEAD /v2/task/test-create-image/blobs/sha256:dde0f71137f2e7b5f46b439840ccf4d11c72a8853201b04f6a118365853aa8a6 404 BLOB_UNKNOWN Unknown blob +2023/06/09 17:14:48 POST /v2/task/test-create-image/blobs/uploads/ +2023/06/09 17:14:48 POST /v2/task/test-create-image/blobs/uploads/ +2023/06/09 17:14:48 PATCH /v2/task/test-create-image/blobs/uploads/1912405300394130464 +2023/06/09 17:14:48 PATCH /v2/task/test-create-image/blobs/uploads/656895399108477952 +2023/06/09 17:14:48 PUT /v2/task/test-create-image/blobs/uploads/1912405300394130464?digest=sha256%3A9ab10150462e0b713850897e4d47ddc1e0e82a392683c177b430652929c36cc4 +2023/06/09 17:14:48 PUT /v2/task/test-create-image/blobs/uploads/656895399108477952?digest=sha256%3Adde0f71137f2e7b5f46b439840ccf4d11c72a8853201b04f6a118365853aa8a6 +2023/06/09 17:14:48 PUT /v2/task/test-create-image/manifests/latest +2023/06/09 17:14:48 GET /v2/ +2023/06/09 17:14:48 GET /v2/task/test-create-image/manifests/sha256:78e6c563134c9d91efdcb2ee897ac03f12945318efe148dd84ff298c855d1416 +2023/06/09 17:14:48 GET /v2/task/test-create-image/blobs/sha256:dde0f71137f2e7b5f46b439840ccf4d11c72a8853201b04f6a118365853aa8a6 +--- PASS: TestCreateImage (0.50s) +=== RUN TestHubResolver + resolvers_test.go:80: Create namespace arendelle-x7dhm to deploy to + resolvers_test.go:80: Verify SA "default" is created in namespace "arendelle-x7dhm" +=== PAUSE TestHubResolver +=== RUN TestHubResolver_Failure + resolvers_test.go:139: Create namespace arendelle-lmpbm to deploy to + resolvers_test.go:139: Verify SA "default" is created in namespace "arendelle-lmpbm" +=== PAUSE TestHubResolver_Failure +=== RUN TestGitResolver_Clone + resolvers_test.go:202: Create namespace arendelle-swkq9 to deploy to + resolvers_test.go:202: Verify SA "default" is created in namespace "arendelle-swkq9" +=== PAUSE TestGitResolver_Clone +=== RUN TestGitResolver_Clone_Failure +=== RUN TestGitResolver_Clone_Failure/repo_does_not_exist + resolvers_test.go:303: Create namespace arendelle-nj2d6 to deploy to + resolvers_test.go:303: Verify SA "default" is created in namespace "arendelle-nj2d6" +=== PAUSE TestGitResolver_Clone_Failure/repo_does_not_exist +=== RUN TestGitResolver_Clone_Failure/path_does_not_exist + resolvers_test.go:303: Create namespace arendelle-lppc5 to deploy to + resolvers_test.go:303: Verify SA "default" is created in namespace "arendelle-lppc5" +=== PAUSE TestGitResolver_Clone_Failure/path_does_not_exist +=== RUN TestGitResolver_Clone_Failure/commit_does_not_exist + resolvers_test.go:303: Create namespace arendelle-vs7cb to deploy to + resolvers_test.go:303: Verify SA "default" is created in namespace "arendelle-vs7cb" +=== PAUSE TestGitResolver_Clone_Failure/commit_does_not_exist +=== CONT TestGitResolver_Clone_Failure/repo_does_not_exist +=== CONT TestGitResolver_Clone_Failure/commit_does_not_exist +=== CONT TestGitResolver_Clone_Failure/path_does_not_exist + resolvers_test.go:354: Waiting for PipelineRun git-resolver-clone-failure-path-does-not--llgxhfhl in namespace arendelle-lppc5 to complete +=== NAME TestGitResolver_Clone_Failure/repo_does_not_exist + resolvers_test.go:354: Waiting for PipelineRun git-resolver-clone-failure-repo-does-not--tqwtibdz in namespace arendelle-nj2d6 to complete +=== NAME TestGitResolver_Clone_Failure/commit_does_not_exist + resolvers_test.go:354: Waiting for PipelineRun git-resolver-clone-failure-commit-does-no-vckbulfb in namespace arendelle-vs7cb to complete +=== NAME TestGitResolver_Clone + stream.go:305: W 21:14:49.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Failed to update PipelineRun labels/annotations{error 26 0 Operation cannot be fulfilled on pipelineruns.tekton.dev "git-resolver-clone-failure-repo-does-not--tqwtibdz": the object has been modified; please apply your changes to the latest version and try again} + stream.go:305: E 21:14:49.309 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Returned an error err=1 error occurred: + * Operation cannot be fulfilled on pipelineruns.tekton.dev "git-resolver-clone-failure-repo-does-not--tqwtibdz": the object has been modified; please apply your changes to the latest version and try again + + stream.go:305: E 21:14:49.309 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Reconcile error err=1 error occurred: + * Operation cannot be fulfilled on pipelineruns.tekton.dev "git-resolver-clone-failure-repo-does-not--tqwtibdz": the object has been modified; please apply your changes to the latest version and try again + + stream.go:305: E 21:14:49.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Reconcile error: Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-nj2d6/git-ab5a3e40bd47e947b037f8ce8839393d": clone error: authentication required + stream.go:305: E 21:14:49.427 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Returned an error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-nj2d6/git-ab5a3e40bd47e947b037f8ce8839393d": clone error: authentication required + + stream.go:305: E 21:14:49.428 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Reconcile error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-nj2d6/git-ab5a3e40bd47e947b037f8ce8839393d": clone error: authentication required + + stream.go:305: E 21:14:49.433 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Reconcile error: Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-nj2d6/git-ab5a3e40bd47e947b037f8ce8839393d": clone error: authentication required + stream.go:305: E 21:14:49.553 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Returned an error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-nj2d6/git-ab5a3e40bd47e947b037f8ce8839393d": clone error: authentication required + + stream.go:305: E 21:14:49.553 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Reconcile error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-nj2d6/git-ab5a3e40bd47e947b037f8ce8839393d": clone error: authentication required + + stream.go:305: I 21:14:49.560 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Reconcile succeeded +=== NAME TestGitResolver_Clone_Failure/repo_does_not_exist + resolvers_test.go:362: Deleting namespace arendelle-nj2d6 +=== NAME TestGitResolver_Clone_Failure/path_does_not_exist + resolvers_test.go:362: Deleting namespace arendelle-lppc5 +=== NAME TestGitResolver_Clone + stream.go:305: E 21:14:50.421 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lppc5/git-resolver-clone-failure-path-does-not--llgxhfhl] Reconcile error: Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-lppc5/git-21d582fd223b99c86ac55188d1353a37": error opening file "/task/banana/55.55/banana.yaml": file does not exist + stream.go:305: E 21:14:50.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lppc5/git-resolver-clone-failure-path-does-not--llgxhfhl] Returned an error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-lppc5/git-21d582fd223b99c86ac55188d1353a37": error opening file "/task/banana/55.55/banana.yaml": file does not exist + + stream.go:305: E 21:14:50.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lppc5/git-resolver-clone-failure-path-does-not--llgxhfhl] Reconcile error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-lppc5/git-21d582fd223b99c86ac55188d1353a37": error opening file "/task/banana/55.55/banana.yaml": file does not exist + + stream.go:305: I 21:14:50.533 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lppc5/git-resolver-clone-failure-path-does-not--llgxhfhl] Reconcile succeeded + stream.go:305: E 21:14:50.926 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-vs7cb/git-resolver-clone-failure-commit-does-no-vckbulfb] Reconcile error: Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-vs7cb/git-39ce925c84337b5ff442e1dc4195ad2a": revision error: reference not found + stream.go:305: E 21:14:51.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-vs7cb/git-resolver-clone-failure-commit-does-no-vckbulfb] Returned an error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-vs7cb/git-39ce925c84337b5ff442e1dc4195ad2a": revision error: reference not found + + stream.go:305: E 21:14:51.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-vs7cb/git-resolver-clone-failure-commit-does-no-vckbulfb] Reconcile error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-vs7cb/git-39ce925c84337b5ff442e1dc4195ad2a": revision error: reference not found + + stream.go:305: I 21:14:51.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-vs7cb/git-resolver-clone-failure-commit-does-no-vckbulfb] Reconcile succeeded +=== NAME TestGitResolver_Clone_Failure/commit_does_not_exist + resolvers_test.go:362: Deleting namespace arendelle-vs7cb +--- PASS: TestGitResolver_Clone_Failure (0.03s) + --- PASS: TestGitResolver_Clone_Failure/repo_does_not_exist (1.04s) + --- PASS: TestGitResolver_Clone_Failure/path_does_not_exist (2.03s) + --- PASS: TestGitResolver_Clone_Failure/commit_does_not_exist (3.11s) +=== RUN TestClusterResolver + resolvers_test.go:368: Create namespace arendelle-8scbt to deploy to + resolvers_test.go:368: Verify SA "default" is created in namespace "arendelle-8scbt" +=== PAUSE TestClusterResolver +=== RUN TestClusterResolver_Failure + resolvers_test.go:431: Create namespace arendelle-wdnbs to deploy to + resolvers_test.go:431: Verify SA "default" is created in namespace "arendelle-wdnbs" +=== PAUSE TestClusterResolver_Failure +=== RUN TestGitResolver_API + resolvers_test.go:473: Create namespace arendelle-8n6p4 to deploy to + resolvers_test.go:473: Verify SA "default" is created in namespace "arendelle-8n6p4" +=== PAUSE TestGitResolver_API +=== RUN TestTaskRunRetry + retry_test.go:43: Create namespace arendelle-xnj5c to deploy to + retry_test.go:43: Verify SA "default" is created in namespace "arendelle-xnj5c" + stream.go:305: I 21:14:51.827 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] Creating a new TaskRun object task-run-retry-fuclbotm-retry-me for pipeline task retry-me + stream.go:305: I 21:14:51.899 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51.899282667 +0000 UTC m=+2721.460070409} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:51.929 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 51, 925500792, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:14:52.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:52.202 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 52, 201914667, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:52.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:52.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 52, 231554375, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:52.293 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:52.321 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 52, 321659167, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:52.854 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 52, 854340125, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:53.914 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 53, 914710626, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:14:53.992 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:53.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 53, 994447626, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestGitResolver_Clone + stream.go:305: I 21:14:54.712 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Reconcile succeeded + stream.go:305: I 21:14:54.730 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Reconcile succeeded +=== NAME TestTaskRunRetry + stream.go:305: I 21:14:54.969 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 54, 969785335, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:14:54.995 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 54, 994931335, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:14:54.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestGitResolver_Clone + stream.go:305: I 21:14:55.698 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lppc5/git-resolver-clone-failure-path-does-not--llgxhfhl] Reconcile succeeded + stream.go:305: I 21:14:55.713 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lppc5/git-resolver-clone-failure-path-does-not--llgxhfhl] Reconcile succeeded +=== NAME TestTaskRunRetry + stream.go:305: I 21:14:56.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 56, 31679419, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:14:56.054 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 56, 54072877, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:14:56.057 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:56.083 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 56, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestGitResolver_Clone + stream.go:305: I 21:14:56.803 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-vs7cb/git-resolver-clone-failure-commit-does-no-vckbulfb] Reconcile succeeded + stream.go:305: I 21:14:56.814 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-vs7cb/git-resolver-clone-failure-commit-does-no-vckbulfb] Reconcile succeeded +=== NAME TestTaskRunRetry + stream.go:305: I 21:14:57.057 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 57, 57513669, time.Local)}, Reason:"Failed", Message:"\"step-unnamed-0\" exited with code 1 (image: \"docker-pullable://busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-xnj5c logs task-run-retry-fuclbotm-retry-me-pod -c step-unnamed-0\n"} + stream.go:305: I 21:14:57.081 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Reconcile succeeded + stream.go:305: I 21:14:57.086 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:57.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 57, 101212711, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:14:57.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 57, 133774169, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:57.136 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:57.225 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 57, 225250836, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:57.227 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:57.257 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 57, 257601044, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:58.094 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 58, 94545670, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:14:58.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 58, 129377836, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:14:58.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:59.168 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 59, 168069920, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:14:59.173 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 59, 173491545, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:14:59.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 59, 223167212, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:14:59.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:00.260 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 0, 260836504, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:00.287 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 0, 287755504, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:00.292 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:00.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 0, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:02.360 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 2, 360751422, time.Local)}, Reason:"Failed", Message:"\"step-unnamed-0\" exited with code 1 (image: \"docker-pullable://busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-xnj5c logs task-run-retry-fuclbotm-retry-me-pod-retry1 -c step-unnamed-0\n"} + stream.go:305: I 21:15:02.402 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Reconcile succeeded + stream.go:305: I 21:15:02.407 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:02.421 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 2, 420808880, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:15:02.455 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 2, 455624047, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:02.458 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:02.551 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 2, 551683588, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:02.560 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:02.585 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 2, 585063297, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:04.757 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 4, 757784090, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:04.767 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 4, 767809215, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:04.806 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 4, 806754631, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:04.810 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:05.822 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 5, 821872215, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:15:05.856 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 5, 856737757, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:15:05.858 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:06.888 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 6, 888127757, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:06.917 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 6, 917315799, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:06.927 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:06.954 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 6, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:09.016 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 9, 16060425, time.Local)}, Reason:"Failed", Message:"\"step-unnamed-0\" exited with code 1 (image: \"docker-pullable://busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-xnj5c logs task-run-retry-fuclbotm-retry-me-pod-retry2 -c step-unnamed-0\n"} + stream.go:305: I 21:15:09.046 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Reconcile succeeded + stream.go:305: I 21:15:09.050 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:09.068 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 9, 62750800, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:15:09.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:09.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 9, 131583467, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:09.215 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:09.215 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 9, 215146842, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:10.050 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 10, 49771467, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:10.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 10, 101520967, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:10.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:10.349 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 10, 349802717, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:11.082 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 11, 82372634, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:15:11.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 11, 117017843, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:15:11.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:12.154 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 12, 154715260, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:12.187 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 12, 187271926, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:12.190 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:12.223 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 12, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:13.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 13, 220393094, time.Local)}, Reason:"Failed", Message:"\"step-unnamed-0\" exited with code 1 (image: \"docker-pullable://busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-xnj5c logs task-run-retry-fuclbotm-retry-me-pod-retry3 -c step-unnamed-0\n"} + stream.go:305: I 21:15:13.257 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Reconcile succeeded + stream.go:305: I 21:15:13.263 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:13.276 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 13, 276019469, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:15:13.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 13, 328164969, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:13.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:13.424 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:13.427 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 13, 427653302, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:14.256 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 14, 256099761, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:14.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 14, 302610969, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:14.303 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:15.495 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 15, 494949720, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:15.512 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 15, 512438886, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:15:15.634 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 15, 632356386, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:15:15.635 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:16.481 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 16, 481781553, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:16.517 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 16, 516789387, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:16.520 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:16.555 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 16, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:17.510 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 17, 510216762, time.Local)}, Reason:"Failed", Message:"\"step-unnamed-0\" exited with code 1 (image: \"docker-pullable://busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-xnj5c logs task-run-retry-fuclbotm-retry-me-pod-retry4 -c step-unnamed-0\n"} + stream.go:305: I 21:15:17.548 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Reconcile succeeded + stream.go:305: I 21:15:17.554 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:17.565 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 17, 564832971, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:15:17.630 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 17, 629907512, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:17.634 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:17.724 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 17, 724344721, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:17.729 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:17.818 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 17, 818389137, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:18.545 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 18, 545096179, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:18.609 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 18, 609265679, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:18.612 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:19.584 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 19, 584020888, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:15:19.625 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 19, 625130888, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:15:19.630 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:19.667 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 19, 666958388, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:15:20.662 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 20, 662038430, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:20.703 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 20, 703521264, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:20.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:20.745 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 20, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:21.728 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 21, 727903792, time.Local)}, Reason:"Failed", Message:"\"step-unnamed-0\" exited with code 1 (image: \"docker-pullable://busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-xnj5c logs task-run-retry-fuclbotm-retry-me-pod-retry5 -c step-unnamed-0\n"} + stream.go:305: I 21:15:21.770 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] taskrun done : task-run-retry-fuclbotm-retry-me + stream.go:305: I 21:15:21.772 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] All TaskRuns have finished for PipelineRun task-run-retry-fuclbotm so it has finished + stream.go:305: I 21:15:21.772 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded False {2023-06-09 21:15:21.772589208 +0000 UTC m=+2751.333261173} Failed Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0} + stream.go:305: I 21:15:21.779 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Reconcile succeeded + stream.go:305: I 21:15:21.804 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] Reconcile succeeded + retry_test.go:141: Deleting namespace arendelle-xnj5c +--- PASS: TestTaskRunRetry (30.04s) +=== RUN TestPipelineRunWithServiceAccounts + serviceaccount_test.go:39: Create namespace arendelle-9c5th to deploy to + serviceaccount_test.go:39: Verify SA "default" is created in namespace "arendelle-9c5th" +=== PAUSE TestPipelineRunWithServiceAccounts +=== RUN TestPipelineRunWithServiceAccountNameAndTaskRunSpec + serviceaccount_test.go:200: Create namespace arendelle-4b4fk to deploy to + serviceaccount_test.go:200: Verify SA "default" is created in namespace "arendelle-4b4fk" +=== PAUSE TestPipelineRunWithServiceAccountNameAndTaskRunSpec +=== RUN TestSidecarTaskSupport +=== PAUSE TestSidecarTaskSupport +=== RUN TestStartTime + start_time_test.go:47: Create namespace arendelle-kfrcd to deploy to + start_time_test.go:47: Verify SA "default" is created in namespace "arendelle-kfrcd" +=== PAUSE TestStartTime +=== RUN TestTaskRunPipelineRunStatus + status_test.go:52: Create namespace arendelle-jrw7c to deploy to + status_test.go:52: Verify SA "default" is created in namespace "arendelle-jrw7c" +=== PAUSE TestTaskRunPipelineRunStatus +=== RUN TestProvenanceFieldInPipelineRunTaskRunStatus + status_test.go:127: Create namespace arendelle-bqq85 to deploy to + status_test.go:127: Verify SA "default" is created in namespace "arendelle-bqq85" + status_test.go:183: Waiting for PipelineRun provenance-field-in-pipeline-run-task-run-foidtzrn in namespace arendelle-bqq85 to complete + status_test.go:215: Waiting for TaskRun provenance-field-in-pipeline-run-task-run-foidtzrn-task1 in namespace arendelle-bqq85 to complete + status_test.go:233: Deleting namespace arendelle-bqq85 +--- PASS: TestProvenanceFieldInPipelineRunTaskRunStatus (6.05s) +=== RUN TestStepOutput +=== PAUSE TestStepOutput +=== RUN TestStepOutputWithWorkspace +=== PAUSE TestStepOutputWithWorkspace +=== RUN TestTaskResultsFromFailedTasks + task_results_from_failed_tasks_test.go:38: Create namespace arendelle-2tgrq to deploy to + task_results_from_failed_tasks_test.go:38: Verify SA "default" is created in namespace "arendelle-2tgrq" + task_results_from_failed_tasks_test.go:83: Waiting for PipelineRun in namespace arendelle-2tgrq to fail + stream.go:305: I 21:15:28.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu] Creating a new TaskRun object task-results-from-failed-tasks-ztdxugbu-task1 for pipeline task task1 + stream.go:305: I 21:15:28.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu] PipelineRun task-results-from-failed-tasks-ztdxugbu status is being set to &{Succeeded Unknown {2023-06-09 21:15:28.115476586 +0000 UTC m=+2757.676148926} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} + stream.go:305: E 21:15:28.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu-task1] Reconcile: Could not find results with names: result1 for task task-results-from-failed-tasks-ztdxugbu-task1 + stream.go:305: I 21:15:28.422 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu] PipelineRun task-results-from-failed-tasks-ztdxugbu status is being set to &{Succeeded Unknown {2023-06-09 21:15:28 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} + stream.go:305: E 21:15:28.504 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu-task1] Returned an error err=1 error occurred: + * Could not find results with names: result1 for task task-results-from-failed-tasks-ztdxugbu-task1 + + stream.go:305: E 21:15:28.504 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu-task1] Reconcile error err=1 error occurred: + * Could not find results with names: result1 for task task-results-from-failed-tasks-ztdxugbu-task1 + + stream.go:305: I 21:15:28.505 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu-task1] taskrun done : task-results-from-failed-tasks-ztdxugbu-task1 + stream.go:305: I 21:15:28.513 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu] Final task "finaltask1" is not executed as it could not resolve task params for "task-results-from-failed-tasks-ztdxugbu": Invalid task result reference: Could not find result with name result1 for task task1 + stream.go:305: I 21:15:28.513 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu] Final task "finaltask2" is not executed as it could not resolve task params for "task-results-from-failed-tasks-ztdxugbu": Invalid task result reference: Could not find result with name result2 for task task1 + stream.go:305: I 21:15:28.513 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu] All TaskRuns have finished for PipelineRun task-results-from-failed-tasks-ztdxugbu so it has finished + stream.go:305: I 21:15:28.513 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu] PipelineRun task-results-from-failed-tasks-ztdxugbu status is being set to &{Succeeded False {2023-06-09 21:15:28.513612253 +0000 UTC m=+2758.074284176} Failed Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 2} + stream.go:305: I 21:15:28.514 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu-task1] Reconcile succeeded + stream.go:305: I 21:15:28.515 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu-task1] taskrun done : task-results-from-failed-tasks-ztdxugbu-task1 + stream.go:305: I 21:15:28.535 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu-task1] Reconcile succeeded + stream.go:305: I 21:15:28.611 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu] Reconcile succeeded + task_results_from_failed_tasks_test.go:94: The pipelineRun "task-results-from-failed-tasks-ztdxugbu" should have exactly 2 taskRuns, one for the task "task1"and one more for the final task "finaltask1" instead it has "1" taskRuns + panic.go:522: ############################################ + panic.go:522: ### Dumping objects from arendelle-2tgrq ### + panic.go:522: ############################################ + panic.go:522: + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:15:27Z" + generation: 1 + labels: + tekton.dev/pipeline: task-results-from-failed-tasks-ztdxugbu + name: task-results-from-failed-tasks-ztdxugbu + namespace: arendelle-2tgrq + resourceVersion: "1705771" + uid: 90f32351-259e-48c5-b227-4ea018078ac4 + spec: + pipelineSpec: + finally: + - name: finaltask1 + params: + - name: param1 + value: $(tasks.task1.results.result1) + taskSpec: + metadata: {} + params: + - name: param1 + type: string + spec: null + steps: + - image: busybox + name: "" + resources: {} + script: exit 0 + - name: finaltask2 + params: + - name: param1 + value: $(tasks.task1.results.result2) + taskSpec: + metadata: {} + params: + - name: param1 + type: string + spec: null + steps: + - image: busybox + name: "" + resources: {} + script: exit 0 + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - image: busybox + name: failing-step + resources: {} + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | + tee $(results.result2.path) + serviceAccountName: default + timeout: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: task-results-from-failed-tasks-ztdxugbu-task1 + pipelineTaskName: task1 + completionTime: "2023-06-09T21:15:28Z" + conditions: + - lastTransitionTime: "2023-06-09T21:15:28Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 2' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + finally: + - name: finaltask1 + params: + - name: param1 + value: $(tasks.task1.results.result1) + taskSpec: + metadata: {} + params: + - name: param1 + type: string + spec: null + steps: + - image: busybox + name: "" + resources: {} + script: exit 0 + - name: finaltask2 + params: + - name: param1 + value: $(tasks.task1.results.result2) + taskSpec: + metadata: {} + params: + - name: param1 + type: string + spec: null + steps: + - image: busybox + name: "" + resources: {} + script: exit 0 + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - image: busybox + name: failing-step + resources: {} + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | + tee $(results.result2.path) + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: finaltask1 + reason: Results were missing + - name: finaltask2 + reason: Results were missing + startTime: "2023-06-09T21:15:28Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:15:28Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: task-results-from-failed-tasks-ztdxugbu + tekton.dev/pipelineRun: task-results-from-failed-tasks-ztdxugbu + tekton.dev/pipelineTask: task1 + name: task-results-from-failed-tasks-ztdxugbu-task1 + namespace: arendelle-2tgrq + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: task-results-from-failed-tasks-ztdxugbu + uid: 90f32351-259e-48c5-b227-4ea018078ac4 + resourceVersion: "1705768" + uid: 3496f2ba-b4da-4b2a-aa67-6fc58baf9aa8 + spec: + serviceAccountName: default + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - image: busybox + name: failing-step + resources: {} + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | tee + $(results.result2.path) + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:15:28Z" + conditions: + - lastTransitionTime: "2023-06-09T21:15:28Z" + message: 'Could not find results with names: result1 for task task-results-from-failed-tasks-ztdxugbu-task1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: task-results-from-failed-tasks-ztdxugbu-task1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:15:28Z" + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - image: busybox + name: failing-step + resources: {} + script: echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 | tee + /tekton/results/result2 + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:15:28Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: task-results-from-failed-tasks-ztdxugbu + tekton.dev/pipelineRun: task-results-from-failed-tasks-ztdxugbu + tekton.dev/pipelineTask: task1 + name: task-results-from-failed-tasks-ztdxugbu-task1 + namespace: arendelle-2tgrq + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: task-results-from-failed-tasks-ztdxugbu + uid: 90f32351-259e-48c5-b227-4ea018078ac4 + resourceVersion: "1705768" + uid: 3496f2ba-b4da-4b2a-aa67-6fc58baf9aa8 + spec: + serviceAccountName: default + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - computeResources: {} + image: busybox + name: failing-step + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | tee + $(results.result2.path) + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:15:28Z" + conditions: + - lastTransitionTime: "2023-06-09T21:15:28Z" + message: 'Could not find results with names: result1 for task task-results-from-failed-tasks-ztdxugbu-task1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: task-results-from-failed-tasks-ztdxugbu-task1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:15:28Z" + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - computeResources: {} + image: busybox + name: failing-step + script: echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 | tee + /tekton/results/result2 + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:15:27Z" + generation: 1 + labels: + tekton.dev/pipeline: task-results-from-failed-tasks-ztdxugbu + name: task-results-from-failed-tasks-ztdxugbu + namespace: arendelle-2tgrq + resourceVersion: "1705771" + uid: 90f32351-259e-48c5-b227-4ea018078ac4 + spec: + pipelineSpec: + finally: + - name: finaltask1 + params: + - name: param1 + value: $(tasks.task1.results.result1) + taskSpec: + metadata: {} + params: + - name: param1 + type: string + spec: null + steps: + - computeResources: {} + image: busybox + name: "" + script: exit 0 + - name: finaltask2 + params: + - name: param1 + value: $(tasks.task1.results.result2) + taskSpec: + metadata: {} + params: + - name: param1 + type: string + spec: null + steps: + - computeResources: {} + image: busybox + name: "" + script: exit 0 + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - computeResources: {} + image: busybox + name: failing-step + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | + tee $(results.result2.path) + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: task-results-from-failed-tasks-ztdxugbu-task1 + pipelineTaskName: task1 + completionTime: "2023-06-09T21:15:28Z" + conditions: + - lastTransitionTime: "2023-06-09T21:15:28Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 2' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + finally: + - name: finaltask1 + params: + - name: param1 + value: $(tasks.task1.results.result1) + taskSpec: + metadata: {} + params: + - name: param1 + type: string + spec: null + steps: + - computeResources: {} + image: busybox + name: "" + script: exit 0 + - name: finaltask2 + params: + - name: param1 + value: $(tasks.task1.results.result2) + taskSpec: + metadata: {} + params: + - name: param1 + type: string + spec: null + steps: + - computeResources: {} + image: busybox + name: "" + script: exit 0 + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - computeResources: {} + image: busybox + name: failing-step + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | + tee $(results.result2.path) + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: finaltask1 + reason: Results were missing + - name: finaltask2 + reason: Results were missing + startTime: "2023-06-09T21:15:28Z" + + --- + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:15:28Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: task-results-from-failed-tasks-ztdxugbu + tekton.dev/pipelineRun: task-results-from-failed-tasks-ztdxugbu + tekton.dev/pipelineTask: task1 + tekton.dev/taskRun: task-results-from-failed-tasks-ztdxugbu-task1 + name: task-results-from-failed-tasks-ztdxugbu-task1-pod + namespace: arendelle-2tgrq + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: task-results-from-failed-tasks-ztdxugbu-task1 + uid: 3496f2ba-b4da-4b2a-aa67-6fc58baf9aa8 + resourceVersion: "1705765" + uid: b0d734cb-68b9-4d4c-ac4d-980637c63670 + spec: + activeDeadlineSeconds: 5400 + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -results + - result1,result2 + - -entrypoint + - /tekton/scripts/script-0-ngfbv + - -- + command: + - /tekton/bin/entrypoint + image: busybox + imagePullPolicy: Always + name: step-failing-step + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-tfqk6 + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-failing-step + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-tfqk6 + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-ngfbv" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQplY2hvIC1uIDEyMyB8IHRlZSAvdGVrdG9uL3Jlc3VsdHMvcmVzdWx0MTsgZXhpdCAxOyBlY2hvIC1uIDQ1NiB8IHRlZSAvdGVrdG9uL3Jlc3VsdHMvcmVzdWx0Mg== + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-tfqk6 + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - name: kube-api-access-tfqk6 + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:15:28Z" + message: 'containers with incomplete status: [prepare place-scripts]' + reason: ContainersNotInitialized + status: "False" + type: Initialized + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:15:28Z" + message: 'containers with unready status: [step-failing-step]' + reason: ContainersNotReady + status: "False" + type: Ready + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:15:28Z" + message: 'containers with unready status: [step-failing-step]' + reason: ContainersNotReady + status: "False" + type: ContainersReady + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:15:28Z" + status: "True" + type: PodScheduled + containerStatuses: + - image: busybox + imageID: "" + lastState: {} + name: step-failing-step + ready: false + restartCount: 0 + started: false + state: + waiting: + reason: PodInitializing + hostIP: 192.168.49.2 + initContainerStatuses: + - image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imageID: "" + lastState: {} + name: prepare + ready: false + restartCount: 0 + state: + waiting: + reason: PodInitializing + - image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imageID: "" + lastState: {} + name: place-scripts + ready: false + restartCount: 0 + state: + waiting: + reason: PodInitializing + phase: Pending + qosClass: BestEffort + startTime: "2023-06-09T21:15:28Z" + + panic.go:522: ##################################################### + panic.go:522: ### Dumping logs from Pods in the arendelle-2tgrq ### + panic.go:522: ##################################################### + build_logs.go:35: Could not get logs for pod task-results-from-failed-tasks-ztdxugbu-task1-pod: container "step-failing-step" in pod "task-results-from-failed-tasks-ztdxugbu-task1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + build_logs.go:35: Could not get logs for pod task-results-from-failed-tasks-ztdxugbu-task1-pod: container "step-failing-step" in pod "task-results-from-failed-tasks-ztdxugbu-task1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + panic.go:522: Not deleting namespace arendelle-2tgrq +--- FAIL: TestTaskResultsFromFailedTasks (1.14s) +=== RUN TestTaskRunFailure + taskrun_test.go:45: Create namespace arendelle-pdkz5 to deploy to + taskrun_test.go:45: Verify SA "default" is created in namespace "arendelle-pdkz5" +=== PAUSE TestTaskRunFailure +=== RUN TestTaskRunStatus + taskrun_test.go:141: Create namespace arendelle-sqkz8 to deploy to + taskrun_test.go:141: Verify SA "default" is created in namespace "arendelle-sqkz8" +=== PAUSE TestTaskRunStatus +=== RUN TestTektonBundlesSimpleWorkingExample + tektonbundles_test.go:64: Create namespace arendelle-mzvsz to deploy to + tektonbundles_test.go:64: Verify SA "default" is created in namespace "arendelle-mzvsz" + tektonbundles_test.go:64: 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":"true", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "results-from":"termination-message", "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.03s) +=== RUN TestTektonBundlesResolver + tektonbundles_test.go:157: Create namespace arendelle-t2248 to deploy to + tektonbundles_test.go:157: Verify SA "default" is created in namespace "arendelle-t2248" +=== PAUSE TestTektonBundlesResolver +=== RUN TestTektonBundlesUsingRegularImage + tektonbundles_test.go:260: Create namespace arendelle-mc2f5 to deploy to + tektonbundles_test.go:260: Verify SA "default" is created in namespace "arendelle-mc2f5" + tektonbundles_test.go:260: 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":"true", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "results-from":"termination-message", "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.06s) +=== RUN TestTektonBundlesUsingImproperFormat + tektonbundles_test.go:313: Create namespace arendelle-9rvsq to deploy to + tektonbundles_test.go:313: Verify SA "default" is created in namespace "arendelle-9rvsq" + tektonbundles_test.go:313: 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":"true", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "results-from":"termination-message", "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.05s) +=== 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-brhq8 to deploy to + trusted_resources_test.go:63: Verify SA "default" is created in namespace "arendelle-brhq8" + 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":"true", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "results-from":"termination-message", "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.02s) +=== RUN TestTrustedResourcesVerify_VerificationPolicy_Error + trusted_resources_test.go:177: Create namespace arendelle-99lft to deploy to + trusted_resources_test.go:177: Verify SA "default" is created in namespace "arendelle-99lft" + 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":"true", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "results-from":"termination-message", "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.01s) +=== 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-5g9mp to deploy to + workingdir_test.go:39: Verify SA "default" is created in namespace "arendelle-5g9mp" +=== PAUSE TestWorkingDirCreated +=== RUN TestWorkingDirIgnoredNonSlashWorkspace + workingdir_test.go:112: Create namespace arendelle-mbbwq to deploy to + workingdir_test.go:112: Verify SA "default" is created in namespace "arendelle-mbbwq" +=== PAUSE TestWorkingDirIgnoredNonSlashWorkspace +=== RUN TestWorkspaceReadOnlyDisallowsWrite + workspace_test.go:40: Create namespace arendelle-tg749 to deploy to + workspace_test.go:40: Verify SA "default" is created in namespace "arendelle-tg749" + workspace_test.go:82: Waiting for TaskRun in namespace arendelle-tg749 to finish + stream.go:305: I 21:15:37.396 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 37, 396746216, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:15:37.456 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 37, 456587132, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:37.527 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 37, 527474424, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:37.557 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 37, 557288633, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:38.773 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 38, 773563008, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:38.808 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 38, 808788091, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:39.931 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 39, 931837509, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:15:40.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 40, 10773300, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:15:46.237 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 46, 236947512, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:46.260 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 46, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:46.262 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 46, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:47.285 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 47, 284861595, time.Local)}, Reason:"Failed", Message:"\"step-unnamed-0\" exited with code 1 (image: \"docker-pullable://alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11\"); for logs run: kubectl -n arendelle-tg749 logs workspace-read-only-disallows-write-fhfombqf-pod -c step-unnamed-0\n"} + stream.go:305: I 21:15:47.310 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] taskrun done : workspace-read-only-disallows-write-fhfombqf + stream.go:305: I 21:15:47.316 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Reconcile succeeded + workspace_test.go:111: Deleting namespace arendelle-tg749 +--- PASS: TestWorkspaceReadOnlyDisallowsWrite (10.04s) +=== RUN TestWorkspacePipelineRunDuplicateWorkspaceEntriesInvalid + workspace_test.go:117: Create namespace arendelle-fn95n to deploy to + workspace_test.go:117: Verify SA "default" is created in namespace "arendelle-fn95n" + workspace_test.go:181: Deleting namespace arendelle-fn95n +--- PASS: TestWorkspacePipelineRunDuplicateWorkspaceEntriesInvalid (0.05s) +=== RUN TestWorkspacePipelineRunMissingWorkspaceInvalid + workspace_test.go:187: Create namespace arendelle-fcws6 to deploy to + workspace_test.go:187: Verify SA "default" is created in namespace "arendelle-fcws6" + workspace_test.go:248: Deleting namespace arendelle-fcws6 +--- PASS: TestWorkspacePipelineRunMissingWorkspaceInvalid (1.04s) +=== RUN TestWorkspaceVolumeNameMatchesVolumeVariableReplacement + workspace_test.go:257: Create namespace arendelle-l8864 to deploy to + workspace_test.go:257: Verify SA "default" is created in namespace "arendelle-l8864" + workspace_test.go:301: Waiting for TaskRun in namespace arendelle-l8864 to finish + workspace_test.go:332: Deleting namespace arendelle-l8864 +--- PASS: TestWorkspaceVolumeNameMatchesVolumeVariableReplacement (6.05s) +=== CONT TestPipelineRunWithServiceAccountNameAndTaskRunSpec +=== CONT TestTaskCRDConversion +=== CONT TestPipelineRunWithServiceAccounts +=== CONT TestGitResolver_API +=== CONT TestClusterResolver_Failure +=== CONT TestClusterResolver +=== CONT TestGitResolver_Clone +=== CONT TestHubResolver_Failure +=== CONT TestPipelineRunTimeout +=== CONT TestHubResolver +=== NAME TestTaskCRDConversion + conversion_test.go:870: Create namespace arendelle-k7lrf to deploy to +=== NAME TestPipelineRunTimeout + timeout_test.go:48: Create namespace arendelle-hpd6b to deploy to +=== NAME TestTaskCRDConversion + conversion_test.go:870: Verify SA "default" is created in namespace "arendelle-k7lrf" +=== NAME TestPipelineRunTimeout + timeout_test.go:48: Verify SA "default" is created in namespace "arendelle-hpd6b" + timeout_test.go:53: Creating Task in namespace arendelle-hpd6b +=== NAME TestClusterResolver_Failure + resolvers_test.go:461: Waiting for PipelineRun cluster-resolver-failure-raostlty in namespace arendelle-wdnbs to complete +=== NAME TestGitResolver_Clone + resolvers_test.go:253: Waiting for PipelineRun git-resolver-clone-uyvffdvl in namespace arendelle-swkq9 to complete +=== NAME TestHubResolver + resolvers_test.go:131: Waiting for PipelineRun hub-resolver-hwpffisx in namespace arendelle-x7dhm to complete +=== NAME TestPipelineRunWithServiceAccountNameAndTaskRunSpec + serviceaccount_test.go:271: Waiting for PipelineRun pipeline-run-with-service-account-name-an-udqwpftj in namespace arendelle-4b4fk to complete +=== NAME TestHubResolver_Failure + resolvers_test.go:190: Waiting for PipelineRun hub-resolver-failure-vsselsyg in namespace arendelle-lmpbm to complete +=== NAME TestClusterResolver + resolvers_test.go:423: Waiting for PipelineRun cluster-resolver-ewqectzv in namespace arendelle-8scbt to complete +=== NAME TestPipelineRunWithServiceAccounts + serviceaccount_test.go:164: Waiting for PipelineRun pipeline-run-with-service-accounts-rpttnfct in namespace arendelle-9c5th to complete +=== NAME TestPipelineRunTimeout + timeout_test.go:94: Waiting for PipelineRun pipeline-run-timeout-awovsfhd in namespace arendelle-hpd6b to be timed out +=== NAME TestTaskCRDConversion + conversion_test.go:921: Deleting namespace arendelle-k7lrf +--- PASS: TestTaskCRDConversion (0.93s) +=== CONT TestPropagatedParams +=== RUN TestPropagatedParams/propagated_parameters_fully +=== 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 TestWorkingDirIgnoredNonSlashWorkspace + workingdir_test.go:135: Creating TaskRun namespace arendelle-mbbwq + workingdir_test.go:149: Waiting for TaskRun in namespace arendelle-mbbwq to finish successfully + stream.go:305: I 21:15:56.714 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-mbbwq/working-dir-ignored-non-slash-workspace-oibxcwjb] Successfully reconciled taskrun working-dir-ignored-non-slash-workspace-oibxcwjb/arendelle-mbbwq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 56, 714693919, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:15:56.914 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] Creating a new TaskRun object pipeline-run-with-service-accounts-rpttnfct-task1 for pipeline task task1 + stream.go:305: I 21:15:57.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] Creating a new TaskRun object pipeline-run-with-service-accounts-rpttnfct-task2 for pipeline task task2 +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:15:57.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd] Creating a new TaskRun object pipeline-run-timeout-awovsfhd-foo for pipeline task foo + stream.go:305: I 21:15:57.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd] PipelineRun pipeline-run-timeout-awovsfhd status is being set to &{Succeeded Unknown {2023-06-09 21:15:57.132360586 +0000 UTC m=+2786.692826856} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:15:57.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 57, 196367711, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:15:57.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] Creating a new TaskRun object pipeline-run-with-service-accounts-rpttnfct-task3 for pipeline task task3 +=== NAME TestWorkingDirIgnoredNonSlashWorkspace + stream.go:305: I 21:15:57.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-mbbwq/working-dir-ignored-non-slash-workspace-oibxcwjb] Successfully reconciled taskrun working-dir-ignored-non-slash-workspace-oibxcwjb/arendelle-mbbwq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 57, 205084794, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:15:57.234 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57.234123711 +0000 UTC m=+2786.794590231} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:15:57.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] Successfully reconciled taskrun pipeline-run-timeout-awovsfhd-foo/arendelle-hpd6b with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 57, 318786211, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestClusterResolver + stream.go:305: E 21:15:57.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wdnbs/cluster-resolver-failure-raostlty] Failed to determine Pipeline spec to use for pipelinerun cluster-resolver-failure-raostlty: error requesting remote resource: error getting "Cluster" "arendelle-wdnbs/cluster-ad97fa8e27cabff1c1ee94b503cedc5e": pipelines.tekton.dev "does-not-exist" not found +=== NAME TestClusterResolver_Failure + stream.go:305: E 21:15:57.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wdnbs/cluster-resolver-failure-raostlty] Failed to determine Pipeline spec to use for pipelinerun cluster-resolver-failure-raostlty: error requesting remote resource: error getting "Cluster" "arendelle-wdnbs/cluster-ad97fa8e27cabff1c1ee94b503cedc5e": pipelines.tekton.dev "does-not-exist" not found + stream.go:305: E 21:15:57.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wdnbs/cluster-resolver-failure-raostlty] Reconcile error: error requesting remote resource: error getting "Cluster" "arendelle-wdnbs/cluster-ad97fa8e27cabff1c1ee94b503cedc5e": pipelines.tekton.dev "does-not-exist" not found +=== NAME TestClusterResolver + stream.go:305: E 21:15:57.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wdnbs/cluster-resolver-failure-raostlty] Reconcile error: error requesting remote resource: error getting "Cluster" "arendelle-wdnbs/cluster-ad97fa8e27cabff1c1ee94b503cedc5e": pipelines.tekton.dev "does-not-exist" not found +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:15:57.535 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task2/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 57, 534967836, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestClusterResolver_Failure + resolvers_test.go:469: Deleting namespace arendelle-wdnbs +--- PASS: TestClusterResolver_Failure (3.16s) +=== CONT TestWorkingDirCreated +=== NAME TestHubResolver_Failure + stream.go:305: E 21:15:57.700 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lmpbm/hub-resolver-failure-vsselsyg] Reconcile error: Couldn't retrieve Task "": error requesting remote resource: error getting "Hub" "arendelle-lmpbm/hub-91a06252d9d61f8f0103459d93171918": fail to fetch Artifact Hub resource: requested resource 'https://artifacthub.io/api/v1/packages/tekton-task/tekton-catalog-tasks/git-clone-this-does-not-exist/0.7.0' not found on hub +=== NAME TestHubResolver + stream.go:305: E 21:15:57.700 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lmpbm/hub-resolver-failure-vsselsyg] Reconcile error: Couldn't retrieve Task "": error requesting remote resource: error getting "Hub" "arendelle-lmpbm/hub-91a06252d9d61f8f0103459d93171918": fail to fetch Artifact Hub resource: requested resource 'https://artifacthub.io/api/v1/packages/tekton-task/tekton-catalog-tasks/git-clone-this-does-not-exist/0.7.0' not found on hub +=== NAME TestClusterResolver + stream.go:305: E 21:15:57.703 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wdnbs/cluster-resolver-failure-raostlty] Returned an error err=1 error occurred: + * error requesting remote resource: error getting "Cluster" "arendelle-wdnbs/cluster-ad97fa8e27cabff1c1ee94b503cedc5e": pipelines.tekton.dev "does-not-exist" not found + + stream.go:305: E 21:15:57.703 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wdnbs/cluster-resolver-failure-raostlty] Reconcile error err=1 error occurred: + * error requesting remote resource: error getting "Cluster" "arendelle-wdnbs/cluster-ad97fa8e27cabff1c1ee94b503cedc5e": pipelines.tekton.dev "does-not-exist" not found + +=== NAME TestWorkingDirCreated + workingdir_test.go:62: Creating TaskRun namespace arendelle-5g9mp +=== NAME TestHubResolver + stream.go:305: I 21:15:57.834 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx] Created StatefulSet affinity-assistant-83c14dbe2b in namespace arendelle-x7dhm + stream.go:305: I 21:15:57.834 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx] Creating a new TaskRun object hub-resolver-hwpffisx-task1 for pipeline task task1 +=== NAME TestWorkingDirCreated + workingdir_test.go:76: Waiting for TaskRun in namespace arendelle-5g9mp to finish successfully +=== NAME TestHubResolver + stream.go:305: E 21:15:57.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lmpbm/hub-resolver-failure-vsselsyg] Returned an error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Hub" "arendelle-lmpbm/hub-91a06252d9d61f8f0103459d93171918": fail to fetch Artifact Hub resource: requested resource 'https://artifacthub.io/api/v1/packages/tekton-task/tekton-catalog-tasks/git-clone-this-does-not-exist/0.7.0' not found on hub + +=== NAME TestHubResolver_Failure + stream.go:305: E 21:15:57.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lmpbm/hub-resolver-failure-vsselsyg] Returned an error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Hub" "arendelle-lmpbm/hub-91a06252d9d61f8f0103459d93171918": fail to fetch Artifact Hub resource: requested resource 'https://artifacthub.io/api/v1/packages/tekton-task/tekton-catalog-tasks/git-clone-this-does-not-exist/0.7.0' not found on hub + +=== NAME TestHubResolver + stream.go:305: E 21:15:57.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lmpbm/hub-resolver-failure-vsselsyg] Reconcile error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Hub" "arendelle-lmpbm/hub-91a06252d9d61f8f0103459d93171918": fail to fetch Artifact Hub resource: requested resource 'https://artifacthub.io/api/v1/packages/tekton-task/tekton-catalog-tasks/git-clone-this-does-not-exist/0.7.0' not found on hub + +=== NAME TestHubResolver_Failure + stream.go:305: E 21:15:57.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lmpbm/hub-resolver-failure-vsselsyg] Reconcile error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Hub" "arendelle-lmpbm/hub-91a06252d9d61f8f0103459d93171918": fail to fetch Artifact Hub resource: requested resource 'https://artifacthub.io/api/v1/packages/tekton-task/tekton-catalog-tasks/git-clone-this-does-not-exist/0.7.0' not found on hub + +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:15:57.933 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task3/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 57, 933026253, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestClusterResolver + stream.go:305: I 21:15:58.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv] Creating a new TaskRun object cluster-resolver-ewqectzv-some-pipeline-task for pipeline task some-pipeline-task +=== NAME TestHubResolver + stream.go:305: I 21:15:58.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx] PipelineRun hub-resolver-hwpffisx status is being set to &{Succeeded Unknown {2023-06-09 21:15:58.135582836 +0000 UTC m=+2787.696049065} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:15:58.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv] PipelineRun cluster-resolver-ewqectzv status is being set to &{Succeeded Unknown {2023-06-09 21:15:58.198496836 +0000 UTC m=+2787.758963148} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:15:58.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 58, 218124253, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:15:58.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] Successfully reconciled taskrun pipeline-run-timeout-awovsfhd-foo/arendelle-hpd6b with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 58, 300274211, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:15:58.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd] PipelineRun pipeline-run-timeout-awovsfhd status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:15:58.326 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:15:58.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wdnbs/cluster-resolver-failure-raostlty] Reconcile succeeded +=== NAME TestHubResolver_Failure + stream.go:305: I 21:15:58.412 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lmpbm/hub-resolver-failure-vsselsyg] Reconcile succeeded +=== NAME TestHubResolver + stream.go:305: I 21:15:58.412 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lmpbm/hub-resolver-failure-vsselsyg] Reconcile succeeded + stream.go:305: I 21:15:58.695 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx] PipelineRun hub-resolver-hwpffisx status is being set to &{Succeeded Unknown {2023-06-09 21:15:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestGitResolver_Clone + stream.go:305: I 21:15:58.699 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl] Created StatefulSet affinity-assistant-880dc15ddb in namespace arendelle-swkq9 +=== NAME TestWorkingDirCreated + stream.go:305: I 21:15:58.699 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] Successfully reconciled taskrun working-dir-created-yqfufmfo/arendelle-5g9mp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 58, 698572545, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestGitResolver_Clone + stream.go:305: I 21:15:58.700 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl] Creating a new TaskRun object git-resolver-clone-uyvffdvl-task1 for pipeline task task1 +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:15:58.711 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} +=== NAME TestHubResolver + stream.go:305: E 21:15:58.713 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx-task1] Reconcile: Could not find results with names: commit for task hub-resolver-hwpffisx-task1 +=== NAME TestClusterResolver + stream.go:305: I 21:15:58.716 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv] PipelineRun cluster-resolver-ewqectzv status is being set to &{Succeeded Unknown {2023-06-09 21:15:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestHubResolver_Failure + resolvers_test.go:198: Deleting namespace arendelle-lmpbm +=== NAME TestGitResolver_Clone + stream.go:305: I 21:15:58.826 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl] PipelineRun git-resolver-clone-uyvffdvl status is being set to &{Succeeded Unknown {2023-06-09 21:15:58.825936587 +0000 UTC m=+2788.386402815} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +--- PASS: TestHubResolver_Failure (4.42s) +=== CONT TestPipelineRunTasksTimeout + timeout_test.go:444: Create namespace arendelle-t56m7 to deploy to + timeout_test.go:444: Verify SA "default" is created in namespace "arendelle-t56m7" + timeout_test.go:449: Creating Task in namespace arendelle-t56m7 +=== NAME TestHubResolver + stream.go:305: I 21:15:59.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx] PipelineRun hub-resolver-hwpffisx status is being set to &{Succeeded Unknown {2023-06-09 21:15:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:15:59.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv] PipelineRun cluster-resolver-ewqectzv status is being set to &{Succeeded Unknown {2023-06-09 21:15:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestGitResolver_Clone + stream.go:305: I 21:15:59.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl] Found a TaskRun git-resolver-clone-uyvffdvl-task1 that was missing from the PipelineRun status +=== NAME TestPipelineRunTasksTimeout + timeout_test.go:464: Creating Finally Task in namespace arendelle-t56m7 +=== NAME TestGitResolver_Clone + stream.go:305: I 21:15:59.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl] PipelineRun git-resolver-clone-uyvffdvl status is being set to &{Succeeded Unknown {2023-06-09 21:15:59.121835503 +0000 UTC m=+2788.682301940} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:15:59.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv-some-pipeline-task] Successfully reconciled taskrun cluster-resolver-ewqectzv-some-pipeline-task/arendelle-8scbt with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 59, 131081545, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:15:59.294 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv] PipelineRun cluster-resolver-ewqectzv status is being set to &{Succeeded Unknown {2023-06-09 21:15:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + timeout_test.go:512: Waiting for PipelineRun pipeline-run-tasks-timeout-yhazwljj in namespace arendelle-t56m7 to be failed +=== NAME TestGitResolver_Clone + stream.go:305: I 21:15:59.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl] PipelineRun git-resolver-clone-uyvffdvl status is being set to &{Succeeded Unknown {2023-06-09 21:15:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:15:59.437 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] Creating a new TaskRun object pipeline-run-tasks-timeout-yhazwljj-dagtask for pipeline task dagtask +=== NAME TestHubResolver + stream.go:305: E 21:15:59.497 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx-task1] Returned an error err=1 error occurred: + * Could not find results with names: commit for task hub-resolver-hwpffisx-task1 + + stream.go:305: E 21:15:59.497 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx-task1] Reconcile error err=1 error occurred: + * Could not find results with names: commit for task hub-resolver-hwpffisx-task1 + +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:15:59.499 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task2/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 59, 499139879, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestHubResolver + stream.go:305: I 21:15:59.514 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx] All TaskRuns have finished for PipelineRun hub-resolver-hwpffisx so it has finished + stream.go:305: I 21:15:59.514 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx] PipelineRun hub-resolver-hwpffisx status is being set to &{Succeeded False {2023-06-09 21:15:59.514720837 +0000 UTC m=+2789.075187232} Failed Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:15:59.531 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:15:59.531485754 +0000 UTC m=+2789.091952232} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:15:59.635 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task3/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 59, 635245379, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestWorkingDirCreated + stream.go:305: I 21:15:59.723 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] Successfully reconciled taskrun working-dir-created-yqfufmfo/arendelle-5g9mp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 59, 723659712, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestHubResolver + stream.go:305: I 21:15:59.726 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx-task1] taskrun done : hub-resolver-hwpffisx-task1 +=== NAME TestClusterResolver + stream.go:305: I 21:15:59.800 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv] PipelineRun cluster-resolver-ewqectzv status is being set to &{Succeeded Unknown {2023-06-09 21:15:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestHubResolver + stream.go:305: I 21:15:59.811 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx-task1] Reconcile succeeded + stream.go:305: I 21:15:59.820 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:15:59.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] Successfully reconciled taskrun pipeline-run-tasks-timeout-yhazwljj-dagtask/arendelle-t56m7 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 59, 932076004, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestGitResolver_Clone + stream.go:305: E 21:15:59.993 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] Reconcile: Could not find results with names: commit for task git-resolver-clone-uyvffdvl-task1 + stream.go:305: I 21:16:00.134 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl] PipelineRun git-resolver-clone-uyvffdvl status is being set to &{Succeeded Unknown {2023-06-09 21:15:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:00.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:15:59 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:16:00.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv-some-pipeline-task] Successfully reconciled taskrun cluster-resolver-ewqectzv-some-pipeline-task/arendelle-8scbt with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 0, 322159754, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:00.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] Successfully reconciled taskrun pipeline-run-tasks-timeout-yhazwljj-dagtask/arendelle-t56m7 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 0, 334431962, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:16:00.400 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:15:59 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} +=== NAME TestGitResolver_Clone + stream.go:305: E 21:16:00.602 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] Returned an error err=1 error occurred: + * Could not find results with names: commit for task git-resolver-clone-uyvffdvl-task1 + + stream.go:305: E 21:16:00.602 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] Reconcile error err=1 error occurred: + * Could not find results with names: commit for task git-resolver-clone-uyvffdvl-task1 + +=== NAME TestHubResolver + resolvers_test.go:133: Error waiting for PipelineRun hub-resolver-hwpffisx to finish: "hub-resolver-hwpffisx" failed + panic.go:522: ############################################ + panic.go:522: ### Dumping objects from arendelle-x7dhm ### + panic.go:522: ############################################ +=== NAME TestGitResolver_Clone + stream.go:305: I 21:16:00.693 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl] All TaskRuns have finished for PipelineRun git-resolver-clone-uyvffdvl so it has finished + stream.go:305: I 21:16:00.694 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl] PipelineRun git-resolver-clone-uyvffdvl status is being set to &{Succeeded False {2023-06-09 21:16:00.693955838 +0000 UTC m=+2790.254422108} Failed Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0} + stream.go:305: E 21:16:00.706 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] Reconcile: Could not find results with names: commit for task git-resolver-clone-uyvffdvl-task1 +=== NAME TestHubResolver + panic.go:522: + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:15:54Z" + generation: 1 + labels: + tekton.dev/pipeline: hub-resolver-hwpffisx + name: hub-resolver-hwpffisx + namespace: arendelle-x7dhm + resourceVersion: "1706453" + uid: 8b7b7e35-ba65-46ea-8f9a-42d5f8d0b15a + spec: + pipelineSpec: + tasks: + - name: task1 + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + taskRef: + kind: Task + params: + - name: kind + value: task + - name: name + value: git-clone + - name: version + value: "0.7" + resolver: hub + workspaces: + - name: output + workspaces: + - name: output + serviceAccountName: default + timeout: 1h0m0s + workspaces: + - name: output + volumeClaimTemplate: + metadata: + creationTimestamp: null + spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 1Gi + status: {} + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: hub-resolver-hwpffisx-task1 + pipelineTaskName: task1 + completionTime: "2023-06-09T21:15:59Z" + conditions: + - lastTransitionTime: "2023-06-09T21:15:59Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: task1 + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + taskRef: + kind: Task + params: + - name: kind + value: task + - name: name + value: git-clone + - name: version + value: "0.7" + resolver: hub + workspaces: + - name: output + workspaces: + - name: output + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:15:55Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/affinity-assistant: affinity-assistant-83c14dbe2b + pipeline.tekton.dev/release: 128c2bf-dirty + tekton.dev/categories: Git + tekton.dev/displayName: git clone + tekton.dev/pipelines.minVersion: 0.29.0 + tekton.dev/platforms: linux/amd64,linux/s390x,linux/ppc64le,linux/arm64 + tekton.dev/tags: git + creationTimestamp: "2023-06-09T21:15:58Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + app.kubernetes.io/version: "0.7" + tekton.dev/memberOf: tasks + tekton.dev/pipeline: hub-resolver-hwpffisx + tekton.dev/pipelineRun: hub-resolver-hwpffisx + tekton.dev/pipelineTask: task1 + tekton.dev/task: git-clone + name: hub-resolver-hwpffisx-task1 + namespace: arendelle-x7dhm + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: hub-resolver-hwpffisx + uid: 8b7b7e35-ba65-46ea-8f9a-42d5f8d0b15a + resourceVersion: "1706446" + uid: 42ddeaba-2e8b-4aa7-b2c1-caa6b0080c65 + spec: + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + serviceAccountName: default + taskRef: + kind: Task + params: + - name: kind + value: task + - name: name + value: git-clone + - name: version + value: "0.7" + resolver: hub + timeout: 1h0m0s + workspaces: + - name: output + persistentVolumeClaim: + claimName: pvc-1750f39114 + status: + completionTime: "2023-06-09T21:15:58Z" + conditions: + - lastTransitionTime: "2023-06-09T21:15:58Z" + message: 'Could not find results with names: commit for task hub-resolver-hwpffisx-task1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: hub-resolver-hwpffisx-task1-pod + provenance: + configSource: + digest: + sha256: 3cb79bb1bf7ae358c006063602cf7c52d165f7657b2d9de9ccda5f40ac8fd59c + uri: https://artifacthub.io/api/v1/packages/tekton-task/tekton-catalog-tasks/git-clone/0.7.0 + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + refSource: + digest: + sha256: 3cb79bb1bf7ae358c006063602cf7c52d165f7657b2d9de9ccda5f40ac8fd59c + uri: https://artifacthub.io/api/v1/packages/tekton-task/tekton-catalog-tasks/git-clone/0.7.0 + startTime: "2023-06-09T21:15:58Z" + taskSpec: + description: |- + These Tasks are Git tasks to work with repositories used by other tasks in your Pipeline. + The git-clone Task will clone a repo from the provided url into the output Workspace. By default the repo will be cloned into the root of your Workspace. You can clone into a subdirectory by setting this Task's subdirectory param. This Task also supports sparse checkouts. To perform a sparse checkout, pass a list of comma separated directory patterns to this Task's sparseCheckoutDirectories param. + params: + - description: Repository URL to clone from. + name: url + type: string + - default: "" + description: Revision to checkout. (branch, tag, sha, ref, etc...) + name: revision + type: string + - default: "" + description: Refspec to fetch before checking out revision. + name: refspec + type: string + - default: "true" + description: Initialize and fetch git submodules. + name: submodules + type: string + - default: "1" + description: Perform a shallow clone, fetching only the most recent N commits. + name: depth + type: string + - default: "true" + description: Set the `http.sslVerify` global git config. Setting this to `false` + is not advised unless you are sure that you trust your git remote. + name: sslVerify + type: string + - default: ca-bundle.crt + description: file name of mounted crt using ssl-ca-directory workspace. default + value is ca-bundle.crt. + name: crtFileName + type: string + - default: "" + description: Subdirectory inside the `output` Workspace to clone the repo into. + name: subdirectory + type: string + - default: "" + description: Define the directory patterns to match or exclude when performing + a sparse checkout. + name: sparseCheckoutDirectories + type: string + - default: "true" + description: Clean out the contents of the destination directory if it already + exists before cloning. + name: deleteExisting + type: string + - default: "" + description: HTTP proxy server for non-SSL requests. + name: httpProxy + type: string + - default: "" + description: HTTPS proxy server for SSL requests. + name: httpsProxy + type: string + - default: "" + description: Opt out of proxying HTTP/HTTPS requests. + name: noProxy + type: string + - default: "true" + description: Log the commands that are executed during `git-clone`'s operation. + name: verbose + type: string + - default: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.29.0 + description: The image providing the git-init binary that this Task runs. + name: gitInitImage + type: string + - default: /tekton/home + description: | + Absolute path to the user's home directory. Set this explicitly if you are running the image as a non-root user or have overridden + the gitInitImage param with an image containing custom user configuration. + name: userHome + type: string + results: + - description: The precise commit SHA that was fetched by this Task. + name: commit + type: string + - description: The precise URL that was fetched by this Task. + name: url + type: string + steps: + - env: + - name: HOME + value: /tekton/home + - name: PARAM_URL + value: https://github.com/tektoncd/pipeline + - name: PARAM_REVISION + - name: PARAM_REFSPEC + - name: PARAM_SUBMODULES + value: "true" + - name: PARAM_DEPTH + value: "1" + - name: PARAM_SSL_VERIFY + value: "true" + - name: PARAM_CRT_FILENAME + value: ca-bundle.crt + - name: PARAM_SUBDIRECTORY + - name: PARAM_DELETE_EXISTING + value: "true" + - name: PARAM_HTTP_PROXY + - name: PARAM_HTTPS_PROXY + - name: PARAM_NO_PROXY + - name: PARAM_VERBOSE + value: "true" + - name: PARAM_SPARSE_CHECKOUT_DIRECTORIES + - name: PARAM_USER_HOME + value: /tekton/home + - name: WORKSPACE_OUTPUT_PATH + value: /workspace/output + - name: WORKSPACE_SSH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSH_DIRECTORY_PATH + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_PATH + - name: WORKSPACE_SSL_CA_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSL_CA_DIRECTORY_PATH + image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.29.0 + name: clone + resources: {} + script: | + #!/usr/bin/env sh + set -eu + + if [ "${PARAM_VERBOSE}" = "true" ] ; then + set -x + fi + + + if [ "${WORKSPACE_BASIC_AUTH_DIRECTORY_BOUND}" = "true" ] ; then + cp "${WORKSPACE_BASIC_AUTH_DIRECTORY_PATH}/.git-credentials" "${PARAM_USER_HOME}/.git-credentials" + cp "${WORKSPACE_BASIC_AUTH_DIRECTORY_PATH}/.gitconfig" "${PARAM_USER_HOME}/.gitconfig" + chmod 400 "${PARAM_USER_HOME}/.git-credentials" + chmod 400 "${PARAM_USER_HOME}/.gitconfig" + fi + + if [ "${WORKSPACE_SSH_DIRECTORY_BOUND}" = "true" ] ; then + cp -R "${WORKSPACE_SSH_DIRECTORY_PATH}" "${PARAM_USER_HOME}"/.ssh + chmod 700 "${PARAM_USER_HOME}"/.ssh + chmod -R 400 "${PARAM_USER_HOME}"/.ssh/* + fi + + if [ "${WORKSPACE_SSL_CA_DIRECTORY_BOUND}" = "true" ] ; then + export GIT_SSL_CAPATH="${WORKSPACE_SSL_CA_DIRECTORY_PATH}" + if [ "${PARAM_CRT_FILENAME}" != "" ] ; then + export GIT_SSL_CAINFO="${WORKSPACE_SSL_CA_DIRECTORY_PATH}/${PARAM_CRT_FILENAME}" + fi + fi + CHECKOUT_DIR="${WORKSPACE_OUTPUT_PATH}/${PARAM_SUBDIRECTORY}" + + cleandir() { + # Delete any existing contents of the repo directory if it exists. + # + # We don't just "rm -rf ${CHECKOUT_DIR}" because ${CHECKOUT_DIR} might be "/" + # or the root of a mounted volume. + if [ -d "${CHECKOUT_DIR}" ] ; then + # Delete non-hidden files and directories + rm -rf "${CHECKOUT_DIR:?}"/* + # Delete files and directories starting with . but excluding .. + rm -rf "${CHECKOUT_DIR}"/.[!.]* + # Delete files and directories starting with .. plus any other character + rm -rf "${CHECKOUT_DIR}"/..?* + fi + } + + if [ "${PARAM_DELETE_EXISTING}" = "true" ] ; then + cleandir + fi + + test -z "${PARAM_HTTP_PROXY}" || export HTTP_PROXY="${PARAM_HTTP_PROXY}" + test -z "${PARAM_HTTPS_PROXY}" || export HTTPS_PROXY="${PARAM_HTTPS_PROXY}" + test -z "${PARAM_NO_PROXY}" || export NO_PROXY="${PARAM_NO_PROXY}" + + /ko-app/git-init \ + -url="${PARAM_URL}" \ + -revision="${PARAM_REVISION}" \ + -refspec="${PARAM_REFSPEC}" \ + -path="${CHECKOUT_DIR}" \ + -sslVerify="${PARAM_SSL_VERIFY}" \ + -submodules="${PARAM_SUBMODULES}" \ + -depth="${PARAM_DEPTH}" \ + -sparseCheckoutDirectories="${PARAM_SPARSE_CHECKOUT_DIRECTORIES}" + cd "${CHECKOUT_DIR}" + RESULT_SHA="$(git rev-parse HEAD)" + EXIT_CODE="$?" + if [ "${EXIT_CODE}" != 0 ] ; then + exit "${EXIT_CODE}" + fi + printf "%s" "${RESULT_SHA}" > "/tekton/results/commit" + printf "%s" "${PARAM_URL}" > "/tekton/results/url" + workspaces: + - description: The git repo will be cloned onto the volume backing this Workspace. + name: output + - description: | + A .ssh directory with private key, known_hosts, config, etc. Copied to + the user's home before git commands are executed. Used to authenticate + with the git remote when performing the clone. Binding a Secret to this + Workspace is strongly recommended over other volume types. + name: ssh-directory + optional: true + - description: | + A Workspace containing a .gitconfig and .git-credentials file. These + will be copied to the user's home before any git commands are run. Any + other files in this Workspace are ignored. It is strongly recommended + to use ssh-directory over basic-auth whenever possible and to bind a + Secret to this Workspace over other volume types. + name: basic-auth + optional: true + - description: | + A workspace containing CA certificates, this will be used by Git to + verify the peer with when fetching or pushing over HTTPS. + name: ssl-ca-directory + optional: true + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/affinity-assistant: affinity-assistant-83c14dbe2b + pipeline.tekton.dev/release: 128c2bf-dirty + tekton.dev/categories: Git + tekton.dev/displayName: git clone + tekton.dev/pipelines.minVersion: 0.29.0 + tekton.dev/platforms: linux/amd64,linux/s390x,linux/ppc64le,linux/arm64 + tekton.dev/tags: git + creationTimestamp: "2023-06-09T21:15:58Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + app.kubernetes.io/version: "0.7" + tekton.dev/memberOf: tasks + tekton.dev/pipeline: hub-resolver-hwpffisx + tekton.dev/pipelineRun: hub-resolver-hwpffisx + tekton.dev/pipelineTask: task1 + tekton.dev/task: git-clone + name: hub-resolver-hwpffisx-task1 + namespace: arendelle-x7dhm + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: hub-resolver-hwpffisx + uid: 8b7b7e35-ba65-46ea-8f9a-42d5f8d0b15a + resourceVersion: "1706446" + uid: 42ddeaba-2e8b-4aa7-b2c1-caa6b0080c65 + spec: + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + serviceAccountName: default + taskRef: + kind: Task + params: + - name: kind + value: task + - name: name + value: git-clone + - name: version + value: "0.7" + resolver: hub + timeout: 1h0m0s + workspaces: + - name: output + persistentVolumeClaim: + claimName: pvc-1750f39114 + status: + completionTime: "2023-06-09T21:15:58Z" + conditions: + - lastTransitionTime: "2023-06-09T21:15:58Z" + message: 'Could not find results with names: commit for task hub-resolver-hwpffisx-task1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: hub-resolver-hwpffisx-task1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + refSource: + digest: + sha256: 3cb79bb1bf7ae358c006063602cf7c52d165f7657b2d9de9ccda5f40ac8fd59c + uri: https://artifacthub.io/api/v1/packages/tekton-task/tekton-catalog-tasks/git-clone/0.7.0 + startTime: "2023-06-09T21:15:58Z" + taskSpec: + description: |- + These Tasks are Git tasks to work with repositories used by other tasks in your Pipeline. + The git-clone Task will clone a repo from the provided url into the output Workspace. By default the repo will be cloned into the root of your Workspace. You can clone into a subdirectory by setting this Task's subdirectory param. This Task also supports sparse checkouts. To perform a sparse checkout, pass a list of comma separated directory patterns to this Task's sparseCheckoutDirectories param. + params: + - description: Repository URL to clone from. + name: url + type: string + - default: "" + description: Revision to checkout. (branch, tag, sha, ref, etc...) + name: revision + type: string + - default: "" + description: Refspec to fetch before checking out revision. + name: refspec + type: string + - default: "true" + description: Initialize and fetch git submodules. + name: submodules + type: string + - default: "1" + description: Perform a shallow clone, fetching only the most recent N commits. + name: depth + type: string + - default: "true" + description: Set the `http.sslVerify` global git config. Setting this to `false` + is not advised unless you are sure that you trust your git remote. + name: sslVerify + type: string + - default: ca-bundle.crt + description: file name of mounted crt using ssl-ca-directory workspace. default + value is ca-bundle.crt. + name: crtFileName + type: string + - default: "" + description: Subdirectory inside the `output` Workspace to clone the repo into. + name: subdirectory + type: string + - default: "" + description: Define the directory patterns to match or exclude when performing + a sparse checkout. + name: sparseCheckoutDirectories + type: string + - default: "true" + description: Clean out the contents of the destination directory if it already + exists before cloning. + name: deleteExisting + type: string + - default: "" + description: HTTP proxy server for non-SSL requests. + name: httpProxy + type: string + - default: "" + description: HTTPS proxy server for SSL requests. + name: httpsProxy + type: string + - default: "" + description: Opt out of proxying HTTP/HTTPS requests. + name: noProxy + type: string + - default: "true" + description: Log the commands that are executed during `git-clone`'s operation. + name: verbose + type: string + - default: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.29.0 + description: The image providing the git-init binary that this Task runs. + name: gitInitImage + type: string + - default: /tekton/home + description: | + Absolute path to the user's home directory. Set this explicitly if you are running the image as a non-root user or have overridden + the gitInitImage param with an image containing custom user configuration. + name: userHome + type: string + results: + - description: The precise commit SHA that was fetched by this Task. + name: commit + type: string + - description: The precise URL that was fetched by this Task. + name: url + type: string + steps: + - computeResources: {} + env: + - name: HOME + value: /tekton/home + - name: PARAM_URL + value: https://github.com/tektoncd/pipeline + - name: PARAM_REVISION + - name: PARAM_REFSPEC + - name: PARAM_SUBMODULES + value: "true" + - name: PARAM_DEPTH + value: "1" + - name: PARAM_SSL_VERIFY + value: "true" + - name: PARAM_CRT_FILENAME + value: ca-bundle.crt + - name: PARAM_SUBDIRECTORY + - name: PARAM_DELETE_EXISTING + value: "true" + - name: PARAM_HTTP_PROXY + - name: PARAM_HTTPS_PROXY + - name: PARAM_NO_PROXY + - name: PARAM_VERBOSE + value: "true" + - name: PARAM_SPARSE_CHECKOUT_DIRECTORIES + - name: PARAM_USER_HOME + value: /tekton/home + - name: WORKSPACE_OUTPUT_PATH + value: /workspace/output + - name: WORKSPACE_SSH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSH_DIRECTORY_PATH + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_PATH + - name: WORKSPACE_SSL_CA_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSL_CA_DIRECTORY_PATH + image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.29.0 + name: clone + script: | + #!/usr/bin/env sh + set -eu + + if [ "${PARAM_VERBOSE}" = "true" ] ; then + set -x + fi + + + if [ "${WORKSPACE_BASIC_AUTH_DIRECTORY_BOUND}" = "true" ] ; then + cp "${WORKSPACE_BASIC_AUTH_DIRECTORY_PATH}/.git-credentials" "${PARAM_USER_HOME}/.git-credentials" + cp "${WORKSPACE_BASIC_AUTH_DIRECTORY_PATH}/.gitconfig" "${PARAM_USER_HOME}/.gitconfig" + chmod 400 "${PARAM_USER_HOME}/.git-credentials" + chmod 400 "${PARAM_USER_HOME}/.gitconfig" + fi + + if [ "${WORKSPACE_SSH_DIRECTORY_BOUND}" = "true" ] ; then + cp -R "${WORKSPACE_SSH_DIRECTORY_PATH}" "${PARAM_USER_HOME}"/.ssh + chmod 700 "${PARAM_USER_HOME}"/.ssh + chmod -R 400 "${PARAM_USER_HOME}"/.ssh/* + fi + + if [ "${WORKSPACE_SSL_CA_DIRECTORY_BOUND}" = "true" ] ; then + export GIT_SSL_CAPATH="${WORKSPACE_SSL_CA_DIRECTORY_PATH}" + if [ "${PARAM_CRT_FILENAME}" != "" ] ; then + export GIT_SSL_CAINFO="${WORKSPACE_SSL_CA_DIRECTORY_PATH}/${PARAM_CRT_FILENAME}" + fi + fi + CHECKOUT_DIR="${WORKSPACE_OUTPUT_PATH}/${PARAM_SUBDIRECTORY}" + + cleandir() { + # Delete any existing contents of the repo directory if it exists. + # + # We don't just "rm -rf ${CHECKOUT_DIR}" because ${CHECKOUT_DIR} might be "/" + # or the root of a mounted volume. + if [ -d "${CHECKOUT_DIR}" ] ; then + # Delete non-hidden files and directories + rm -rf "${CHECKOUT_DIR:?}"/* + # Delete files and directories starting with . but excluding .. + rm -rf "${CHECKOUT_DIR}"/.[!.]* + # Delete files and directories starting with .. plus any other character + rm -rf "${CHECKOUT_DIR}"/..?* + fi + } + + if [ "${PARAM_DELETE_EXISTING}" = "true" ] ; then + cleandir + fi + + test -z "${PARAM_HTTP_PROXY}" || export HTTP_PROXY="${PARAM_HTTP_PROXY}" + test -z "${PARAM_HTTPS_PROXY}" || export HTTPS_PROXY="${PARAM_HTTPS_PROXY}" + test -z "${PARAM_NO_PROXY}" || export NO_PROXY="${PARAM_NO_PROXY}" + + /ko-app/git-init \ + -url="${PARAM_URL}" \ + -revision="${PARAM_REVISION}" \ + -refspec="${PARAM_REFSPEC}" \ + -path="${CHECKOUT_DIR}" \ + -sslVerify="${PARAM_SSL_VERIFY}" \ + -submodules="${PARAM_SUBMODULES}" \ + -depth="${PARAM_DEPTH}" \ + -sparseCheckoutDirectories="${PARAM_SPARSE_CHECKOUT_DIRECTORIES}" + cd "${CHECKOUT_DIR}" + RESULT_SHA="$(git rev-parse HEAD)" + EXIT_CODE="$?" + if [ "${EXIT_CODE}" != 0 ] ; then + exit "${EXIT_CODE}" + fi + printf "%s" "${RESULT_SHA}" > "/tekton/results/commit" + printf "%s" "${PARAM_URL}" > "/tekton/results/url" + workspaces: + - description: The git repo will be cloned onto the volume backing this Workspace. + name: output + - description: | + A .ssh directory with private key, known_hosts, config, etc. Copied to + the user's home before git commands are executed. Used to authenticate + with the git remote when performing the clone. Binding a Secret to this + Workspace is strongly recommended over other volume types. + name: ssh-directory + optional: true + - description: | + A Workspace containing a .gitconfig and .git-credentials file. These + will be copied to the user's home before any git commands are run. Any + other files in this Workspace are ignored. It is strongly recommended + to use ssh-directory over basic-auth whenever possible and to bind a + Secret to this Workspace over other volume types. + name: basic-auth + optional: true + - description: | + A workspace containing CA certificates, this will be used by Git to + verify the peer with when fetching or pushing over HTTPS. + name: ssl-ca-directory + optional: true + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:15:54Z" + generation: 1 + labels: + tekton.dev/pipeline: hub-resolver-hwpffisx + name: hub-resolver-hwpffisx + namespace: arendelle-x7dhm + resourceVersion: "1706453" + uid: 8b7b7e35-ba65-46ea-8f9a-42d5f8d0b15a + spec: + pipelineSpec: + tasks: + - name: task1 + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + taskRef: + kind: Task + params: + - name: kind + value: task + - name: name + value: git-clone + - name: version + value: "0.7" + resolver: hub + workspaces: + - name: output + workspaces: + - name: output + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1h0m0s + workspaces: + - name: output + volumeClaimTemplate: + metadata: + creationTimestamp: null + spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 1Gi + status: {} + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: hub-resolver-hwpffisx-task1 + pipelineTaskName: task1 + completionTime: "2023-06-09T21:15:59Z" + conditions: + - lastTransitionTime: "2023-06-09T21:15:59Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: task1 + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + taskRef: + kind: Task + params: + - name: kind + value: task + - name: name + value: git-clone + - name: version + value: "0.7" + resolver: hub + workspaces: + - name: output + workspaces: + - name: output + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:15:55Z" + + --- + metadata: + creationTimestamp: "2023-06-09T21:15:57Z" + deletionGracePeriodSeconds: 30 + deletionTimestamp: "2023-06-09T21:16:29Z" + generateName: affinity-assistant-83c14dbe2b- + labels: + app.kubernetes.io/component: affinity-assistant + app.kubernetes.io/instance: affinity-assistant-83c14dbe2b + controller-revision-hash: affinity-assistant-83c14dbe2b-86b4846bdb + statefulset.kubernetes.io/pod-name: affinity-assistant-83c14dbe2b-0 + tekton.dev/pipeline: hub-resolver-hwpffisx + tekton.dev/pipelineRun: hub-resolver-hwpffisx + name: affinity-assistant-83c14dbe2b-0 + namespace: arendelle-x7dhm + ownerReferences: + - apiVersion: apps/v1 + blockOwnerDeletion: true + controller: true + kind: StatefulSet + name: affinity-assistant-83c14dbe2b + uid: 11448ef6-a9ad-4a84-922f-4240043dddee + resourceVersion: "1706464" + uid: 2a542df7-537c-48b4-b71e-71afebf031d5 + spec: + affinity: + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchLabels: + app.kubernetes.io/component: affinity-assistant + topologyKey: kubernetes.io/hostname + weight: 100 + containers: + - args: + - tekton_run_indefinitely + image: docker.io/emunley2/nop-8eac7c133edad5df719dc37b36b62482@sha256:6fefe596b724b8979921cb8ad897e12b4fe4380e2da74b20bce87485b4bdb62d + imagePullPolicy: IfNotPresent + name: affinity-assistant + resources: + limits: + cpu: 50m + memory: 100Mi + requests: + cpu: 50m + memory: 100Mi + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-2wbrl + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + hostname: affinity-assistant-83c14dbe2b-0 + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Always + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - name: workspace + persistentVolumeClaim: + claimName: pvc-1750f39114 + - name: kube-api-access-2wbrl + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:15:57Z" + status: "True" + type: PodScheduled + phase: Pending + qosClass: Guaranteed + + --- + metadata: + annotations: + pipeline.tekton.dev/affinity-assistant: affinity-assistant-83c14dbe2b + pipeline.tekton.dev/release: 128c2bf-dirty + tekton.dev/categories: Git + tekton.dev/displayName: git clone + tekton.dev/pipelines.minVersion: 0.29.0 + tekton.dev/platforms: linux/amd64,linux/s390x,linux/ppc64le,linux/arm64 + tekton.dev/tags: git + creationTimestamp: "2023-06-09T21:15:58Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + app.kubernetes.io/version: "0.7" + tekton.dev/memberOf: tasks + tekton.dev/pipeline: hub-resolver-hwpffisx + tekton.dev/pipelineRun: hub-resolver-hwpffisx + tekton.dev/pipelineTask: task1 + tekton.dev/task: git-clone + tekton.dev/taskRun: hub-resolver-hwpffisx-task1 + name: hub-resolver-hwpffisx-task1-pod + namespace: arendelle-x7dhm + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: hub-resolver-hwpffisx-task1 + uid: 42ddeaba-2e8b-4aa7-b2c1-caa6b0080c65 + resourceVersion: "1706410" + uid: d76024a9-ba2c-4e81-b2bb-1fa7de5d6fb8 + spec: + activeDeadlineSeconds: 5400 + affinity: + podAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchLabels: + app.kubernetes.io/component: affinity-assistant + app.kubernetes.io/instance: affinity-assistant-83c14dbe2b + topologyKey: kubernetes.io/hostname + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -results + - commit,url + - -entrypoint + - /tekton/scripts/script-0-sprxv + - -- + command: + - /tekton/bin/entrypoint + env: + - name: HOME + value: /tekton/home + - name: PARAM_URL + value: https://github.com/tektoncd/pipeline + - name: PARAM_REVISION + - name: PARAM_REFSPEC + - name: PARAM_SUBMODULES + value: "true" + - name: PARAM_DEPTH + value: "1" + - name: PARAM_SSL_VERIFY + value: "true" + - name: PARAM_CRT_FILENAME + value: ca-bundle.crt + - name: PARAM_SUBDIRECTORY + - name: PARAM_DELETE_EXISTING + value: "true" + - name: PARAM_HTTP_PROXY + - name: PARAM_HTTPS_PROXY + - name: PARAM_NO_PROXY + - name: PARAM_VERBOSE + value: "true" + - name: PARAM_SPARSE_CHECKOUT_DIRECTORIES + - name: PARAM_USER_HOME + value: /tekton/home + - name: WORKSPACE_OUTPUT_PATH + value: /workspace/output + - name: WORKSPACE_SSH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSH_DIRECTORY_PATH + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_PATH + - name: WORKSPACE_SSL_CA_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSL_CA_DIRECTORY_PATH + image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.29.0 + imagePullPolicy: IfNotPresent + name: step-clone + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /workspace/output + name: ws-gnktg + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-5jbmr + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-clone + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-5jbmr + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-sprxv" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvdXNyL2Jpbi9lbnYgc2gKc2V0IC1ldQoKaWYgWyAiJHtQQVJBTV9WRVJCT1NFfSIgPSAidHJ1ZSIgXSA7IHRoZW4KICBzZXQgLXgKZmkKCgppZiBbICIke1dPUktTUEFDRV9CQVNJQ19BVVRIX0RJUkVDVE9SWV9CT1VORH0iID0gInRydWUiIF0gOyB0aGVuCiAgY3AgIiR7V09SS1NQQUNFX0JBU0lDX0FVVEhfRElSRUNUT1JZX1BBVEh9Ly5naXQtY3JlZGVudGlhbHMiICIke1BBUkFNX1VTRVJfSE9NRX0vLmdpdC1jcmVkZW50aWFscyIKICBjcCAiJHtXT1JLU1BBQ0VfQkFTSUNfQVVUSF9ESVJFQ1RPUllfUEFUSH0vLmdpdGNvbmZpZyIgIiR7UEFSQU1fVVNFUl9IT01FfS8uZ2l0Y29uZmlnIgogIGNobW9kIDQwMCAiJHtQQVJBTV9VU0VSX0hPTUV9Ly5naXQtY3JlZGVudGlhbHMiCiAgY2htb2QgNDAwICIke1BBUkFNX1VTRVJfSE9NRX0vLmdpdGNvbmZpZyIKZmkKCmlmIFsgIiR7V09SS1NQQUNFX1NTSF9ESVJFQ1RPUllfQk9VTkR9IiA9ICJ0cnVlIiBdIDsgdGhlbgogIGNwIC1SICIke1dPUktTUEFDRV9TU0hfRElSRUNUT1JZX1BBVEh9IiAiJHtQQVJBTV9VU0VSX0hPTUV9Ii8uc3NoCiAgY2htb2QgNzAwICIke1BBUkFNX1VTRVJfSE9NRX0iLy5zc2gKICBjaG1vZCAtUiA0MDAgIiR7UEFSQU1fVVNFUl9IT01FfSIvLnNzaC8qCmZpCgppZiBbICIke1dPUktTUEFDRV9TU0xfQ0FfRElSRUNUT1JZX0JPVU5EfSIgPSAidHJ1ZSIgXSA7IHRoZW4KICAgZXhwb3J0IEdJVF9TU0xfQ0FQQVRIPSIke1dPUktTUEFDRV9TU0xfQ0FfRElSRUNUT1JZX1BBVEh9IgogICBpZiBbICIke1BBUkFNX0NSVF9GSUxFTkFNRX0iICE9ICIiIF0gOyB0aGVuCiAgICAgIGV4cG9ydCBHSVRfU1NMX0NBSU5GTz0iJHtXT1JLU1BBQ0VfU1NMX0NBX0RJUkVDVE9SWV9QQVRIfS8ke1BBUkFNX0NSVF9GSUxFTkFNRX0iCiAgIGZpCmZpCkNIRUNLT1VUX0RJUj0iJHtXT1JLU1BBQ0VfT1VUUFVUX1BBVEh9LyR7UEFSQU1fU1VCRElSRUNUT1JZfSIKCmNsZWFuZGlyKCkgewogICMgRGVsZXRlIGFueSBleGlzdGluZyBjb250ZW50cyBvZiB0aGUgcmVwbyBkaXJlY3RvcnkgaWYgaXQgZXhpc3RzLgogICMKICAjIFdlIGRvbid0IGp1c3QgInJtIC1yZiAke0NIRUNLT1VUX0RJUn0iIGJlY2F1c2UgJHtDSEVDS09VVF9ESVJ9IG1pZ2h0IGJlICIvIgogICMgb3IgdGhlIHJvb3Qgb2YgYSBtb3VudGVkIHZvbHVtZS4KICBpZiBbIC1kICIke0NIRUNLT1VUX0RJUn0iIF0gOyB0aGVuCiAgICAjIERlbGV0ZSBub24taGlkZGVuIGZpbGVzIGFuZCBkaXJlY3RvcmllcwogICAgcm0gLXJmICIke0NIRUNLT1VUX0RJUjo/fSIvKgogICAgIyBEZWxldGUgZmlsZXMgYW5kIGRpcmVjdG9yaWVzIHN0YXJ0aW5nIHdpdGggLiBidXQgZXhjbHVkaW5nIC4uCiAgICBybSAtcmYgIiR7Q0hFQ0tPVVRfRElSfSIvLlshLl0qCiAgICAjIERlbGV0ZSBmaWxlcyBhbmQgZGlyZWN0b3JpZXMgc3RhcnRpbmcgd2l0aCAuLiBwbHVzIGFueSBvdGhlciBjaGFyYWN0ZXIKICAgIHJtIC1yZiAiJHtDSEVDS09VVF9ESVJ9Ii8uLj8qCiAgZmkKfQoKaWYgWyAiJHtQQVJBTV9ERUxFVEVfRVhJU1RJTkd9IiA9ICJ0cnVlIiBdIDsgdGhlbgogIGNsZWFuZGlyCmZpCgp0ZXN0IC16ICIke1BBUkFNX0hUVFBfUFJPWFl9IiB8fCBleHBvcnQgSFRUUF9QUk9YWT0iJHtQQVJBTV9IVFRQX1BST1hZfSIKdGVzdCAteiAiJHtQQVJBTV9IVFRQU19QUk9YWX0iIHx8IGV4cG9ydCBIVFRQU19QUk9YWT0iJHtQQVJBTV9IVFRQU19QUk9YWX0iCnRlc3QgLXogIiR7UEFSQU1fTk9fUFJPWFl9IiB8fCBleHBvcnQgTk9fUFJPWFk9IiR7UEFSQU1fTk9fUFJPWFl9IgoKL2tvLWFwcC9naXQtaW5pdCBcCiAgLXVybD0iJHtQQVJBTV9VUkx9IiBcCiAgLXJldmlzaW9uPSIke1BBUkFNX1JFVklTSU9OfSIgXAogIC1yZWZzcGVjPSIke1BBUkFNX1JFRlNQRUN9IiBcCiAgLXBhdGg9IiR7Q0hFQ0tPVVRfRElSfSIgXAogIC1zc2xWZXJpZnk9IiR7UEFSQU1fU1NMX1ZFUklGWX0iIFwKICAtc3VibW9kdWxlcz0iJHtQQVJBTV9TVUJNT0RVTEVTfSIgXAogIC1kZXB0aD0iJHtQQVJBTV9ERVBUSH0iIFwKICAtc3BhcnNlQ2hlY2tvdXREaXJlY3Rvcmllcz0iJHtQQVJBTV9TUEFSU0VfQ0hFQ0tPVVRfRElSRUNUT1JJRVN9IgpjZCAiJHtDSEVDS09VVF9ESVJ9IgpSRVNVTFRfU0hBPSIkKGdpdCByZXYtcGFyc2UgSEVBRCkiCkVYSVRfQ09ERT0iJD8iCmlmIFsgIiR7RVhJVF9DT0RFfSIgIT0gMCBdIDsgdGhlbgogIGV4aXQgIiR7RVhJVF9DT0RFfSIKZmkKcHJpbnRmICIlcyIgIiR7UkVTVUxUX1NIQX0iID4gIi90ZWt0b24vcmVzdWx0cy9jb21taXQiCnByaW50ZiAiJXMiICIke1BBUkFNX1VSTH0iID4gIi90ZWt0b24vcmVzdWx0cy91cmwiCg== + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-5jbmr + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - name: ws-gnktg + persistentVolumeClaim: + claimName: pvc-1750f39114 + - name: kube-api-access-5jbmr + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:15:58Z" + status: "True" + type: PodScheduled + phase: Pending + qosClass: BestEffort + + panic.go:522: ##################################################### + panic.go:522: ### Dumping logs from Pods in the arendelle-x7dhm ### + panic.go:522: ##################################################### + build_logs.go:35: Could not get logs for pod hub-resolver-hwpffisx-task1-pod: container "step-clone" in pod "hub-resolver-hwpffisx-task1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs +=== NAME TestGitResolver_Clone + stream.go:305: I 21:16:00.935 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl] Reconcile succeeded +=== NAME TestHubResolver + build_logs.go:35: Could not get logs for pod hub-resolver-hwpffisx-task1-pod: container "step-clone" in pod "hub-resolver-hwpffisx-task1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + panic.go:522: Not deleting namespace arendelle-x7dhm +--- FAIL: TestHubResolver (6.63s) +=== CONT TestPipelineTaskTimeout + timeout_test.go:323: Create namespace arendelle-92g5h to deploy to + timeout_test.go:323: Verify SA "default" is created in namespace "arendelle-92g5h" + timeout_test.go:328: Creating Tasks in namespace arendelle-92g5h + timeout_test.go:388: Waiting for PipelineRun pipeline-task-timeout-lwmagloh with PipelineTask timeout in namespace arendelle-92g5h to fail +=== NAME TestGitResolver_Clone + stream.go:305: E 21:16:01.312 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] Returned an error err=1 error occurred: + * Could not find results with names: commit for task git-resolver-clone-uyvffdvl-task1 + + stream.go:305: E 21:16:01.313 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] Reconcile error err=1 error occurred: + * Could not find results with names: commit for task git-resolver-clone-uyvffdvl-task1 + + stream.go:305: I 21:16:01.313 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] taskrun done : git-resolver-clone-uyvffdvl-task1 + stream.go:305: I 21:16:01.422 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] Reconcile succeeded + stream.go:305: I 21:16:01.423 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] taskrun done : git-resolver-clone-uyvffdvl-task1 + stream.go:305: I 21:16:01.428 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl] Reconcile succeeded + stream.go:305: I 21:16:01.492 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] Reconcile succeeded +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:01.502 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] Creating a new TaskRun object pipeline-task-timeout-lwmagloh-pipelinetask1 for pipeline task pipelinetask1 +=== NAME TestGitResolver_Clone + stream.go:305: I 21:16:01.493 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] taskrun done : git-resolver-clone-uyvffdvl-task1 +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:01.517 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] Creating a new TaskRun object pipeline-task-timeout-lwmagloh-pipelinetask2 for pipeline task pipelinetask2 + stream.go:305: I 21:16:01.600 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] PipelineRun pipeline-task-timeout-lwmagloh status is being set to &{Succeeded Unknown {2023-06-09 21:16:01.600870838 +0000 UTC m=+2791.161337317} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} +=== NAME TestGitResolver_Clone + resolvers_test.go:255: Error waiting for PipelineRun git-resolver-clone-uyvffdvl to finish: "git-resolver-clone-uyvffdvl" failed + panic.go:522: ############################################ + panic.go:522: ### Dumping objects from arendelle-swkq9 ### + panic.go:522: ############################################ + stream.go:305: I 21:16:01.606 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] Reconcile succeeded +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:01.700 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask1/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 1, 700153130, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:16:01.794 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask2/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 1, 735337463, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestGitResolver_Clone + panic.go:522: + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:15:54Z" + generation: 1 + labels: + tekton.dev/pipeline: git-resolver-clone-uyvffdvl + name: git-resolver-clone-uyvffdvl + namespace: arendelle-swkq9 + resourceVersion: "1706501" + uid: ed323bd9-2590-440b-8540-99ff59f0aad3 + spec: + pipelineSpec: + tasks: + - name: task1 + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + taskRef: + kind: Task + params: + - name: url + value: https://github.com/tektoncd/catalog.git + - name: pathInRepo + value: /task/git-clone/0.7/git-clone.yaml + - name: revision + value: main + resolver: git + workspaces: + - name: output + workspaces: + - name: output + serviceAccountName: default + timeout: 1h0m0s + workspaces: + - name: output + volumeClaimTemplate: + metadata: + creationTimestamp: null + spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 1Gi + status: {} + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: git-resolver-clone-uyvffdvl-task1 + pipelineTaskName: task1 + completionTime: "2023-06-09T21:16:00Z" + conditions: + - lastTransitionTime: "2023-06-09T21:16:00Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: task1 + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + taskRef: + kind: Task + params: + - name: url + value: https://github.com/tektoncd/catalog.git + - name: pathInRepo + value: /task/git-clone/0.7/git-clone.yaml + - name: revision + value: main + resolver: git + workspaces: + - name: output + workspaces: + - name: output + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:15:54Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/affinity-assistant: affinity-assistant-880dc15ddb + pipeline.tekton.dev/release: 128c2bf-dirty + tekton.dev/categories: Git + tekton.dev/displayName: git clone + tekton.dev/pipelines.minVersion: 0.29.0 + tekton.dev/platforms: linux/amd64,linux/s390x,linux/ppc64le,linux/arm64 + tekton.dev/tags: git + creationTimestamp: "2023-06-09T21:15:58Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + app.kubernetes.io/version: "0.7" + tekton.dev/memberOf: tasks + tekton.dev/pipeline: git-resolver-clone-uyvffdvl + tekton.dev/pipelineRun: git-resolver-clone-uyvffdvl + tekton.dev/pipelineTask: task1 + tekton.dev/task: git-clone + name: git-resolver-clone-uyvffdvl-task1 + namespace: arendelle-swkq9 + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: git-resolver-clone-uyvffdvl + uid: ed323bd9-2590-440b-8540-99ff59f0aad3 + resourceVersion: "1706517" + uid: fec5dddb-02d6-406d-860e-adff46475afe + spec: + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + serviceAccountName: default + taskRef: + kind: Task + params: + - name: url + value: https://github.com/tektoncd/catalog.git + - name: pathInRepo + value: /task/git-clone/0.7/git-clone.yaml + - name: revision + value: main + resolver: git + timeout: 1h0m0s + workspaces: + - name: output + persistentVolumeClaim: + claimName: pvc-861b7ffe42 + status: + completionTime: "2023-06-09T21:16:00Z" + conditions: + - lastTransitionTime: "2023-06-09T21:16:00Z" + message: 'Could not find results with names: commit for task git-resolver-clone-uyvffdvl-task1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: git-resolver-clone-uyvffdvl-task1-pod + provenance: + configSource: + digest: + sha1: 87327117101b5b088fe336615ad86e854aaafa5a + entryPoint: /task/git-clone/0.7/git-clone.yaml + uri: git+https://github.com/tektoncd/catalog.git + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + refSource: + digest: + sha1: 87327117101b5b088fe336615ad86e854aaafa5a + entryPoint: /task/git-clone/0.7/git-clone.yaml + uri: git+https://github.com/tektoncd/catalog.git + startTime: "2023-06-09T21:16:00Z" + taskSpec: + description: |- + These Tasks are Git tasks to work with repositories used by other tasks in your Pipeline. + The git-clone Task will clone a repo from the provided url into the output Workspace. By default the repo will be cloned into the root of your Workspace. You can clone into a subdirectory by setting this Task's subdirectory param. This Task also supports sparse checkouts. To perform a sparse checkout, pass a list of comma separated directory patterns to this Task's sparseCheckoutDirectories param. + params: + - description: Repository URL to clone from. + name: url + type: string + - default: "" + description: Revision to checkout. (branch, tag, sha, ref, etc...) + name: revision + type: string + - default: "" + description: Refspec to fetch before checking out revision. + name: refspec + type: string + - default: "true" + description: Initialize and fetch git submodules. + name: submodules + type: string + - default: "1" + description: Perform a shallow clone, fetching only the most recent N commits. + name: depth + type: string + - default: "true" + description: Set the `http.sslVerify` global git config. Setting this to `false` + is not advised unless you are sure that you trust your git remote. + name: sslVerify + type: string + - default: ca-bundle.crt + description: file name of mounted crt using ssl-ca-directory workspace. default + value is ca-bundle.crt. + name: crtFileName + type: string + - default: "" + description: Subdirectory inside the `output` Workspace to clone the repo into. + name: subdirectory + type: string + - default: "" + description: Define the directory patterns to match or exclude when performing + a sparse checkout. + name: sparseCheckoutDirectories + type: string + - default: "true" + description: Clean out the contents of the destination directory if it already + exists before cloning. + name: deleteExisting + type: string + - default: "" + description: HTTP proxy server for non-SSL requests. + name: httpProxy + type: string + - default: "" + description: HTTPS proxy server for SSL requests. + name: httpsProxy + type: string + - default: "" + description: Opt out of proxying HTTP/HTTPS requests. + name: noProxy + type: string + - default: "true" + description: Log the commands that are executed during `git-clone`'s operation. + name: verbose + type: string + - default: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.29.0 + description: The image providing the git-init binary that this Task runs. + name: gitInitImage + type: string + - default: /tekton/home + description: | + Absolute path to the user's home directory. Set this explicitly if you are running the image as a non-root user or have overridden + the gitInitImage param with an image containing custom user configuration. + name: userHome + type: string + results: + - description: The precise commit SHA that was fetched by this Task. + name: commit + type: string + - description: The precise URL that was fetched by this Task. + name: url + type: string + steps: + - env: + - name: HOME + value: /tekton/home + - name: PARAM_URL + value: https://github.com/tektoncd/pipeline + - name: PARAM_REVISION + - name: PARAM_REFSPEC + - name: PARAM_SUBMODULES + value: "true" + - name: PARAM_DEPTH + value: "1" + - name: PARAM_SSL_VERIFY + value: "true" + - name: PARAM_CRT_FILENAME + value: ca-bundle.crt + - name: PARAM_SUBDIRECTORY + - name: PARAM_DELETE_EXISTING + value: "true" + - name: PARAM_HTTP_PROXY + - name: PARAM_HTTPS_PROXY + - name: PARAM_NO_PROXY + - name: PARAM_VERBOSE + value: "true" + - name: PARAM_SPARSE_CHECKOUT_DIRECTORIES + - name: PARAM_USER_HOME + value: /tekton/home + - name: WORKSPACE_OUTPUT_PATH + value: /workspace/output + - name: WORKSPACE_SSH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSH_DIRECTORY_PATH + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_PATH + - name: WORKSPACE_SSL_CA_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSL_CA_DIRECTORY_PATH + image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.29.0 + name: clone + resources: {} + script: | + #!/usr/bin/env sh + set -eu + + if [ "${PARAM_VERBOSE}" = "true" ] ; then + set -x + fi + + + if [ "${WORKSPACE_BASIC_AUTH_DIRECTORY_BOUND}" = "true" ] ; then + cp "${WORKSPACE_BASIC_AUTH_DIRECTORY_PATH}/.git-credentials" "${PARAM_USER_HOME}/.git-credentials" + cp "${WORKSPACE_BASIC_AUTH_DIRECTORY_PATH}/.gitconfig" "${PARAM_USER_HOME}/.gitconfig" + chmod 400 "${PARAM_USER_HOME}/.git-credentials" + chmod 400 "${PARAM_USER_HOME}/.gitconfig" + fi + + if [ "${WORKSPACE_SSH_DIRECTORY_BOUND}" = "true" ] ; then + cp -R "${WORKSPACE_SSH_DIRECTORY_PATH}" "${PARAM_USER_HOME}"/.ssh + chmod 700 "${PARAM_USER_HOME}"/.ssh + chmod -R 400 "${PARAM_USER_HOME}"/.ssh/* + fi + + if [ "${WORKSPACE_SSL_CA_DIRECTORY_BOUND}" = "true" ] ; then + export GIT_SSL_CAPATH="${WORKSPACE_SSL_CA_DIRECTORY_PATH}" + if [ "${PARAM_CRT_FILENAME}" != "" ] ; then + export GIT_SSL_CAINFO="${WORKSPACE_SSL_CA_DIRECTORY_PATH}/${PARAM_CRT_FILENAME}" + fi + fi + CHECKOUT_DIR="${WORKSPACE_OUTPUT_PATH}/${PARAM_SUBDIRECTORY}" + + cleandir() { + # Delete any existing contents of the repo directory if it exists. + # + # We don't just "rm -rf ${CHECKOUT_DIR}" because ${CHECKOUT_DIR} might be "/" + # or the root of a mounted volume. + if [ -d "${CHECKOUT_DIR}" ] ; then + # Delete non-hidden files and directories + rm -rf "${CHECKOUT_DIR:?}"/* + # Delete files and directories starting with . but excluding .. + rm -rf "${CHECKOUT_DIR}"/.[!.]* + # Delete files and directories starting with .. plus any other character + rm -rf "${CHECKOUT_DIR}"/..?* + fi + } + + if [ "${PARAM_DELETE_EXISTING}" = "true" ] ; then + cleandir + fi + + test -z "${PARAM_HTTP_PROXY}" || export HTTP_PROXY="${PARAM_HTTP_PROXY}" + test -z "${PARAM_HTTPS_PROXY}" || export HTTPS_PROXY="${PARAM_HTTPS_PROXY}" + test -z "${PARAM_NO_PROXY}" || export NO_PROXY="${PARAM_NO_PROXY}" + + /ko-app/git-init \ + -url="${PARAM_URL}" \ + -revision="${PARAM_REVISION}" \ + -refspec="${PARAM_REFSPEC}" \ + -path="${CHECKOUT_DIR}" \ + -sslVerify="${PARAM_SSL_VERIFY}" \ + -submodules="${PARAM_SUBMODULES}" \ + -depth="${PARAM_DEPTH}" \ + -sparseCheckoutDirectories="${PARAM_SPARSE_CHECKOUT_DIRECTORIES}" + cd "${CHECKOUT_DIR}" + RESULT_SHA="$(git rev-parse HEAD)" + EXIT_CODE="$?" + if [ "${EXIT_CODE}" != 0 ] ; then + exit "${EXIT_CODE}" + fi + printf "%s" "${RESULT_SHA}" > "/tekton/results/commit" + printf "%s" "${PARAM_URL}" > "/tekton/results/url" + workspaces: + - description: The git repo will be cloned onto the volume backing this Workspace. + name: output + - description: | + A .ssh directory with private key, known_hosts, config, etc. Copied to + the user's home before git commands are executed. Used to authenticate + with the git remote when performing the clone. Binding a Secret to this + Workspace is strongly recommended over other volume types. + name: ssh-directory + optional: true + - description: | + A Workspace containing a .gitconfig and .git-credentials file. These + will be copied to the user's home before any git commands are run. Any + other files in this Workspace are ignored. It is strongly recommended + to use ssh-directory over basic-auth whenever possible and to bind a + Secret to this Workspace over other volume types. + name: basic-auth + optional: true + - description: | + A workspace containing CA certificates, this will be used by Git to + verify the peer with when fetching or pushing over HTTPS. + name: ssl-ca-directory + optional: true + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/affinity-assistant: affinity-assistant-880dc15ddb + pipeline.tekton.dev/release: 128c2bf-dirty + tekton.dev/categories: Git + tekton.dev/displayName: git clone + tekton.dev/pipelines.minVersion: 0.29.0 + tekton.dev/platforms: linux/amd64,linux/s390x,linux/ppc64le,linux/arm64 + tekton.dev/tags: git + creationTimestamp: "2023-06-09T21:15:58Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + app.kubernetes.io/version: "0.7" + tekton.dev/memberOf: tasks + tekton.dev/pipeline: git-resolver-clone-uyvffdvl + tekton.dev/pipelineRun: git-resolver-clone-uyvffdvl + tekton.dev/pipelineTask: task1 + tekton.dev/task: git-clone + name: git-resolver-clone-uyvffdvl-task1 + namespace: arendelle-swkq9 + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: git-resolver-clone-uyvffdvl + uid: ed323bd9-2590-440b-8540-99ff59f0aad3 + resourceVersion: "1706517" + uid: fec5dddb-02d6-406d-860e-adff46475afe + spec: + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + serviceAccountName: default + taskRef: + kind: Task + params: + - name: url + value: https://github.com/tektoncd/catalog.git + - name: pathInRepo + value: /task/git-clone/0.7/git-clone.yaml + - name: revision + value: main + resolver: git + timeout: 1h0m0s + workspaces: + - name: output + persistentVolumeClaim: + claimName: pvc-861b7ffe42 + status: + completionTime: "2023-06-09T21:16:00Z" + conditions: + - lastTransitionTime: "2023-06-09T21:16:00Z" + message: 'Could not find results with names: commit for task git-resolver-clone-uyvffdvl-task1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: git-resolver-clone-uyvffdvl-task1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + refSource: + digest: + sha1: 87327117101b5b088fe336615ad86e854aaafa5a + entryPoint: /task/git-clone/0.7/git-clone.yaml + uri: git+https://github.com/tektoncd/catalog.git + startTime: "2023-06-09T21:16:00Z" + taskSpec: + description: |- + These Tasks are Git tasks to work with repositories used by other tasks in your Pipeline. + The git-clone Task will clone a repo from the provided url into the output Workspace. By default the repo will be cloned into the root of your Workspace. You can clone into a subdirectory by setting this Task's subdirectory param. This Task also supports sparse checkouts. To perform a sparse checkout, pass a list of comma separated directory patterns to this Task's sparseCheckoutDirectories param. + params: + - description: Repository URL to clone from. + name: url + type: string + - default: "" + description: Revision to checkout. (branch, tag, sha, ref, etc...) + name: revision + type: string + - default: "" + description: Refspec to fetch before checking out revision. + name: refspec + type: string + - default: "true" + description: Initialize and fetch git submodules. + name: submodules + type: string + - default: "1" + description: Perform a shallow clone, fetching only the most recent N commits. + name: depth + type: string + - default: "true" + description: Set the `http.sslVerify` global git config. Setting this to `false` + is not advised unless you are sure that you trust your git remote. + name: sslVerify + type: string + - default: ca-bundle.crt + description: file name of mounted crt using ssl-ca-directory workspace. default + value is ca-bundle.crt. + name: crtFileName + type: string + - default: "" + description: Subdirectory inside the `output` Workspace to clone the repo into. + name: subdirectory + type: string + - default: "" + description: Define the directory patterns to match or exclude when performing + a sparse checkout. + name: sparseCheckoutDirectories + type: string + - default: "true" + description: Clean out the contents of the destination directory if it already + exists before cloning. + name: deleteExisting + type: string + - default: "" + description: HTTP proxy server for non-SSL requests. + name: httpProxy + type: string + - default: "" + description: HTTPS proxy server for SSL requests. + name: httpsProxy + type: string + - default: "" + description: Opt out of proxying HTTP/HTTPS requests. + name: noProxy + type: string + - default: "true" + description: Log the commands that are executed during `git-clone`'s operation. + name: verbose + type: string + - default: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.29.0 + description: The image providing the git-init binary that this Task runs. + name: gitInitImage + type: string + - default: /tekton/home + description: | + Absolute path to the user's home directory. Set this explicitly if you are running the image as a non-root user or have overridden + the gitInitImage param with an image containing custom user configuration. + name: userHome + type: string + results: + - description: The precise commit SHA that was fetched by this Task. + name: commit + type: string + - description: The precise URL that was fetched by this Task. + name: url + type: string + steps: + - computeResources: {} + env: + - name: HOME + value: /tekton/home + - name: PARAM_URL + value: https://github.com/tektoncd/pipeline + - name: PARAM_REVISION + - name: PARAM_REFSPEC + - name: PARAM_SUBMODULES + value: "true" + - name: PARAM_DEPTH + value: "1" + - name: PARAM_SSL_VERIFY + value: "true" + - name: PARAM_CRT_FILENAME + value: ca-bundle.crt + - name: PARAM_SUBDIRECTORY + - name: PARAM_DELETE_EXISTING + value: "true" + - name: PARAM_HTTP_PROXY + - name: PARAM_HTTPS_PROXY + - name: PARAM_NO_PROXY + - name: PARAM_VERBOSE + value: "true" + - name: PARAM_SPARSE_CHECKOUT_DIRECTORIES + - name: PARAM_USER_HOME + value: /tekton/home + - name: WORKSPACE_OUTPUT_PATH + value: /workspace/output + - name: WORKSPACE_SSH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSH_DIRECTORY_PATH + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_PATH + - name: WORKSPACE_SSL_CA_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSL_CA_DIRECTORY_PATH + image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.29.0 + name: clone + script: | + #!/usr/bin/env sh + set -eu + + if [ "${PARAM_VERBOSE}" = "true" ] ; then + set -x + fi + + + if [ "${WORKSPACE_BASIC_AUTH_DIRECTORY_BOUND}" = "true" ] ; then + cp "${WORKSPACE_BASIC_AUTH_DIRECTORY_PATH}/.git-credentials" "${PARAM_USER_HOME}/.git-credentials" + cp "${WORKSPACE_BASIC_AUTH_DIRECTORY_PATH}/.gitconfig" "${PARAM_USER_HOME}/.gitconfig" + chmod 400 "${PARAM_USER_HOME}/.git-credentials" + chmod 400 "${PARAM_USER_HOME}/.gitconfig" + fi + + if [ "${WORKSPACE_SSH_DIRECTORY_BOUND}" = "true" ] ; then + cp -R "${WORKSPACE_SSH_DIRECTORY_PATH}" "${PARAM_USER_HOME}"/.ssh + chmod 700 "${PARAM_USER_HOME}"/.ssh + chmod -R 400 "${PARAM_USER_HOME}"/.ssh/* + fi + + if [ "${WORKSPACE_SSL_CA_DIRECTORY_BOUND}" = "true" ] ; then + export GIT_SSL_CAPATH="${WORKSPACE_SSL_CA_DIRECTORY_PATH}" + if [ "${PARAM_CRT_FILENAME}" != "" ] ; then + export GIT_SSL_CAINFO="${WORKSPACE_SSL_CA_DIRECTORY_PATH}/${PARAM_CRT_FILENAME}" + fi + fi + CHECKOUT_DIR="${WORKSPACE_OUTPUT_PATH}/${PARAM_SUBDIRECTORY}" + + cleandir() { + # Delete any existing contents of the repo directory if it exists. + # + # We don't just "rm -rf ${CHECKOUT_DIR}" because ${CHECKOUT_DIR} might be "/" + # or the root of a mounted volume. + if [ -d "${CHECKOUT_DIR}" ] ; then + # Delete non-hidden files and directories + rm -rf "${CHECKOUT_DIR:?}"/* + # Delete files and directories starting with . but excluding .. + rm -rf "${CHECKOUT_DIR}"/.[!.]* + # Delete files and directories starting with .. plus any other character + rm -rf "${CHECKOUT_DIR}"/..?* + fi + } + + if [ "${PARAM_DELETE_EXISTING}" = "true" ] ; then + cleandir + fi + + test -z "${PARAM_HTTP_PROXY}" || export HTTP_PROXY="${PARAM_HTTP_PROXY}" + test -z "${PARAM_HTTPS_PROXY}" || export HTTPS_PROXY="${PARAM_HTTPS_PROXY}" + test -z "${PARAM_NO_PROXY}" || export NO_PROXY="${PARAM_NO_PROXY}" + + /ko-app/git-init \ + -url="${PARAM_URL}" \ + -revision="${PARAM_REVISION}" \ + -refspec="${PARAM_REFSPEC}" \ + -path="${CHECKOUT_DIR}" \ + -sslVerify="${PARAM_SSL_VERIFY}" \ + -submodules="${PARAM_SUBMODULES}" \ + -depth="${PARAM_DEPTH}" \ + -sparseCheckoutDirectories="${PARAM_SPARSE_CHECKOUT_DIRECTORIES}" + cd "${CHECKOUT_DIR}" + RESULT_SHA="$(git rev-parse HEAD)" + EXIT_CODE="$?" + if [ "${EXIT_CODE}" != 0 ] ; then + exit "${EXIT_CODE}" + fi + printf "%s" "${RESULT_SHA}" > "/tekton/results/commit" + printf "%s" "${PARAM_URL}" > "/tekton/results/url" + workspaces: + - description: The git repo will be cloned onto the volume backing this Workspace. + name: output + - description: | + A .ssh directory with private key, known_hosts, config, etc. Copied to + the user's home before git commands are executed. Used to authenticate + with the git remote when performing the clone. Binding a Secret to this + Workspace is strongly recommended over other volume types. + name: ssh-directory + optional: true + - description: | + A Workspace containing a .gitconfig and .git-credentials file. These + will be copied to the user's home before any git commands are run. Any + other files in this Workspace are ignored. It is strongly recommended + to use ssh-directory over basic-auth whenever possible and to bind a + Secret to this Workspace over other volume types. + name: basic-auth + optional: true + - description: | + A workspace containing CA certificates, this will be used by Git to + verify the peer with when fetching or pushing over HTTPS. + name: ssl-ca-directory + optional: true + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:15:54Z" + generation: 1 + labels: + tekton.dev/pipeline: git-resolver-clone-uyvffdvl + name: git-resolver-clone-uyvffdvl + namespace: arendelle-swkq9 + resourceVersion: "1706501" + uid: ed323bd9-2590-440b-8540-99ff59f0aad3 + spec: + pipelineSpec: + tasks: + - name: task1 + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + taskRef: + kind: Task + params: + - name: url + value: https://github.com/tektoncd/catalog.git + - name: pathInRepo + value: /task/git-clone/0.7/git-clone.yaml + - name: revision + value: main + resolver: git + workspaces: + - name: output + workspaces: + - name: output + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1h0m0s + workspaces: + - name: output + volumeClaimTemplate: + metadata: + creationTimestamp: null + spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 1Gi + status: {} + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: git-resolver-clone-uyvffdvl-task1 + pipelineTaskName: task1 + completionTime: "2023-06-09T21:16:00Z" + conditions: + - lastTransitionTime: "2023-06-09T21:16:00Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: task1 + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + taskRef: + kind: Task + params: + - name: url + value: https://github.com/tektoncd/catalog.git + - name: pathInRepo + value: /task/git-clone/0.7/git-clone.yaml + - name: revision + value: main + resolver: git + workspaces: + - name: output + workspaces: + - name: output + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:15:54Z" + + --- + metadata: + creationTimestamp: "2023-06-09T21:15:58Z" + deletionGracePeriodSeconds: 30 + deletionTimestamp: "2023-06-09T21:16:30Z" + generateName: affinity-assistant-880dc15ddb- + labels: + app.kubernetes.io/component: affinity-assistant + app.kubernetes.io/instance: affinity-assistant-880dc15ddb + controller-revision-hash: affinity-assistant-880dc15ddb-7d97bf68cc + statefulset.kubernetes.io/pod-name: affinity-assistant-880dc15ddb-0 + tekton.dev/pipeline: git-resolver-clone-uyvffdvl + tekton.dev/pipelineRun: git-resolver-clone-uyvffdvl + name: affinity-assistant-880dc15ddb-0 + namespace: arendelle-swkq9 + ownerReferences: + - apiVersion: apps/v1 + blockOwnerDeletion: true + controller: true + kind: StatefulSet + name: affinity-assistant-880dc15ddb + uid: 419e63bf-9206-4904-9e41-a7b85214c6ef + resourceVersion: "1706507" + uid: 75e39148-5ca4-4472-a94a-b0eb5fc656cc + spec: + affinity: + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchLabels: + app.kubernetes.io/component: affinity-assistant + topologyKey: kubernetes.io/hostname + weight: 100 + containers: + - args: + - tekton_run_indefinitely + image: docker.io/emunley2/nop-8eac7c133edad5df719dc37b36b62482@sha256:6fefe596b724b8979921cb8ad897e12b4fe4380e2da74b20bce87485b4bdb62d + imagePullPolicy: IfNotPresent + name: affinity-assistant + resources: + limits: + cpu: 50m + memory: 100Mi + requests: + cpu: 50m + memory: 100Mi + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-tn68l + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + hostname: affinity-assistant-880dc15ddb-0 + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Always + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - name: workspace + persistentVolumeClaim: + claimName: pvc-861b7ffe42 + - name: kube-api-access-tn68l + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:15:58Z" + status: "True" + type: PodScheduled + phase: Pending + qosClass: Guaranteed + + --- + metadata: + annotations: + pipeline.tekton.dev/affinity-assistant: affinity-assistant-880dc15ddb + pipeline.tekton.dev/release: 128c2bf-dirty + tekton.dev/categories: Git + tekton.dev/displayName: git clone + tekton.dev/pipelines.minVersion: 0.29.0 + tekton.dev/platforms: linux/amd64,linux/s390x,linux/ppc64le,linux/arm64 + tekton.dev/tags: git + creationTimestamp: "2023-06-09T21:15:59Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + app.kubernetes.io/version: "0.7" + tekton.dev/memberOf: tasks + tekton.dev/pipeline: git-resolver-clone-uyvffdvl + tekton.dev/pipelineRun: git-resolver-clone-uyvffdvl + tekton.dev/pipelineTask: task1 + tekton.dev/task: git-clone + tekton.dev/taskRun: git-resolver-clone-uyvffdvl-task1 + name: git-resolver-clone-uyvffdvl-task1-pod + namespace: arendelle-swkq9 + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: git-resolver-clone-uyvffdvl-task1 + uid: fec5dddb-02d6-406d-860e-adff46475afe + resourceVersion: "1706467" + uid: 76c6c4f4-a0c8-4248-9248-a05b14ced899 + spec: + activeDeadlineSeconds: 5400 + affinity: + podAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchLabels: + app.kubernetes.io/component: affinity-assistant + app.kubernetes.io/instance: affinity-assistant-880dc15ddb + topologyKey: kubernetes.io/hostname + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -results + - commit,url + - -entrypoint + - /tekton/scripts/script-0-6b7zh + - -- + command: + - /tekton/bin/entrypoint + env: + - name: HOME + value: /tekton/home + - name: PARAM_URL + value: https://github.com/tektoncd/pipeline + - name: PARAM_REVISION + - name: PARAM_REFSPEC + - name: PARAM_SUBMODULES + value: "true" + - name: PARAM_DEPTH + value: "1" + - name: PARAM_SSL_VERIFY + value: "true" + - name: PARAM_CRT_FILENAME + value: ca-bundle.crt + - name: PARAM_SUBDIRECTORY + - name: PARAM_DELETE_EXISTING + value: "true" + - name: PARAM_HTTP_PROXY + - name: PARAM_HTTPS_PROXY + - name: PARAM_NO_PROXY + - name: PARAM_VERBOSE + value: "true" + - name: PARAM_SPARSE_CHECKOUT_DIRECTORIES + - name: PARAM_USER_HOME + value: /tekton/home + - name: WORKSPACE_OUTPUT_PATH + value: /workspace/output + - name: WORKSPACE_SSH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSH_DIRECTORY_PATH + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_PATH + - name: WORKSPACE_SSL_CA_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSL_CA_DIRECTORY_PATH + image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.29.0 + imagePullPolicy: IfNotPresent + name: step-clone + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /workspace/output + name: ws-qrlbv + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-mzsvw + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-clone + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-mzsvw + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-6b7zh" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvdXNyL2Jpbi9lbnYgc2gKc2V0IC1ldQoKaWYgWyAiJHtQQVJBTV9WRVJCT1NFfSIgPSAidHJ1ZSIgXSA7IHRoZW4KICBzZXQgLXgKZmkKCgppZiBbICIke1dPUktTUEFDRV9CQVNJQ19BVVRIX0RJUkVDVE9SWV9CT1VORH0iID0gInRydWUiIF0gOyB0aGVuCiAgY3AgIiR7V09SS1NQQUNFX0JBU0lDX0FVVEhfRElSRUNUT1JZX1BBVEh9Ly5naXQtY3JlZGVudGlhbHMiICIke1BBUkFNX1VTRVJfSE9NRX0vLmdpdC1jcmVkZW50aWFscyIKICBjcCAiJHtXT1JLU1BBQ0VfQkFTSUNfQVVUSF9ESVJFQ1RPUllfUEFUSH0vLmdpdGNvbmZpZyIgIiR7UEFSQU1fVVNFUl9IT01FfS8uZ2l0Y29uZmlnIgogIGNobW9kIDQwMCAiJHtQQVJBTV9VU0VSX0hPTUV9Ly5naXQtY3JlZGVudGlhbHMiCiAgY2htb2QgNDAwICIke1BBUkFNX1VTRVJfSE9NRX0vLmdpdGNvbmZpZyIKZmkKCmlmIFsgIiR7V09SS1NQQUNFX1NTSF9ESVJFQ1RPUllfQk9VTkR9IiA9ICJ0cnVlIiBdIDsgdGhlbgogIGNwIC1SICIke1dPUktTUEFDRV9TU0hfRElSRUNUT1JZX1BBVEh9IiAiJHtQQVJBTV9VU0VSX0hPTUV9Ii8uc3NoCiAgY2htb2QgNzAwICIke1BBUkFNX1VTRVJfSE9NRX0iLy5zc2gKICBjaG1vZCAtUiA0MDAgIiR7UEFSQU1fVVNFUl9IT01FfSIvLnNzaC8qCmZpCgppZiBbICIke1dPUktTUEFDRV9TU0xfQ0FfRElSRUNUT1JZX0JPVU5EfSIgPSAidHJ1ZSIgXSA7IHRoZW4KICAgZXhwb3J0IEdJVF9TU0xfQ0FQQVRIPSIke1dPUktTUEFDRV9TU0xfQ0FfRElSRUNUT1JZX1BBVEh9IgogICBpZiBbICIke1BBUkFNX0NSVF9GSUxFTkFNRX0iICE9ICIiIF0gOyB0aGVuCiAgICAgIGV4cG9ydCBHSVRfU1NMX0NBSU5GTz0iJHtXT1JLU1BBQ0VfU1NMX0NBX0RJUkVDVE9SWV9QQVRIfS8ke1BBUkFNX0NSVF9GSUxFTkFNRX0iCiAgIGZpCmZpCkNIRUNLT1VUX0RJUj0iJHtXT1JLU1BBQ0VfT1VUUFVUX1BBVEh9LyR7UEFSQU1fU1VCRElSRUNUT1JZfSIKCmNsZWFuZGlyKCkgewogICMgRGVsZXRlIGFueSBleGlzdGluZyBjb250ZW50cyBvZiB0aGUgcmVwbyBkaXJlY3RvcnkgaWYgaXQgZXhpc3RzLgogICMKICAjIFdlIGRvbid0IGp1c3QgInJtIC1yZiAke0NIRUNLT1VUX0RJUn0iIGJlY2F1c2UgJHtDSEVDS09VVF9ESVJ9IG1pZ2h0IGJlICIvIgogICMgb3IgdGhlIHJvb3Qgb2YgYSBtb3VudGVkIHZvbHVtZS4KICBpZiBbIC1kICIke0NIRUNLT1VUX0RJUn0iIF0gOyB0aGVuCiAgICAjIERlbGV0ZSBub24taGlkZGVuIGZpbGVzIGFuZCBkaXJlY3RvcmllcwogICAgcm0gLXJmICIke0NIRUNLT1VUX0RJUjo/fSIvKgogICAgIyBEZWxldGUgZmlsZXMgYW5kIGRpcmVjdG9yaWVzIHN0YXJ0aW5nIHdpdGggLiBidXQgZXhjbHVkaW5nIC4uCiAgICBybSAtcmYgIiR7Q0hFQ0tPVVRfRElSfSIvLlshLl0qCiAgICAjIERlbGV0ZSBmaWxlcyBhbmQgZGlyZWN0b3JpZXMgc3RhcnRpbmcgd2l0aCAuLiBwbHVzIGFueSBvdGhlciBjaGFyYWN0ZXIKICAgIHJtIC1yZiAiJHtDSEVDS09VVF9ESVJ9Ii8uLj8qCiAgZmkKfQoKaWYgWyAiJHtQQVJBTV9ERUxFVEVfRVhJU1RJTkd9IiA9ICJ0cnVlIiBdIDsgdGhlbgogIGNsZWFuZGlyCmZpCgp0ZXN0IC16ICIke1BBUkFNX0hUVFBfUFJPWFl9IiB8fCBleHBvcnQgSFRUUF9QUk9YWT0iJHtQQVJBTV9IVFRQX1BST1hZfSIKdGVzdCAteiAiJHtQQVJBTV9IVFRQU19QUk9YWX0iIHx8IGV4cG9ydCBIVFRQU19QUk9YWT0iJHtQQVJBTV9IVFRQU19QUk9YWX0iCnRlc3QgLXogIiR7UEFSQU1fTk9fUFJPWFl9IiB8fCBleHBvcnQgTk9fUFJPWFk9IiR7UEFSQU1fTk9fUFJPWFl9IgoKL2tvLWFwcC9naXQtaW5pdCBcCiAgLXVybD0iJHtQQVJBTV9VUkx9IiBcCiAgLXJldmlzaW9uPSIke1BBUkFNX1JFVklTSU9OfSIgXAogIC1yZWZzcGVjPSIke1BBUkFNX1JFRlNQRUN9IiBcCiAgLXBhdGg9IiR7Q0hFQ0tPVVRfRElSfSIgXAogIC1zc2xWZXJpZnk9IiR7UEFSQU1fU1NMX1ZFUklGWX0iIFwKICAtc3VibW9kdWxlcz0iJHtQQVJBTV9TVUJNT0RVTEVTfSIgXAogIC1kZXB0aD0iJHtQQVJBTV9ERVBUSH0iIFwKICAtc3BhcnNlQ2hlY2tvdXREaXJlY3Rvcmllcz0iJHtQQVJBTV9TUEFSU0VfQ0hFQ0tPVVRfRElSRUNUT1JJRVN9IgpjZCAiJHtDSEVDS09VVF9ESVJ9IgpSRVNVTFRfU0hBPSIkKGdpdCByZXYtcGFyc2UgSEVBRCkiCkVYSVRfQ09ERT0iJD8iCmlmIFsgIiR7RVhJVF9DT0RFfSIgIT0gMCBdIDsgdGhlbgogIGV4aXQgIiR7RVhJVF9DT0RFfSIKZmkKcHJpbnRmICIlcyIgIiR7UkVTVUxUX1NIQX0iID4gIi90ZWt0b24vcmVzdWx0cy9jb21taXQiCnByaW50ZiAiJXMiICIke1BBUkFNX1VSTH0iID4gIi90ZWt0b24vcmVzdWx0cy91cmwiCg== + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-mzsvw + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - name: ws-qrlbv + persistentVolumeClaim: + claimName: pvc-861b7ffe42 + - name: kube-api-access-mzsvw + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:15:59Z" + status: "True" + type: PodScheduled + phase: Pending + qosClass: BestEffort + + panic.go:522: ##################################################### + panic.go:522: ### Dumping logs from Pods in the arendelle-swkq9 ### + panic.go:522: ##################################################### +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:02.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd] cancelling TaskRun pipeline-run-timeout-awovsfhd-foo for timeout +=== NAME TestGitResolver_Clone + build_logs.go:35: Could not get logs for pod git-resolver-clone-uyvffdvl-task1-pod: container "step-clone" in pod "git-resolver-clone-uyvffdvl-task1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:02.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] Found a TaskRun pipeline-task-timeout-lwmagloh-pipelinetask1 that was missing from the PipelineRun status + stream.go:305: I 21:16:02.092 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] Found a TaskRun pipeline-task-timeout-lwmagloh-pipelinetask2 that was missing from the PipelineRun status +=== NAME TestGitResolver_Clone + build_logs.go:35: Could not get logs for pod git-resolver-clone-uyvffdvl-task1-pod: container "step-clone" in pod "git-resolver-clone-uyvffdvl-task1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + panic.go:522: Not deleting namespace arendelle-swkq9 +--- FAIL: TestGitResolver_Clone (7.72s) +=== CONT TestTaskRunTimeout + timeout_test.go:267: Create namespace arendelle-74pkr to deploy to + timeout_test.go:267: Verify SA "default" is created in namespace "arendelle-74pkr" +=== NAME TestWorkingDirIgnoredNonSlashWorkspace + stream.go:305: I 21:16:02.210 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-mbbwq/working-dir-ignored-non-slash-workspace-oibxcwjb] Successfully reconciled taskrun working-dir-ignored-non-slash-workspace-oibxcwjb/arendelle-mbbwq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 2, 207292588, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:02.236 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] PipelineRun pipeline-task-timeout-lwmagloh status is being set to &{Succeeded Unknown {2023-06-09 21:16:02.236531088 +0000 UTC m=+2791.796998025} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:16:02.241 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask2/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 2, 241809172, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:02.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd] PipelineRun pipeline-run-timeout-awovsfhd status is being set to &{Succeeded False {2023-06-09 21:16:02.29794563 +0000 UTC m=+2791.858412567} PipelineRunTimeout PipelineRun "pipeline-run-timeout-awovsfhd" failed to finish within "5s"} + stream.go:305: I 21:16:02.512 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd] Reconcile succeeded + stream.go:305: I 21:16:02.513 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd] Reconcile succeeded +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:02.593 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask1/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 2, 593360088, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTimeout + stream.go:305: W 21:16:02.594 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] stopping task run "pipeline-run-timeout-awovsfhd-foo" because of "TaskRunCancelled" +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:02.616 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] PipelineRun pipeline-task-timeout-lwmagloh status is being set to &{Succeeded Unknown {2023-06-09 21:16:01 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:16:02.800 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] PipelineRun pipeline-task-timeout-lwmagloh status is being set to &{Succeeded Unknown {2023-06-09 21:16:01 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:02.809 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd] Reconcile succeeded + stream.go:305: I 21:16:02.810 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] Reconcile succeeded +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:02.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask2/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 2, 812600172, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:02.813 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] taskrun done : pipeline-run-timeout-awovsfhd-foo + stream.go:305: I 21:16:02.813 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] Reconcile succeeded + stream.go:305: I 21:16:02.814 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] taskrun done : pipeline-run-timeout-awovsfhd-foo + stream.go:305: I 21:16:02.818 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] Reconcile succeeded +=== NAME TestWorkingDirIgnoredNonSlashWorkspace + stream.go:305: I 21:16:02.818 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-mbbwq/working-dir-ignored-non-slash-workspace-oibxcwjb] Successfully reconciled taskrun working-dir-ignored-non-slash-workspace-oibxcwjb/arendelle-mbbwq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 2, 818507214, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestClusterResolver + stream.go:305: I 21:16:02.900 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wdnbs/cluster-resolver-failure-raostlty] Reconcile succeeded + stream.go:305: I 21:16:02.934 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wdnbs/cluster-resolver-failure-raostlty] Reconcile succeeded +=== NAME TestTaskRunTimeout + timeout_test.go:272: Creating Task and TaskRun in namespace arendelle-74pkr +=== NAME TestPipelineRunTimeout + timeout_test.go:104: Waiting for PipelineRun pipeline-run-timeout-awovsfhd in namespace arendelle-hpd6b to be timed out + timeout_test.go:109: Waiting for TaskRuns from PipelineRun pipeline-run-timeout-awovsfhd in namespace arendelle-hpd6b to time out and be cancelled +=== NAME TestTaskRunTimeout + timeout_test.go:299: Waiting for TaskRun task-run-timeout-etyqjbhk in namespace arendelle-74pkr to complete +=== NAME TestPipelineRunTimeout + timeout_test.go:154: Waiting for PipelineRun pipeline-run-timeout-nvbglidx in namespace arendelle-hpd6b to complete + stream.go:305: I 21:16:03.494 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx] Creating a new TaskRun object pipeline-run-timeout-nvbglidx-foo for pipeline task foo + stream.go:305: I 21:16:03.610 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx] PipelineRun pipeline-run-timeout-nvbglidx status is being set to &{Succeeded Unknown {2023-06-09 21:16:03.610587839 +0000 UTC m=+2793.171054693} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestTaskRunTimeout + stream.go:305: I 21:16:03.616 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-74pkr/task-run-timeout-etyqjbhk] Successfully reconciled taskrun task-run-timeout-etyqjbhk/arendelle-74pkr with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 3, 615395131, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:04.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx-foo] Successfully reconciled taskrun pipeline-run-timeout-nvbglidx-foo/arendelle-hpd6b with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 4, 10530047, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestTaskRunTimeout + stream.go:305: W 21:16:04.020 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-74pkr/task-run-timeout-etyqjbhk] stopping task run "task-run-timeout-etyqjbhk" because of "TaskRunTimeout" +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:04.312 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx] Found a TaskRun pipeline-run-timeout-nvbglidx-foo that was missing from the PipelineRun status +=== NAME TestTaskRunTimeout + stream.go:305: I 21:16:04.514 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-74pkr/task-run-timeout-etyqjbhk] Reconcile succeeded + stream.go:305: W 21:16:04.538 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-74pkr/task-run-timeout-etyqjbhk] stopping task run "task-run-timeout-etyqjbhk" because of "TaskRunTimeout" +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:04.593 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx] PipelineRun pipeline-run-timeout-nvbglidx status is being set to &{Succeeded Unknown {2023-06-09 21:16:04.593267881 +0000 UTC m=+2794.153734151} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:04.909 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx-foo] Successfully reconciled taskrun pipeline-run-timeout-nvbglidx-foo/arendelle-hpd6b with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 4, 909454756, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestTaskRunTimeout + stream.go:305: I 21:16:05.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-74pkr/task-run-timeout-etyqjbhk] Reconcile succeeded +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:05.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx] PipelineRun pipeline-run-timeout-nvbglidx status is being set to &{Succeeded Unknown {2023-06-09 21:16:03 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestTaskRunTimeout + stream.go:305: I 21:16:05.296 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-74pkr/task-run-timeout-etyqjbhk] taskrun done : task-run-timeout-etyqjbhk + stream.go:305: I 21:16:05.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-74pkr/task-run-timeout-etyqjbhk] Reconcile succeeded + timeout_test.go:317: Deleting namespace arendelle-74pkr +--- PASS: TestTaskRunTimeout (3.22s) +=== CONT TestStepTimeoutWithWS + timeout_test.go:227: Create namespace arendelle-4hg4k to deploy to + timeout_test.go:227: Verify SA "default" is created in namespace "arendelle-4hg4k" + timeout_test.go:248: Creating TaskRun taskrun-with-timeout-step in namespace arendelle-4hg4k + timeout_test.go:254: Waiting for step-timeout in namespace arendelle-4hg4k to time out +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:06.906 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 6, 906646632, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestPipelineTaskTimeout + stream.go:305: W 21:16:07.000 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] stopping task run "pipeline-task-timeout-lwmagloh-pipelinetask2" because of "TaskRunTimeout" +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:07.204 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 7, 203905632, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:07.315 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] PipelineRun pipeline-task-timeout-lwmagloh status is being set to &{Succeeded Unknown {2023-06-09 21:16:07.315015132 +0000 UTC m=+2796.875481403} PipelineRunStopping Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:07.325 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] Reconcile succeeded + stream.go:305: I 21:16:07.326 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] taskrun done : pipeline-task-timeout-lwmagloh-pipelinetask2 + stream.go:305: I 21:16:07.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] Reconcile succeeded +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:07.401 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:07.593 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] PipelineRun pipeline-task-timeout-lwmagloh status is being set to &{Succeeded Unknown {2023-06-09 21:16:07 +0000 UTC} PipelineRunStopping Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:07.894 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] taskrun done : pipeline-run-timeout-awovsfhd-foo + stream.go:305: I 21:16:07.895 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] Reconcile succeeded +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:08.426 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task2/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 8, 426334216, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:16:08.611 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task2/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 8, 611642675, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:16:08.619 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} + stream.go:305: I 21:16:09.221 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task2/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 9, 221622758, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestClusterResolver + stream.go:305: I 21:16:10.038 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv-some-pipeline-task] Successfully reconciled taskrun cluster-resolver-ewqectzv-some-pipeline-task/arendelle-8scbt with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 10, 38230550, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:16:10.227 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv-some-pipeline-task] Successfully reconciled taskrun cluster-resolver-ewqectzv-some-pipeline-task/arendelle-8scbt with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 10, 227806050, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:16:10.229 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv] PipelineRun cluster-resolver-ewqectzv status is being set to &{Succeeded Unknown {2023-06-09 21:15:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:11.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask1/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 11, 32923509, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:16:11.327 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] PipelineRun pipeline-task-timeout-lwmagloh status is being set to &{Succeeded Unknown {2023-06-09 21:16:07 +0000 UTC} PipelineRunStopping Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:11.415 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask1/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 11, 414987676, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:11.911 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx-foo] Successfully reconciled taskrun pipeline-run-timeout-nvbglidx-foo/arendelle-hpd6b with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 11, 911121385, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:16:12.016 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx] PipelineRun pipeline-run-timeout-nvbglidx status is being set to &{Succeeded Unknown {2023-06-09 21:16:03 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:12.026 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx-foo] Successfully reconciled taskrun pipeline-run-timeout-nvbglidx-foo/arendelle-hpd6b with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 12, 25855926, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestWorkingDirCreated + stream.go:305: I 21:16:12.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] Successfully reconciled taskrun working-dir-created-yqfufmfo/arendelle-5g9mp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 12, 294926926, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare working-dir-initializer]\""} + stream.go:305: I 21:16:12.492 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] Successfully reconciled taskrun working-dir-created-yqfufmfo/arendelle-5g9mp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 12, 439382802, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare working-dir-initializer]\""} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:12.714 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] taskrun done : pipeline-run-timeout-awovsfhd-foo + stream.go:305: I 21:16:12.715 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:13.520 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] Successfully reconciled taskrun pipeline-run-tasks-timeout-yhazwljj-dagtask/arendelle-t56m7 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 13, 520189052, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:16:13.714 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] Successfully reconciled taskrun pipeline-run-tasks-timeout-yhazwljj-dagtask/arendelle-t56m7 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 13, 714149719, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:16:13.724 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:15:59 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:14.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 14, 314084302, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:15.619 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] taskrun done : pipeline-task-timeout-lwmagloh-pipelinetask2 + stream.go:305: I 21:16:15.620 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] Reconcile succeeded +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:17.506 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task3/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 17, 506704137, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:16:17.703 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task3/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 17, 703676054, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:16:17.727 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:19.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun tasks timeout of 20s reached, cancelling tasks + stream.go:305: I 21:16:19.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] cancelling TaskRun pipeline-run-tasks-timeout-yhazwljj-dagtask for timeout +=== NAME TestWorkingDirCreated + stream.go:305: I 21:16:19.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] Successfully reconciled taskrun working-dir-created-yqfufmfo/arendelle-5g9mp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 19, 122488263, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [working-dir-initializer]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:19.307 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:15:59 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: W 21:16:19.309 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] stopping task run "pipeline-run-tasks-timeout-yhazwljj-dagtask" because of "TaskRunCancelled" +=== NAME TestWorkingDirCreated + stream.go:305: I 21:16:19.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] Successfully reconciled taskrun working-dir-created-yqfufmfo/arendelle-5g9mp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 19, 320004221, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [working-dir-initializer]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:19.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun tasks timeout of 20s reached, cancelling tasks + stream.go:305: I 21:16:19.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] cancelling TaskRun pipeline-run-tasks-timeout-yhazwljj-dagtask for timeout + stream.go:305: I 21:16:19.426 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:15:59 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:16:19.501 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun tasks timeout of 20s reached, cancelling tasks + stream.go:305: I 21:16:19.502 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] cancelling TaskRun pipeline-run-tasks-timeout-yhazwljj-dagtask for timeout + stream.go:305: I 21:16:19.633 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] Reconcile succeeded + stream.go:305: W 21:16:19.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] stopping task run "pipeline-run-tasks-timeout-yhazwljj-dagtask" because of "TaskRunCancelled" + stream.go:305: I 21:16:19.729 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:15:59 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:16:19.821 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] Creating a new TaskRun object pipeline-run-tasks-timeout-yhazwljj-finallytask for pipeline task finallytask +=== NAME TestWorkingDirIgnoredNonSlashWorkspace + stream.go:305: I 21:16:20.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-mbbwq/working-dir-ignored-non-slash-workspace-oibxcwjb] Successfully reconciled taskrun working-dir-ignored-non-slash-workspace-oibxcwjb/arendelle-mbbwq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 20, 5226305, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:20.099 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20.099561638 +0000 UTC m=+2809.660028075} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:20.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] Found a TaskRun pipeline-run-tasks-timeout-yhazwljj-finallytask that was missing from the PipelineRun status + stream.go:305: I 21:16:20.309 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20.309487805 +0000 UTC m=+2809.869954326} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:20.411 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] Reconcile succeeded +=== NAME TestWorkingDirIgnoredNonSlashWorkspace + stream.go:305: I 21:16:20.494 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-mbbwq/working-dir-ignored-non-slash-workspace-oibxcwjb] Successfully reconciled taskrun working-dir-ignored-non-slash-workspace-oibxcwjb/arendelle-mbbwq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 20, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:20.495 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] taskrun done : pipeline-run-tasks-timeout-yhazwljj-dagtask + stream.go:305: I 21:16:20.496 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] Reconcile succeeded + stream.go:305: I 21:16:20.712 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:20.723 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-finallytask] Successfully reconciled taskrun pipeline-run-tasks-timeout-yhazwljj-finallytask/arendelle-t56m7 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 20, 722854014, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:16:20.726 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:20.732 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] taskrun done : pipeline-run-timeout-awovsfhd-foo + stream.go:305: I 21:16:20.734 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:20.792 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:20.822 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:20.906 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:20.916 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.014 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:21.026 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] taskrun done : pipeline-run-timeout-awovsfhd-foo + stream.go:305: I 21:16:21.027 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] Reconcile succeeded + stream.go:305: I 21:16:21.096 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] taskrun done : pipeline-run-timeout-awovsfhd-foo + stream.go:305: I 21:16:21.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:21.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-finallytask] Successfully reconciled taskrun pipeline-run-tasks-timeout-yhazwljj-finallytask/arendelle-t56m7 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 21, 206351208, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:16:21.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.228 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.501 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.507 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.512 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.520 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.527 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.529 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.531 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.532 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.595 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.611 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.626 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.628 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.705 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.715 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.721 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.727 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.729 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.731 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.795 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.797 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.800 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.802 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.831 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.834 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.894 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.897 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.901 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.926 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.930 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.999 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.001 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.003 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.007 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.023 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.126 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.197 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.202 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.210 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.215 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.221 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.229 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.303 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.311 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.321 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.335 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.403 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.421 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.432 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.434 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.493 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.494 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.496 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.507 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.509 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.514 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.516 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.517 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.519 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.525 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.527 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.528 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.531 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.532 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.533 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.593 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.595 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.599 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.600 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.606 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.607 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.609 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.610 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.612 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.613 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.614 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.616 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.617 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.619 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.620 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.621 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.622 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.624 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.626 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.701 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.710 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.717 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.719 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] taskrun done : pipeline-run-tasks-timeout-yhazwljj-dagtask + stream.go:305: I 21:16:22.719 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] Reconcile succeeded + stream.go:305: I 21:16:22.720 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.721 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.722 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.730 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.734 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.799 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.802 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.804 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.809 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.816 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.824 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.899 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.921 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.995 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.998 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.999 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.001 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.118 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.194 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.197 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.200 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.202 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.830 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.897 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.900 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.902 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.909 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.911 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.918 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.921 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.926 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.997 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.009 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.014 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.016 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.020 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.027 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.098 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.138 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.193 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.195 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.200 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.210 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.294 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.308 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.311 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.316 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.322 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.326 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.407 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.411 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.413 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:24.419 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 24, 419171626, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:24.417 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.422 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.426 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.427 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.501 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.505 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.507 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.517 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.525 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.605 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.608 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:24.609 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 24, 609137418, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:24.611 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.613 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.615 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.617 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.619 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.622 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.624 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:24.623 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:24.626 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.628 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.695 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.697 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.701 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.703 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.704 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.705 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.710 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.713 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.714 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.715 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.717 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.718 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.719 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.721 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.722 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.724 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.726 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.728 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.730 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.734 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.736 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.795 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.800 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.831 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.833 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.834 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.836 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.901 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.903 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.905 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.907 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.908 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.909 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.911 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.924 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.993 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.995 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.997 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.999 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.020 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.026 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.094 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.095 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.098 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.099 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.107 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.134 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.195 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.197 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.215 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.292 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.306 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.397 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.399 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.411 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.413 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.418 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.426 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.434 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.516 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.522 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.525 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.527 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.529 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.531 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.532 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.534 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.535 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.593 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.596 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.597 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.599 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.600 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.604 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.607 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.612 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.614 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.621 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.630 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.631 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.696 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.896 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.903 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.905 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.906 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.911 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.134 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.138 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.139 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.141 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.194 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.202 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:26.204 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] taskrun done : pipeline-task-timeout-lwmagloh-pipelinetask2 + stream.go:305: I 21:16:26.204 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:26.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.208 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.234 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.294 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.296 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.298 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.303 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.306 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.309 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.310 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.312 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.316 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.322 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.325 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.327 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.330 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.331 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.332 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.336 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.394 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.397 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.405 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.407 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.411 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.422 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.432 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.433 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.435 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.436 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.437 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.439 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.494 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.497 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.499 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.500 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.502 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.504 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.505 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.506 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.507 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.509 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.510 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.512 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.515 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.516 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.518 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.519 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.520 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.521 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.524 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.526 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.528 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.530 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.532 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.534 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.535 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.536 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.600 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.615 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:26.616 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] taskrun done : pipeline-task-timeout-lwmagloh-pipelinetask2 + stream.go:305: I 21:16:26.616 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] Reconcile succeeded + stream.go:305: I 21:16:26.630 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] taskrun done : pipeline-task-timeout-lwmagloh-pipelinetask2 + stream.go:305: I 21:16:26.631 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:26.896 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.899 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.901 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.902 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.903 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.904 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.906 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.908 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.910 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.913 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.914 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.918 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.920 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.925 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.927 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.928 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.930 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.937 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.938 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.940 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.026 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.035 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.037 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.039 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.040 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.109 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.208 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.221 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.327 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.336 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.393 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.419 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.420 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.428 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:27.498 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task3/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 27, 498799586, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:27.506 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.526 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.530 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.532 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.596 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.598 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.599 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.600 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.602 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.604 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.612 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.615 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.720 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:27.724 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} + stream.go:305: I 21:16:27.729 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task3/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 27, 729081753, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:27.803 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.807 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.811 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.900 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.902 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.904 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.919 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.923 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.925 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.931 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.933 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.993 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.995 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.000 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.118 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.304 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.306 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.308 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.310 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.313 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.321 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.322 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.325 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.327 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.329 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.399 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.401 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.402 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.421 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.422 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.424 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.426 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.428 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.429 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.501 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.503 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.505 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.507 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.517 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.519 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.520 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.522 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.524 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.527 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.531 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.600 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.603 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.606 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.612 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.617 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.619 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.620 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.622 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.623 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.625 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.628 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.630 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.697 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.699 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.701 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.703 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.704 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.706 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.709 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.711 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.712 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.714 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.715 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.717 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.718 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.720 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.722 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.723 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.729 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.731 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.732 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.733 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.734 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.792 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:28.799 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task2/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 28, 799761087, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:28.905 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.931 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.023 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.026 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.095 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:16:29.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv-some-pipeline-task] Successfully reconciled taskrun cluster-resolver-ewqectzv-some-pipeline-task/arendelle-8scbt with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 29, 96997253, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:29.098 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.109 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.118 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:29.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task2/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 29, 123940628, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:29.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:29.193 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:29.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.223 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.293 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.310 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.335 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.417 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.422 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.493 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.498 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.500 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.501 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.503 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.506 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.508 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.515 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.517 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.519 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.521 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.618 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.624 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.632 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.694 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.698 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.699 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.800 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.805 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.808 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.816 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.817 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.819 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.824 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.826 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.896 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.901 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.904 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.906 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.907 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.909 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.910 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.912 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.913 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.914 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.920 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.939 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.993 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.006 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.027 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.096 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.126 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.193 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.195 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.202 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.204 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.228 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.230 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.298 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.326 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.332 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.407 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.415 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.421 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.429 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.431 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.433 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.434 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.435 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.495 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.497 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.499 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.501 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.504 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.514 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.519 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.521 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.606 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.612 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.615 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.626 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.630 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.634 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.701 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.702 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.711 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.713 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.718 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.724 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.726 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.730 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.736 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.741 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.794 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.795 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.802 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.804 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.805 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.807 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.817 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.828 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.831 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.833 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.834 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.895 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.898 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.921 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.933 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.992 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.007 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.014 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.020 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.103 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.107 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.127 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.134 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.202 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.204 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.208 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.228 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.307 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.312 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.322 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.324 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.326 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.332 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.399 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.400 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.401 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.403 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.410 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.415 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.417 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.423 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.425 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.427 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.428 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.496 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.501 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.521 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.537 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.595 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.597 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.599 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.603 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.611 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.614 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:31.697 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask1/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 31, 626297505, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:31.702 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.704 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.712 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.713 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.714 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.716 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.717 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.718 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.726 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.728 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.730 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.732 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.734 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.735 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.804 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.807 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.810 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.813 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.818 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.825 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.826 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.827 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:31.834 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask1/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 31, 834396338, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:16:31.895 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] PipelineRun pipeline-task-timeout-lwmagloh status is being set to &{Succeeded Unknown {2023-06-09 21:16:07 +0000 UTC} PipelineRunStopping Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:31.927 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.929 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.934 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.093 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.109 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.118 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.210 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.225 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.228 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.230 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.234 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.293 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.298 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.303 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.308 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.310 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.325 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.329 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.331 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.393 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.396 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.411 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.413 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.415 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.420 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.424 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.430 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.432 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.496 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.498 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.500 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.501 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.502 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.504 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.506 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.508 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.510 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.511 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.513 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.514 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.516 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.525 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.531 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.603 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.610 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.612 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.614 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.617 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.619 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.622 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.624 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.626 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.628 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.630 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.631 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.632 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.634 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.636 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.637 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.639 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.640 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.694 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.695 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.697 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.703 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.706 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.709 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.710 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.712 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.714 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:32.813 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx-foo] Successfully reconciled taskrun pipeline-run-timeout-nvbglidx-foo/arendelle-hpd6b with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 32, 813209214, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:32.927 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.929 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.931 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.933 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.934 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.998 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.004 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.014 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.113 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.137 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.215 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.221 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.223 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.303 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.306 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.315 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:33.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task2/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 33, 327950880, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:33.331 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.394 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.397 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.403 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.405 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.411 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.415 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.417 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.418 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.420 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.421 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.422 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.424 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.427 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.429 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.430 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.432 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.496 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.498 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:33.506 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task2/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 33, 505991922, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:16:33.517 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:33.521 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.524 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.525 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.526 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.527 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.528 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.530 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.531 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.533 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.592 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.594 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.596 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.597 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.598 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.599 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.600 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.720 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.729 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.731 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:33.733 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task2/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 33, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:33.734 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.736 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.802 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.806 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.808 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.809 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.813 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.815 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.817 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.819 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.821 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.823 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.825 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.828 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.830 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.831 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.893 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.897 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.909 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.910 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.912 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.928 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.930 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.995 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.997 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.006 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.020 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.092 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.095 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.099 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.100 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.107 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.109 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.202 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.225 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.227 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.228 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.293 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.306 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.321 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.324 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.331 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.393 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.405 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.407 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.419 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:16:34.434 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv-some-pipeline-task] Successfully reconciled taskrun cluster-resolver-ewqectzv-some-pipeline-task/arendelle-8scbt with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 34, 434607381, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:34.515 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.517 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.521 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.524 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.526 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.527 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.528 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.530 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.532 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.534 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.535 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.602 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:16:34.615 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv-some-pipeline-task] Successfully reconciled taskrun cluster-resolver-ewqectzv-some-pipeline-task/arendelle-8scbt with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 34, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:34.620 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.624 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.626 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:16:34.627 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv] PipelineRun cluster-resolver-ewqectzv status is being set to &{Succeeded Unknown {2023-06-09 21:15:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:34.628 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.631 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.711 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.714 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.719 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.724 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.725 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.728 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.729 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.731 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.734 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.735 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.736 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.796 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.805 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.807 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.814 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.816 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.818 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.821 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.823 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.826 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.828 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.829 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.830 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.832 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.834 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:34.895 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask1/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 34, 895266298, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:34.895 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.897 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.899 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.902 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.903 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.906 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.908 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.910 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.912 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:34.924 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] PipelineRun pipeline-task-timeout-lwmagloh status is being set to &{Succeeded Unknown {2023-06-09 21:16:07 +0000 UTC} PipelineRunStopping Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.925 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask1/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 34, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:16:34.927 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask1/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 34, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:34.929 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.930 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.933 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.935 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.936 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.939 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.940 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.997 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.999 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.001 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.003 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.004 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.006 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.007 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.014 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.020 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.023 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.026 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.027 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.035 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.037 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.039 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.040 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.041 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.042 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.044 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.095 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.099 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.103 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.109 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.113 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.126 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.127 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.137 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.139 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.141 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.142 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.202 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.235 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.237 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.238 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.239 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.304 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.306 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.307 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.308 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.310 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.311 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.313 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.316 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.322 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.324 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.603 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-finallytask] Successfully reconciled taskrun pipeline-run-tasks-timeout-yhazwljj-finallytask/arendelle-t56m7 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 35, 603354840, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:16:35.634 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.736 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-finallytask] Successfully reconciled taskrun pipeline-run-tasks-timeout-yhazwljj-finallytask/arendelle-t56m7 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 35, 736732048, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:16:35.930 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.934 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.935 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.937 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.939 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.998 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.006 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.009 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.026 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.027 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.035 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.037 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.038 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.039 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.041 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.095 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.098 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.100 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.103 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.109 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.136 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.138 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.139 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.140 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.143 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.145 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.146 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.147 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.148 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.150 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.151 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.156 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.159 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.161 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.163 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.164 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.165 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.193 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.195 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.197 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.210 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.225 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.227 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.228 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.229 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.232 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.235 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.236 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.238 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.239 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.240 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.242 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:36.366 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx-foo] Successfully reconciled taskrun pipeline-run-timeout-nvbglidx-foo/arendelle-hpd6b with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 36, 366661090, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:16:36.415 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx-foo] Successfully reconciled taskrun pipeline-run-timeout-nvbglidx-foo/arendelle-hpd6b with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 36, 414863549, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:16:36.421 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx] PipelineRun pipeline-run-timeout-nvbglidx status is being set to &{Succeeded Unknown {2023-06-09 21:16:03 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:36.425 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:36.445 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx-foo] Successfully reconciled taskrun pipeline-run-timeout-nvbglidx-foo/arendelle-hpd6b with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 36, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:36.567 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.670 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestWorkingDirCreated + stream.go:305: I 21:16:36.762 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] Successfully reconciled taskrun working-dir-created-yqfufmfo/arendelle-5g9mp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 36, 761775882, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:16:36.807 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] Successfully reconciled taskrun working-dir-created-yqfufmfo/arendelle-5g9mp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 36, 807016715, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:36.820 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestWorkingDirCreated + stream.go:305: I 21:16:36.895 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] Successfully reconciled taskrun working-dir-created-yqfufmfo/arendelle-5g9mp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 36, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:36.930 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.931 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.933 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.934 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.935 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.937 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.938 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.939 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.940 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.942 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.943 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.945 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.946 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.947 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.949 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.951 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.952 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.954 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.955 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.995 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.998 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.000 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.003 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.006 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.007 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.014 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.016 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.020 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.023 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.027 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.035 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.037 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.039 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.041 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.043 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.044 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.045 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.046 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.048 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.049 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.050 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.052 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.100 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.107 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.113 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.118 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.126 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.136 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.137 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.139 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.141 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.142 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestWorkingDirIgnoredNonSlashWorkspace + stream.go:305: I 21:16:37.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-mbbwq/working-dir-ignored-non-slash-workspace-oibxcwjb] Successfully reconciled taskrun working-dir-ignored-non-slash-workspace-oibxcwjb/arendelle-mbbwq with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 37, 196557007, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:37.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestWorkingDirIgnoredNonSlashWorkspace + stream.go:305: I 21:16:37.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-mbbwq/working-dir-ignored-non-slash-workspace-oibxcwjb] taskrun done : working-dir-ignored-non-slash-workspace-oibxcwjb + stream.go:305: I 21:16:37.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-mbbwq/working-dir-ignored-non-slash-workspace-oibxcwjb] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:37.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.547 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.663 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.796 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestWorkingDirIgnoredNonSlashWorkspace + workingdir_test.go:168: Deleting namespace arendelle-mbbwq +--- PASS: TestWorkingDirIgnoredNonSlashWorkspace (42.32s) +=== CONT TestStepTimeout + timeout_test.go:165: Create namespace arendelle-sbs95 to deploy to + timeout_test.go:165: Verify SA "default" is created in namespace "arendelle-sbs95" + timeout_test.go:170: Creating Task with Step step-no-timeout, Step step-timeout, and Step step-canceled in namespace arendelle-sbs95 + timeout_test.go:191: Creating TaskRun step-timeout-gjfudqcq in namespace arendelle-sbs95 + timeout_test.go:197: Waiting for step-timeout in namespace arendelle-sbs95 to time out + stream.go:305: I 21:16:37.917 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 37, 917529799, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:37.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.934 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.936 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.938 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.940 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.943 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.945 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.995 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] taskrun done : pipeline-run-tasks-timeout-yhazwljj-dagtask + stream.go:305: I 21:16:37.995 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] Reconcile succeeded + stream.go:305: I 21:16:37.997 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.998 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.000 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.001 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.003 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.014 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.023 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.027 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.038 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.040 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.043 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.095 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestStepTimeout + stream.go:305: I 21:16:38.098 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 38, 97975383, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:38.099 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestStepTimeout + stream.go:305: I 21:16:38.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 38, 102479549, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:38.113 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.126 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.136 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.138 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.139 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.140 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.141 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.142 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.144 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.146 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.147 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.148 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.149 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.150 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.152 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.193 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.195 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.208 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.221 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.228 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.229 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.230 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.232 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.234 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.235 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.237 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.238 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.240 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.242 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.243 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.244 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.245 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.293 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.355 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] taskrun done : pipeline-run-tasks-timeout-yhazwljj-dagtask + stream.go:305: I 21:16:38.356 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] Reconcile succeeded + stream.go:305: I 21:16:38.500 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.624 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.750 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.861 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.933 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.955 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.027 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.038 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.042 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.044 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.046 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.048 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.049 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.053 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.055 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.057 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.099 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.109 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.126 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.127 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.134 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.139 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.141 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.193 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.195 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.197 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.208 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.210 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.227 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.235 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.237 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.238 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.240 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.241 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.243 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.244 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.246 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.247 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.250 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.294 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.296 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.298 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.303 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.304 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.307 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.308 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.309 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.310 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.312 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.313 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.315 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.321 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.325 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.327 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.330 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.331 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.336 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:39.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 39, 404946217, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:16:39.519 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} + stream.go:305: I 21:16:39.510 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 39, 510280967, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:39.711 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.933 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.935 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.936 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.937 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.939 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.940 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.942 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.998 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.004 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.009 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.014 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.016 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.026 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.040 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.043 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.044 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.094 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.095 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.096 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.100 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.103 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.107 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.109 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.113 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.118 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.134 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.137 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.139 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.142 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.143 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.144 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.145 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.194 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.200 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.208 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.210 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.221 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.227 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.229 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.232 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.233 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.235 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.236 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.238 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.240 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.242 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.243 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.245 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.246 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.247 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.248 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.249 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.498 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.675 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:40.833 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task3/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 40, 833222384, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:16:40.911 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task3/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 40, 911862051, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:16:40.923 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:40.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.006 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.093 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.096 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.100 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.103 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:41.107 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task3/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 40, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:41.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.113 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.118 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.227 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.229 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.233 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.234 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.236 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.237 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.238 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.238 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.294 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.296 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.298 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.303 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.307 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.309 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.311 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.313 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.316 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.321 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.324 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.330 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.331 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.396 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.399 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.402 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.403 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.404 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.410 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.411 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.412 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.415 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.418 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.419 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.421 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.423 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.425 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.427 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.428 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.429 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.431 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.432 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.433 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.435 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.436 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.437 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.439 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.440 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.442 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.624 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:41.813 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 41, 813226051, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:16:41.909 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 41, 908949885, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:16:41.921 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:41.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:41.999 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 41, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:42.000 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.007 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.014 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.016 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.023 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.026 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.035 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.037 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.038 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.039 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.094 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.096 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.098 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.099 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.113 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.118 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.134 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.138 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.141 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.143 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.204 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.208 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.210 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.215 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.223 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.225 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.227 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.229 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.230 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.232 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.233 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.235 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.237 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.238 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.239 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.240 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.241 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.243 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.244 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.245 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.247 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.248 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.293 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.294 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.296 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.298 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.496 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:42.549 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task2/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 42, 548820885, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:16:42.613 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] taskrun done : pipeline-run-with-service-accounts-rpttnfct-task2 + stream.go:305: I 21:16:42.619 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:16:42.619262843 +0000 UTC m=+2832.179553710} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:16:42.622 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:42.706 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:42.716 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:16:42 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:42.995 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-finallytask] Successfully reconciled taskrun pipeline-run-tasks-timeout-yhazwljj-finallytask/arendelle-t56m7 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 43, 28241552, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:16:43.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.098 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.103 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.109 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.113 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-finallytask] Successfully reconciled taskrun pipeline-run-tasks-timeout-yhazwljj-finallytask/arendelle-t56m7 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 43, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:16:43.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.118 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.126 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.138 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.139 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.140 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.141 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.142 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.143 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.194 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.197 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.204 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.210 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.215 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.221 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.225 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.227 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.229 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.232 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.233 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.235 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.236 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.237 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.238 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.240 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.241 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.243 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.244 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.245 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.247 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.248 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.249 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.249 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.250 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.292 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.294 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.298 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.304 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.306 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.307 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.309 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.310 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.312 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.313 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.315 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.316 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.321 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.325 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:43.346 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask1/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 43, 346036635, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:16:43.405 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] taskrun done : pipeline-task-timeout-lwmagloh-pipelinetask1 + stream.go:305: I 21:16:43.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] All TaskRuns have finished for PipelineRun pipeline-task-timeout-lwmagloh so it has finished + stream.go:305: I 21:16:43.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] PipelineRun pipeline-task-timeout-lwmagloh status is being set to &{Succeeded False {2023-06-09 21:16:43.406360177 +0000 UTC m=+2832.966651044} Failed Tasks Completed: 2 (Failed: 1, Cancelled 0), Skipped: 0} + stream.go:305: I 21:16:43.412 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] Reconcile succeeded + stream.go:305: I 21:16:43.428 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:43.464 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.574 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.659 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.754 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.845 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.941 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.004 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.014 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.016 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.023 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.026 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.039 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.041 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.043 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.044 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.045 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.098 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.107 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.113 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.127 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.137 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.138 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.142 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.194 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestWorkingDirCreated + stream.go:305: I 21:16:44.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] Successfully reconciled taskrun working-dir-created-yqfufmfo/arendelle-5g9mp with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 44, 197531011, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:44.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestWorkingDirCreated + stream.go:305: I 21:16:44.221 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] taskrun done : working-dir-created-yqfufmfo + stream.go:305: I 21:16:44.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:44.232 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.233 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.234 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.235 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.236 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.237 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.238 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.239 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.293 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.298 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.303 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.304 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.306 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.308 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineTaskTimeout + timeout_test.go:398: Waiting for TaskRun from PipelineRun pipeline-task-timeout-lwmagloh in namespace arendelle-92g5h to be timed out +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:44.313 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.315 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.316 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineTaskTimeout + timeout_test.go:434: Deleting namespace arendelle-92g5h +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:44.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.321 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +--- PASS: TestPipelineTaskTimeout (43.23s) +=== CONT TestPipelineRunCRDConversion + conversion_test.go:1081: Create namespace arendelle-92467 to deploy to +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:44.394 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunCRDConversion + conversion_test.go:1081: Verify SA "default" is created in namespace "arendelle-92467" +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:44.398 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.400 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.401 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.402 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.404 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.407 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.410 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.411 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.412 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.413 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.417 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.418 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.420 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.421 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.423 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestStepTimeout + stream.go:305: I 21:16:44.623 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 44, 623154969, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:16:44.726 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 44, 723909636, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:16:44.731 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] Creating a new TaskRun object pipeline-run-c-r-d-conversion-nlbeuada-hello-task for pipeline task hello-task +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:44.793 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:16:44.800 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] PipelineRun pipeline-run-c-r-d-conversion-nlbeuada status is being set to &{Succeeded Unknown {2023-06-09 21:16:44.800547344 +0000 UTC m=+2834.360838420} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestWorkingDirCreated + workingdir_test.go:106: Deleting namespace arendelle-5g9mp +--- PASS: TestWorkingDirCreated (47.31s) +=== CONT TestBundleConversion + conversion_test.go:1169: Create namespace arendelle-h8vhn to deploy to + conversion_test.go:1169: Verify SA "default" is created in namespace "arendelle-h8vhn" +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:16:44.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 44, 996016553, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:45.009 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.023 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.027 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.035 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.037 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.094 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.096 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:16:45.107 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] PipelineRun pipeline-run-c-r-d-conversion-nlbeuada status is being set to &{Succeeded Unknown {2023-06-09 21:16:44 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:45.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.109 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.113 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:16:45.127 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] PipelineRun pipeline-run-c-r-d-conversion-nlbeuada status is being set to &{Succeeded Unknown {2023-06-09 21:16:44 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:45.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.192 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.202 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.208 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.210 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.215 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.221 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.227 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.229 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.294 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.304 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.307 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.308 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:16:45.316 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 45, 316735220, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:16:45.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 45, 318289595, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:45.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.322 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:16:45.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] PipelineRun pipeline-run-c-r-d-conversion-nlbeuada status is being set to &{Succeeded Unknown {2023-06-09 21:16:44 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:45.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.324 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.327 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.329 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.330 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.332 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.393 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.397 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.399 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.400 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.413 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.419 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.421 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.432 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.434 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.435 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.436 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.495 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.498 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.499 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.502 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.503 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.505 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.506 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.508 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.510 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.511 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.512 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.515 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.517 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.518 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.521 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.539 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.541 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.593 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.596 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.599 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccountNameAndTaskRunSpec + serviceaccount_test.go:299: Deleting namespace arendelle-4b4fk +--- PASS: TestPipelineRunWithServiceAccountNameAndTaskRunSpec (51.36s) +=== CONT TestEntrypointRunningStepsInOrder + entrypoint_test.go:49: Creating TaskRun in namespace arendelle-vbtg6 +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:45.906 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestEntrypointRunningStepsInOrder + entrypoint_test.go:67: Waiting for TaskRun in namespace arendelle-vbtg6 to finish successfully + stream.go:305: I 21:16:45.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 45, 941555678, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:46.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.020 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.113 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.227 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.229 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.232 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.233 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.235 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.236 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.237 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestStepTimeout + stream.go:305: I 21:16:46.293 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 46, 293671178, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:46.294 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestEntrypointRunningStepsInOrder + stream.go:305: I 21:16:46.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 46, 295308845, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:46.296 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.303 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.306 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.308 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.309 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.310 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.311 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.312 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.315 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.316 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.322 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.324 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.325 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.331 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.335 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.336 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.337 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.393 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.397 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.399 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.401 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.403 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.405 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.410 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.411 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.413 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.415 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.418 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.419 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.420 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.426 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.427 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.429 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.431 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.432 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.433 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.434 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.435 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.492 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.496 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.498 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.500 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.506 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.508 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.509 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.510 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.511 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.512 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.514 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.515 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.516 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.517 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.520 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.522 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.016 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:47.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 47, 20683679, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:47.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.099 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.103 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.107 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.118 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:47.137 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:16:47.13709597 +0000 UTC m=+2836.697386879} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:47.137 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:47.194 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] taskrun done : pipeline-run-with-service-accounts-rpttnfct-task1 +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:47.195 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.200 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.204 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:47.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:47.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.221 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.293 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.304 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.307 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.308 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:47.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:16:47 +0000 UTC} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:47.326 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.330 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.393 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.403 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.411 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.413 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.417 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.422 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.429 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.430 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.499 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:47.501 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task3/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 47, 500803846, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:47.501 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.503 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.505 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.509 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.526 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.531 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.597 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.600 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:47.602 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] taskrun done : pipeline-run-with-service-accounts-rpttnfct-task3 +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:47.605 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:47.605 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] All TaskRuns have finished for PipelineRun pipeline-run-with-service-accounts-rpttnfct so it has finished + stream.go:305: I 21:16:47.606 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded True {2023-06-09 21:16:47.606007596 +0000 UTC m=+2837.166298504} Succeeded Tasks Completed: 3 (Failed: 0, Cancelled 0), Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:47.612 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.613 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.615 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:47.621 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:47.622 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.623 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.625 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.626 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.630 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.636 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.697 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.701 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.710 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.712 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.716 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.717 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.719 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.720 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:47.725 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:47.727 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.729 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.730 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.732 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.734 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.796 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.798 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.802 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.094 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + serviceaccount_test.go:193: Deleting namespace arendelle-9c5th +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +--- PASS: TestPipelineRunWithServiceAccounts (53.63s) +=== CONT TestDAGPipelineRun +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.193 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.204 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + dag_test.go:149: Waiting for DAG pipeline to complete +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.303 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.307 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.309 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.311 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.312 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.329 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestStepTimeout + stream.go:305: I 21:16:48.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 48, 327954429, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-no-timeout step-timeout step-canceled]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.331 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.332 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.397 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.400 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + stream.go:305: I 21:16:48.403 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn] Creating a new TaskRun object d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 for pipeline task pipeline-task-1 +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.403 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.405 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.410 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.411 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.425 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.428 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.429 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.432 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.433 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.435 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.436 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.437 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.438 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + stream.go:305: I 21:16:48.438 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn] PipelineRun d-a-g-pipeline-run-gyrfxvzn status is being set to &{Succeeded Unknown {2023-06-09 21:16:48.438232263 +0000 UTC m=+2837.998523380} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 5, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.439 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.507 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.509 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.510 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.511 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestStepTimeout + stream.go:305: I 21:16:48.512 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 48, 512274096, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-no-timeout step-timeout step-canceled]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.512 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.514 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.515 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.520 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.522 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.524 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.528 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.529 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.530 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.531 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.532 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.533 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.534 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.535 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.536 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.537 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.593 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.595 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.597 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.598 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.599 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.604 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.605 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.607 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.614 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + stream.go:305: E 21:16:48.618 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1] Reconcile: Could not find results with names: result for task d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.623 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestStepTimeoutWithWS + timeout_test.go:259: Deleting namespace arendelle-4hg4k +--- PASS: TestStepTimeoutWithWS (43.28s) +=== CONT TestDuplicatePodTaskRun + duplicate_test.go:41: Create namespace arendelle-gvxnp to deploy to +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.703 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.705 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.710 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.713 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + duplicate_test.go:41: Verify SA "default" is created in namespace "arendelle-gvxnp" + duplicate_test.go:53: Creating taskrun "duplicate-pod-task-run-qwyuesql". +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.715 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + stream.go:305: I 21:16:48.720 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn] Found a TaskRun d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 that was missing from the PipelineRun status +=== NAME TestDuplicatePodTaskRun + duplicate_test.go:53: Creating taskrun "duplicate-pod-task-run-syljcirn". +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.717 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.730 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.731 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.792 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.794 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.795 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.797 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.798 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.800 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.811 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.817 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.819 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.820 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.821 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.822 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.823 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.824 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.826 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.827 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + duplicate_test.go:53: Creating taskrun "duplicate-pod-task-run-jewvxflz". +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.831 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.834 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + stream.go:305: I 21:16:48.835 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn] PipelineRun d-a-g-pipeline-run-gyrfxvzn status is being set to &{Succeeded Unknown {2023-06-09 21:16:48.835116555 +0000 UTC m=+2838.395407713} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 5, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:48.906 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] Successfully reconciled taskrun duplicate-pod-task-run-qwyuesql/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 48, 906497138, time.Local)}, Reason:"Pending", Message:"Pending"} + duplicate_test.go:53: Creating taskrun "duplicate-pod-task-run-wtzpmowd". +=== NAME TestDAGPipelineRun + stream.go:305: E 21:16:48.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1] Returned an error err=1 error occurred: + * Could not find results with names: result for task d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 + + stream.go:305: E 21:16:48.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1] Reconcile error err=1 error occurred: + * Could not find results with names: result for task d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 + +=== NAME TestDuplicatePodTaskRun + duplicate_test.go:53: Creating taskrun "duplicate-pod-task-run-zbthdpty". +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:49.095 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.118 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.194 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.223 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.228 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.233 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.234 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.294 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.303 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.315 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.327 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:49.329 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] Successfully reconciled taskrun duplicate-pod-task-run-syljcirn/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 49, 325821763, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:49.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.393 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + stream.go:305: I 21:16:49.394 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1] taskrun done : d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:49.398 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.400 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.402 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.404 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.407 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.410 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + stream.go:305: I 21:16:49.433 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:49.511 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.527 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.533 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.598 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.602 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + stream.go:305: I 21:16:49.610 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn] All TaskRuns have finished for PipelineRun d-a-g-pipeline-run-gyrfxvzn so it has finished + stream.go:305: I 21:16:49.626 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn] PipelineRun d-a-g-pipeline-run-gyrfxvzn status is being set to &{Succeeded False {2023-06-09 21:16:49.614725555 +0000 UTC m=+2839.175016464} Failed Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 4} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:49.631 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.719 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.721 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.727 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.729 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.733 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.735 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.799 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:49.801 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-jewvxflz] Successfully reconciled taskrun duplicate-pod-task-run-jewvxflz/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 49, 801841763, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:49.801 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.803 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.804 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.806 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.808 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.809 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.810 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.814 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.815 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.816 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.817 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.822 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.824 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.825 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.832 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.833 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.895 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + stream.go:305: I 21:16:49.905 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:49.907 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.909 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.920 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.924 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.927 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.093 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.103 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:16:50.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 50, 119828180, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.193 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.195 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.197 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + dag_test.go:151: Error waiting for PipelineRun to finish: "d-a-g-pipeline-run-gyrfxvzn" failed + panic.go:522: ############################################ + panic.go:522: ### Dumping objects from arendelle-jnb7x ### + panic.go:522: ############################################ +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:50.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] Successfully reconciled taskrun duplicate-pod-task-run-wtzpmowd/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 50, 206348014, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.223 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.228 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.230 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.394 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.396 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.400 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:16:50.405 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] PipelineRun pipeline-run-c-r-d-conversion-nlbeuada status is being set to &{Succeeded Unknown {2023-06-09 21:16:44 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.405 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.407 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + panic.go:522: + --- + apiVersion: tekton.dev/v1beta1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:16:48Z" + generation: 1 + name: d-a-g-pipeline-run-ndslbjez + namespace: arendelle-jnb7x + resourceVersion: "1707219" + uid: ee2068e3-9134-4de4-8ec8-cae06d5d5ccf + spec: + tasks: + - name: pipeline-task-3 + params: + - name: text + value: wow + - name: result-p2 + value: $(tasks.pipeline-task-2-parallel-2.results.result) + - name: result-p1 + value: $(tasks.pipeline-task-2-parallel-1.results.result) + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-2-parallel-2 + params: + - name: text + value: such parallel + - name: result1 + value: $(tasks.pipeline-task-1.results.result) + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-4 + params: + - name: text + value: very cloud native + runAfter: + - pipeline-task-3 + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-2-parallel-1 + params: + - name: text + value: much graph + runAfter: + - pipeline-task-1 + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-1 + params: + - name: text + value: how to ci/cd? + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:16:48Z" + generation: 1 + labels: + tekton.dev/pipeline: d-a-g-pipeline-run-ndslbjez + name: d-a-g-pipeline-run-gyrfxvzn + namespace: arendelle-jnb7x + resourceVersion: "1707274" + uid: 0ecb80f1-514f-41be-aefc-591ce8e8937b + spec: + pipelineRef: + name: d-a-g-pipeline-run-ndslbjez + serviceAccountName: default + timeout: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 + pipelineTaskName: pipeline-task-1 + completionTime: "2023-06-09T21:16:49Z" + conditions: + - lastTransitionTime: "2023-06-09T21:16:49Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 4' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: pipeline-task-3 + params: + - name: text + value: wow + - name: result-p2 + value: $(tasks.pipeline-task-2-parallel-2.results.result) + - name: result-p1 + value: $(tasks.pipeline-task-2-parallel-1.results.result) + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-2-parallel-2 + params: + - name: text + value: such parallel + - name: result1 + value: $(tasks.pipeline-task-1.results.result) + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-4 + params: + - name: text + value: very cloud native + runAfter: + - pipeline-task-3 + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-2-parallel-1 + params: + - name: text + value: much graph + runAfter: + - pipeline-task-1 + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-1 + params: + - name: text + value: how to ci/cd? + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: pipeline-task-3 + reason: PipelineRun was stopping + - name: pipeline-task-2-parallel-2 + reason: PipelineRun was stopping + - name: pipeline-task-4 + reason: PipelineRun was stopping + - name: pipeline-task-2-parallel-1 + reason: PipelineRun was stopping + startTime: "2023-06-09T21:16:48Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:16:48Z" + generation: 1 + name: d-a-g-pipeline-run-fleawxkn + namespace: arendelle-jnb7x + resourceVersion: "1707216" + uid: d10ebee2-eeb6-4cb3-96f6-10322c045468 + spec: + params: + - description: The text that should be echoed + name: text + type: string + results: + - name: result + type: string + steps: + - image: busybox + name: "" + resources: {} + script: echo $(params["text"]) + - image: busybox + name: "" + resources: {} + script: | + sleep 15 + echo $(params.text) | tee $(results.result.path) + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:16:48Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: d-a-g-pipeline-run-ndslbjez + tekton.dev/pipelineRun: d-a-g-pipeline-run-gyrfxvzn + tekton.dev/pipelineTask: pipeline-task-1 + tekton.dev/task: d-a-g-pipeline-run-fleawxkn + name: d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 + namespace: arendelle-jnb7x + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: d-a-g-pipeline-run-gyrfxvzn + uid: 0ecb80f1-514f-41be-aefc-591ce8e8937b + resourceVersion: "1707246" + uid: f1b0c4a9-dd26-4f5d-877e-b9a4e0340b5f + spec: + params: + - name: text + value: how to ci/cd? + serviceAccountName: default + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:16:48Z" + conditions: + - lastTransitionTime: "2023-06-09T21:16:48Z" + message: 'Could not find results with names: result for task d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:16:48Z" + taskSpec: + params: + - description: The text that should be echoed + name: text + type: string + results: + - name: result + type: string + steps: + - image: busybox + name: "" + resources: {} + script: echo how to ci/cd? + - image: busybox + name: "" + resources: {} + script: | + sleep 15 + echo how to ci/cd? | tee /tekton/results/result + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:16:48Z" + generation: 1 + name: d-a-g-pipeline-run-fleawxkn + namespace: arendelle-jnb7x + resourceVersion: "1707216" + uid: d10ebee2-eeb6-4cb3-96f6-10322c045468 + spec: + params: + - description: The text that should be echoed + name: text + type: string + results: + - name: result + type: string + steps: + - computeResources: {} + image: busybox + name: "" + script: echo $(params["text"]) + - computeResources: {} + image: busybox + name: "" + script: | + sleep 15 + echo $(params.text) | tee $(results.result.path) + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:16:48Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: d-a-g-pipeline-run-ndslbjez + tekton.dev/pipelineRun: d-a-g-pipeline-run-gyrfxvzn + tekton.dev/pipelineTask: pipeline-task-1 + tekton.dev/task: d-a-g-pipeline-run-fleawxkn + name: d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 + namespace: arendelle-jnb7x + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: d-a-g-pipeline-run-gyrfxvzn + uid: 0ecb80f1-514f-41be-aefc-591ce8e8937b + resourceVersion: "1707246" + uid: f1b0c4a9-dd26-4f5d-877e-b9a4e0340b5f + spec: + params: + - name: text + value: how to ci/cd? + serviceAccountName: default + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:16:48Z" + conditions: + - lastTransitionTime: "2023-06-09T21:16:48Z" + message: 'Could not find results with names: result for task d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:16:48Z" + taskSpec: + params: + - description: The text that should be echoed + name: text + type: string + results: + - name: result + type: string + steps: + - computeResources: {} + image: busybox + name: "" + script: echo how to ci/cd? + - computeResources: {} + image: busybox + name: "" + script: | + sleep 15 + echo how to ci/cd? | tee /tekton/results/result + + --- + apiVersion: tekton.dev/v1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:16:48Z" + generation: 1 + name: d-a-g-pipeline-run-ndslbjez + namespace: arendelle-jnb7x + resourceVersion: "1707219" + uid: ee2068e3-9134-4de4-8ec8-cae06d5d5ccf + spec: + tasks: + - name: pipeline-task-3 + params: + - name: text + value: wow + - name: result-p2 + value: $(tasks.pipeline-task-2-parallel-2.results.result) + - name: result-p1 + value: $(tasks.pipeline-task-2-parallel-1.results.result) + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-2-parallel-2 + params: + - name: text + value: such parallel + - name: result1 + value: $(tasks.pipeline-task-1.results.result) + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-4 + params: + - name: text + value: very cloud native + runAfter: + - pipeline-task-3 + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-2-parallel-1 + params: + - name: text + value: much graph + runAfter: + - pipeline-task-1 + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-1 + params: + - name: text + value: how to ci/cd? + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:16:48Z" + generation: 1 + labels: + tekton.dev/pipeline: d-a-g-pipeline-run-ndslbjez + name: d-a-g-pipeline-run-gyrfxvzn + namespace: arendelle-jnb7x + resourceVersion: "1707274" + uid: 0ecb80f1-514f-41be-aefc-591ce8e8937b + spec: + pipelineRef: + name: d-a-g-pipeline-run-ndslbjez + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 + pipelineTaskName: pipeline-task-1 + completionTime: "2023-06-09T21:16:49Z" + conditions: + - lastTransitionTime: "2023-06-09T21:16:49Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 4' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: pipeline-task-3 + params: + - name: text + value: wow + - name: result-p2 + value: $(tasks.pipeline-task-2-parallel-2.results.result) + - name: result-p1 + value: $(tasks.pipeline-task-2-parallel-1.results.result) + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-2-parallel-2 + params: + - name: text + value: such parallel + - name: result1 + value: $(tasks.pipeline-task-1.results.result) + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-4 + params: + - name: text + value: very cloud native + runAfter: + - pipeline-task-3 + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-2-parallel-1 + params: + - name: text + value: much graph + runAfter: + - pipeline-task-1 + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-1 + params: + - name: text + value: how to ci/cd? + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: pipeline-task-3 + reason: PipelineRun was stopping + - name: pipeline-task-2-parallel-2 + reason: PipelineRun was stopping + - name: pipeline-task-4 + reason: PipelineRun was stopping + - name: pipeline-task-2-parallel-1 + reason: PipelineRun was stopping + startTime: "2023-06-09T21:16:48Z" + + --- + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:16:48Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: d-a-g-pipeline-run-ndslbjez + tekton.dev/pipelineRun: d-a-g-pipeline-run-gyrfxvzn + tekton.dev/pipelineTask: pipeline-task-1 + tekton.dev/task: d-a-g-pipeline-run-fleawxkn + tekton.dev/taskRun: d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 + name: d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1-pod + namespace: arendelle-jnb7x + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 + uid: f1b0c4a9-dd26-4f5d-877e-b9a4e0340b5f + resourceVersion: "1707229" + uid: 90f19706-8325-41b4-915c-976bb7bb87ef + spec: + activeDeadlineSeconds: 5400 + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -results + - result + - -entrypoint + - /tekton/scripts/script-0-vrxcf + - -- + command: + - /tekton/bin/entrypoint + image: busybox + imagePullPolicy: Always + name: step-unnamed-0 + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/run/1 + name: tekton-internal-run-1 + readOnly: true + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-qx22p + readOnly: true + - args: + - -wait_file + - /tekton/run/0/out + - -post_file + - /tekton/run/1/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/1/status + - -results + - result + - -entrypoint + - /tekton/scripts/script-1-mdg7q + - -- + command: + - /tekton/bin/entrypoint + image: busybox + imagePullPolicy: Always + name: step-unnamed-1 + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-1 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + readOnly: true + - mountPath: /tekton/run/1 + name: tekton-internal-run-1 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-qx22p + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-unnamed-0 + - step-unnamed-1 + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-qx22p + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-vrxcf" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQplY2hvIGhvdyB0byBjaS9jZD8= + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + scriptfile="/tekton/scripts/script-1-mdg7q" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQpzbGVlcCAxNQplY2hvIGhvdyB0byBjaS9jZD8gfCB0ZWUgL3Rla3Rvbi9yZXN1bHRzL3Jlc3VsdAo= + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-qx22p + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - emptyDir: + medium: Memory + name: tekton-creds-init-home-1 + - emptyDir: {} + name: tekton-internal-run-1 + - name: kube-api-access-qx22p + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:16:48Z" + status: "True" + type: PodScheduled + phase: Pending + qosClass: BestEffort + + panic.go:522: ##################################################### + panic.go:522: ### Dumping logs from Pods in the arendelle-jnb7x ### + panic.go:522: ##################################################### +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:50.418 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Successfully reconciled taskrun duplicate-pod-task-run-zbthdpty/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 50, 418783430, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.418 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.423 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + build_logs.go:35: Could not get logs for pod d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1-pod: container "step-unnamed-0" in pod "d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.431 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.497 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.520 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.522 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.595 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + build_logs.go:35: Could not get logs for pod d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1-pod: container "step-unnamed-0" in pod "d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + panic.go:522: Not deleting namespace arendelle-jnb7x +--- FAIL: TestDAGPipelineRun (3.51s) +=== CONT TestPipelineCRDConversion + conversion_test.go:1019: Create namespace arendelle-g2c7l to deploy to +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.612 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.618 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.637 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.639 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.692 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineCRDConversion + conversion_test.go:1019: Verify SA "default" is created in namespace "arendelle-g2c7l" +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:50.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] Successfully reconciled taskrun duplicate-pod-task-run-qwyuesql/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 50, 706942389, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:16:50.720 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] Successfully reconciled taskrun duplicate-pod-task-run-syljcirn/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 50, 720598680, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:16:50.725 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-jewvxflz] Successfully reconciled taskrun duplicate-pod-task-run-jewvxflz/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 50, 725710097, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:16:50.727 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 50, 727188764, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:50.728 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] Successfully reconciled taskrun duplicate-pod-task-run-wtzpmowd/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 50, 728593555, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.796 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.798 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.802 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.805 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.810 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.821 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.826 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.827 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.829 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.893 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.897 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.899 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.901 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.903 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:50.909 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Successfully reconciled taskrun duplicate-pod-task-run-zbthdpty/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 50, 909494250, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.911 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.914 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineCRDConversion + conversion_test.go:1070: Deleting namespace arendelle-g2c7l +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.918 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:50.921 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Successfully reconciled taskrun duplicate-pod-task-run-zbthdpty/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 50, 921389250, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.924 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +--- PASS: TestPipelineCRDConversion (0.40s) +=== CONT TestPipelineRunStatusSpec +=== RUN TestPipelineRunStatusSpec/pipeline_status_spec_updated +=== PAUSE TestPipelineRunStatusSpec/pipeline_status_spec_updated +=== CONT TestStepOutputWithWorkspace + step_output_test.go:119: Create namespace arendelle-pnd96 to deploy to +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.926 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.000 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.006 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.016 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestStepOutputWithWorkspace + step_output_test.go:119: Verify SA "default" is created in namespace "arendelle-pnd96" +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:51.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestStepOutputWithWorkspace + step_output_test.go:119: 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":"true", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "results-from":"termination-message", "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: TestStepOutputWithWorkspace (0.11s) +=== CONT TestTaskRunStatus + taskrun_test.go:151: Creating Task and TaskRun in namespace arendelle-sqkz8 +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:51.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.035 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.093 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.098 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.126 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.127 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.195 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestTaskRunStatus + taskrun_test.go:177: Waiting for TaskRun in namespace arendelle-sqkz8 to fail +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:51.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.232 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.233 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.235 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.298 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.307 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.308 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.405 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.425 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.433 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.609 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.701 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.702 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.704 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.705 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestTaskRunStatus + stream.go:305: I 21:16:51.720 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 51, 720000292, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:51.728 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.807 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.810 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.824 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.899 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.901 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.903 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.913 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.922 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.929 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.933 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.934 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.997 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.023 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.026 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.094 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.099 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.127 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.195 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.197 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.202 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.208 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestTaskRunStatus + stream.go:305: I 21:16:52.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 52, 213900000, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:52.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.239 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.307 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.310 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.312 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.316 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.322 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.324 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.326 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.327 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.329 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.331 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.332 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.335 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.336 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.393 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.395 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.396 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.398 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.399 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.401 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.403 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestTaskRunStatus + stream.go:305: I 21:16:52.431 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 52, 430990584, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:16:52.498 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 52, 497872959, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:52.500 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.508 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.513 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.515 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.521 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.609 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.616 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.623 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.625 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.626 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.628 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.629 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.630 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.631 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.633 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.693 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.695 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.696 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.698 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.699 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.701 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.702 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.704 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.705 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.712 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.717 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.719 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.723 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.726 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.729 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.731 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.732 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.794 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.803 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.810 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.814 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.817 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:16:53.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv-some-pipeline-task] Successfully reconciled taskrun cluster-resolver-ewqectzv-some-pipeline-task/arendelle-8scbt with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 53, 105812376, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:53.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.134 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.229 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.298 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.304 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.308 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.311 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.324 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.327 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.393 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.397 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:16:53.400 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv-some-pipeline-task] taskrun done : cluster-resolver-ewqectzv-some-pipeline-task +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:53.401 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.403 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.407 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:16:53.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv] All TaskRuns have finished for PipelineRun cluster-resolver-ewqectzv so it has finished +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:53.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.428 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:16:53.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv] PipelineRun cluster-resolver-ewqectzv status is being set to &{Succeeded True {2023-06-09 21:16:53.408272042 +0000 UTC m=+2842.968294965} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0} + stream.go:305: I 21:16:53.520 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv-some-pipeline-task] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:53.593 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.596 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.598 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.624 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.704 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.716 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.719 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.725 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.732 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.793 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + resolvers_test.go:427: Deleting namespace arendelle-8scbt + stream.go:305: I 21:16:53.824 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv] Reconcile succeeded +--- PASS: TestClusterResolver (59.45s) +=== CONT TestTektonBundlesResolver +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:53.924 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:53.995 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] Successfully reconciled taskrun duplicate-pod-task-run-syljcirn/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 53, 995349626, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:54.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.095 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.134 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.234 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.312 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestEntrypointRunningStepsInOrder + stream.go:305: I 21:16:54.330 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 54, 330605168, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:54.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.393 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.397 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.400 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.405 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.410 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.412 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.415 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.417 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.419 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.421 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:54.424 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] Successfully reconciled taskrun duplicate-pod-task-run-syljcirn/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 54, 423965085, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:54.426 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.427 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.428 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.503 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.504 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.505 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.507 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.510 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.512 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestEntrypointRunningStepsInOrder + stream.go:305: I 21:16:54.528 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 54, 528025876, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:54.530 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.532 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.533 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.534 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.596 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.598 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.605 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.606 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.608 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.609 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.610 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.611 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.613 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.615 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.618 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.623 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.625 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.627 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.630 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.632 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.692 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.696 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.704 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.710 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.717 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.719 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.732 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.734 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.735 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.794 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.802 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.825 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.834 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.836 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.837 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.838 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.839 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.840 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.893 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.895 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.902 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.907 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.931 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.027 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestTaskRunStatus + stream.go:305: I 21:16:55.107 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 55, 107244502, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:55.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.127 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.194 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.204 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestTaskRunStatus + stream.go:305: I 21:16:55.208 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 55, 208052377, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:55.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.215 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.223 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.225 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.228 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.233 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.332 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.337 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.338 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.398 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.400 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:55.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] Successfully reconciled taskrun duplicate-pod-task-run-qwyuesql/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 55, 414835293, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:55.415 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.417 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.500 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.502 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.505 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.514 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.532 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.533 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.536 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.537 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.593 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:55.607 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] Successfully reconciled taskrun duplicate-pod-task-run-qwyuesql/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 55, 607703543, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:55.609 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.611 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.612 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.615 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.616 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.618 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.619 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.621 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.631 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.633 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.634 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.694 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.695 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.699 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.701 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.702 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.704 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.705 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.709 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.711 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.712 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.723 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.725 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.727 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.728 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.732 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.734 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.794 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.797 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.804 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.809 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.810 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.811 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.813 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.814 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.821 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.822 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.823 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.825 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.826 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.831 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.832 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.896 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.902 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.908 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.910 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.912 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.916 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.928 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.931 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.934 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.331 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.418 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.494 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.510 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.512 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.521 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.528 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:56.530 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] Successfully reconciled taskrun duplicate-pod-task-run-wtzpmowd/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 56, 530404127, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:16:56.533 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-jewvxflz] Successfully reconciled taskrun duplicate-pod-task-run-jewvxflz/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 56, 533568919, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:56.619 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.621 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.632 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.634 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.699 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.703 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.718 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.720 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.729 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.731 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.732 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.797 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.799 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.801 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.805 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.810 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.813 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.815 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.817 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.818 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.820 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.897 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:56.899 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] Successfully reconciled taskrun duplicate-pod-task-run-wtzpmowd/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 56, 899316127, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:16:56.903 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-jewvxflz] Successfully reconciled taskrun duplicate-pod-task-run-jewvxflz/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 56, 903328502, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:56.904 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.906 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.908 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:57.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:57.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:57.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:57.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-finallytask] Successfully reconciled taskrun pipeline-run-tasks-timeout-yhazwljj-finallytask/arendelle-t56m7 with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 57, 23782836, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:16:57.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:57.096 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:57.098 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:57.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:57.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:57.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:57.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:57.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-finallytask] taskrun done : pipeline-run-tasks-timeout-yhazwljj-finallytask + stream.go:305: I 21:16:57.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] All TaskRuns have finished for PipelineRun pipeline-run-tasks-timeout-yhazwljj so it has finished + stream.go:305: I 21:16:57.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded False {2023-06-09 21:16:57.125449419 +0000 UTC m=+2846.685471550} Failed Tasks Completed: 2 (Failed: 1, Cancelled 0), Skipped: 0} + stream.go:305: I 21:16:57.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-finallytask] Reconcile succeeded + stream.go:305: I 21:16:57.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] All TaskRuns have finished for PipelineRun pipeline-run-tasks-timeout-yhazwljj so it has finished + stream.go:305: I 21:16:57.225 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded False {2023-06-09 21:16:57.224900669 +0000 UTC m=+2846.784922842} Failed Tasks Completed: 2 (Failed: 1, Cancelled 0), Skipped: 0} + timeout_test.go:522: Waiting for TaskRun from PipelineRun pipeline-run-tasks-timeout-yhazwljj in namespace arendelle-t56m7 to time out and finally TaskRun to be successful + timeout_test.go:562: Deleting namespace arendelle-t56m7 +--- PASS: TestPipelineRunTasksTimeout (58.51s) +=== 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 TestTaskRunPipelineRunStatus + status_test.go:58: Creating Task and TaskRun in namespace arendelle-jrw7c + status_test.go:81: Waiting for TaskRun in namespace arendelle-jrw7c to fail + stream.go:305: E 21:16:57.699 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-dcygunsn] Failed to create task run pod for taskrun "task-run-pipeline-run-status-dcygunsn": failed to create task run pod "task-run-pipeline-run-status-dcygunsn": translating TaskSpec to Pod: serviceaccounts "inexistent" not found. Maybe missing or invalid Task arendelle-jrw7c/task-run-pipeline-run-status-jjuscnnk + stream.go:305: E 21:16:57.704 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-dcygunsn] Reconcile: failed to create task run pod "task-run-pipeline-run-status-dcygunsn": translating TaskSpec to Pod: serviceaccounts "inexistent" not found. Maybe missing or invalid Task arendelle-jrw7c/task-run-pipeline-run-status-jjuscnnk +=== NAME TestStepTimeout + stream.go:305: I 21:16:58.004 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 58, 3980878, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestTaskRunPipelineRunStatus + stream.go:305: E 21:16:58.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-dcygunsn] Returned an error err=1 error occurred: + * failed to create task run pod "task-run-pipeline-run-status-dcygunsn": translating TaskSpec to Pod: serviceaccounts "inexistent" not found. Maybe missing or invalid Task arendelle-jrw7c/task-run-pipeline-run-status-jjuscnnk + + stream.go:305: E 21:16:58.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-dcygunsn] Reconcile error err=1 error occurred: + * failed to create task run pod "task-run-pipeline-run-status-dcygunsn": translating TaskSpec to Pod: serviceaccounts "inexistent" not found. Maybe missing or invalid Task arendelle-jrw7c/task-run-pipeline-run-status-jjuscnnk + + stream.go:305: I 21:16:58.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-dcygunsn] taskrun done : task-run-pipeline-run-status-dcygunsn + stream.go:305: I 21:16:58.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-dcygunsn] Reconcile succeeded +=== NAME TestStepTimeout + stream.go:305: I 21:16:58.519 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 58, 519508378, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestTaskRunPipelineRunStatus + status_test.go:108: Waiting for PipelineRun in namespace arendelle-jrw7c to fail +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:16:58.700 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 58, 700466462, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:16:59.023 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 59, 8968545, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:16:59.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] PipelineRun pipeline-run-c-r-d-conversion-nlbeuada status is being set to &{Succeeded Unknown {2023-06-09 21:16:44 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestStepTimeout + stream.go:305: I 21:16:59.035 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 58, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:59.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Successfully reconciled taskrun duplicate-pod-task-run-zbthdpty/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 59, 97185878, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestTaskRunPipelineRunStatus + stream.go:305: I 21:16:59.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea] Creating a new TaskRun object task-run-pipeline-run-status-yjkaghea-foo for pipeline task foo + stream.go:305: I 21:16:59.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea] PipelineRun task-run-pipeline-run-status-yjkaghea status is being set to &{Succeeded Unknown {2023-06-09 21:16:59.231331462 +0000 UTC m=+2848.791353884} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:59.325 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Successfully reconciled taskrun duplicate-pod-task-run-zbthdpty/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 59, 325708170, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestTaskRunPipelineRunStatus + stream.go:305: E 21:16:59.394 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea-foo] Failed to create task run pod for taskrun "task-run-pipeline-run-status-yjkaghea-foo": failed to create task run pod "task-run-pipeline-run-status-yjkaghea-foo": translating TaskSpec to Pod: serviceaccounts "inexistent" not found. Maybe missing or invalid Task arendelle-jrw7c/task-run-pipeline-run-status-jjuscnnk + stream.go:305: E 21:16:59.394 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea-foo] Reconcile: failed to create task run pod "task-run-pipeline-run-status-yjkaghea-foo": translating TaskSpec to Pod: serviceaccounts "inexistent" not found. Maybe missing or invalid Task arendelle-jrw7c/task-run-pipeline-run-status-jjuscnnk +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:59.699 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx-foo] Successfully reconciled taskrun pipeline-run-timeout-nvbglidx-foo/arendelle-hpd6b with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 59, 621822837, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} +=== NAME TestTaskRunPipelineRunStatus + stream.go:305: I 21:16:59.909 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea] Found a TaskRun task-run-pipeline-run-status-yjkaghea-foo that was missing from the PipelineRun status + stream.go:305: I 21:17:00.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea] PipelineRun task-run-pipeline-run-status-yjkaghea status is being set to &{Succeeded Unknown {2023-06-09 21:17:00.022293879 +0000 UTC m=+2849.582316301} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:17:00.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx] All TaskRuns have finished for PipelineRun pipeline-run-timeout-nvbglidx so it has finished + stream.go:305: I 21:17:00.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx] PipelineRun pipeline-run-timeout-nvbglidx status is being set to &{Succeeded True {2023-06-09 21:17:00.034662962 +0000 UTC m=+2849.594685135} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0} +=== NAME TestTaskRunPipelineRunStatus + stream.go:305: E 21:17:00.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea-foo] Returned an error err=1 error occurred: + * failed to create task run pod "task-run-pipeline-run-status-yjkaghea-foo": translating TaskSpec to Pod: serviceaccounts "inexistent" not found. Maybe missing or invalid Task arendelle-jrw7c/task-run-pipeline-run-status-jjuscnnk + + stream.go:305: E 21:17:00.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea-foo] Reconcile error err=1 error occurred: + * failed to create task run pod "task-run-pipeline-run-status-yjkaghea-foo": translating TaskSpec to Pod: serviceaccounts "inexistent" not found. Maybe missing or invalid Task arendelle-jrw7c/task-run-pipeline-run-status-jjuscnnk + + stream.go:305: I 21:17:00.395 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea-foo] taskrun done : task-run-pipeline-run-status-yjkaghea-foo +=== NAME TestPipelineRunTimeout + timeout_test.go:158: Deleting namespace arendelle-hpd6b +=== NAME TestTaskRunPipelineRunStatus + stream.go:305: I 21:17:00.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea-foo] Reconcile succeeded +--- PASS: TestPipelineRunTimeout (65.94s) +=== CONT TestTaskRunCRDConversion + conversion_test.go:934: Create namespace arendelle-ns28c to deploy to + conversion_test.go:934: Verify SA "default" is created in namespace "arendelle-ns28c" +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:00.534 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 0, 534790546, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo-hello]\""} +=== NAME TestTaskRunPipelineRunStatus + stream.go:305: I 21:17:00.900 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea] All TaskRuns have finished for PipelineRun task-run-pipeline-run-status-yjkaghea so it has finished + stream.go:305: I 21:17:00.911 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea] PipelineRun task-run-pipeline-run-status-yjkaghea status is being set to &{Succeeded False {2023-06-09 21:17:00.905786796 +0000 UTC m=+2850.465809052} Failed Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:01.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 1, 119221671, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo-hello]\""} +=== NAME TestTaskRunPipelineRunStatus + stream.go:305: I 21:17:01.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea] Reconcile succeeded +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:01.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] PipelineRun pipeline-run-c-r-d-conversion-nlbeuada status is being set to &{Succeeded Unknown {2023-06-09 21:16:44 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:01.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 1, 317367630, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestTaskRunPipelineRunStatus + status_test.go:112: Deleting namespace arendelle-jrw7c +--- PASS: TestTaskRunPipelineRunStatus (4.42s) +=== CONT TestStepOutput + step_output_test.go:41: Create namespace arendelle-2w9v2 to deploy to + step_output_test.go:41: Verify SA "default" is created in namespace "arendelle-2w9v2" + step_output_test.go:41: 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":"true", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "results-from":"termination-message", "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: TestStepOutput (0.09s) +=== CONT TestSidecarTaskSupport +=== RUN TestSidecarTaskSupport/A_sidecar_that_runs_forever_is_terminated_when_Steps_complete +=== PAUSE TestSidecarTaskSupport/A_sidecar_that_runs_forever_is_terminated_when_Steps_complete +=== RUN TestSidecarTaskSupport/A_sidecar_that_terminates_early_does_not_cause_problems_running_Steps +=== PAUSE TestSidecarTaskSupport/A_sidecar_that_terminates_early_does_not_cause_problems_running_Steps +=== CONT TestStartTime + start_time_test.go:51: Creating TaskRun in namespace "arendelle-kfrcd" + start_time_test.go:73: Created TaskRun "start-time-iqsbhjzc" in namespace "arendelle-kfrcd" +=== NAME TestBundleConversion + conversion_test.go:1169: 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":"true", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "results-from":"termination-message", "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: TestBundleConversion (17.28s) +=== CONT TestTaskRunFailure + taskrun_test.go:53: Creating Task and TaskRun in namespace arendelle-pdkz5 +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:02.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Successfully reconciled taskrun duplicate-pod-task-run-zbthdpty/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 2, 235296130, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:02.304 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 2, 304806547, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestStartTime + stream.go:305: I 21:17:02.405 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 2, 404482797, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestTaskRunFailure + taskrun_test.go:85: Waiting for TaskRun in namespace arendelle-pdkz5 to fail + stream.go:305: I 21:17:02.805 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 2, 803795047, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestStartTime + stream.go:305: I 21:17:03.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 3, 130436047, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestTaskRunFailure + stream.go:305: I 21:17:03.529 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 3, 529366506, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:17:03.533 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 3, 533459047, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:04.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] Successfully reconciled taskrun duplicate-pod-task-run-syljcirn/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 4, 101945548, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestEntrypointRunningStepsInOrder + stream.go:305: I 21:17:04.622 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 4, 622281756, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:17:04.718 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 4, 718344464, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:05.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] Successfully reconciled taskrun duplicate-pod-task-run-qwyuesql/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 5, 7942506, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:17:05.526 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] Successfully reconciled taskrun duplicate-pod-task-run-wtzpmowd/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 5, 526659757, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:17:05.899 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-jewvxflz] Successfully reconciled taskrun duplicate-pod-task-run-jewvxflz/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 5, 899303840, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:06.294 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 6, 294208507, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:17:06.600 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 6, 599868715, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestTaskRunStatus + stream.go:305: I 21:17:07.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 7, 198813216, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:08.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 8, 318889008, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:08.518 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 8, 517930883, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestStartTime + stream.go:305: I 21:17:08.518 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 8, 518361508, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:08.599 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] PipelineRun pipeline-run-c-r-d-conversion-nlbeuada status is being set to &{Succeeded Unknown {2023-06-09 21:16:44 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:17:08.709 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 8, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestStartTime + stream.go:305: I 21:17:08.726 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 8, 726227383, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestTaskRunFailure + stream.go:305: I 21:17:09.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 9, 15013633, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:17:09.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 9, 133104592, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestTaskRunStatus + stream.go:305: I 21:17:10.016 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 10, 16595050, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:17:10.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 10, 122152259, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} +=== NAME TestTaskRunFailure + stream.go:305: I 21:17:11.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 11, 97460051, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0 step-unnamed-1 step-unnamed-2]\""} + stream.go:305: I 21:17:11.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 11, 222329634, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0 step-unnamed-1 step-unnamed-2]\""} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:11.506 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] Successfully reconciled taskrun duplicate-pod-task-run-syljcirn/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 11, 506066509, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:17:11.610 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] Successfully reconciled taskrun duplicate-pod-task-run-syljcirn/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 11, 610552468, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} +=== NAME TestEntrypointRunningStepsInOrder + stream.go:305: I 21:17:12.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 12, 34590301, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0 step-unnamed-1]\""} + stream.go:305: I 21:17:12.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 12, 218777635, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0 step-unnamed-1]\""} +=== NAME TestTaskRunStatus + stream.go:305: I 21:17:12.836 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 12, 836682385, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:12.926 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 12, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:12.928 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 12, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:13.208 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] Successfully reconciled taskrun duplicate-pod-task-run-qwyuesql/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 13, 208105260, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:17:13.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] Successfully reconciled taskrun duplicate-pod-task-run-qwyuesql/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 13, 300623552, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:17:13.608 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] Successfully reconciled taskrun duplicate-pod-task-run-wtzpmowd/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 13, 608351052, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:17:13.736 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] Successfully reconciled taskrun duplicate-pod-task-run-wtzpmowd/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 13, 736040010, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:17:14.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-jewvxflz] Successfully reconciled taskrun duplicate-pod-task-run-jewvxflz/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 14, 213710344, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:14.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-jewvxflz] Successfully reconciled taskrun duplicate-pod-task-run-jewvxflz/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 14, 310813011, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:14.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-jewvxflz] Successfully reconciled taskrun duplicate-pod-task-run-jewvxflz/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 14, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestStepTimeout + stream.go:305: I 21:17:14.629 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 14, 623267303, time.Local)}, Reason:"Failed", Message:"\"step-timeout\" exited because the step exceeded the specified timeout limit; for logs run: kubectl -n arendelle-sbs95 logs step-timeout-gjfudqcq-pod -c step-timeout\n"} + stream.go:305: I 21:17:14.804 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] taskrun done : step-timeout-gjfudqcq + stream.go:305: I 21:17:14.821 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Reconcile succeeded + timeout_test.go:220: Deleting namespace arendelle-sbs95 +--- PASS: TestStepTimeout (37.09s) +=== CONT TestPropagatedParams/propagated_parameters_fully + propagated_params_test.go:89: Create namespace arendelle-9fvbt to deploy to + propagated_params_test.go:89: Verify SA "default" is created in namespace "arendelle-9fvbt" + propagated_params_test.go:94: Setting up test resources for "propagated parameters fully" test in namespace arendelle-9fvbt + propagated_params_test.go:107: Waiting for PipelineRun propagated-parameters-fully in namespace arendelle-9fvbt to complete +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:15.230 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Successfully reconciled taskrun duplicate-pod-task-run-zbthdpty/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 15, 230762886, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:17:15.501 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Successfully reconciled taskrun duplicate-pod-task-run-zbthdpty/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 15, 432792345, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:16.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 16, 114967387, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:17:16.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 16, 221972470, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestStartTime + stream.go:305: I 21:17:16.838 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 16, 838572679, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:17.807 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 17, 806984721, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestTektonBundlesResolver + tektonbundles_test.go:217: Waiting for PipelineRun in namespace arendelle-t2248 to finish +=== NAME TestStartTime + stream.go:305: I 21:17:18.241 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 18, 241267929, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:17:18.424 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 18, 423973179, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestTektonBundlesResolver + stream.go:305: I 21:17:18.806 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah] Creating a new TaskRun object tekton-bundles-resolver-xpixvtah-hello-world for pipeline task hello-world + stream.go:305: I 21:17:18.832 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah] PipelineRun tekton-bundles-resolver-xpixvtah status is being set to &{Succeeded Unknown {2023-06-09 21:17:18.829303721 +0000 UTC m=+2868.389326060} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:17:18.921 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Successfully reconciled taskrun tekton-bundles-resolver-xpixvtah-hello-world/arendelle-t2248 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 18, 921290388, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:17:19.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah] Found a TaskRun tekton-bundles-resolver-xpixvtah-hello-world that was missing from the PipelineRun status + stream.go:305: I 21:17:19.232 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah] PipelineRun tekton-bundles-resolver-xpixvtah status is being set to &{Succeeded Unknown {2023-06-09 21:17:19.232829721 +0000 UTC m=+2868.792852935} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:17:19.306 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Successfully reconciled taskrun tekton-bundles-resolver-xpixvtah-hello-world/arendelle-t2248 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 19, 306123055, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:17:19.719 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Successfully reconciled taskrun tekton-bundles-resolver-xpixvtah-hello-world/arendelle-t2248 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 19, 719194263, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:17:19.818 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah] PipelineRun tekton-bundles-resolver-xpixvtah status is being set to &{Succeeded Unknown {2023-06-09 21:17:18 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:19.904 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Successfully reconciled taskrun duplicate-pod-task-run-zbthdpty/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 19, 904576888, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:20.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Successfully reconciled taskrun duplicate-pod-task-run-zbthdpty/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 19, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:20.603 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] Successfully reconciled taskrun duplicate-pod-task-run-wtzpmowd/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 20, 603421014, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:20.712 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] Successfully reconciled taskrun duplicate-pod-task-run-wtzpmowd/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 20, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestEntrypointRunningStepsInOrder + stream.go:305: I 21:17:20.907 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 20, 907303375, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:21.109 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 20, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:21.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 20, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:21.215 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 21, 215514750, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\""} + stream.go:305: I 21:17:21.393 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 21, 393327833, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\""} +=== NAME TestTaskRunFailure + stream.go:305: I 21:17:21.706 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 21, 706155458, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:21.828 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 21, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:22.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] Successfully reconciled taskrun duplicate-pod-task-run-syljcirn/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 22, 103962250, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:22.223 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] Successfully reconciled taskrun duplicate-pod-task-run-syljcirn/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 22, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestTaskRunStatus + stream.go:305: I 21:17:22.817 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 22, 817494250, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:22.904 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] taskrun done : task-run-status-iykicvqj + stream.go:305: I 21:17:22.913 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Reconcile succeeded +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:23.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] Successfully reconciled taskrun duplicate-pod-task-run-qwyuesql/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 23, 226057167, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestTaskRunStatus + taskrun_test.go:211: Deleting namespace arendelle-sqkz8 +--- PASS: TestTaskRunStatus (32.24s) +=== CONT TestPropagatedParams/propagated_parameters_with_default_task_level + propagated_params_test.go:89: Create namespace arendelle-kb6lv to deploy to + propagated_params_test.go:89: Verify SA "default" is created in namespace "arendelle-kb6lv" +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:23.399 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] Successfully reconciled taskrun duplicate-pod-task-run-qwyuesql/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 23, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPropagatedParams/propagated_parameters_with_default_task_level + propagated_params_test.go:94: Setting up test resources for "propagated parameters with default task level" test in namespace arendelle-kb6lv + propagated_params_test.go:107: Waiting for PipelineRun propagated-parameters-default-task-level in namespace arendelle-kb6lv to complete +=== NAME TestTektonBundlesResolver + stream.go:305: I 21:17:23.635 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Successfully reconciled taskrun tekton-bundles-resolver-xpixvtah-hello-world/arendelle-t2248 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 23, 635811751, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:17:23.815 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah] PipelineRun tekton-bundles-resolver-xpixvtah status is being set to &{Succeeded Unknown {2023-06-09 21:17:18 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:17:23.816 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Successfully reconciled taskrun tekton-bundles-resolver-xpixvtah-hello-world/arendelle-t2248 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 23, 815989584, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:24.827 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 24, 827086376, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:25.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] taskrun done : pipeline-run-c-r-d-conversion-nlbeuada-hello-task + stream.go:305: I 21:17:25.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] All TaskRuns have finished for PipelineRun pipeline-run-c-r-d-conversion-nlbeuada so it has finished + stream.go:305: I 21:17:25.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] PipelineRun pipeline-run-c-r-d-conversion-nlbeuada status is being set to &{Succeeded True {2023-06-09 21:17:25.013493543 +0000 UTC m=+2874.573259771} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0} + stream.go:305: I 21:17:25.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Reconcile succeeded + stream.go:305: I 21:17:25.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] Reconcile succeeded +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:25.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 25, 218477918, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:25.396 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 25, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestStartTime + stream.go:305: I 21:17:25.711 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 25, 711693210, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0 step-unnamed-1 step-unnamed-2 step-unnamed-3 step-unnamed-4]\""} + stream.go:305: I 21:17:25.906 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 25, 905903627, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0 step-unnamed-1 step-unnamed-2 step-unnamed-3 step-unnamed-4]\""} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:26.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy] Creating a new TaskRun object pipeline-run-c-r-d-conversion-cveimwgy-hello-task for pipeline task hello-task + stream.go:305: I 21:17:26.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy] PipelineRun pipeline-run-c-r-d-conversion-cveimwgy status is being set to &{Succeeded Unknown {2023-06-09 21:17:26.301318335 +0000 UTC m=+2875.861084855} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:17:26.499 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 26, 499090211, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:17:26.795 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 26, 795563044, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:17:26.811 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 26, 811337169, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:17:26.818 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy] PipelineRun pipeline-run-c-r-d-conversion-cveimwgy status is being set to &{Succeeded Unknown {2023-06-09 21:17:26 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestTektonBundlesResolver + stream.go:305: I 21:17:26.821 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Successfully reconciled taskrun tekton-bundles-resolver-xpixvtah-hello-world/arendelle-t2248 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 26, 821571836, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:27.618 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] Successfully reconciled taskrun duplicate-pod-task-run-wtzpmowd/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 27, 618316503, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:27.737 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] taskrun done : duplicate-pod-task-run-wtzpmowd + stream.go:305: I 21:17:27.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] Reconcile succeeded + stream.go:305: I 21:17:28.419 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Successfully reconciled taskrun duplicate-pod-task-run-zbthdpty/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 28, 418899753, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:28.522 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] taskrun done : duplicate-pod-task-run-zbthdpty + stream.go:305: I 21:17:28.536 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Reconcile succeeded +=== NAME TestTaskRunFailure + stream.go:305: I 21:17:29.236 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 21, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:29.403 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 21, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:29.621 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] Successfully reconciled taskrun duplicate-pod-task-run-syljcirn/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 29, 621736087, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:29.803 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] taskrun done : duplicate-pod-task-run-syljcirn + stream.go:305: I 21:17:29.814 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] Reconcile succeeded +=== NAME TestTektonBundlesResolver + stream.go:305: I 21:17:30.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Successfully reconciled taskrun tekton-bundles-resolver-xpixvtah-hello-world/arendelle-t2248 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 30327546, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:17:30.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah] PipelineRun tekton-bundles-resolver-xpixvtah status is being set to &{Succeeded Unknown {2023-06-09 21:17:18 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:17:30.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Successfully reconciled taskrun tekton-bundles-resolver-xpixvtah-hello-world/arendelle-t2248 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 133155129, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestStartTime + stream.go:305: I 21:17:30.504 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 504374296, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:30.635 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:30.698 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:30.901 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 901321754, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:17:31.038 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy] PipelineRun pipeline-run-c-r-d-conversion-cveimwgy status is being set to &{Succeeded Unknown {2023-06-09 21:17:26 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:17:31.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 31, 129061838, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestTaskRunFailure + stream.go:305: I 21:17:31.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 31, 323513463, time.Local)}, Reason:"Failed", Message:"\"step-unnamed-1\" exited with code 1 (image: \"docker-pullable://busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-pdkz5 logs task-run-failure-aqsznnmm-pod -c step-unnamed-1\n"} + stream.go:305: I 21:17:31.498 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] taskrun done : task-run-failure-aqsznnmm + stream.go:305: I 21:17:31.518 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Reconcile succeeded +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:31.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 31, 932145213, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:32.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] taskrun done : task-run-c-r-d-conversion-jbjlqlru + stream.go:305: I 21:17:32.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Reconcile succeeded +=== NAME TestTaskRunFailure + stream.go:305: I 21:17:32.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] taskrun done : task-run-failure-aqsznnmm + stream.go:305: I 21:17:32.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Reconcile succeeded + taskrun_test.go:135: Deleting namespace arendelle-pdkz5 +--- PASS: TestTaskRunFailure (30.24s) +=== CONT TestPropagatedParams/propagated_parameters_with_task_level + propagated_params_test.go:89: Create namespace arendelle-w4tjh to deploy to + propagated_params_test.go:89: Verify SA "default" is created in namespace "arendelle-w4tjh" + propagated_params_test.go:94: Setting up test resources for "propagated parameters with task level" test in namespace arendelle-w4tjh + propagated_params_test.go:107: Waiting for PipelineRun propagated-parameters-task-level in namespace arendelle-w4tjh to complete +=== NAME TestEntrypointRunningStepsInOrder + stream.go:305: I 21:17:32.950 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 32, 950690505, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:32.997 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] taskrun done : entrypoint-running-steps-in-order-lecdbnef + stream.go:305: I 21:17:33.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Reconcile succeeded +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:33.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Successfully reconciled taskrun task-run-c-r-d-conversion-ytilsdpz/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 33, 115931547, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:17:33.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Successfully reconciled taskrun task-run-c-r-d-conversion-ytilsdpz/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 33, 408178839, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:17:33.410 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Successfully reconciled taskrun task-run-c-r-d-conversion-ytilsdpz/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 33, 409933006, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:33.803 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] Successfully reconciled taskrun duplicate-pod-task-run-qwyuesql/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 33, 803321797, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:33.833 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] taskrun done : duplicate-pod-task-run-qwyuesql + stream.go:305: I 21:17:33.899 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] Reconcile succeeded +=== NAME TestEntrypointRunningStepsInOrder + entrypoint_test.go:71: Deleting namespace arendelle-vbtg6 +--- PASS: TestEntrypointRunningStepsInOrder (48.11s) +=== CONT TestPipelineRunStatusSpec/pipeline_status_spec_updated + pipelinerun_test.go:101: Create namespace arendelle-k29q8 to deploy to + pipelinerun_test.go:101: Verify SA "default" is created in namespace "arendelle-k29q8" + pipelinerun_test.go:106: Setting up test resources for "pipeline status spec updated" test in namespace arendelle-k29q8 + pipelinerun_test.go:116: Waiting for PipelineRun pipeline-task-update in namespace arendelle-k29q8 to complete +=== NAME TestTektonBundlesResolver + stream.go:305: I 21:17:35.497 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Successfully reconciled taskrun tekton-bundles-resolver-xpixvtah-hello-world/arendelle-t2248 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 35, 497187548, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:35.730 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah] PipelineRun tekton-bundles-resolver-xpixvtah status is being set to &{Succeeded Unknown {2023-06-09 21:17:18 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:17:35.732 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Successfully reconciled taskrun tekton-bundles-resolver-xpixvtah-hello-world/arendelle-t2248 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 35, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:37.611 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 37, 610934341, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:38.809 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Successfully reconciled taskrun task-run-c-r-d-conversion-ytilsdpz/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 38, 809308175, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:17:38.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Successfully reconciled taskrun task-run-c-r-d-conversion-ytilsdpz/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 38, 930783050, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:39.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 39, 318559217, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:17:39.508 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 39, 508869300, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:17:39.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy] PipelineRun pipeline-run-c-r-d-conversion-cveimwgy status is being set to &{Succeeded Unknown {2023-06-09 21:17:26 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:40.413 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] taskrun done : task-run-c-r-d-conversion-jbjlqlru + stream.go:305: I 21:17:40.423 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Reconcile succeeded +=== NAME TestTektonBundlesResolver + stream.go:305: I 21:17:40.762 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Successfully reconciled taskrun tekton-bundles-resolver-xpixvtah-hello-world/arendelle-t2248 with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 40, 761934509, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:40.820 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah] All TaskRuns have finished for PipelineRun tekton-bundles-resolver-xpixvtah so it has finished + stream.go:305: I 21:17:40.820 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah] PipelineRun tekton-bundles-resolver-xpixvtah status is being set to &{Succeeded True {2023-06-09 21:17:40.820294217 +0000 UTC m=+2890.380098987} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0} + stream.go:305: I 21:17:40.830 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] taskrun done : tekton-bundles-resolver-xpixvtah-hello-world + stream.go:305: I 21:17:40.837 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Reconcile succeeded + stream.go:305: I 21:17:40.926 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah] Reconcile succeeded + tektonbundles_test.go:255: Deleting namespace arendelle-t2248 +--- PASS: TestTektonBundlesResolver (49.22s) +=== CONT TestPipelineRun/fan-in_and_fan-out + pipelinerun_test.go:307: Create namespace arendelle-5bv5q to deploy to + pipelinerun_test.go:307: Verify SA "default" is created in namespace "arendelle-5bv5q" + pipelinerun_test.go:312: Setting up test resources for "fan-in and fan-out" test in namespace arendelle-5bv5q + pipelinerun_test.go:322: Waiting for PipelineRun pipeline-run-fan-in-and-fan-out-mmyupbph in namespace arendelle-5bv5q to complete + stream.go:305: I 21:17:41.436 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph] Creating a new TaskRun object pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis for pipeline task create-file-kritis + stream.go:305: I 21:17:41.508 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph] PipelineRun pipeline-run-fan-in-and-fan-out-mmyupbph status is being set to &{Succeeded Unknown {2023-06-09 21:17:41.508189426 +0000 UTC m=+2891.067955904} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 4, Skipped: 0} + stream.go:305: E 21:17:41.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis] Reconcile: Could not find results with names: result-stuff for task pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis + stream.go:305: I 21:17:41.725 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph] PipelineRun pipeline-run-fan-in-and-fan-out-mmyupbph status is being set to &{Succeeded Unknown {2023-06-09 21:17:41 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 4, Skipped: 0} + stream.go:305: E 21:17:41.805 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis] Returned an error err=1 error occurred: + * Could not find results with names: result-stuff for task pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis + + stream.go:305: E 21:17:41.818 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis] Reconcile error err=1 error occurred: + * Could not find results with names: result-stuff for task pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis + + stream.go:305: I 21:17:41.818 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis] taskrun done : pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis + stream.go:305: I 21:17:41.831 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph] All TaskRuns have finished for PipelineRun pipeline-run-fan-in-and-fan-out-mmyupbph so it has finished + stream.go:305: I 21:17:41.831 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph] PipelineRun pipeline-run-fan-in-and-fan-out-mmyupbph status is being set to &{Succeeded False {2023-06-09 21:17:41.831553676 +0000 UTC m=+2891.391319862} Failed Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 3} + stream.go:305: I 21:17:41.832 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis] Reconcile succeeded + stream.go:305: I 21:17:41.833 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis] taskrun done : pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis + stream.go:305: I 21:17:41.904 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis] Reconcile succeeded + stream.go:305: I 21:17:41.938 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph] Reconcile succeeded + pipelinerun_test.go:324: Error waiting for PipelineRun pipeline-run-fan-in-and-fan-out-mmyupbph to finish: "pipeline-run-fan-in-and-fan-out-mmyupbph" failed + panic.go:522: ############################################ + panic.go:522: ### Dumping objects from arendelle-5bv5q ### + panic.go:522: ############################################ + panic.go:522: + --- + apiVersion: tekton.dev/v1beta1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + name: pipeline-run-fan-in-and-fan-out-iijbrzrl + namespace: arendelle-5bv5q + resourceVersion: "1708553" + uid: 923cc59d-975d-48e2-9291-7cdcd0c14cf7 + spec: + tasks: + - name: create-file-kritis + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-prumqqyl + - name: create-fan-out-1 + params: + - name: check-stuff + value: $(tasks.create-file-kritis.results.result-stuff) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-lruthpwu + - name: create-fan-out-2 + params: + - name: check-other + value: $(tasks.create-file-kritis.results.result-other) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-cipedwoy + - name: check-fan-in + params: + - name: workspacepath-something + value: $(tasks.create-fan-out-1.results.result-something) + - name: workspacepath-else + value: $(tasks.create-fan-out-2.results.result-else) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-trglorvp + + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + labels: + tekton.dev/pipeline: pipeline-run-fan-in-and-fan-out-iijbrzrl + name: pipeline-run-fan-in-and-fan-out-mmyupbph + namespace: arendelle-5bv5q + resourceVersion: "1708576" + uid: f64f7260-7288-41a4-8e95-3ed290d911ec + spec: + pipelineRef: + name: pipeline-run-fan-in-and-fan-out-iijbrzrl + serviceAccountName: default + timeout: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis + pipelineTaskName: create-file-kritis + completionTime: "2023-06-09T21:17:41Z" + conditions: + - lastTransitionTime: "2023-06-09T21:17:41Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 3' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: create-file-kritis + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-prumqqyl + - name: create-fan-out-1 + params: + - name: check-stuff + value: $(tasks.create-file-kritis.results.result-stuff) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-lruthpwu + - name: create-fan-out-2 + params: + - name: check-other + value: $(tasks.create-file-kritis.results.result-other) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-cipedwoy + - name: check-fan-in + params: + - name: workspacepath-something + value: $(tasks.create-fan-out-1.results.result-something) + - name: workspacepath-else + value: $(tasks.create-fan-out-2.results.result-else) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-trglorvp + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: create-fan-out-1 + reason: PipelineRun was stopping + - name: create-fan-out-2 + reason: PipelineRun was stopping + - name: check-fan-in + reason: PipelineRun was stopping + startTime: "2023-06-09T21:17:41Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + name: pipeline-run-fan-in-and-fan-out-cipedwoy + namespace: arendelle-5bv5q + resourceVersion: "1708547" + uid: b97cfd74-f171-4bee-a0db-1b4f3d01e797 + spec: + params: + - name: check-other + type: string + results: + - name: result-else + type: string + steps: + - image: busybox + name: read-from-task-0 + resources: {} + script: echo $(params.check-other) + - image: busybox + name: write-data-task-1 + resources: {} + script: echo something | tee $(results.result-else.path) + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + name: pipeline-run-fan-in-and-fan-out-lruthpwu + namespace: arendelle-5bv5q + resourceVersion: "1708543" + uid: fbc132f1-92f1-4863-8048-c4d67d5a6882 + spec: + params: + - name: check-stuff + type: string + results: + - name: result-something + type: string + steps: + - image: busybox + name: read-from-task-0 + resources: {} + script: echo $(params.check-stuff) + - image: busybox + name: write-data-task-1 + resources: {} + script: echo | tee $(results.result-something.path) + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + name: pipeline-run-fan-in-and-fan-out-prumqqyl + namespace: arendelle-5bv5q + resourceVersion: "1708551" + uid: 50ced558-f093-48d4-a5a9-b8034a553f9d + spec: + results: + - name: result-stuff + type: string + - name: result-other + type: string + steps: + - image: busybox + name: write-data-task-0-step-0 + resources: {} + script: echo stuff | tee $(results.result-stuff.path) + - image: busybox + name: write-data-task-0-step-1 + resources: {} + script: echo other | tee $(results.result-other.path) + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + name: pipeline-run-fan-in-and-fan-out-trglorvp + namespace: arendelle-5bv5q + resourceVersion: "1708549" + uid: ed6c1754-d07c-49a2-ad0f-9553d3e8b787 + spec: + params: + - name: workspacepath-something + type: string + - name: workspacepath-else + type: string + steps: + - image: busybox + name: "" + resources: {} + script: echo params.workspacepath-something + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-run-fan-in-and-fan-out-iijbrzrl + tekton.dev/pipelineRun: pipeline-run-fan-in-and-fan-out-mmyupbph + tekton.dev/pipelineTask: create-file-kritis + tekton.dev/task: pipeline-run-fan-in-and-fan-out-prumqqyl + name: pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis + namespace: arendelle-5bv5q + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-run-fan-in-and-fan-out-mmyupbph + uid: f64f7260-7288-41a4-8e95-3ed290d911ec + resourceVersion: "1708570" + uid: cf2a2a5d-f9c7-4d06-8aab-1ed52e367ff8 + spec: + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-prumqqyl + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:17:41Z" + conditions: + - lastTransitionTime: "2023-06-09T21:17:41Z" + message: 'Could not find results with names: result-stuff for task pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:17:41Z" + taskSpec: + results: + - name: result-stuff + type: string + - name: result-other + type: string + steps: + - image: busybox + name: write-data-task-0-step-0 + resources: {} + script: echo stuff | tee /tekton/results/result-stuff + - image: busybox + name: write-data-task-0-step-1 + resources: {} + script: echo other | tee /tekton/results/result-other + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + name: pipeline-run-fan-in-and-fan-out-cipedwoy + namespace: arendelle-5bv5q + resourceVersion: "1708547" + uid: b97cfd74-f171-4bee-a0db-1b4f3d01e797 + spec: + params: + - name: check-other + type: string + results: + - name: result-else + type: string + steps: + - computeResources: {} + image: busybox + name: read-from-task-0 + script: echo $(params.check-other) + - computeResources: {} + image: busybox + name: write-data-task-1 + script: echo something | tee $(results.result-else.path) + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + name: pipeline-run-fan-in-and-fan-out-lruthpwu + namespace: arendelle-5bv5q + resourceVersion: "1708543" + uid: fbc132f1-92f1-4863-8048-c4d67d5a6882 + spec: + params: + - name: check-stuff + type: string + results: + - name: result-something + type: string + steps: + - computeResources: {} + image: busybox + name: read-from-task-0 + script: echo $(params.check-stuff) + - computeResources: {} + image: busybox + name: write-data-task-1 + script: echo | tee $(results.result-something.path) + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + name: pipeline-run-fan-in-and-fan-out-prumqqyl + namespace: arendelle-5bv5q + resourceVersion: "1708551" + uid: 50ced558-f093-48d4-a5a9-b8034a553f9d + spec: + results: + - name: result-stuff + type: string + - name: result-other + type: string + steps: + - computeResources: {} + image: busybox + name: write-data-task-0-step-0 + script: echo stuff | tee $(results.result-stuff.path) + - computeResources: {} + image: busybox + name: write-data-task-0-step-1 + script: echo other | tee $(results.result-other.path) + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + name: pipeline-run-fan-in-and-fan-out-trglorvp + namespace: arendelle-5bv5q + resourceVersion: "1708549" + uid: ed6c1754-d07c-49a2-ad0f-9553d3e8b787 + spec: + params: + - name: workspacepath-something + type: string + - name: workspacepath-else + type: string + steps: + - computeResources: {} + image: busybox + name: "" + script: echo params.workspacepath-something + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-run-fan-in-and-fan-out-iijbrzrl + tekton.dev/pipelineRun: pipeline-run-fan-in-and-fan-out-mmyupbph + tekton.dev/pipelineTask: create-file-kritis + tekton.dev/task: pipeline-run-fan-in-and-fan-out-prumqqyl + name: pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis + namespace: arendelle-5bv5q + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-run-fan-in-and-fan-out-mmyupbph + uid: f64f7260-7288-41a4-8e95-3ed290d911ec + resourceVersion: "1708570" + uid: cf2a2a5d-f9c7-4d06-8aab-1ed52e367ff8 + spec: + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-prumqqyl + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:17:41Z" + conditions: + - lastTransitionTime: "2023-06-09T21:17:41Z" + message: 'Could not find results with names: result-stuff for task pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:17:41Z" + taskSpec: + results: + - name: result-stuff + type: string + - name: result-other + type: string + steps: + - computeResources: {} + image: busybox + name: write-data-task-0-step-0 + script: echo stuff | tee /tekton/results/result-stuff + - computeResources: {} + image: busybox + name: write-data-task-0-step-1 + script: echo other | tee /tekton/results/result-other + + --- + apiVersion: tekton.dev/v1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + name: pipeline-run-fan-in-and-fan-out-iijbrzrl + namespace: arendelle-5bv5q + resourceVersion: "1708553" + uid: 923cc59d-975d-48e2-9291-7cdcd0c14cf7 + spec: + tasks: + - name: create-file-kritis + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-prumqqyl + - name: create-fan-out-1 + params: + - name: check-stuff + value: $(tasks.create-file-kritis.results.result-stuff) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-lruthpwu + - name: create-fan-out-2 + params: + - name: check-other + value: $(tasks.create-file-kritis.results.result-other) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-cipedwoy + - name: check-fan-in + params: + - name: workspacepath-something + value: $(tasks.create-fan-out-1.results.result-something) + - name: workspacepath-else + value: $(tasks.create-fan-out-2.results.result-else) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-trglorvp + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + labels: + tekton.dev/pipeline: pipeline-run-fan-in-and-fan-out-iijbrzrl + name: pipeline-run-fan-in-and-fan-out-mmyupbph + namespace: arendelle-5bv5q + resourceVersion: "1708576" + uid: f64f7260-7288-41a4-8e95-3ed290d911ec + spec: + pipelineRef: + name: pipeline-run-fan-in-and-fan-out-iijbrzrl + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis + pipelineTaskName: create-file-kritis + completionTime: "2023-06-09T21:17:41Z" + conditions: + - lastTransitionTime: "2023-06-09T21:17:41Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 3' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: create-file-kritis + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-prumqqyl + - name: create-fan-out-1 + params: + - name: check-stuff + value: $(tasks.create-file-kritis.results.result-stuff) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-lruthpwu + - name: create-fan-out-2 + params: + - name: check-other + value: $(tasks.create-file-kritis.results.result-other) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-cipedwoy + - name: check-fan-in + params: + - name: workspacepath-something + value: $(tasks.create-fan-out-1.results.result-something) + - name: workspacepath-else + value: $(tasks.create-fan-out-2.results.result-else) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-trglorvp + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: create-fan-out-1 + reason: PipelineRun was stopping + - name: create-fan-out-2 + reason: PipelineRun was stopping + - name: check-fan-in + reason: PipelineRun was stopping + startTime: "2023-06-09T21:17:41Z" + + --- + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:17:41Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-run-fan-in-and-fan-out-iijbrzrl + tekton.dev/pipelineRun: pipeline-run-fan-in-and-fan-out-mmyupbph + tekton.dev/pipelineTask: create-file-kritis + tekton.dev/task: pipeline-run-fan-in-and-fan-out-prumqqyl + tekton.dev/taskRun: pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis + name: pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis-pod + namespace: arendelle-5bv5q + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis + uid: cf2a2a5d-f9c7-4d06-8aab-1ed52e367ff8 + resourceVersion: "1708561" + uid: 89d791c9-f303-407b-aa6e-9ffe457b028c + spec: + activeDeadlineSeconds: 5400 + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -results + - result-stuff,result-other + - -entrypoint + - /tekton/scripts/script-0-2mpxm + - -- + command: + - /tekton/bin/entrypoint + image: busybox + imagePullPolicy: Always + name: step-write-data-task-0-step-0 + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/run/1 + name: tekton-internal-run-1 + readOnly: true + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-nmbgt + readOnly: true + - args: + - -wait_file + - /tekton/run/0/out + - -post_file + - /tekton/run/1/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/1/status + - -results + - result-stuff,result-other + - -entrypoint + - /tekton/scripts/script-1-tzfwf + - -- + command: + - /tekton/bin/entrypoint + image: busybox + imagePullPolicy: Always + name: step-write-data-task-0-step-1 + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-1 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + readOnly: true + - mountPath: /tekton/run/1 + name: tekton-internal-run-1 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-nmbgt + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-write-data-task-0-step-0 + - step-write-data-task-0-step-1 + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-nmbgt + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-2mpxm" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQplY2hvIHN0dWZmIHwgdGVlIC90ZWt0b24vcmVzdWx0cy9yZXN1bHQtc3R1ZmY= + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + scriptfile="/tekton/scripts/script-1-tzfwf" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQplY2hvIG90aGVyIHwgdGVlIC90ZWt0b24vcmVzdWx0cy9yZXN1bHQtb3RoZXI= + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-nmbgt + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - emptyDir: + medium: Memory + name: tekton-creds-init-home-1 + - emptyDir: {} + name: tekton-internal-run-1 + - name: kube-api-access-nmbgt + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:17:41Z" + status: "True" + type: PodScheduled + phase: Pending + qosClass: BestEffort + + panic.go:522: ##################################################### + panic.go:522: ### Dumping logs from Pods in the arendelle-5bv5q ### + panic.go:522: ##################################################### + build_logs.go:35: Could not get logs for pod pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis-pod: container "step-write-data-task-0-step-0" in pod "pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + build_logs.go:35: Could not get logs for pod pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis-pod: container "step-write-data-task-0-step-0" in pod "pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + panic.go:522: Not deleting namespace arendelle-5bv5q +=== CONT TestPipelineRun/pipelinerun_succeeds_with_LimitRange_minimum_in_namespace + pipelinerun_test.go:307: Create namespace arendelle-mj68b to deploy to + pipelinerun_test.go:307: Verify SA "default" is created in namespace "arendelle-mj68b" + pipelinerun_test.go:312: Setting up test resources for "pipelinerun succeeds with LimitRange minimum in namespace" test in namespace arendelle-mj68b + pipelinerun_test.go:313: build-crd-testing project got removed, the secret-sauce doesn't exist anymore, skipping + panic.go:522: Deleting namespace arendelle-mj68b +=== CONT TestPipelineRun/service_account_propagation_and_pipeline_param + pipelinerun_test.go:307: Create namespace arendelle-9m9mg to deploy to +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:42.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 42, 708047593, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRun/service_account_propagation_and_pipeline_param + pipelinerun_test.go:307: Verify SA "default" is created in namespace "arendelle-9m9mg" + pipelinerun_test.go:312: Setting up test resources for "service account propagation and pipeline param" test in namespace arendelle-9m9mg + pipelinerun_test.go:313: build-crd-testing project got removed, the secret-sauce doesn't exist anymore, skipping + panic.go:522: Deleting namespace arendelle-9m9mg +--- FAIL: TestPipelineRun (0.00s) + --- FAIL: TestPipelineRun/fan-in_and_fan-out (1.51s) + --- SKIP: TestPipelineRun/pipelinerun_succeeds_with_LimitRange_minimum_in_namespace (0.08s) + --- SKIP: TestPipelineRun/service_account_propagation_and_pipeline_param (0.02s) +=== CONT TestSidecarTaskSupport/A_sidecar_that_runs_forever_is_terminated_when_Steps_complete + sidecar_test.go:70: Create namespace arendelle-qjcfq to deploy to + sidecar_test.go:70: Verify SA "default" is created in namespace "arendelle-qjcfq" + sidecar_test.go:101: Creating Task "sidecar-task-support-a-sidecar-that-runs--emhbaglk" + sidecar_test.go:106: Creating TaskRun "sidecar-task-support-a-sidecar-that-runs--hjxfneli" +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:42.914 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 42, 913387385, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:42.919 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy] PipelineRun pipeline-run-c-r-d-conversion-cveimwgy status is being set to &{Succeeded Unknown {2023-06-09 21:17:26 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:17:43.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 42, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:44.004 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] Reconcile succeeded +=== NAME TestStartTime + stream.go:305: I 21:17:44.423 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:44.600 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:45.755 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Successfully reconciled taskrun task-run-c-r-d-conversion-ytilsdpz/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 45, 755297886, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\""} + stream.go:305: I 21:17:45.896 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Successfully reconciled taskrun task-run-c-r-d-conversion-ytilsdpz/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 45, 895952678, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\""} + stream.go:305: I 21:17:46.210 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Successfully reconciled taskrun task-run-c-r-d-conversion-ytilsdpz/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 46, 209918553, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:46.311 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Successfully reconciled taskrun task-run-c-r-d-conversion-ytilsdpz/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 46, 311460803, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:46.439 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Successfully reconciled taskrun task-run-c-r-d-conversion-ytilsdpz/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 46, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestStartTime + stream.go:305: I 21:17:47.611 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:47.710 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:50.758 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 50, 758090597, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:50.807 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy] All TaskRuns have finished for PipelineRun pipeline-run-c-r-d-conversion-cveimwgy so it has finished + stream.go:305: I 21:17:50.809 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy] PipelineRun pipeline-run-c-r-d-conversion-cveimwgy status is being set to &{Succeeded True {2023-06-09 21:17:50.80789375 +0000 UTC m=+2900.367615825} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0} + stream.go:305: I 21:17:50.811 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] taskrun done : pipeline-run-c-r-d-conversion-cveimwgy-hello-task + stream.go:305: I 21:17:50.819 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Reconcile succeeded + stream.go:305: I 21:17:50.899 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy] Reconcile succeeded +=== NAME TestStartTime + stream.go:305: I 21:17:51.158 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:51.195 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunCRDConversion + conversion_test.go:1154: Deleting namespace arendelle-92467 +--- PASS: TestPipelineRunCRDConversion (66.90s) +=== CONT TestSidecarTaskSupport/A_sidecar_that_terminates_early_does_not_cause_problems_running_Steps + sidecar_test.go:70: Create namespace arendelle-85r6l to deploy to + sidecar_test.go:70: Verify SA "default" is created in namespace "arendelle-85r6l" + sidecar_test.go:101: Creating Task "sidecar-task-support-a-sidecar-that-termi-hrvoftsm" + sidecar_test.go:106: Creating TaskRun "sidecar-task-support-a-sidecar-that-termi-lsjawpov" +=== NAME TestGitResolver_API + resolvers_test.go:480: Waiting for gitea user setup TaskRun in namespace arendelle-8n6p4 to succeed +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:53.152 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Successfully reconciled taskrun task-run-c-r-d-conversion-ytilsdpz/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 53, 150948126, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:53.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] taskrun done : task-run-c-r-d-conversion-ytilsdpz + stream.go:305: I 21:17:53.225 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Reconcile succeeded +=== NAME TestPropagatedParams/propagated_parameters_with_task_level + propagated_params_test.go:127: Checking Taskrun propagated-parameters-task-level-echo-hello + propagated_params_test.go:146: Successfully finished test "propagated parameters with task level" + propagated_params_test.go:147: Deleting namespace arendelle-w4tjh +=== NAME TestPipelineRunStatusSpec/pipeline_status_spec_updated + pipelinerun_test.go:120: Making sure the expected TaskRuns [task1] were created +=== NAME TestTaskRunCRDConversion + conversion_test.go:1006: Deleting namespace arendelle-ns28c +--- PASS: TestTaskRunCRDConversion (53.68s) +=== NAME TestGitResolver_API + resolvers_test.go:480: Error waiting for gitea user setup TaskRun to finish: "git-resolver-setup-gitea-user-nqgydgzr" failed + panic.go:522: ############################################ + panic.go:522: ### Dumping objects from arendelle-8n6p4 ### + panic.go:522: ############################################ + panic.go:522: + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:17:53Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + name: git-resolver-setup-gitea-user-nqgydgzr + namespace: arendelle-8n6p4 + resourceVersion: "1708818" + uid: 3e230d13-2d03-4f71-aa97-8740a2e951b3 + spec: + serviceAccountName: default + taskSpec: + results: + - name: token + type: string + steps: + - image: alpine/curl + name: "" + resources: {} + script: | + #!/bin/ash + curl -X POST "http://gitea_admin:giteaPassword1234@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/admin/users" -H "accept: application/json" -H "Content-Type: application/json" -d '{"admin":true,"email":"tekton-bot@example.com","full_name":"tekton-bot","login_name":"tekton-bot","must_change_password":false,"password":"ab_d1234HIJKL","send_notify":false,"source_id":0,"username":"tekton-bot"}' + curl -X PATCH "http://gitea_admin:giteaPassword1234@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/admin/users/tekton-bot" -H "accept: application/json" -H "Content-Type: application/json" -d '{"admin":true,"email":"tekton-bot@example.com","full_name":"tekton-bot","login_name":"tekton-bot","must_change_password":false,"password":"ab_d1234HIJKL","send_notify":false,"source_id":0,"username":"tekton-bot"}' + TOKEN=$(curl -X POST "http://tekton-bot:ab_d1234HIJKL@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/users/tekton-bot/tokens" -H "accept: application/json" -H "Content-Type: application/json" -d "{\"name\":\"bot_token_name\"}" | sed 's/.*"sha1":"\([^"]*\)".*/\1/') + # Make sure we don't add a trailing newline to the result! + echo -n "$TOKEN" > $(results.token.path) + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:17:53Z" + conditions: + - lastTransitionTime: "2023-06-09T21:17:53Z" + message: 'Could not find results with names: token for task git-resolver-setup-gitea-user-nqgydgzr' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: git-resolver-setup-gitea-user-nqgydgzr-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:17:53Z" + taskSpec: + results: + - name: token + type: string + steps: + - image: alpine/curl + name: "" + resources: {} + script: | + #!/bin/ash + curl -X POST "http://gitea_admin:giteaPassword1234@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/admin/users" -H "accept: application/json" -H "Content-Type: application/json" -d '{"admin":true,"email":"tekton-bot@example.com","full_name":"tekton-bot","login_name":"tekton-bot","must_change_password":false,"password":"ab_d1234HIJKL","send_notify":false,"source_id":0,"username":"tekton-bot"}' + curl -X PATCH "http://gitea_admin:giteaPassword1234@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/admin/users/tekton-bot" -H "accept: application/json" -H "Content-Type: application/json" -d '{"admin":true,"email":"tekton-bot@example.com","full_name":"tekton-bot","login_name":"tekton-bot","must_change_password":false,"password":"ab_d1234HIJKL","send_notify":false,"source_id":0,"username":"tekton-bot"}' + TOKEN=$(curl -X POST "http://tekton-bot:ab_d1234HIJKL@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/users/tekton-bot/tokens" -H "accept: application/json" -H "Content-Type: application/json" -d "{\"name\":\"bot_token_name\"}" | sed 's/.*"sha1":"\([^"]*\)".*/\1/') + # Make sure we don't add a trailing newline to the result! + echo -n "$TOKEN" > /tekton/results/token + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:17:53Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + name: git-resolver-setup-gitea-user-nqgydgzr + namespace: arendelle-8n6p4 + resourceVersion: "1708818" + uid: 3e230d13-2d03-4f71-aa97-8740a2e951b3 + spec: + serviceAccountName: default + taskSpec: + results: + - name: token + type: string + steps: + - computeResources: {} + image: alpine/curl + name: "" + script: | + #!/bin/ash + curl -X POST "http://gitea_admin:giteaPassword1234@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/admin/users" -H "accept: application/json" -H "Content-Type: application/json" -d '{"admin":true,"email":"tekton-bot@example.com","full_name":"tekton-bot","login_name":"tekton-bot","must_change_password":false,"password":"ab_d1234HIJKL","send_notify":false,"source_id":0,"username":"tekton-bot"}' + curl -X PATCH "http://gitea_admin:giteaPassword1234@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/admin/users/tekton-bot" -H "accept: application/json" -H "Content-Type: application/json" -d '{"admin":true,"email":"tekton-bot@example.com","full_name":"tekton-bot","login_name":"tekton-bot","must_change_password":false,"password":"ab_d1234HIJKL","send_notify":false,"source_id":0,"username":"tekton-bot"}' + TOKEN=$(curl -X POST "http://tekton-bot:ab_d1234HIJKL@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/users/tekton-bot/tokens" -H "accept: application/json" -H "Content-Type: application/json" -d "{\"name\":\"bot_token_name\"}" | sed 's/.*"sha1":"\([^"]*\)".*/\1/') + # Make sure we don't add a trailing newline to the result! + echo -n "$TOKEN" > $(results.token.path) + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:17:53Z" + conditions: + - lastTransitionTime: "2023-06-09T21:17:53Z" + message: 'Could not find results with names: token for task git-resolver-setup-gitea-user-nqgydgzr' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: git-resolver-setup-gitea-user-nqgydgzr-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:17:53Z" + taskSpec: + results: + - name: token + type: string + steps: + - computeResources: {} + image: alpine/curl + name: "" + script: | + #!/bin/ash + curl -X POST "http://gitea_admin:giteaPassword1234@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/admin/users" -H "accept: application/json" -H "Content-Type: application/json" -d '{"admin":true,"email":"tekton-bot@example.com","full_name":"tekton-bot","login_name":"tekton-bot","must_change_password":false,"password":"ab_d1234HIJKL","send_notify":false,"source_id":0,"username":"tekton-bot"}' + curl -X PATCH "http://gitea_admin:giteaPassword1234@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/admin/users/tekton-bot" -H "accept: application/json" -H "Content-Type: application/json" -d '{"admin":true,"email":"tekton-bot@example.com","full_name":"tekton-bot","login_name":"tekton-bot","must_change_password":false,"password":"ab_d1234HIJKL","send_notify":false,"source_id":0,"username":"tekton-bot"}' + TOKEN=$(curl -X POST "http://tekton-bot:ab_d1234HIJKL@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/users/tekton-bot/tokens" -H "accept: application/json" -H "Content-Type: application/json" -d "{\"name\":\"bot_token_name\"}" | sed 's/.*"sha1":"\([^"]*\)".*/\1/') + # Make sure we don't add a trailing newline to the result! + echo -n "$TOKEN" > /tekton/results/token + + --- + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:17:53Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/taskRun: git-resolver-setup-gitea-user-nqgydgzr + name: git-resolver-setup-gitea-user-nqgydgzr-pod + namespace: arendelle-8n6p4 + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: git-resolver-setup-gitea-user-nqgydgzr + uid: 3e230d13-2d03-4f71-aa97-8740a2e951b3 + resourceVersion: "1708813" + uid: b0093b93-db81-4094-b171-ca0d5bbecbb5 + spec: + activeDeadlineSeconds: 5400 + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -results + - token + - -entrypoint + - /tekton/scripts/script-0-f4ghp + - -- + command: + - /tekton/bin/entrypoint + image: alpine/curl + imagePullPolicy: Always + name: step-unnamed-0 + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-nkwcg + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-unnamed-0 + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-nkwcg + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-f4ghp" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL2FzaApjdXJsIC1YIFBPU1QgImh0dHA6Ly9naXRlYV9hZG1pbjpnaXRlYVBhc3N3b3JkMTIzNEBnaXRlYS1odHRwLmFyZW5kZWxsZS04bjZwNC5zdmMuY2x1c3Rlci5sb2NhbDozMDAwL2FwaS92MS9hZG1pbi91c2VycyIgLUggImFjY2VwdDogYXBwbGljYXRpb24vanNvbiIgLUggIkNvbnRlbnQtVHlwZTogYXBwbGljYXRpb24vanNvbiIgLWQgJ3siYWRtaW4iOnRydWUsImVtYWlsIjoidGVrdG9uLWJvdEBleGFtcGxlLmNvbSIsImZ1bGxfbmFtZSI6InRla3Rvbi1ib3QiLCJsb2dpbl9uYW1lIjoidGVrdG9uLWJvdCIsIm11c3RfY2hhbmdlX3Bhc3N3b3JkIjpmYWxzZSwicGFzc3dvcmQiOiJhYl9kMTIzNEhJSktMIiwic2VuZF9ub3RpZnkiOmZhbHNlLCJzb3VyY2VfaWQiOjAsInVzZXJuYW1lIjoidGVrdG9uLWJvdCJ9JwpjdXJsIC1YIFBBVENIICJodHRwOi8vZ2l0ZWFfYWRtaW46Z2l0ZWFQYXNzd29yZDEyMzRAZ2l0ZWEtaHR0cC5hcmVuZGVsbGUtOG42cDQuc3ZjLmNsdXN0ZXIubG9jYWw6MzAwMC9hcGkvdjEvYWRtaW4vdXNlcnMvdGVrdG9uLWJvdCIgLUggImFjY2VwdDogYXBwbGljYXRpb24vanNvbiIgLUggIkNvbnRlbnQtVHlwZTogYXBwbGljYXRpb24vanNvbiIgLWQgJ3siYWRtaW4iOnRydWUsImVtYWlsIjoidGVrdG9uLWJvdEBleGFtcGxlLmNvbSIsImZ1bGxfbmFtZSI6InRla3Rvbi1ib3QiLCJsb2dpbl9uYW1lIjoidGVrdG9uLWJvdCIsIm11c3RfY2hhbmdlX3Bhc3N3b3JkIjpmYWxzZSwicGFzc3dvcmQiOiJhYl9kMTIzNEhJSktMIiwic2VuZF9ub3RpZnkiOmZhbHNlLCJzb3VyY2VfaWQiOjAsInVzZXJuYW1lIjoidGVrdG9uLWJvdCJ9JwpUT0tFTj0kKGN1cmwgLVggUE9TVCAiaHR0cDovL3Rla3Rvbi1ib3Q6YWJfZDEyMzRISUpLTEBnaXRlYS1odHRwLmFyZW5kZWxsZS04bjZwNC5zdmMuY2x1c3Rlci5sb2NhbDozMDAwL2FwaS92MS91c2Vycy90ZWt0b24tYm90L3Rva2VucyIgLUggImFjY2VwdDogYXBwbGljYXRpb24vanNvbiIgLUggIkNvbnRlbnQtVHlwZTogYXBwbGljYXRpb24vanNvbiIgLWQgIntcIm5hbWVcIjpcImJvdF90b2tlbl9uYW1lXCJ9IiB8IHNlZCAncy8uKiJzaGExIjoiXChbXiJdKlwpIi4qL1wxLycpCiAjIE1ha2Ugc3VyZSB3ZSBkb24ndCBhZGQgYSB0cmFpbGluZyBuZXdsaW5lIHRvIHRoZSByZXN1bHQhCiBlY2hvIC1uICIkVE9LRU4iID4gL3Rla3Rvbi9yZXN1bHRzL3Rva2VuCg== + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-nkwcg + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - name: kube-api-access-nkwcg + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:17:53Z" + status: "True" + type: PodScheduled + phase: Pending + qosClass: BestEffort + + panic.go:522: ##################################################### + panic.go:522: ### Dumping logs from Pods in the arendelle-8n6p4 ### + panic.go:522: ##################################################### + build_logs.go:35: Could not get logs for pod git-resolver-setup-gitea-user-nqgydgzr-pod: container "step-unnamed-0" in pod "git-resolver-setup-gitea-user-nqgydgzr-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + build_logs.go:35: Could not get logs for pod git-resolver-setup-gitea-user-nqgydgzr-pod: container "step-unnamed-0" in pod "git-resolver-setup-gitea-user-nqgydgzr-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + panic.go:522: Not deleting namespace arendelle-8n6p4 +--- FAIL: TestGitResolver_API (119.82s) +=== NAME TestStartTime + stream.go:305: I 21:17:55.957 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 55, 956888335, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:55.992 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] taskrun done : start-time-iqsbhjzc + stream.go:305: I 21:17:56.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Reconcile succeeded + start_time_test.go:98: Deleting namespace arendelle-kfrcd +--- PASS: TestStartTime (54.14s) +=== NAME TestPropagatedParams/propagated_parameters_fully + propagated_params_test.go:127: Checking Taskrun propagated-parameters-fully-echo-hello + propagated_params_test.go:127: Checking Taskrun propagated-parameters-fully-echo-hello-finally + propagated_params_test.go:146: Successfully finished test "propagated parameters fully" + propagated_params_test.go:147: Deleting namespace arendelle-9fvbt +=== NAME TestPipelineRunStatusSpec/pipeline_status_spec_updated + pipelinerun_test.go:160: Checking if parameter replacements have been updated in the spec. + pipelinerun_test.go:169: Successfully finished test "pipeline status spec updated" + pipelinerun_test.go:170: Deleting namespace arendelle-k29q8 +--- PASS: TestPipelineRunStatusSpec (0.00s) + --- PASS: TestPipelineRunStatusSpec/pipeline_status_spec_updated (25.19s) +=== NAME TestSidecarTaskSupport/A_sidecar_that_terminates_early_does_not_cause_problems_running_Steps + sidecar_test.go:180: Deleting namespace arendelle-85r6l +=== NAME TestSidecarTaskSupport/A_sidecar_that_runs_forever_is_terminated_when_Steps_complete + sidecar_test.go:180: Deleting namespace arendelle-qjcfq +--- PASS: TestSidecarTaskSupport (0.00s) + --- PASS: TestSidecarTaskSupport/A_sidecar_that_terminates_early_does_not_cause_problems_running_Steps (11.09s) + --- PASS: TestSidecarTaskSupport/A_sidecar_that_runs_forever_is_terminated_when_Steps_complete (20.20s) +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:18:28.380 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-jewvxflz] Successfully reconciled taskrun duplicate-pod-task-run-jewvxflz/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 18, 28, 380319545, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:18:28.404 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-jewvxflz] taskrun done : duplicate-pod-task-run-jewvxflz + stream.go:305: I 21:18:28.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-jewvxflz] Reconcile succeeded + duplicate_test.go:91: Deleting namespace arendelle-gvxnp +--- PASS: TestDuplicatePodTaskRun (100.32s) +=== NAME TestPropagatedParams/propagated_parameters_with_default_task_level + propagated_params_test.go:127: Checking Taskrun propagated-parameters-default-task-level-echo-hello + propagated_params_test.go:146: Successfully finished test "propagated parameters with default task level" + propagated_params_test.go:147: Deleting namespace arendelle-kb6lv +--- PASS: TestPropagatedParams (0.09s) + --- PASS: TestPropagatedParams/propagated_parameters_with_task_level (21.08s) + --- PASS: TestPropagatedParams/propagated_parameters_fully (42.19s) + --- PASS: TestPropagatedParams/propagated_parameters_with_default_task_level (100.19s) +FAIL +Using kubeconfig at `` with cluster `` +FAIL github.com/tektoncd/pipeline/test 586.830s +FAIL diff --git a/output b/output new file mode 100644 index 00000000000..6aeab51e6c1 --- /dev/null +++ b/output @@ -0,0 +1,16311 @@ +=== RUN TestTaskRunPipelineRunCancel +=== RUN TestTaskRunPipelineRunCancel/retries=0,status=Cancelled + cancel_test.go:52: Create namespace arendelle-9g7k7 to deploy to + cancel_test.go:52: Verify SA "default" is created in namespace "arendelle-9g7k7" +=== PAUSE TestTaskRunPipelineRunCancel/retries=0,status=Cancelled +=== RUN TestTaskRunPipelineRunCancel/retries=1,status=Cancelled + cancel_test.go:52: Create namespace arendelle-v675j to deploy to + cancel_test.go:52: Verify SA "default" is created in namespace "arendelle-v675j" +=== PAUSE TestTaskRunPipelineRunCancel/retries=1,status=Cancelled +=== CONT TestTaskRunPipelineRunCancel/retries=0,status=Cancelled +=== CONT TestTaskRunPipelineRunCancel/retries=1,status=Cancelled +=== NAME TestTaskRunPipelineRunCancel/retries=0,status=Cancelled + cancel_test.go:73: Creating PipelineRun in namespace arendelle-9g7k7 +=== NAME TestTaskRunPipelineRunCancel/retries=1,status=Cancelled + cancel_test.go:73: Creating PipelineRun in namespace arendelle-v675j +=== NAME TestTaskRunPipelineRunCancel/retries=0,status=Cancelled + cancel_test.go:78: Waiting for Pipelinerun task-run-pipeline-run-cancel-retries-0-st-cpnnhyus in namespace arendelle-9g7k7 to be started +=== NAME TestTaskRunPipelineRunCancel/retries=1,status=Cancelled + cancel_test.go:78: Waiting for Pipelinerun task-run-pipeline-run-cancel-retries-1-st-cupozmor in namespace arendelle-v675j to be started +=== NAME TestTaskRunPipelineRunCancel/retries=0,status=Cancelled + cancel_test.go:89: Waiting for TaskRuns from PipelineRun task-run-pipeline-run-cancel-retries-0-st-cpnnhyus in namespace arendelle-9g7k7 to be running +=== NAME TestTaskRunPipelineRunCancel/retries=1,status=Cancelled + cancel_test.go:89: Waiting for TaskRuns from PipelineRun task-run-pipeline-run-cancel-retries-1-st-cupozmor in namespace arendelle-v675j to be running +=== NAME TestTaskRunPipelineRunCancel/retries=0,status=Cancelled + cancel_test.go:122: Waiting for PipelineRun task-run-pipeline-run-cancel-retries-0-st-cpnnhyus in namespace arendelle-9g7k7 to be cancelled +=== NAME TestTaskRunPipelineRunCancel/retries=1,status=Cancelled + cancel_test.go:122: Waiting for PipelineRun task-run-pipeline-run-cancel-retries-1-st-cupozmor in namespace arendelle-v675j 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-cpnnhyus in namespace arendelle-9g7k7 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-cpnnhyus]] +=== NAME TestTaskRunPipelineRunCancel/retries=1,status=Cancelled + cancel_test.go:127: Waiting for TaskRuns in PipelineRun task-run-pipeline-run-cancel-retries-1-st-cupozmor in namespace arendelle-v675j 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-cupozmor]] +=== 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-cpnnhyus-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-cupozmor-task]] +=== NAME TestTaskRunPipelineRunCancel/retries=0,status=Cancelled + cancel_test.go:185: Deleting namespace arendelle-9g7k7 +=== NAME TestTaskRunPipelineRunCancel/retries=1,status=Cancelled + cancel_test.go:185: Deleting namespace arendelle-v675j +--- PASS: TestTaskRunPipelineRunCancel (0.04s) + --- PASS: TestTaskRunPipelineRunCancel/retries=0,status=Cancelled (12.25s) + --- PASS: TestTaskRunPipelineRunCancel/retries=1,status=Cancelled (12.24s) +=== RUN TestResourceVersionReactor +=== RUN TestResourceVersionReactor/first_resource + logger.go:130: 2023-06-09T17:09:29.514-0400 INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0x140004d7920 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-06-09T17:09:29.514-0400 INFO cache/cacheclient.go:42 CACHE CLIENT &{lru:0x140004d7dc0 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 TestBundleConversion +=== PAUSE TestBundleConversion +=== RUN TestCustomTask + custom_task_test.go:70: Create namespace arendelle-rmk2x to deploy to + custom_task_test.go:70: Verify SA "default" is created in namespace "arendelle-rmk2x" + stream.go:305: I 21:09:29.560 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] Creating a new CustomRun object custom-task-qjsbeprb-custom-task-ref + stream.go:305: I 21:09:29.578 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-ref] Reconciling custom-task-qjsbeprb-custom-task-ref + stream.go:305: I 21:09:29.578 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-ref] Reconcile succeeded + stream.go:305: I 21:09:29.578 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-ref] Reconciling custom-task-qjsbeprb-custom-task-ref + stream.go:305: I 21:09:29.580 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] Creating a new CustomRun object custom-task-qjsbeprb-custom-task-spec + stream.go:305: I 21:09:29.580 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-ref] Reconcile succeeded + stream.go:305: I 21:09:29.600 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-spec] Reconciling custom-task-qjsbeprb-custom-task-spec + stream.go:305: I 21:09:29.600 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-spec] Reconcile succeeded + stream.go:305: I 21:09:29.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-spec] Reconciling custom-task-qjsbeprb-custom-task-spec + stream.go:305: I 21:09:29.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-spec] Reconcile succeeded + stream.go:305: I 21:09:29.603 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] PipelineRun custom-task-qjsbeprb status is being set to &{Succeeded Unknown {2023-06-09 21:09:29.603895045 +0000 UTC m=+2399.204245178} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} + stream.go:305: I 21:09:29.752 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] PipelineRun custom-task-qjsbeprb status is being set to &{Succeeded Unknown {2023-06-09 21:09:29 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} + stream.go:305: I 21:09:30.597 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-ref] Reconciling custom-task-qjsbeprb-custom-task-ref + stream.go:305: I 21:09:30.598 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-ref] Reconciling custom-task-qjsbeprb-custom-task-ref + stream.go:305: I 21:09:30.598 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-ref] Reconcile succeeded + stream.go:305: I 21:09:30.599 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-ref] Reconcile succeeded + stream.go:305: I 21:09:30.604 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] PipelineRun custom-task-qjsbeprb status is being set to &{Succeeded Unknown {2023-06-09 21:09:30.603947046 +0000 UTC m=+2400.204297220} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:09:30.617 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-spec] Reconciling custom-task-qjsbeprb-custom-task-spec + stream.go:305: I 21:09:30.618 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-spec] Reconcile succeeded + stream.go:305: I 21:09:30.618 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-spec] Reconciling custom-task-qjsbeprb-custom-task-spec + stream.go:305: I 21:09:30.618 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-custom-task-spec] Reconcile succeeded + stream.go:305: I 21:09:30.664 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] Creating a new TaskRun object custom-task-qjsbeprb-result-consumer for pipeline task result-consumer + stream.go:305: I 21:09:30.686 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] PipelineRun custom-task-qjsbeprb status is being set to &{Succeeded Unknown {2023-06-09 21:09:30.685208879 +0000 UTC m=+2400.285558845} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:09:30.776 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] Successfully reconciled taskrun custom-task-qjsbeprb-result-consumer/arendelle-rmk2x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 9, 30, 776428296, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:09:30.883 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] Found a TaskRun custom-task-qjsbeprb-result-consumer that was missing from the PipelineRun status + stream.go:305: I 21:09:30.889 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] PipelineRun custom-task-qjsbeprb status is being set to &{Succeeded Unknown {2023-06-09 21:09:30.889149671 +0000 UTC m=+2400.489499637} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:09:30.988 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] PipelineRun custom-task-qjsbeprb status is being set to &{Succeeded Unknown {2023-06-09 21:09:30 +0000 UTC} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:09:31.000 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] Successfully reconciled taskrun custom-task-qjsbeprb-result-consumer/arendelle-rmk2x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 9, 31, 140546, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:09:31.068 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] PipelineRun custom-task-qjsbeprb status is being set to &{Succeeded Unknown {2023-06-09 21:09:30 +0000 UTC} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:09:31.160 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] Successfully reconciled taskrun custom-task-qjsbeprb-result-consumer/arendelle-rmk2x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 9, 31, 160071004, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:09:31.174 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] PipelineRun custom-task-qjsbeprb status is being set to &{Succeeded Unknown {2023-06-09 21:09:30 +0000 UTC} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:09:31.193 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] Successfully reconciled taskrun custom-task-qjsbeprb-result-consumer/arendelle-rmk2x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 9, 31, 193825921, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:09:32.488 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] Successfully reconciled taskrun custom-task-qjsbeprb-result-consumer/arendelle-rmk2x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 9, 32, 486593005, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:09:32.579 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] Successfully reconciled taskrun custom-task-qjsbeprb-result-consumer/arendelle-rmk2x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 9, 32, 579014880, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:09:32.582 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] PipelineRun custom-task-qjsbeprb status is being set to &{Succeeded Unknown {2023-06-09 21:09:30 +0000 UTC} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:09:33.563 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] Successfully reconciled taskrun custom-task-qjsbeprb-result-consumer/arendelle-rmk2x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 9, 33, 563426297, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:09:33.594 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] Successfully reconciled taskrun custom-task-qjsbeprb-result-consumer/arendelle-rmk2x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 9, 33, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:09:33.597 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] Successfully reconciled taskrun custom-task-qjsbeprb-result-consumer/arendelle-rmk2x with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 9, 33, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:09:33.597 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] PipelineRun custom-task-qjsbeprb status is being set to &{Succeeded Unknown {2023-06-09 21:09:30 +0000 UTC} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:09:35.604 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] Successfully reconciled taskrun custom-task-qjsbeprb-result-consumer/arendelle-rmk2x with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 9, 35, 604412965, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:09:35.638 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] taskrun done : custom-task-qjsbeprb-result-consumer + stream.go:305: I 21:09:35.654 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] All TaskRuns have finished for PipelineRun custom-task-qjsbeprb so it has finished + stream.go:305: I 21:09:35.654 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] PipelineRun custom-task-qjsbeprb status is being set to &{Succeeded True {2023-06-09 21:09:35.654363382 +0000 UTC m=+2405.254713389} Succeeded Tasks Completed: 3 (Failed: 0, Cancelled 0), Skipped: 0} + stream.go:305: I 21:09:35.658 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb-result-consumer] Reconcile succeeded + stream.go:305: I 21:09:35.689 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-rmk2x/custom-task-qjsbeprb] Reconcile succeeded + custom_task_test.go:249: Deleting namespace arendelle-rmk2x +--- PASS: TestCustomTask (7.12s) +=== RUN TestPipelineRunCustomTaskTimeout + custom_task_test.go:274: Create namespace arendelle-dc9b2 to deploy to + custom_task_test.go:274: Verify SA "default" is created in namespace "arendelle-dc9b2" + custom_task_test.go:305: Waiting for Pipelinerun pipeline-run-custom-task-timeout-mtarjkxt in namespace arendelle-dc9b2 to be started + stream.go:305: I 21:09:36.676 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] Creating a new CustomRun object pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref + stream.go:305: I 21:09:36.691 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconciling pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref + stream.go:305: I 21:09:36.691 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconcile succeeded + stream.go:305: I 21:09:36.693 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] PipelineRun pipeline-run-custom-task-timeout-mtarjkxt status is being set to &{Succeeded Unknown {2023-06-09 21:09:36.693695215 +0000 UTC m=+2406.294045681} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:09:36.695 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconciling pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref + stream.go:305: I 21:09:36.695 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconcile succeeded + stream.go:305: I 21:09:36.804 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] Found a CustomRun pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref that was missing from the PipelineRun status + stream.go:305: I 21:09:36.807 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] PipelineRun pipeline-run-custom-task-timeout-mtarjkxt status is being set to &{Succeeded Unknown {2023-06-09 21:09:36.807566716 +0000 UTC m=+2406.407917015} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:09:36.905 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] PipelineRun pipeline-run-custom-task-timeout-mtarjkxt status is being set to &{Succeeded Unknown {2023-06-09 21:09:36 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + custom_task_test.go:349: Waiting for PipelineRun pipeline-run-custom-task-timeout-mtarjkxt in namespace arendelle-dc9b2 to be timed out + stream.go:305: I 21:09:37.704 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconciling pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref + stream.go:305: I 21:09:37.706 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] PipelineRun pipeline-run-custom-task-timeout-mtarjkxt status is being set to &{Succeeded Unknown {2023-06-09 21:09:36 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:09:37.705 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconcile succeeded + stream.go:305: I 21:09:37.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconciling pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref + stream.go:305: I 21:09:37.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconcile succeeded + stream.go:305: I 21:09:41.001 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] cancelling CustomRun pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref for timeout + stream.go:305: I 21:09:41.018 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconciling pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref + stream.go:305: I 21:09:41.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] PipelineRun pipeline-run-custom-task-timeout-mtarjkxt status is being set to &{Succeeded False {2023-06-09 21:09:41.018332551 +0000 UTC m=+2410.618682850} PipelineRunTimeout PipelineRun "pipeline-run-custom-task-timeout-mtarjkxt" failed to finish within "5s"} + stream.go:305: I 21:09:41.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconciling pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref + stream.go:305: I 21:09:41.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconcile succeeded + stream.go:305: I 21:09:41.018 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref] Reconcile succeeded + stream.go:305: I 21:09:41.039 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] cancelling CustomRun pipeline-run-custom-task-timeout-mtarjkxt-custom-task-ref for timeout + stream.go:305: I 21:09:41.053 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] PipelineRun pipeline-run-custom-task-timeout-mtarjkxt status is being set to &{Succeeded False {2023-06-09 21:09:41.053350093 +0000 UTC m=+2410.653700350} PipelineRunTimeout PipelineRun "pipeline-run-custom-task-timeout-mtarjkxt" failed to finish within "5s"} + stream.go:305: I 21:09:41.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] Reconcile succeeded + stream.go:305: I 21:09:41.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-dc9b2/pipeline-run-custom-task-timeout-mtarjkxt] Reconcile succeeded + custom_task_test.go:359: Runs from PipelineRun pipeline-run-custom-task-timeout-mtarjkxt in namespace arendelle-dc9b2 must be cancelled + custom_task_test.go:376: Deleting namespace arendelle-dc9b2 +--- PASS: TestPipelineRunCustomTaskTimeout (5.13s) +=== RUN TestWaitCustomTask_V1Beta1_PipelineRun + custom_task_test.go:404: Create namespace arendelle-hk2q7 to deploy to + custom_task_test.go:404: Verify SA "default" is created in namespace "arendelle-hk2q7" + custom_task_test.go:409: Creating Wait v1beta1.CustomRun Custom Task Controller... +=== RUN TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Has_Succeeded +=== NAME TestWaitCustomTask_V1Beta1_PipelineRun + stream.go:305: I 21:10:19.576 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx] Creating a new CustomRun object wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait + stream.go:305: I 21:10:19.590 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait + stream.go:305: I 21:10:19.591 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait] Reconcile succeeded + stream.go:305: I 21:10:19.594 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait + stream.go:305: I 21:10:19.593 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx status is being set to &{Succeeded Unknown {2023-06-09 21:10:19.593445597 +0000 UTC m=+2449.194026493} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:10:19.594 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait] Reconcile succeeded + stream.go:305: I 21:10:19.789 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx] Found a CustomRun wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait that was missing from the PipelineRun status + stream.go:305: I 21:10:19.800 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx status is being set to &{Succeeded Unknown {2023-06-09 21:10:19.800173888 +0000 UTC m=+2449.400754660} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:10:19.902 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx status is being set to &{Succeeded Unknown {2023-06-09 21:10:19 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:11:19.003 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx] cancelling CustomRun wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait for timeout + stream.go:305: I 21:11:19.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx status is being set to &{Succeeded False {2023-06-09 21:11:19.019239471 +0000 UTC m=+2508.620024312} PipelineRunTimeout PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx" failed to finish within "1m0s"} + stream.go:305: I 21:11:19.020 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait + stream.go:305: I 21:11:19.020 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait] Reconcile succeeded + stream.go:305: I 21:11:19.021 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait + stream.go:305: I 21:11:19.021 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait] Reconcile succeeded + stream.go:305: I 21:11:19.041 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx] cancelling CustomRun wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait for timeout + stream.go:305: I 21:11:19.055 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx status is being set to &{Succeeded False {2023-06-09 21:11:19.055178805 +0000 UTC m=+2508.655963687} PipelineRunTimeout PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx" failed to finish within "1m0s"} + stream.go:305: I 21:11:19.103 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx] Reconcile succeeded + stream.go:305: I 21:11:19.103 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx] Reconcile succeeded +=== NAME TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Has_Succeeded + custom_task_test.go:594: Error waiting for PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx" completion to be Succeeded: "wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx" failed +=== RUN TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Is_Running +=== NAME TestWaitCustomTask_V1Beta1_PipelineRun + stream.go:305: I 21:11:19.610 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau] Creating a new CustomRun object wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait + stream.go:305: I 21:11:19.624 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau status is being set to &{Succeeded Unknown {2023-06-09 21:11:19.623896555 +0000 UTC m=+2509.224681229} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:11:19.624 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait + stream.go:305: I 21:11:19.624 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait] Reconcile succeeded + stream.go:305: I 21:11:19.625 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait + stream.go:305: I 21:11:19.626 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait] Reconcile succeeded + stream.go:305: I 21:11:19.703 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau status is being set to &{Succeeded Unknown {2023-06-09 21:11:19 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:11:19.704 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau status is being set to &{Succeeded Unknown {2023-06-09 21:11:19 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Is_Running + custom_task_test.go:687: CustomRun status differed. -want, +got:   v1beta1.CustomRunStatus{ +    Status: v1.Status{ + -  ObservedGeneration: 1, + +  ObservedGeneration: 0, + -  Conditions: v1.Conditions{{Type: "Succeeded", Status: "Unknown", Reason: "Running"}}, + +  Conditions: nil, +    Annotations: nil, +    }, +    CustomRunStatusFields: {}, +   } +=== RUN TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Failed_When_PipelineRun_Is_Timeout +=== NAME TestWaitCustomTask_V1Beta1_PipelineRun + stream.go:305: I 21:11:20.658 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih] Creating a new CustomRun object wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait + stream.go:305: I 21:11:20.671 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih status is being set to &{Succeeded Unknown {2023-06-09 21:11:20.671101347 +0000 UTC m=+2510.271885979} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:11:20.673 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait + stream.go:305: I 21:11:20.671 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait + stream.go:305: I 21:11:20.673 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait] Reconcile succeeded + stream.go:305: I 21:11:20.673 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait] Reconcile succeeded + stream.go:305: I 21:11:20.767 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih] Found a CustomRun wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait that was missing from the PipelineRun status + stream.go:305: I 21:11:20.775 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih status is being set to &{Succeeded Unknown {2023-06-09 21:11:20.775717208 +0000 UTC m=+2510.376788896} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:11:20.872 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih status is being set to &{Succeeded Unknown {2023-06-09 21:11:20 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:11:21.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih] cancelling CustomRun wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait for timeout + stream.go:305: I 21:11:21.029 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait + stream.go:305: I 21:11:21.029 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait] Reconcile succeeded + stream.go:305: I 21:11:21.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait + stream.go:305: I 21:11:21.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih status is being set to &{Succeeded False {2023-06-09 21:11:21.031294666 +0000 UTC m=+2510.632366396} PipelineRunTimeout PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih" failed to finish within "1s"} + stream.go:305: I 21:11:21.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait] Reconcile succeeded + stream.go:305: I 21:11:21.065 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih] Reconcile succeeded + stream.go:305: I 21:11:21.066 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih] Reconcile succeeded +=== NAME TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Failed_When_PipelineRun_Is_Timeout + custom_task_test.go:687: CustomRun status differed. -want, +got:   v1beta1.CustomRunStatus{ +    Status: v1.Status{ + -  ObservedGeneration: 2, + +  ObservedGeneration: 0, + -  Conditions: v1.Conditions{{Type: "Succeeded", Status: "False", Reason: "Cancelled"}}, + +  Conditions: nil, +    Annotations: nil, +    }, +    CustomRunStatusFields: {}, +   } +=== RUN TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Failed_on_Timeout +=== NAME TestWaitCustomTask_V1Beta1_PipelineRun + stream.go:305: I 21:11:21.695 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj] Creating a new CustomRun object wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait + stream.go:305: I 21:11:21.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait + stream.go:305: I 21:11:21.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait] Reconcile succeeded + stream.go:305: I 21:11:21.710 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait + stream.go:305: I 21:11:21.710 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait] Reconcile succeeded + stream.go:305: I 21:11:21.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj status is being set to &{Succeeded Unknown {2023-06-09 21:11:21.708877042 +0000 UTC m=+2511.309948563} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:11:21.805 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj status is being set to &{Succeeded Unknown {2023-06-09 21:11:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:11:21.807 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj status is being set to &{Succeeded Unknown {2023-06-09 21:11:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:11:24.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau] cancelling CustomRun wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait for timeout + stream.go:305: I 21:11:24.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau status is being set to &{Succeeded False {2023-06-09 21:11:24.028675251 +0000 UTC m=+2513.629746897} PipelineRunTimeout PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau" failed to finish within "5s"} + stream.go:305: I 21:11:24.029 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait + stream.go:305: I 21:11:24.029 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait] Reconcile succeeded + stream.go:305: I 21:11:24.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait + stream.go:305: I 21:11:24.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait] Reconcile succeeded + stream.go:305: I 21:11:24.050 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau] cancelling CustomRun wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait for timeout + stream.go:305: I 21:11:24.068 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau status is being set to &{Succeeded False {2023-06-09 21:11:24.068365834 +0000 UTC m=+2513.669437481} PipelineRunTimeout PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau" failed to finish within "5s"} + stream.go:305: I 21:11:24.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau] Reconcile succeeded + stream.go:305: I 21:11:24.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau] Reconcile succeeded + stream.go:305: I 21:12:21.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj] cancelling CustomRun wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait for timeout + stream.go:305: I 21:12:21.052 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait + stream.go:305: I 21:12:21.052 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj status is being set to &{Succeeded False {2023-06-09 21:12:21.052270166 +0000 UTC m=+2570.620443382} PipelineRunTimeout PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj" failed to finish within "1m0s"} + stream.go:305: I 21:12:21.052 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait] Reconcile succeeded + stream.go:305: I 21:12:21.056 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait + stream.go:305: I 21:12:21.056 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait] Reconcile succeeded + stream.go:305: I 21:12:21.073 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj] Reconcile succeeded + stream.go:305: I 21:12:21.075 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj] Reconcile succeeded +=== NAME TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Failed_on_Timeout + custom_task_test.go:682: -want, +got:   &v1beta1.PipelineRun{ +    ... // 1 ignored field +    ObjectMeta: {Name: "wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj", Namespace: "arendelle-hk2q7", Labels: {"tekton.dev/pipeline": "wait-custom-task-v1-beta1-pipeline-run-wa-wnylkxif"}}, +    Spec: {PipelineRef: &{Name: "wait-custom-task-v1-beta1-pipeline-run-wa-wnylkxif"}, ServiceAccountName: "default", Timeout: &{Duration: s"1m0s"}}, +    Status: v1beta1.PipelineRunStatus{ +    Status: v1.Status{ +    ObservedGeneration: 0, +    Conditions: v1.Conditions{ +    { +    ... // 1 ignored and 3 identical fields + -  Reason: "Failed", + +  Reason: "PipelineRunTimeout", +    ... // 1 ignored field +    }, +    }, +    Annotations: nil, +    }, +    PipelineRunStatusFields: {PipelineSpec: &{Tasks: {{Name: "wait", TaskRef: &{Kind: "Wait", APIVersion: "wait.testing.tekton.dev/v1beta1"}, Params: {{Name: "duration", Value: {Type: "string", StringVal: "2s"}}}, Timeout: &{Duration: s"1s"}}}}, ChildReferences: {{TypeMeta: {APIVersion: "tekton.dev/v1beta1", Kind: "CustomRun"}, Name: "wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait", PipelineTaskName: "wait"}}, Provenance: &{FeatureFlags: &{RunningInEnvWithInjectedSidecars: true, EnableAPIFields: "stable", AwaitSidecarReadiness: true, VerificationNoMatchPolicy: "ignore", ...}}}, +    }, +   } + custom_task_test.go:687: CustomRun status differed. -want, +got:   v1beta1.CustomRunStatus{ +    Status: v1.Status{ + -  ObservedGeneration: 1, + +  ObservedGeneration: 0, + -  Conditions: v1.Conditions{{Type: "Succeeded", Status: "False", Reason: "TimedOut"}}, + +  Conditions: nil, +    Annotations: nil, +    }, +    CustomRunStatusFields: {}, +   } +=== RUN TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Retries_on_Timeout +=== NAME TestWaitCustomTask_V1Beta1_PipelineRun + stream.go:305: I 21:12:21.799 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq] Creating a new CustomRun object wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait + stream.go:305: I 21:12:21.815 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait + stream.go:305: I 21:12:21.816 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait] Reconcile succeeded + stream.go:305: I 21:12:21.817 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq status is being set to &{Succeeded Unknown {2023-06-09 21:12:21.817253083 +0000 UTC m=+2571.385425924} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:12:21.820 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait + stream.go:305: I 21:12:21.821 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait] Reconcile succeeded + stream.go:305: I 21:12:21.918 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq] Found a CustomRun wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait that was missing from the PipelineRun status + stream.go:305: I 21:12:21.922 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq status is being set to &{Succeeded Unknown {2023-06-09 21:12:21.92251075 +0000 UTC m=+2571.490683549} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:12:21.965 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq status is being set to &{Succeeded Unknown {2023-06-09 21:12:21 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:13:21.009 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq] cancelling CustomRun wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait for timeout + stream.go:305: I 21:13:21.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq status is being set to &{Succeeded False {2023-06-09 21:13:21.028287 +0000 UTC m=+2630.589849368} PipelineRunTimeout PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq" failed to finish within "1m0s"} + stream.go:305: I 21:13:21.028 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait + stream.go:305: I 21:13:21.028 tekton-events-controller-6f569bb479-pvd44 [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait] Reconcile succeeded + stream.go:305: I 21:13:21.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait] Reconciling wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait + stream.go:305: I 21:13:21.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.customrun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait] Reconcile succeeded + stream.go:305: I 21:13:21.054 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq] cancelling CustomRun wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait for timeout + stream.go:305: I 21:13:21.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq] PipelineRun wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq status is being set to &{Succeeded False {2023-06-09 21:13:21.09701025 +0000 UTC m=+2630.658572618} PipelineRunTimeout PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq" failed to finish within "1m0s"} + stream.go:305: I 21:13:21.142 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq] Reconcile succeeded + stream.go:305: I 21:13:21.142 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hk2q7/wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq] Reconcile succeeded +=== NAME TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Retries_on_Timeout + custom_task_test.go:682: -want, +got:   &v1beta1.PipelineRun{ +    ... // 1 ignored field +    ObjectMeta: {Name: "wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq", Namespace: "arendelle-hk2q7", Labels: {"tekton.dev/pipeline": "wait-custom-task-v1-beta1-pipeline-run-wa-ylivsdme"}}, +    Spec: {PipelineRef: &{Name: "wait-custom-task-v1-beta1-pipeline-run-wa-ylivsdme"}, ServiceAccountName: "default", Timeout: &{Duration: s"1m0s"}}, +    Status: v1beta1.PipelineRunStatus{ +    Status: v1.Status{ +    ObservedGeneration: 0, +    Conditions: v1.Conditions{ +    { +    ... // 1 ignored and 3 identical fields + -  Reason: "Failed", + +  Reason: "PipelineRunTimeout", +    ... // 1 ignored field +    }, +    }, +    Annotations: nil, +    }, +    PipelineRunStatusFields: {PipelineSpec: &{Tasks: {{Name: "wait", TaskRef: &{Kind: "Wait", APIVersion: "wait.testing.tekton.dev/v1beta1"}, Retries: 1, Params: {{Name: "duration", Value: {Type: "string", StringVal: "2s"}}}, ...}}}, ChildReferences: {{TypeMeta: {APIVersion: "tekton.dev/v1beta1", Kind: "CustomRun"}, Name: "wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait", PipelineTaskName: "wait"}}, Provenance: &{FeatureFlags: &{RunningInEnvWithInjectedSidecars: true, EnableAPIFields: "stable", AwaitSidecarReadiness: true, VerificationNoMatchPolicy: "ignore", ...}}}, +    }, +   } + custom_task_test.go:687: CustomRun status differed. -want, +got:   v1beta1.CustomRunStatus{ +    Status: v1.Status{ + -  ObservedGeneration: 1, + +  ObservedGeneration: 0, + -  Conditions: v1.Conditions{{Type: "Succeeded", Status: "False", Reason: "TimedOut"}}, + +  Conditions: nil, +    Annotations: nil, +    }, +    CustomRunStatusFields: v1beta1.CustomRunStatusFields{ +    ... // 2 ignored fields +    Results: nil, + -  RetriesStatus: []v1beta1.CustomRunStatus{{Status: v1.Status{ObservedGeneration: 1, Conditions: v1.Conditions{...}}}}, + +  RetriesStatus: nil, +    ExtraFields: {}, +    }, +   } +=== NAME TestWaitCustomTask_V1Beta1_PipelineRun + custom_task_test.go:691: Tearing down Wait v1beta1.CustomRun Custom Task Controller... + custom_task_test.go:691: ############################################ + custom_task_test.go:691: ### Dumping objects from arendelle-hk2q7 ### + custom_task_test.go:691: ############################################ + custom_task_test.go:691: + --- + apiVersion: tekton.dev/v1beta1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:10:19Z" + generation: 1 + name: wait-custom-task-v1-beta1-pipeline-run-wa-ivhfpgmi + namespace: arendelle-hk2q7 + resourceVersion: "1703777" + uid: 89ca513b-80a0-4deb-b272-51bec161d84b + spec: + tasks: + - name: wait + params: + - name: duration + value: 1s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + + --- + apiVersion: tekton.dev/v1beta1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:11:20Z" + generation: 1 + name: wait-custom-task-v1-beta1-pipeline-run-wa-jhkcbwgm + namespace: arendelle-hk2q7 + resourceVersion: "1703953" + uid: 9967fc19-096a-49a1-ab8c-d54b0545272d + spec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + + --- + apiVersion: tekton.dev/v1beta1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:11:19Z" + generation: 1 + name: wait-custom-task-v1-beta1-pipeline-run-wa-wgeujzff + namespace: arendelle-hk2q7 + resourceVersion: "1703944" + uid: 9660bf8c-f4f6-4f2a-8470-37e0f1cf03d7 + spec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + + --- + apiVersion: tekton.dev/v1beta1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:11:21Z" + generation: 1 + name: wait-custom-task-v1-beta1-pipeline-run-wa-wnylkxif + namespace: arendelle-hk2q7 + resourceVersion: "1703968" + uid: ce8053ca-59e0-4b19-860a-f5599c3f5278 + spec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + timeout: 1s + + --- + apiVersion: tekton.dev/v1beta1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:12:21Z" + generation: 1 + name: wait-custom-task-v1-beta1-pipeline-run-wa-ylivsdme + namespace: arendelle-hk2q7 + resourceVersion: "1704127" + uid: 53b70374-2a47-4d4c-b7c7-1285753184ae + spec: + tasks: + - name: wait + params: + - name: duration + value: 2s + retries: 1 + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + timeout: 1s + + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:12:21Z" + generation: 1 + labels: + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-ylivsdme + name: wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq + namespace: arendelle-hk2q7 + resourceVersion: "1704269" + uid: 0dbbdfb5-8d1b-4047-80ba-05063ab8b22f + spec: + pipelineRef: + name: wait-custom-task-v1-beta1-pipeline-run-wa-ylivsdme + serviceAccountName: default + timeout: 1m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: CustomRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait + pipelineTaskName: wait + completionTime: "2023-06-09T21:13:21Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:21Z" + message: PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq" failed + to finish within "1m0s" + reason: PipelineRunTimeout + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: wait + params: + - name: duration + value: 2s + retries: 1 + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + timeout: 1s + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:12:21Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:11:20Z" + generation: 1 + labels: + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-jhkcbwgm + name: wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih + namespace: arendelle-hk2q7 + resourceVersion: "1703964" + uid: 57b00556-bd4d-43bc-b161-2a1447764d61 + spec: + pipelineRef: + name: wait-custom-task-v1-beta1-pipeline-run-wa-jhkcbwgm + serviceAccountName: default + timeout: 1s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: CustomRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait + pipelineTaskName: wait + completionTime: "2023-06-09T21:11:21Z" + conditions: + - lastTransitionTime: "2023-06-09T21:11:21Z" + message: PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih" failed + to finish within "1s" + reason: PipelineRunTimeout + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:11:20Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:10:19Z" + generation: 1 + labels: + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-ivhfpgmi + name: wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx + namespace: arendelle-hk2q7 + resourceVersion: "1703942" + uid: b725fcf4-69ee-4f4c-a43f-d6dd2a526f67 + spec: + pipelineRef: + name: wait-custom-task-v1-beta1-pipeline-run-wa-ivhfpgmi + serviceAccountName: default + timeout: 1m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: CustomRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait + pipelineTaskName: wait + completionTime: "2023-06-09T21:11:19Z" + conditions: + - lastTransitionTime: "2023-06-09T21:11:19Z" + message: PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx" failed + to finish within "1m0s" + reason: PipelineRunTimeout + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: wait + params: + - name: duration + value: 1s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:10:19Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:11:19Z" + generation: 1 + labels: + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-wgeujzff + name: wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau + namespace: arendelle-hk2q7 + resourceVersion: "1703985" + uid: 496fe319-7c6e-4f54-b53e-c5d113bf9262 + spec: + pipelineRef: + name: wait-custom-task-v1-beta1-pipeline-run-wa-wgeujzff + serviceAccountName: default + timeout: 5s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: CustomRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait + pipelineTaskName: wait + completionTime: "2023-06-09T21:11:24Z" + conditions: + - lastTransitionTime: "2023-06-09T21:11:24Z" + message: PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau" failed + to finish within "5s" + reason: PipelineRunTimeout + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:11:19Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:11:21Z" + generation: 1 + labels: + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-wnylkxif + name: wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj + namespace: arendelle-hk2q7 + resourceVersion: "1704123" + uid: 0786d048-de25-4caf-9bf5-45939a8f6171 + spec: + pipelineRef: + name: wait-custom-task-v1-beta1-pipeline-run-wa-wnylkxif + serviceAccountName: default + timeout: 1m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: CustomRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait + pipelineTaskName: wait + completionTime: "2023-06-09T21:12:21Z" + conditions: + - lastTransitionTime: "2023-06-09T21:12:21Z" + message: PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj" failed + to finish within "1m0s" + reason: PipelineRunTimeout + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + timeout: 1s + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:11:21Z" + + --- + apiVersion: tekton.dev/v1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:10:19Z" + generation: 1 + name: wait-custom-task-v1-beta1-pipeline-run-wa-ivhfpgmi + namespace: arendelle-hk2q7 + resourceVersion: "1703777" + uid: 89ca513b-80a0-4deb-b272-51bec161d84b + spec: + tasks: + - name: wait + params: + - name: duration + value: 1s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + + --- + apiVersion: tekton.dev/v1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:11:20Z" + generation: 1 + name: wait-custom-task-v1-beta1-pipeline-run-wa-jhkcbwgm + namespace: arendelle-hk2q7 + resourceVersion: "1703953" + uid: 9967fc19-096a-49a1-ab8c-d54b0545272d + spec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + + --- + apiVersion: tekton.dev/v1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:11:19Z" + generation: 1 + name: wait-custom-task-v1-beta1-pipeline-run-wa-wgeujzff + namespace: arendelle-hk2q7 + resourceVersion: "1703944" + uid: 9660bf8c-f4f6-4f2a-8470-37e0f1cf03d7 + spec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + + --- + apiVersion: tekton.dev/v1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:11:21Z" + generation: 1 + name: wait-custom-task-v1-beta1-pipeline-run-wa-wnylkxif + namespace: arendelle-hk2q7 + resourceVersion: "1703968" + uid: ce8053ca-59e0-4b19-860a-f5599c3f5278 + spec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + timeout: 1s + + --- + apiVersion: tekton.dev/v1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:12:21Z" + generation: 1 + name: wait-custom-task-v1-beta1-pipeline-run-wa-ylivsdme + namespace: arendelle-hk2q7 + resourceVersion: "1704127" + uid: 53b70374-2a47-4d4c-b7c7-1285753184ae + spec: + tasks: + - name: wait + params: + - name: duration + value: 2s + retries: 1 + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + timeout: 1s + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:12:21Z" + generation: 1 + labels: + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-ylivsdme + name: wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq + namespace: arendelle-hk2q7 + resourceVersion: "1704269" + uid: 0dbbdfb5-8d1b-4047-80ba-05063ab8b22f + spec: + pipelineRef: + name: wait-custom-task-v1-beta1-pipeline-run-wa-ylivsdme + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: CustomRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait + pipelineTaskName: wait + completionTime: "2023-06-09T21:13:21Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:21Z" + message: PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq" failed + to finish within "1m0s" + reason: PipelineRunTimeout + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: wait + params: + - name: duration + value: 2s + retries: 1 + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + timeout: 1s + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:12:21Z" + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:11:20Z" + generation: 1 + labels: + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-jhkcbwgm + name: wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih + namespace: arendelle-hk2q7 + resourceVersion: "1703964" + uid: 57b00556-bd4d-43bc-b161-2a1447764d61 + spec: + pipelineRef: + name: wait-custom-task-v1-beta1-pipeline-run-wa-jhkcbwgm + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: CustomRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait + pipelineTaskName: wait + completionTime: "2023-06-09T21:11:21Z" + conditions: + - lastTransitionTime: "2023-06-09T21:11:21Z" + message: PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih" failed + to finish within "1s" + reason: PipelineRunTimeout + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:11:20Z" + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:10:19Z" + generation: 1 + labels: + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-ivhfpgmi + name: wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx + namespace: arendelle-hk2q7 + resourceVersion: "1703942" + uid: b725fcf4-69ee-4f4c-a43f-d6dd2a526f67 + spec: + pipelineRef: + name: wait-custom-task-v1-beta1-pipeline-run-wa-ivhfpgmi + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: CustomRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait + pipelineTaskName: wait + completionTime: "2023-06-09T21:11:19Z" + conditions: + - lastTransitionTime: "2023-06-09T21:11:19Z" + message: PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx" failed + to finish within "1m0s" + reason: PipelineRunTimeout + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: wait + params: + - name: duration + value: 1s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:10:19Z" + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:11:19Z" + generation: 1 + labels: + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-wgeujzff + name: wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau + namespace: arendelle-hk2q7 + resourceVersion: "1703985" + uid: 496fe319-7c6e-4f54-b53e-c5d113bf9262 + spec: + pipelineRef: + name: wait-custom-task-v1-beta1-pipeline-run-wa-wgeujzff + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 5s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: CustomRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait + pipelineTaskName: wait + completionTime: "2023-06-09T21:11:24Z" + conditions: + - lastTransitionTime: "2023-06-09T21:11:24Z" + message: PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau" failed + to finish within "5s" + reason: PipelineRunTimeout + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:11:19Z" + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:11:21Z" + generation: 1 + labels: + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-wnylkxif + name: wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj + namespace: arendelle-hk2q7 + resourceVersion: "1704123" + uid: 0786d048-de25-4caf-9bf5-45939a8f6171 + spec: + pipelineRef: + name: wait-custom-task-v1-beta1-pipeline-run-wa-wnylkxif + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: CustomRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait + pipelineTaskName: wait + completionTime: "2023-06-09T21:12:21Z" + conditions: + - lastTransitionTime: "2023-06-09T21:12:21Z" + message: PipelineRun "wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj" failed + to finish within "1m0s" + reason: PipelineRunTimeout + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: wait + params: + - name: duration + value: 2s + taskRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + timeout: 1s + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:11:21Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: CustomRun + metadata: + creationTimestamp: "2023-06-09T21:12:21Z" + generation: 2 + labels: + tekton.dev/memberOf: tasks + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-ylivsdme + tekton.dev/pipelineRun: wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq + tekton.dev/pipelineTask: wait + name: wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq-wait + namespace: arendelle-hk2q7 + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-cztnlbgq + uid: 0dbbdfb5-8d1b-4047-80ba-05063ab8b22f + resourceVersion: "1704267" + uid: 83ba4551-5926-4a30-9c81-c7f5feb03b50 + spec: + customRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + params: + - name: duration + value: 2s + retries: 1 + serviceAccountName: default + status: RunCancelled + statusMessage: CustomRun cancelled as the PipelineRun it belongs to has timed out. + timeout: 1s + status: + extraFields: null + + --- + apiVersion: tekton.dev/v1beta1 + kind: CustomRun + metadata: + creationTimestamp: "2023-06-09T21:11:20Z" + generation: 2 + labels: + tekton.dev/memberOf: tasks + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-jhkcbwgm + tekton.dev/pipelineRun: wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih + tekton.dev/pipelineTask: wait + name: wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih-wait + namespace: arendelle-hk2q7 + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-hnzqdrih + uid: 57b00556-bd4d-43bc-b161-2a1447764d61 + resourceVersion: "1703962" + uid: bcbe9c90-3827-48f3-ad20-666b426ec6ba + spec: + customRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + params: + - name: duration + value: 2s + serviceAccountName: default + status: RunCancelled + statusMessage: CustomRun cancelled as the PipelineRun it belongs to has timed out. + status: + extraFields: null + + --- + apiVersion: tekton.dev/v1beta1 + kind: CustomRun + metadata: + creationTimestamp: "2023-06-09T21:10:19Z" + generation: 2 + labels: + tekton.dev/memberOf: tasks + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-ivhfpgmi + tekton.dev/pipelineRun: wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx + tekton.dev/pipelineTask: wait + name: wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx-wait + namespace: arendelle-hk2q7 + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-otopsamx + uid: b725fcf4-69ee-4f4c-a43f-d6dd2a526f67 + resourceVersion: "1703940" + uid: 42057fc3-30bd-49c5-a687-cecba45b8ec9 + spec: + customRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + params: + - name: duration + value: 1s + serviceAccountName: default + status: RunCancelled + statusMessage: CustomRun cancelled as the PipelineRun it belongs to has timed out. + status: + extraFields: null + + --- + apiVersion: tekton.dev/v1beta1 + kind: CustomRun + metadata: + creationTimestamp: "2023-06-09T21:11:19Z" + generation: 2 + labels: + tekton.dev/memberOf: tasks + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-wgeujzff + tekton.dev/pipelineRun: wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau + tekton.dev/pipelineTask: wait + name: wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau-wait + namespace: arendelle-hk2q7 + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-qytjxcau + uid: 496fe319-7c6e-4f54-b53e-c5d113bf9262 + resourceVersion: "1703983" + uid: b140d171-266d-46a6-bd81-c22cccd76b09 + spec: + customRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + params: + - name: duration + value: 2s + serviceAccountName: default + status: RunCancelled + statusMessage: CustomRun cancelled as the PipelineRun it belongs to has timed out. + status: + extraFields: null + + --- + apiVersion: tekton.dev/v1beta1 + kind: CustomRun + metadata: + creationTimestamp: "2023-06-09T21:11:21Z" + generation: 2 + labels: + tekton.dev/memberOf: tasks + tekton.dev/pipeline: wait-custom-task-v1-beta1-pipeline-run-wa-wnylkxif + tekton.dev/pipelineRun: wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj + tekton.dev/pipelineTask: wait + name: wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj-wait + namespace: arendelle-hk2q7 + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: wait-custom-task-v1-beta1-pipeline-run-wa-rserwsgj + uid: 0786d048-de25-4caf-9bf5-45939a8f6171 + resourceVersion: "1704121" + uid: a7f2a0cf-aa48-4d42-923c-cc2af36297eb + spec: + customRef: + apiVersion: wait.testing.tekton.dev/v1beta1 + kind: Wait + params: + - name: duration + value: 2s + serviceAccountName: default + status: RunCancelled + statusMessage: CustomRun cancelled as the PipelineRun it belongs to has timed out. + timeout: 1s + status: + extraFields: null + + custom_task_test.go:691: ##################################################### + custom_task_test.go:691: ### Dumping logs from Pods in the arendelle-hk2q7 ### + custom_task_test.go:691: ##################################################### + custom_task_test.go:691: Not deleting namespace arendelle-hk2q7 +--- FAIL: TestWaitCustomTask_V1Beta1_PipelineRun (225.70s) + --- FAIL: TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Has_Succeeded (60.10s) + --- FAIL: TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Is_Running (1.05s) + --- FAIL: TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Failed_When_PipelineRun_Is_Timeout (1.04s) + --- FAIL: TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Failed_on_Timeout (60.05s) + --- FAIL: TestWaitCustomTask_V1Beta1_PipelineRun/Wait_Task_Retries_on_Timeout (60.05s) +=== RUN TestDAGPipelineRun + dag_test.go:55: Create namespace arendelle-jnb7x to deploy to + dag_test.go:55: Verify SA "default" is created in namespace "arendelle-jnb7x" +=== PAUSE TestDAGPipelineRun +=== RUN TestDuplicatePodTaskRun +=== PAUSE TestDuplicatePodTaskRun +=== RUN TestEntrypointRunningStepsInOrder + entrypoint_test.go:41: Create namespace arendelle-vbtg6 to deploy to + entrypoint_test.go:41: Verify SA "default" is created in namespace "arendelle-vbtg6" +=== PAUSE TestEntrypointRunningStepsInOrder +=== RUN TestHermeticTaskRun + hermetic_taskrun_test.go:40: Create namespace arendelle-dbjhv to deploy to + hermetic_taskrun_test.go:40: Verify SA "default" is created in namespace "arendelle-dbjhv" + 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":"true", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "results-from":"termination-message", "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.01s) +=== RUN TestMissingResultWhenStepErrorIsIgnored + ignore_step_error_test.go:38: Create namespace arendelle-jrkcr to deploy to + ignore_step_error_test.go:38: Verify SA "default" is created in namespace "arendelle-jrkcr" + ignore_step_error_test.go:78: Waiting for PipelineRun in namespace arendelle-jrkcr to fail + stream.go:305: I 21:13:28.584 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp] Creating a new TaskRun object missing-result-when-step-error-is-ignored-dpdletjp-task1 for pipeline task task1 + stream.go:305: I 21:13:28.599 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp] PipelineRun missing-result-when-step-error-is-ignored-dpdletjp status is being set to &{Succeeded Unknown {2023-06-09 21:13:28.599010253 +0000 UTC m=+2638.160572330} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: E 21:13:28.626 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp-task1] Reconcile: Could not find results with names: result1 for task missing-result-when-step-error-is-ignored-dpdletjp-task1 + stream.go:305: E 21:13:28.811 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp-task1] Returned an error err=1 error occurred: + * Could not find results with names: result1 for task missing-result-when-step-error-is-ignored-dpdletjp-task1 + + stream.go:305: I 21:13:28.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp] PipelineRun missing-result-when-step-error-is-ignored-dpdletjp status is being set to &{Succeeded Unknown {2023-06-09 21:13:28 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: E 21:13:28.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp-task1] Reconcile error err=1 error occurred: + * Could not find results with names: result1 for task missing-result-when-step-error-is-ignored-dpdletjp-task1 + + stream.go:305: I 21:13:28.814 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp-task1] taskrun done : missing-result-when-step-error-is-ignored-dpdletjp-task1 + stream.go:305: I 21:13:28.818 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp] All TaskRuns have finished for PipelineRun missing-result-when-step-error-is-ignored-dpdletjp so it has finished + stream.go:305: I 21:13:28.819 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp] PipelineRun missing-result-when-step-error-is-ignored-dpdletjp status is being set to &{Succeeded False {2023-06-09 21:13:28.818927045 +0000 UTC m=+2638.380488996} Failed Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 1} + stream.go:305: I 21:13:28.828 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp-task1] Reconcile succeeded + stream.go:305: I 21:13:28.829 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp-task1] taskrun done : missing-result-when-step-error-is-ignored-dpdletjp-task1 + stream.go:305: I 21:13:28.836 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp-task1] Reconcile succeeded + stream.go:305: I 21:13:28.936 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrkcr/missing-result-when-step-error-is-ignored-dpdletjp] Reconcile succeeded + ignore_step_error_test.go:80: Error waiting for PipelineRun to fail: "missing-result-when-step-error-is-ignored-dpdletjp" completed with the wrong reason: Failed (message: Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 1) + ignore_step_error_test.go:98: task1 should have produced a result before failing the step + panic.go:522: ############################################ + panic.go:522: ### Dumping objects from arendelle-jrkcr ### + panic.go:522: ############################################ + panic.go:522: + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:13:28Z" + generation: 1 + labels: + tekton.dev/pipeline: missing-result-when-step-error-is-ignored-dpdletjp + name: missing-result-when-step-error-is-ignored-dpdletjp + namespace: arendelle-jrkcr + resourceVersion: "1704347" + uid: cc536f93-1783-4abe-9967-8d700019bf0c + spec: + pipelineSpec: + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - image: busybox + name: failing-step + onError: continue + resources: {} + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | + tee $(results.result2.path) + - name: task2 + params: + - name: param1 + value: $(tasks.task1.results.result1) + - name: param2 + value: $(tasks.task1.results.result2) + runAfter: + - task1 + taskSpec: + metadata: {} + params: + - name: param1 + type: string + - name: param2 + type: string + spec: null + steps: + - image: busybox + name: foo + resources: {} + script: exit 0 + serviceAccountName: default + timeout: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: missing-result-when-step-error-is-ignored-dpdletjp-task1 + pipelineTaskName: task1 + completionTime: "2023-06-09T21:13:28Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:28Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 1' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - image: busybox + name: failing-step + onError: continue + resources: {} + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | + tee $(results.result2.path) + - name: task2 + params: + - name: param1 + value: $(tasks.task1.results.result1) + - name: param2 + value: $(tasks.task1.results.result2) + runAfter: + - task1 + taskSpec: + metadata: {} + params: + - name: param1 + type: string + - name: param2 + type: string + spec: null + steps: + - image: busybox + name: foo + resources: {} + script: exit 0 + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: task2 + reason: PipelineRun was stopping + startTime: "2023-06-09T21:13:28Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:28Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: missing-result-when-step-error-is-ignored-dpdletjp + tekton.dev/pipelineRun: missing-result-when-step-error-is-ignored-dpdletjp + tekton.dev/pipelineTask: task1 + name: missing-result-when-step-error-is-ignored-dpdletjp-task1 + namespace: arendelle-jrkcr + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: missing-result-when-step-error-is-ignored-dpdletjp + uid: cc536f93-1783-4abe-9967-8d700019bf0c + resourceVersion: "1704344" + uid: 373a1289-79dc-4333-a8e6-495bbf849c50 + spec: + serviceAccountName: default + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - image: busybox + name: failing-step + onError: continue + resources: {} + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | tee + $(results.result2.path) + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:28Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:28Z" + message: 'Could not find results with names: result1 for task missing-result-when-step-error-is-ignored-dpdletjp-task1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: missing-result-when-step-error-is-ignored-dpdletjp-task1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:28Z" + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - image: busybox + name: failing-step + onError: continue + resources: {} + script: echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 | tee + /tekton/results/result2 + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:28Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: missing-result-when-step-error-is-ignored-dpdletjp + tekton.dev/pipelineRun: missing-result-when-step-error-is-ignored-dpdletjp + tekton.dev/pipelineTask: task1 + name: missing-result-when-step-error-is-ignored-dpdletjp-task1 + namespace: arendelle-jrkcr + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: missing-result-when-step-error-is-ignored-dpdletjp + uid: cc536f93-1783-4abe-9967-8d700019bf0c + resourceVersion: "1704344" + uid: 373a1289-79dc-4333-a8e6-495bbf849c50 + spec: + serviceAccountName: default + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - computeResources: {} + image: busybox + name: failing-step + onError: continue + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | tee + $(results.result2.path) + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:28Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:28Z" + message: 'Could not find results with names: result1 for task missing-result-when-step-error-is-ignored-dpdletjp-task1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: missing-result-when-step-error-is-ignored-dpdletjp-task1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:28Z" + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - computeResources: {} + image: busybox + name: failing-step + onError: continue + script: echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 | tee + /tekton/results/result2 + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:13:28Z" + generation: 1 + labels: + tekton.dev/pipeline: missing-result-when-step-error-is-ignored-dpdletjp + name: missing-result-when-step-error-is-ignored-dpdletjp + namespace: arendelle-jrkcr + resourceVersion: "1704347" + uid: cc536f93-1783-4abe-9967-8d700019bf0c + spec: + pipelineSpec: + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - computeResources: {} + image: busybox + name: failing-step + onError: continue + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | + tee $(results.result2.path) + - name: task2 + params: + - name: param1 + value: $(tasks.task1.results.result1) + - name: param2 + value: $(tasks.task1.results.result2) + runAfter: + - task1 + taskSpec: + metadata: {} + params: + - name: param1 + type: string + - name: param2 + type: string + spec: null + steps: + - computeResources: {} + image: busybox + name: foo + script: exit 0 + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: missing-result-when-step-error-is-ignored-dpdletjp-task1 + pipelineTaskName: task1 + completionTime: "2023-06-09T21:13:28Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:28Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 1' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - computeResources: {} + image: busybox + name: failing-step + onError: continue + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | + tee $(results.result2.path) + - name: task2 + params: + - name: param1 + value: $(tasks.task1.results.result1) + - name: param2 + value: $(tasks.task1.results.result2) + runAfter: + - task1 + taskSpec: + metadata: {} + params: + - name: param1 + type: string + - name: param2 + type: string + spec: null + steps: + - computeResources: {} + image: busybox + name: foo + script: exit 0 + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: task2 + reason: PipelineRun was stopping + startTime: "2023-06-09T21:13:28Z" + + --- + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:28Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: missing-result-when-step-error-is-ignored-dpdletjp + tekton.dev/pipelineRun: missing-result-when-step-error-is-ignored-dpdletjp + tekton.dev/pipelineTask: task1 + tekton.dev/taskRun: missing-result-when-step-error-is-ignored-dpdletjp-task1 + name: missing-result-when-step-error-is-ignored-dpdletjp-task1-pod + namespace: arendelle-jrkcr + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: missing-result-when-step-error-is-ignored-dpdletjp-task1 + uid: 373a1289-79dc-4333-a8e6-495bbf849c50 + resourceVersion: "1704341" + uid: c201fa0e-a735-4d75-a139-bae4bc3279a4 + spec: + activeDeadlineSeconds: 5400 + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -on_error + - continue + - -results + - result1,result2 + - -entrypoint + - /tekton/scripts/script-0-hl8sp + - -- + command: + - /tekton/bin/entrypoint + image: busybox + imagePullPolicy: Always + name: step-failing-step + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-bxtf4 + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-failing-step + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-bxtf4 + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-hl8sp" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQplY2hvIC1uIDEyMyB8IHRlZSAvdGVrdG9uL3Jlc3VsdHMvcmVzdWx0MTsgZXhpdCAxOyBlY2hvIC1uIDQ1NiB8IHRlZSAvdGVrdG9uL3Jlc3VsdHMvcmVzdWx0Mg== + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-bxtf4 + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - name: kube-api-access-bxtf4 + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:28Z" + message: 'containers with incomplete status: [prepare place-scripts]' + reason: ContainersNotInitialized + status: "False" + type: Initialized + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:28Z" + message: 'containers with unready status: [step-failing-step]' + reason: ContainersNotReady + status: "False" + type: Ready + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:28Z" + message: 'containers with unready status: [step-failing-step]' + reason: ContainersNotReady + status: "False" + type: ContainersReady + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:28Z" + status: "True" + type: PodScheduled + containerStatuses: + - image: busybox + imageID: "" + lastState: {} + name: step-failing-step + ready: false + restartCount: 0 + started: false + state: + waiting: + reason: PodInitializing + hostIP: 192.168.49.2 + initContainerStatuses: + - image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imageID: "" + lastState: {} + name: prepare + ready: false + restartCount: 0 + state: + waiting: + reason: PodInitializing + - image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imageID: "" + lastState: {} + name: place-scripts + ready: false + restartCount: 0 + state: + waiting: + reason: PodInitializing + phase: Pending + qosClass: BestEffort + startTime: "2023-06-09T21:13:28Z" + + panic.go:522: ##################################################### + panic.go:522: ### Dumping logs from Pods in the arendelle-jrkcr ### + panic.go:522: ##################################################### + build_logs.go:35: Could not get logs for pod missing-result-when-step-error-is-ignored-dpdletjp-task1-pod: container "step-failing-step" in pod "missing-result-when-step-error-is-ignored-dpdletjp-task1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + build_logs.go:35: Could not get logs for pod missing-result-when-step-error-is-ignored-dpdletjp-task1-pod: container "step-failing-step" in pod "missing-result-when-step-error-is-ignored-dpdletjp-task1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + panic.go:522: Not deleting namespace arendelle-jrkcr +--- FAIL: TestMissingResultWhenStepErrorIsIgnored (1.09s) +=== RUN TestLargerResultsSidecarLogs +=== RUN TestLargerResultsSidecarLogs/larger_results_via_sidecar_logs + larger_results_sidecar_logs_test.go:70: Create namespace arendelle-jmg2c to deploy to + larger_results_sidecar_logs_test.go:70: Verify SA "default" is created in namespace "arendelle-jmg2c" + larger_results_sidecar_logs_test.go:80: Setting up test resources for "larger results via sidecar logs" test in namespace arendelle-jmg2c + larger_results_sidecar_logs_test.go:93: Waiting for PipelineRun larger-results-sidecar-logs in namespace arendelle-jmg2c to complete + larger_results_sidecar_logs_test.go:95: Error waiting for PipelineRun larger-results-sidecar-logs to finish: "larger-results-sidecar-logs" failed + panic.go:522: ############################################ + panic.go:522: ### Dumping objects from arendelle-jmg2c ### + panic.go:522: ############################################ + panic.go:522: + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:13:29Z" + generation: 1 + labels: + tekton.dev/pipeline: larger-results-sidecar-logs + name: larger-results-sidecar-logs + namespace: arendelle-jmg2c + resourceVersion: "1704379" + uid: 8e427dbc-b1fc-4e5c-8c6d-23d381b3bccc + spec: + pipelineSpec: + results: + - description: "" + name: large-result + value: $(tasks.task2.results.large-result) + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - image: alpine + name: step1 + resources: {} + script: | + echo -n "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"| tee $(results.result1.path); + echo -n "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"| tee $(results.result2.path); + - name: task2 + params: + - name: param1 + value: $(tasks.task1.results.result1) + - name: param2 + value: $(tasks.task1.results.result2) + taskSpec: + metadata: {} + params: + - default: abc + name: param1 + type: string + - default: def + name: param2 + type: string + results: + - name: large-result + type: string + spec: null + steps: + - image: alpine + name: step1 + resources: {} + script: | + echo -n "$(params.param1)">> $(results.large-result.path); + echo -n "$(params.param2)">> $(results.large-result.path); + serviceAccountName: default + timeout: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: larger-results-sidecar-logs-task1 + pipelineTaskName: task1 + completionTime: "2023-06-09T21:13:30Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:30Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 1' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + results: + - description: "" + name: large-result + value: $(tasks.task2.results.large-result) + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - image: alpine + name: step1 + resources: {} + script: | + echo -n "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"| tee $(results.result1.path); + echo -n "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"| tee $(results.result2.path); + - name: task2 + params: + - name: param1 + value: $(tasks.task1.results.result1) + - name: param2 + value: $(tasks.task1.results.result2) + taskSpec: + metadata: {} + params: + - default: abc + name: param1 + type: string + - default: def + name: param2 + type: string + results: + - name: large-result + type: string + spec: null + steps: + - image: alpine + name: step1 + resources: {} + script: | + echo -n "$(params.param1)">> $(results.large-result.path); + echo -n "$(params.param2)">> $(results.large-result.path); + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: sidecar-logs + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: task2 + reason: PipelineRun was stopping + startTime: "2023-06-09T21:13:29Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:29Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: larger-results-sidecar-logs + tekton.dev/pipelineRun: larger-results-sidecar-logs + tekton.dev/pipelineTask: task1 + name: larger-results-sidecar-logs-task1 + namespace: arendelle-jmg2c + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: larger-results-sidecar-logs + uid: 8e427dbc-b1fc-4e5c-8c6d-23d381b3bccc + resourceVersion: "1704371" + uid: 5accb5b7-71a8-44ae-81bd-f0a8e3972364 + spec: + serviceAccountName: default + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - image: alpine + name: step1 + resources: {} + script: | + echo -n "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"| tee $(results.result1.path); + echo -n "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"| tee $(results.result2.path); + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:29Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:29Z" + message: 'Could not find results with names: result1 for task larger-results-sidecar-logs-task1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: larger-results-sidecar-logs-task1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: sidecar-logs + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:29Z" + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - image: alpine + name: step1 + resources: {} + script: | + echo -n "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"| tee /tekton/results/result1; + echo -n "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"| tee /tekton/results/result2; + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:29Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: larger-results-sidecar-logs + tekton.dev/pipelineRun: larger-results-sidecar-logs + tekton.dev/pipelineTask: task1 + name: larger-results-sidecar-logs-task1 + namespace: arendelle-jmg2c + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: larger-results-sidecar-logs + uid: 8e427dbc-b1fc-4e5c-8c6d-23d381b3bccc + resourceVersion: "1704371" + uid: 5accb5b7-71a8-44ae-81bd-f0a8e3972364 + spec: + serviceAccountName: default + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - computeResources: {} + image: alpine + name: step1 + script: | + echo -n "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"| tee $(results.result1.path); + echo -n "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"| tee $(results.result2.path); + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:29Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:29Z" + message: 'Could not find results with names: result1 for task larger-results-sidecar-logs-task1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: larger-results-sidecar-logs-task1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: sidecar-logs + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:29Z" + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - computeResources: {} + image: alpine + name: step1 + script: | + echo -n "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"| tee /tekton/results/result1; + echo -n "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"| tee /tekton/results/result2; + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:13:29Z" + generation: 1 + labels: + tekton.dev/pipeline: larger-results-sidecar-logs + name: larger-results-sidecar-logs + namespace: arendelle-jmg2c + resourceVersion: "1704379" + uid: 8e427dbc-b1fc-4e5c-8c6d-23d381b3bccc + spec: + pipelineSpec: + results: + - description: "" + name: large-result + value: $(tasks.task2.results.large-result) + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - computeResources: {} + image: alpine + name: step1 + script: | + echo -n "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"| tee $(results.result1.path); + echo -n "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"| tee $(results.result2.path); + - name: task2 + params: + - name: param1 + value: $(tasks.task1.results.result1) + - name: param2 + value: $(tasks.task1.results.result2) + taskSpec: + metadata: {} + params: + - default: abc + name: param1 + type: string + - default: def + name: param2 + type: string + results: + - name: large-result + type: string + spec: null + steps: + - computeResources: {} + image: alpine + name: step1 + script: | + echo -n "$(params.param1)">> $(results.large-result.path); + echo -n "$(params.param2)">> $(results.large-result.path); + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: larger-results-sidecar-logs-task1 + pipelineTaskName: task1 + completionTime: "2023-06-09T21:13:30Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:30Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 1' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + results: + - description: "" + name: large-result + value: $(tasks.task2.results.large-result) + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - computeResources: {} + image: alpine + name: step1 + script: | + echo -n "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"| tee $(results.result1.path); + echo -n "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"| tee $(results.result2.path); + - name: task2 + params: + - name: param1 + value: $(tasks.task1.results.result1) + - name: param2 + value: $(tasks.task1.results.result2) + taskSpec: + metadata: {} + params: + - default: abc + name: param1 + type: string + - default: def + name: param2 + type: string + results: + - name: large-result + type: string + spec: null + steps: + - computeResources: {} + image: alpine + name: step1 + script: | + echo -n "$(params.param1)">> $(results.large-result.path); + echo -n "$(params.param2)">> $(results.large-result.path); + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: sidecar-logs + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: task2 + reason: PipelineRun was stopping + startTime: "2023-06-09T21:13:29Z" + + --- + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:29Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: larger-results-sidecar-logs + tekton.dev/pipelineRun: larger-results-sidecar-logs + tekton.dev/pipelineTask: task1 + tekton.dev/taskRun: larger-results-sidecar-logs-task1 + name: larger-results-sidecar-logs-task1-pod + namespace: arendelle-jmg2c + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: larger-results-sidecar-logs-task1 + uid: 5accb5b7-71a8-44ae-81bd-f0a8e3972364 + resourceVersion: "1704365" + uid: 14a4e7b1-675a-4b8d-8f19-38670286b28b + spec: + activeDeadlineSeconds: 5400 + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -result_from + - sidecar-logs + - -results + - result1,result2 + - -entrypoint + - /tekton/scripts/script-0-hhsz7 + - -- + command: + - /tekton/bin/entrypoint + image: alpine + imagePullPolicy: Always + name: step-step1 + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-jmn52 + readOnly: true + - command: + - /ko-app/sidecarlogresults + - -results-dir + - /tekton/results + - -result-names + - result1,result2 + image: docker.io/emunley2/sidecarlogresults-7501c6a20d741631510a448b48ab098f@sha256:c6e8dc3359f8dc70fe310b1eba76b805fffd1b0839728dcd51005ce967b0e3fe + imagePullPolicy: IfNotPresent + name: sidecar-tekton-log-results + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + readOnly: true + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-jmn52 + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-step1 + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-jmn52 + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-hhsz7" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQplY2hvIC1uICJhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYSJ8IHRlZSAvdGVrdG9uL3Jlc3VsdHMvcmVzdWx0MTsKZWNobyAtbiAiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmIifCB0ZWUgL3Rla3Rvbi9yZXN1bHRzL3Jlc3VsdDI7Cg== + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-jmn52 + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - name: kube-api-access-jmn52 + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:29Z" + message: 'containers with incomplete status: [prepare place-scripts]' + reason: ContainersNotInitialized + status: "False" + type: Initialized + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:29Z" + message: 'containers with unready status: [step-step1 sidecar-tekton-log-results]' + reason: ContainersNotReady + status: "False" + type: Ready + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:29Z" + message: 'containers with unready status: [step-step1 sidecar-tekton-log-results]' + reason: ContainersNotReady + status: "False" + type: ContainersReady + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:29Z" + status: "True" + type: PodScheduled + containerStatuses: + - image: docker.io/emunley2/sidecarlogresults-7501c6a20d741631510a448b48ab098f@sha256:c6e8dc3359f8dc70fe310b1eba76b805fffd1b0839728dcd51005ce967b0e3fe + imageID: "" + lastState: {} + name: sidecar-tekton-log-results + ready: false + restartCount: 0 + started: false + state: + waiting: + reason: PodInitializing + - image: alpine + imageID: "" + lastState: {} + name: step-step1 + ready: false + restartCount: 0 + started: false + state: + waiting: + reason: PodInitializing + hostIP: 192.168.49.2 + initContainerStatuses: + - image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imageID: "" + lastState: {} + name: prepare + ready: false + restartCount: 0 + state: + waiting: + reason: PodInitializing + - image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imageID: "" + lastState: {} + name: place-scripts + ready: false + restartCount: 0 + state: + waiting: + reason: PodInitializing + phase: Pending + qosClass: BestEffort + startTime: "2023-06-09T21:13:29Z" + + panic.go:522: ##################################################### + panic.go:522: ### Dumping logs from Pods in the arendelle-jmg2c ### + panic.go:522: ##################################################### + build_logs.go:35: Could not get logs for pod larger-results-sidecar-logs-task1-pod: container "step-step1" in pod "larger-results-sidecar-logs-task1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + build_logs.go:35: Could not get logs for pod larger-results-sidecar-logs-task1-pod: container "step-step1" in pod "larger-results-sidecar-logs-task1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + panic.go:522: Not deleting namespace arendelle-jmg2c +--- FAIL: TestLargerResultsSidecarLogs (1.30s) + --- FAIL: TestLargerResultsSidecarLogs/larger_results_via_sidecar_logs (1.25s) +=== RUN TestPipelineLevelFinally_OneDAGTaskFailed_InvalidTaskResult_Failure + pipelinefinally_test.go:50: Create namespace arendelle-nfvhz to deploy to + pipelinefinally_test.go:50: Verify SA "default" is created in namespace "arendelle-nfvhz" + pipelinefinally_test.go:251: Error retrieving TaskRuns for PipelineRun pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy. Expected 8 taskRuns and found 5 taskRuns for: dagtask1, dagtask2, dagtask5, finaltask1, finaltask2 + panic.go:522: ############################################ + panic.go:522: ### Dumping objects from arendelle-nfvhz ### + panic.go:522: ############################################ + panic.go:522: + --- + apiVersion: tekton.dev/v1beta1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + namespace: arendelle-nfvhz + resourceVersion: "1704396" + uid: bb208e1d-7b33-465e-a73f-7563f8dcbf7c + spec: + finally: + - name: finaltask1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + - name: finaltask2 + params: + - name: dagtask1-status + value: $(tasks.dagtask1.status) + - name: dagtask2-status + value: $(tasks.dagtask2.status) + - name: dagtask3-status + value: $(tasks.dagtask3.status) + - name: dagtasks-aggregate-status + value: $(tasks.status) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-intxnhtr + - name: finaltaskconsumingdagtask1 + params: + - name: dagtask-result + value: $(tasks.dagtask1.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: finaltaskconsumingdagtask4 + params: + - name: dagtask-result + value: $(tasks.dagtask4.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: finaltaskconsumingdagtask5 + params: + - name: dagtask-result + value: $(tasks.dagtask5.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: guardedfinaltaskconsumingdagtask4 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask4.results.result) + operator: in + values: + - aResult + - name: guardedfinaltaskusingdagtask5result1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.results.result) + operator: in + values: + - Hello + - name: guardedfinaltaskusingdagtask5result2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.results.result) + operator: notin + values: + - Hello + - name: guardedfinaltaskusingdagtask5status1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.status) + operator: in + values: + - Succeeded + - input: $(tasks.status) + operator: in + values: + - Failed + - name: guardedfinaltaskusingdagtask5status2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.status) + operator: in + values: + - Failed + - input: $(tasks.status) + operator: notin + values: + - Failed + tasks: + - name: dagtask1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-oupcygbz + - name: dagtask2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-fvmlqptw + - name: dagtask3 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + when: + - input: banana + operator: in + values: + - apple + - name: dagtask4 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + when: + - input: foo + operator: notin + values: + - foo + - name: dagtask5 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-kszyrchf + + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + labels: + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + namespace: arendelle-nfvhz + resourceVersion: "1704648" + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + spec: + pipelineRef: + name: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + serviceAccountName: default + timeout: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask1 + pipelineTaskName: dagtask1 + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask2 + pipelineTaskName: dagtask2 + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask5 + pipelineTaskName: dagtask5 + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask1 + pipelineTaskName: finaltask1 + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask2 + pipelineTaskName: finaltask2 + completionTime: "2023-06-09T21:13:55Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:55Z" + message: 'Tasks Completed: 5 (Failed: 3, Cancelled 0), Skipped: 10' + reason: Failed + status: "False" + type: Succeeded + finallyStartTime: "2023-06-09T21:13:50Z" + pipelineSpec: + finally: + - name: finaltask1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + - name: finaltask2 + params: + - name: dagtask1-status + value: $(tasks.dagtask1.status) + - name: dagtask2-status + value: $(tasks.dagtask2.status) + - name: dagtask3-status + value: $(tasks.dagtask3.status) + - name: dagtasks-aggregate-status + value: $(tasks.status) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-intxnhtr + - name: finaltaskconsumingdagtask1 + params: + - name: dagtask-result + value: $(tasks.dagtask1.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: finaltaskconsumingdagtask4 + params: + - name: dagtask-result + value: $(tasks.dagtask4.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: finaltaskconsumingdagtask5 + params: + - name: dagtask-result + value: $(tasks.dagtask5.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: guardedfinaltaskconsumingdagtask4 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask4.results.result) + operator: in + values: + - aResult + - name: guardedfinaltaskusingdagtask5result1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.results.result) + operator: in + values: + - Hello + - name: guardedfinaltaskusingdagtask5result2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.results.result) + operator: notin + values: + - Hello + - name: guardedfinaltaskusingdagtask5status1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.status) + operator: in + values: + - Succeeded + - input: $(tasks.status) + operator: in + values: + - Failed + - name: guardedfinaltaskusingdagtask5status2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.status) + operator: in + values: + - Failed + - input: $(tasks.status) + operator: notin + values: + - Failed + tasks: + - name: dagtask1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-oupcygbz + - name: dagtask2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-fvmlqptw + - name: dagtask3 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + when: + - input: banana + operator: in + values: + - apple + - name: dagtask4 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + when: + - input: foo + operator: notin + values: + - foo + - name: dagtask5 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-kszyrchf + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: dagtask3 + reason: PipelineRun was stopping + whenExpressions: + - input: banana + operator: in + values: + - apple + - name: dagtask4 + reason: PipelineRun was stopping + whenExpressions: + - input: foo + operator: notin + values: + - foo + - name: finaltaskconsumingdagtask1 + reason: Results were missing + - name: finaltaskconsumingdagtask4 + reason: Results were missing + - name: finaltaskconsumingdagtask5 + reason: Results were missing + - name: guardedfinaltaskconsumingdagtask4 + reason: Results were missing + - name: guardedfinaltaskusingdagtask5result1 + reason: Results were missing + - name: guardedfinaltaskusingdagtask5result2 + reason: Results were missing + - name: guardedfinaltaskusingdagtask5status1 + reason: When Expressions evaluated to false + whenExpressions: + - input: Failed + operator: in + values: + - Succeeded + - input: Failed + operator: in + values: + - Failed + - name: guardedfinaltaskusingdagtask5status2 + reason: When Expressions evaluated to false + whenExpressions: + - input: Failed + operator: in + values: + - Failed + - input: Failed + operator: notin + values: + - Failed + startTime: "2023-06-09T21:13:31Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + namespace: arendelle-nfvhz + resourceVersion: "1704390" + uid: 030e8c40-eb04-4998-a699-0c445ed42ee8 + spec: + results: + - name: result + type: string + steps: + - image: alpine + name: "" + resources: {} + script: exit 0 + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-fvmlqptw + namespace: arendelle-nfvhz + resourceVersion: "1704389" + uid: 87f02ad0-195b-4c21-affd-fd64fbd86482 + spec: + steps: + - image: alpine + name: "" + resources: {} + script: sleep 5; exit 0 + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-intxnhtr + namespace: arendelle-nfvhz + resourceVersion: "1704392" + uid: cd938261-34ca-4957-a96b-381505a048b1 + spec: + params: + - name: dagtask1-status + type: string + - name: dagtask2-status + type: string + - name: dagtask3-status + type: string + - name: dagtasks-aggregate-status + type: string + steps: + - image: alpine + name: "" + resources: {} + script: exit 0 + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-kszyrchf + namespace: arendelle-nfvhz + resourceVersion: "1704393" + uid: d9e96a28-2afe-42c7-9fa0-de07aef326d9 + spec: + results: + - name: result + type: string + - name: result + type: string + steps: + - image: alpine + name: "" + resources: {} + script: echo -n "Hello" > $(results.result.path) + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-oupcygbz + namespace: arendelle-nfvhz + resourceVersion: "1704388" + uid: 11b2f55d-49ed-4aba-9f14-1665bec061f1 + spec: + results: + - name: result + type: string + steps: + - image: alpine + name: "" + resources: {} + script: exit 1 + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + namespace: arendelle-nfvhz + resourceVersion: "1704395" + uid: 14aa0eca-1bed-4d2d-9fc8-9180051276af + spec: + steps: + - image: alpine + name: "" + resources: {} + script: exit 0 + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + namespace: arendelle-nfvhz + resourceVersion: "1704394" + uid: 25c26afd-521d-40a0-8071-d416bd1fe760 + spec: + params: + - name: dagtask-result + type: string + steps: + - image: alpine + name: "" + resources: {} + script: exit 0 + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: dagtask1 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-oupcygbz + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask1 + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + resourceVersion: "1704427" + uid: cd43f3ef-e8cc-456c-8f91-7a725e88c012 + spec: + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-oupcygbz + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:31Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:31Z" + message: 'Could not find results with names: result for task pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:31Z" + taskSpec: + results: + - name: result + type: string + steps: + - image: alpine + name: "" + resources: {} + script: exit 1 + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: dagtask2 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-fvmlqptw + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask2 + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + resourceVersion: "1704560" + uid: bc03c9ed-fc87-41ec-8d2f-1e35863167dd + spec: + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-fvmlqptw + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:49Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:49Z" + message: All Steps have completed executing + reason: Succeeded + status: "True" + type: Succeeded + podName: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask2-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:31Z" + steps: + - container: step-unnamed-0 + imageID: docker-pullable://alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11 + name: unnamed-0 + terminated: + containerID: docker://52255590f57afa3d1067ba5f36039981c9f96fdde3f125e49c0016b9300651e3 + exitCode: 0 + finishedAt: "2023-06-09T21:13:48Z" + reason: Completed + startedAt: "2023-06-09T21:13:43Z" + taskSpec: + steps: + - image: alpine + name: "" + resources: {} + script: sleep 5; exit 0 + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: dagtask5 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-kszyrchf + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask5 + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + resourceVersion: "1704454" + uid: f30fa3c8-e56b-47a3-be95-25bd7e438839 + spec: + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-kszyrchf + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:32Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:32Z" + message: 'Could not find results with names: result for task pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask5' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask5-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:32Z" + steps: + - container: step-unnamed-0 + name: unnamed-0 + waiting: + reason: PodInitializing + taskSpec: + results: + - name: result + type: string + - name: result + type: string + steps: + - image: alpine + name: "" + resources: {} + script: echo -n "Hello" > /tekton/results/result + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:49Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: finally + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: finaltask1 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask1 + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + resourceVersion: "1704579" + uid: ac5f284f-85b8-49e8-a166-ea5040f0202a + spec: + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:49Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:49Z" + message: 'Could not find results with names: result for task pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: pipeline-level-finally-one-22837c9d3ea2de9b448883e449110ea5-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:49Z" + taskSpec: + results: + - name: result + type: string + steps: + - image: alpine + name: "" + resources: {} + script: exit 0 + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:49Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: finally + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: finaltask2 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-intxnhtr + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask2 + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + resourceVersion: "1704646" + uid: 86a48aab-e447-4650-96cc-f4c495a5832b + spec: + params: + - name: dagtask1-status + value: Failed + - name: dagtask2-status + value: Succeeded + - name: dagtask3-status + value: None + - name: dagtasks-aggregate-status + value: Failed + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-intxnhtr + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:55Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:55Z" + message: All Steps have completed executing + reason: Succeeded + status: "True" + type: Succeeded + podName: pipeline-level-finally-one-4cf4229c8f7c817f201775ede99b7cc9-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:49Z" + steps: + - container: step-unnamed-0 + imageID: docker-pullable://alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11 + name: unnamed-0 + terminated: + containerID: docker://c379bc39153f9931f6c547e6e4ae00389d8843a4181ed07e2396670b86cc07e0 + exitCode: 0 + finishedAt: "2023-06-09T21:13:55Z" + reason: Completed + startedAt: "2023-06-09T21:13:55Z" + taskSpec: + params: + - name: dagtask1-status + type: string + - name: dagtask2-status + type: string + - name: dagtask3-status + type: string + - name: dagtasks-aggregate-status + type: string + steps: + - image: alpine + name: "" + resources: {} + script: exit 0 + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + namespace: arendelle-nfvhz + resourceVersion: "1704390" + uid: 030e8c40-eb04-4998-a699-0c445ed42ee8 + spec: + results: + - name: result + type: string + steps: + - computeResources: {} + image: alpine + name: "" + script: exit 0 + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-fvmlqptw + namespace: arendelle-nfvhz + resourceVersion: "1704389" + uid: 87f02ad0-195b-4c21-affd-fd64fbd86482 + spec: + steps: + - computeResources: {} + image: alpine + name: "" + script: sleep 5; exit 0 + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-intxnhtr + namespace: arendelle-nfvhz + resourceVersion: "1704392" + uid: cd938261-34ca-4957-a96b-381505a048b1 + spec: + params: + - name: dagtask1-status + type: string + - name: dagtask2-status + type: string + - name: dagtask3-status + type: string + - name: dagtasks-aggregate-status + type: string + steps: + - computeResources: {} + image: alpine + name: "" + script: exit 0 + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-kszyrchf + namespace: arendelle-nfvhz + resourceVersion: "1704393" + uid: d9e96a28-2afe-42c7-9fa0-de07aef326d9 + spec: + results: + - name: result + type: string + - name: result + type: string + steps: + - computeResources: {} + image: alpine + name: "" + script: echo -n "Hello" > $(results.result.path) + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-oupcygbz + namespace: arendelle-nfvhz + resourceVersion: "1704388" + uid: 11b2f55d-49ed-4aba-9f14-1665bec061f1 + spec: + results: + - name: result + type: string + steps: + - computeResources: {} + image: alpine + name: "" + script: exit 1 + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + namespace: arendelle-nfvhz + resourceVersion: "1704395" + uid: 14aa0eca-1bed-4d2d-9fc8-9180051276af + spec: + steps: + - computeResources: {} + image: alpine + name: "" + script: exit 0 + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + namespace: arendelle-nfvhz + resourceVersion: "1704394" + uid: 25c26afd-521d-40a0-8071-d416bd1fe760 + spec: + params: + - name: dagtask-result + type: string + steps: + - computeResources: {} + image: alpine + name: "" + script: exit 0 + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: dagtask1 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-oupcygbz + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask1 + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + resourceVersion: "1704427" + uid: cd43f3ef-e8cc-456c-8f91-7a725e88c012 + spec: + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-oupcygbz + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:31Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:31Z" + message: 'Could not find results with names: result for task pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:31Z" + taskSpec: + results: + - name: result + type: string + steps: + - computeResources: {} + image: alpine + name: "" + script: exit 1 + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: dagtask2 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-fvmlqptw + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask2 + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + resourceVersion: "1704560" + uid: bc03c9ed-fc87-41ec-8d2f-1e35863167dd + spec: + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-fvmlqptw + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:49Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:49Z" + message: All Steps have completed executing + reason: Succeeded + status: "True" + type: Succeeded + podName: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask2-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:31Z" + steps: + - container: step-unnamed-0 + imageID: docker-pullable://alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11 + name: unnamed-0 + terminated: + containerID: docker://52255590f57afa3d1067ba5f36039981c9f96fdde3f125e49c0016b9300651e3 + exitCode: 0 + finishedAt: "2023-06-09T21:13:48Z" + reason: Completed + startedAt: "2023-06-09T21:13:43Z" + taskSpec: + steps: + - computeResources: {} + image: alpine + name: "" + script: sleep 5; exit 0 + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: dagtask5 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-kszyrchf + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask5 + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + resourceVersion: "1704454" + uid: f30fa3c8-e56b-47a3-be95-25bd7e438839 + spec: + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-kszyrchf + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:32Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:32Z" + message: 'Could not find results with names: result for task pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask5' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask5-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:32Z" + steps: + - container: step-unnamed-0 + name: unnamed-0 + waiting: + reason: PodInitializing + taskSpec: + results: + - name: result + type: string + - name: result + type: string + steps: + - computeResources: {} + image: alpine + name: "" + script: echo -n "Hello" > /tekton/results/result + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:49Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: finally + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: finaltask1 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask1 + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + resourceVersion: "1704579" + uid: ac5f284f-85b8-49e8-a166-ea5040f0202a + spec: + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:49Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:49Z" + message: 'Could not find results with names: result for task pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: pipeline-level-finally-one-22837c9d3ea2de9b448883e449110ea5-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:49Z" + taskSpec: + results: + - name: result + type: string + steps: + - computeResources: {} + image: alpine + name: "" + script: exit 0 + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:49Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: finally + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: finaltask2 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-intxnhtr + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask2 + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + resourceVersion: "1704646" + uid: 86a48aab-e447-4650-96cc-f4c495a5832b + spec: + params: + - name: dagtask1-status + value: Failed + - name: dagtask2-status + value: Succeeded + - name: dagtask3-status + value: None + - name: dagtasks-aggregate-status + value: Failed + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-intxnhtr + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:13:55Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:55Z" + message: All Steps have completed executing + reason: Succeeded + status: "True" + type: Succeeded + podName: pipeline-level-finally-one-4cf4229c8f7c817f201775ede99b7cc9-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:13:49Z" + steps: + - container: step-unnamed-0 + imageID: docker-pullable://alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11 + name: unnamed-0 + terminated: + containerID: docker://c379bc39153f9931f6c547e6e4ae00389d8843a4181ed07e2396670b86cc07e0 + exitCode: 0 + finishedAt: "2023-06-09T21:13:55Z" + reason: Completed + startedAt: "2023-06-09T21:13:55Z" + taskSpec: + params: + - name: dagtask1-status + type: string + - name: dagtask2-status + type: string + - name: dagtask3-status + type: string + - name: dagtasks-aggregate-status + type: string + steps: + - computeResources: {} + image: alpine + name: "" + script: exit 0 + + --- + apiVersion: tekton.dev/v1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + name: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + namespace: arendelle-nfvhz + resourceVersion: "1704396" + uid: bb208e1d-7b33-465e-a73f-7563f8dcbf7c + spec: + finally: + - name: finaltask1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + - name: finaltask2 + params: + - name: dagtask1-status + value: $(tasks.dagtask1.status) + - name: dagtask2-status + value: $(tasks.dagtask2.status) + - name: dagtask3-status + value: $(tasks.dagtask3.status) + - name: dagtasks-aggregate-status + value: $(tasks.status) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-intxnhtr + - name: finaltaskconsumingdagtask1 + params: + - name: dagtask-result + value: $(tasks.dagtask1.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: finaltaskconsumingdagtask4 + params: + - name: dagtask-result + value: $(tasks.dagtask4.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: finaltaskconsumingdagtask5 + params: + - name: dagtask-result + value: $(tasks.dagtask5.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: guardedfinaltaskconsumingdagtask4 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask4.results.result) + operator: in + values: + - aResult + - name: guardedfinaltaskusingdagtask5result1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.results.result) + operator: in + values: + - Hello + - name: guardedfinaltaskusingdagtask5result2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.results.result) + operator: notin + values: + - Hello + - name: guardedfinaltaskusingdagtask5status1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.status) + operator: in + values: + - Succeeded + - input: $(tasks.status) + operator: in + values: + - Failed + - name: guardedfinaltaskusingdagtask5status2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.status) + operator: in + values: + - Failed + - input: $(tasks.status) + operator: notin + values: + - Failed + tasks: + - name: dagtask1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-oupcygbz + - name: dagtask2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-fvmlqptw + - name: dagtask3 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + when: + - input: banana + operator: in + values: + - apple + - name: dagtask4 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + when: + - input: foo + operator: notin + values: + - foo + - name: dagtask5 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-kszyrchf + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:13:31Z" + generation: 1 + labels: + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + namespace: arendelle-nfvhz + resourceVersion: "1704648" + uid: 68c840e9-7cdf-4316-9945-5ca0f654da50 + spec: + pipelineRef: + name: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask1 + pipelineTaskName: dagtask1 + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask2 + pipelineTaskName: dagtask2 + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask5 + pipelineTaskName: dagtask5 + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask1 + pipelineTaskName: finaltask1 + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask2 + pipelineTaskName: finaltask2 + completionTime: "2023-06-09T21:13:55Z" + conditions: + - lastTransitionTime: "2023-06-09T21:13:55Z" + message: 'Tasks Completed: 5 (Failed: 3, Cancelled 0), Skipped: 10' + reason: Failed + status: "False" + type: Succeeded + finallyStartTime: "2023-06-09T21:13:50Z" + pipelineSpec: + finally: + - name: finaltask1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + - name: finaltask2 + params: + - name: dagtask1-status + value: $(tasks.dagtask1.status) + - name: dagtask2-status + value: $(tasks.dagtask2.status) + - name: dagtask3-status + value: $(tasks.dagtask3.status) + - name: dagtasks-aggregate-status + value: $(tasks.status) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-intxnhtr + - name: finaltaskconsumingdagtask1 + params: + - name: dagtask-result + value: $(tasks.dagtask1.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: finaltaskconsumingdagtask4 + params: + - name: dagtask-result + value: $(tasks.dagtask4.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: finaltaskconsumingdagtask5 + params: + - name: dagtask-result + value: $(tasks.dagtask5.results.result) + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-vaoqapod + - name: guardedfinaltaskconsumingdagtask4 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask4.results.result) + operator: in + values: + - aResult + - name: guardedfinaltaskusingdagtask5result1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.results.result) + operator: in + values: + - Hello + - name: guardedfinaltaskusingdagtask5result2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.results.result) + operator: notin + values: + - Hello + - name: guardedfinaltaskusingdagtask5status1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.status) + operator: in + values: + - Succeeded + - input: $(tasks.status) + operator: in + values: + - Failed + - name: guardedfinaltaskusingdagtask5status2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-tzcrazgl + when: + - input: $(tasks.dagtask5.status) + operator: in + values: + - Failed + - input: $(tasks.status) + operator: notin + values: + - Failed + tasks: + - name: dagtask1 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-oupcygbz + - name: dagtask2 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-fvmlqptw + - name: dagtask3 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + when: + - input: banana + operator: in + values: + - apple + - name: dagtask4 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + when: + - input: foo + operator: notin + values: + - foo + - name: dagtask5 + taskRef: + kind: Task + name: pipeline-level-finally-one-d-a-g-task-fai-kszyrchf + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: dagtask3 + reason: PipelineRun was stopping + whenExpressions: + - input: banana + operator: in + values: + - apple + - name: dagtask4 + reason: PipelineRun was stopping + whenExpressions: + - input: foo + operator: notin + values: + - foo + - name: finaltaskconsumingdagtask1 + reason: Results were missing + - name: finaltaskconsumingdagtask4 + reason: Results were missing + - name: finaltaskconsumingdagtask5 + reason: Results were missing + - name: guardedfinaltaskconsumingdagtask4 + reason: Results were missing + - name: guardedfinaltaskusingdagtask5result1 + reason: Results were missing + - name: guardedfinaltaskusingdagtask5result2 + reason: Results were missing + - name: guardedfinaltaskusingdagtask5status1 + reason: When Expressions evaluated to false + whenExpressions: + - input: Failed + operator: in + values: + - Succeeded + - input: Failed + operator: in + values: + - Failed + - name: guardedfinaltaskusingdagtask5status2 + reason: When Expressions evaluated to false + whenExpressions: + - input: Failed + operator: in + values: + - Failed + - input: Failed + operator: notin + values: + - Failed + startTime: "2023-06-09T21:13:31Z" + + --- + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:49Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: finally + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: finaltask1 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-chtjhudp + tekton.dev/taskRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask1 + name: pipeline-level-finally-one-22837c9d3ea2de9b448883e449110ea5-pod + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask1 + uid: ac5f284f-85b8-49e8-a166-ea5040f0202a + resourceVersion: "1704636" + uid: 88bade1e-d2cb-48ec-8171-c19faaddd38e + spec: + activeDeadlineSeconds: 5400 + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -results + - result + - -entrypoint + - /tekton/scripts/script-0-kfhcw + - -- + command: + - /tekton/bin/entrypoint + image: alpine + imagePullPolicy: Always + name: step-unnamed-0 + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-9twxp + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-unnamed-0 + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-9twxp + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-kfhcw" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQpleGl0IDA= + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-9twxp + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - name: kube-api-access-9twxp + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:53Z" + status: "True" + type: Initialized + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:54Z" + status: "True" + type: Ready + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:54Z" + status: "True" + type: ContainersReady + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:49Z" + status: "True" + type: PodScheduled + containerStatuses: + - containerID: docker://39a9f9730c22408757a7244a7122733f34f6063442f6ef76d42d3ff60a3f5b4c + image: alpine:latest + imageID: docker-pullable://alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11 + lastState: {} + name: step-unnamed-0 + ready: true + restartCount: 0 + started: true + state: + running: + startedAt: "2023-06-09T21:13:54Z" + hostIP: 192.168.49.2 + initContainerStatuses: + - containerID: docker://0d76a1d9c9ae23f7e5b59b5b8efc7ae337655a46d8e14ec6813614a227eddc62 + image: sha256:92fba2111c0552b67691cef729045b83a20a58318a65fad548a46e95fe2a1d5d + imageID: docker-pullable://emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + lastState: {} + name: prepare + ready: true + restartCount: 0 + state: + terminated: + containerID: docker://0d76a1d9c9ae23f7e5b59b5b8efc7ae337655a46d8e14ec6813614a227eddc62 + exitCode: 0 + finishedAt: "2023-06-09T21:13:52Z" + reason: Completed + startedAt: "2023-06-09T21:13:51Z" + - containerID: docker://af81133ff40d1ddecb6c10903c78b0880a3bba7693a4c955368adc5ca8f13dcc + image: sha256:ae017bc447b9b6c5a7451e9da3d74e489263327a55a71d73a121193a583e1a16 + imageID: docker-pullable://cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + lastState: {} + name: place-scripts + ready: true + restartCount: 0 + state: + terminated: + containerID: docker://af81133ff40d1ddecb6c10903c78b0880a3bba7693a4c955368adc5ca8f13dcc + exitCode: 0 + finishedAt: "2023-06-09T21:13:53Z" + reason: Completed + startedAt: "2023-06-09T21:13:52Z" + phase: Running + podIP: 10.244.5.70 + podIPs: + - ip: 10.244.5.70 + qosClass: BestEffort + startTime: "2023-06-09T21:13:49Z" + + --- + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + tekton.dev/ready: READY + creationTimestamp: "2023-06-09T21:13:49Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: finally + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: finaltask2 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-intxnhtr + tekton.dev/taskRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask2 + name: pipeline-level-finally-one-4cf4229c8f7c817f201775ede99b7cc9-pod + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-finaltask2 + uid: 86a48aab-e447-4650-96cc-f4c495a5832b + resourceVersion: "1704644" + uid: bf528f79-f6fe-4742-b925-de50594cbb8b + spec: + activeDeadlineSeconds: 5400 + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -entrypoint + - /tekton/scripts/script-0-hv76v + - -- + command: + - /tekton/bin/entrypoint + image: alpine + imagePullPolicy: Always + name: step-unnamed-0 + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-p2ntw + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-unnamed-0 + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-p2ntw + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-hv76v" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQpleGl0IDA= + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-p2ntw + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - name: kube-api-access-p2ntw + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:53Z" + reason: PodCompleted + status: "True" + type: Initialized + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:55Z" + reason: PodCompleted + status: "False" + type: Ready + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:55Z" + reason: PodCompleted + status: "False" + type: ContainersReady + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:49Z" + status: "True" + type: PodScheduled + containerStatuses: + - containerID: docker://c379bc39153f9931f6c547e6e4ae00389d8843a4181ed07e2396670b86cc07e0 + image: alpine:latest + imageID: docker-pullable://alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11 + lastState: {} + name: step-unnamed-0 + ready: false + restartCount: 0 + started: false + state: + terminated: + containerID: docker://c379bc39153f9931f6c547e6e4ae00389d8843a4181ed07e2396670b86cc07e0 + exitCode: 0 + finishedAt: "2023-06-09T21:13:55Z" + message: '[{"key":"StartedAt","value":"2023-06-09T21:13:55.671Z","type":3}]' + reason: Completed + startedAt: "2023-06-09T21:13:54Z" + hostIP: 192.168.49.2 + initContainerStatuses: + - containerID: docker://5f18d9a0ac5ad66e56ea65df52a98e3b1accfccea0fbdc7e6b6174ead2f1cc8e + image: sha256:92fba2111c0552b67691cef729045b83a20a58318a65fad548a46e95fe2a1d5d + imageID: docker-pullable://emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + lastState: {} + name: prepare + ready: true + restartCount: 0 + state: + terminated: + containerID: docker://5f18d9a0ac5ad66e56ea65df52a98e3b1accfccea0fbdc7e6b6174ead2f1cc8e + exitCode: 0 + finishedAt: "2023-06-09T21:13:52Z" + reason: Completed + startedAt: "2023-06-09T21:13:51Z" + - containerID: docker://c5f0fb0a46b9cca40c97e950cc9268da7ddbf364cb0abf6413454a7ae77c2a1d + image: sha256:ae017bc447b9b6c5a7451e9da3d74e489263327a55a71d73a121193a583e1a16 + imageID: docker-pullable://cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + lastState: {} + name: place-scripts + ready: true + restartCount: 0 + state: + terminated: + containerID: docker://c5f0fb0a46b9cca40c97e950cc9268da7ddbf364cb0abf6413454a7ae77c2a1d + exitCode: 0 + finishedAt: "2023-06-09T21:13:53Z" + reason: Completed + startedAt: "2023-06-09T21:13:52Z" + phase: Running + podIP: 10.244.5.71 + podIPs: + - ip: 10.244.5.71 + qosClass: BestEffort + startTime: "2023-06-09T21:13:49Z" + + --- + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:31Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: dagtask1 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-oupcygbz + tekton.dev/taskRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask1 + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask1-pod + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask1 + uid: cd43f3ef-e8cc-456c-8f91-7a725e88c012 + resourceVersion: "1704519" + uid: 148ab9a2-87eb-42e0-a5f2-fe4b2a798944 + spec: + activeDeadlineSeconds: 5400 + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -results + - result + - -entrypoint + - /tekton/scripts/script-0-rzg85 + - -- + command: + - /tekton/bin/entrypoint + image: alpine + imagePullPolicy: Always + name: step-unnamed-0 + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-st4ms + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-unnamed-0 + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-st4ms + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-rzg85" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQpleGl0IDE= + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-st4ms + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - name: kube-api-access-st4ms + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:35Z" + status: "True" + type: Initialized + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:36Z" + status: "True" + type: Ready + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:36Z" + status: "True" + type: ContainersReady + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:31Z" + status: "True" + type: PodScheduled + containerStatuses: + - containerID: docker://ee7d40c86dbfa59d153122e9348108f9b2f037c05d1810ca51f1f95b160bb7d3 + image: alpine:latest + imageID: docker-pullable://alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11 + lastState: {} + name: step-unnamed-0 + ready: true + restartCount: 0 + started: true + state: + running: + startedAt: "2023-06-09T21:13:36Z" + hostIP: 192.168.49.2 + initContainerStatuses: + - containerID: docker://8cb0a733db8e9ec8686704f0f8842285b85c9081c362e21eca2491fbeb082f0b + image: sha256:92fba2111c0552b67691cef729045b83a20a58318a65fad548a46e95fe2a1d5d + imageID: docker-pullable://emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + lastState: {} + name: prepare + ready: true + restartCount: 0 + state: + terminated: + containerID: docker://8cb0a733db8e9ec8686704f0f8842285b85c9081c362e21eca2491fbeb082f0b + exitCode: 0 + finishedAt: "2023-06-09T21:13:34Z" + reason: Completed + startedAt: "2023-06-09T21:13:32Z" + - containerID: docker://ffdba7f4ef1cf65f61d0494ca285a11fee72ec1f98b632a69c5e5cd00f300972 + image: sha256:ae017bc447b9b6c5a7451e9da3d74e489263327a55a71d73a121193a583e1a16 + imageID: docker-pullable://cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + lastState: {} + name: place-scripts + ready: true + restartCount: 0 + state: + terminated: + containerID: docker://ffdba7f4ef1cf65f61d0494ca285a11fee72ec1f98b632a69c5e5cd00f300972 + exitCode: 0 + finishedAt: "2023-06-09T21:13:35Z" + reason: Completed + startedAt: "2023-06-09T21:13:34Z" + phase: Running + podIP: 10.244.5.67 + podIPs: + - ip: 10.244.5.67 + qosClass: BestEffort + startTime: "2023-06-09T21:13:31Z" + + --- + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + tekton.dev/ready: READY + creationTimestamp: "2023-06-09T21:13:31Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: dagtask2 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-fvmlqptw + tekton.dev/taskRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask2 + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask2-pod + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask2 + uid: bc03c9ed-fc87-41ec-8d2f-1e35863167dd + resourceVersion: "1704608" + uid: d328de45-c288-4afe-b576-60c644b5c2c0 + spec: + activeDeadlineSeconds: 5400 + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -entrypoint + - /tekton/scripts/script-0-tf26q + - -- + command: + - /tekton/bin/entrypoint + image: alpine + imagePullPolicy: Always + name: step-unnamed-0 + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-rjdtk + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-unnamed-0 + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-rjdtk + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-tf26q" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQpzbGVlcCA1OyBleGl0IDA= + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-rjdtk + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - name: kube-api-access-rjdtk + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:36Z" + reason: PodCompleted + status: "True" + type: Initialized + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:49Z" + reason: PodCompleted + status: "False" + type: Ready + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:49Z" + reason: PodCompleted + status: "False" + type: ContainersReady + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:31Z" + status: "True" + type: PodScheduled + containerStatuses: + - containerID: docker://52255590f57afa3d1067ba5f36039981c9f96fdde3f125e49c0016b9300651e3 + image: alpine:latest + imageID: docker-pullable://alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11 + lastState: {} + name: step-unnamed-0 + ready: false + restartCount: 0 + started: false + state: + terminated: + containerID: docker://52255590f57afa3d1067ba5f36039981c9f96fdde3f125e49c0016b9300651e3 + exitCode: 0 + finishedAt: "2023-06-09T21:13:48Z" + message: '[{"key":"StartedAt","value":"2023-06-09T21:13:43.524Z","type":3}]' + reason: Completed + startedAt: "2023-06-09T21:13:42Z" + hostIP: 192.168.49.2 + initContainerStatuses: + - containerID: docker://25c8d9d02d4ba311b18ea472b9246d5d30fd5fc608b504f9eba66541b3fd0ef3 + image: sha256:92fba2111c0552b67691cef729045b83a20a58318a65fad548a46e95fe2a1d5d + imageID: docker-pullable://emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + lastState: {} + name: prepare + ready: true + restartCount: 0 + state: + terminated: + containerID: docker://25c8d9d02d4ba311b18ea472b9246d5d30fd5fc608b504f9eba66541b3fd0ef3 + exitCode: 0 + finishedAt: "2023-06-09T21:13:34Z" + reason: Completed + startedAt: "2023-06-09T21:13:33Z" + - containerID: docker://f2fae7df005ed1de5e9659b0b614b567ef78c2d2e3751ed03fcc0f3a46b25fef + image: sha256:ae017bc447b9b6c5a7451e9da3d74e489263327a55a71d73a121193a583e1a16 + imageID: docker-pullable://cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + lastState: {} + name: place-scripts + ready: true + restartCount: 0 + state: + terminated: + containerID: docker://f2fae7df005ed1de5e9659b0b614b567ef78c2d2e3751ed03fcc0f3a46b25fef + exitCode: 0 + finishedAt: "2023-06-09T21:13:36Z" + reason: Completed + startedAt: "2023-06-09T21:13:35Z" + phase: Succeeded + podIP: 10.244.5.68 + podIPs: + - ip: 10.244.5.68 + qosClass: BestEffort + startTime: "2023-06-09T21:13:31Z" + + --- + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:13:32Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-level-finally-one-d-a-g-task-fai-fpzzsnsv + tekton.dev/pipelineRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy + tekton.dev/pipelineTask: dagtask5 + tekton.dev/task: pipeline-level-finally-one-d-a-g-task-fai-kszyrchf + tekton.dev/taskRun: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask5 + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask5-pod + namespace: arendelle-nfvhz + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: pipeline-level-finally-one-d-a-g-task-fai-qxjhlbvy-dagtask5 + uid: f30fa3c8-e56b-47a3-be95-25bd7e438839 + resourceVersion: "1704538" + uid: 17f5db6d-3ce9-4a43-93f6-f377518bffe5 + spec: + activeDeadlineSeconds: 5400 + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -results + - result,result + - -entrypoint + - /tekton/scripts/script-0-gjzdc + - -- + command: + - /tekton/bin/entrypoint + image: alpine + imagePullPolicy: Always + name: step-unnamed-0 + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-l5ktp + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-unnamed-0 + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-l5ktp + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-gjzdc" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQplY2hvIC1uICJIZWxsbyIgPiAvdGVrdG9uL3Jlc3VsdHMvcmVzdWx0 + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-l5ktp + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - name: kube-api-access-l5ktp + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:36Z" + status: "True" + type: Initialized + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:43Z" + status: "True" + type: Ready + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:43Z" + status: "True" + type: ContainersReady + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:13:32Z" + status: "True" + type: PodScheduled + containerStatuses: + - containerID: docker://e8eae20311a4e493621d7aa40c6fee4fa0314a4516127ab49009be9630d3f1d3 + image: alpine:latest + imageID: docker-pullable://alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11 + lastState: {} + name: step-unnamed-0 + ready: true + restartCount: 0 + started: true + state: + running: + startedAt: "2023-06-09T21:13:42Z" + hostIP: 192.168.49.2 + initContainerStatuses: + - containerID: docker://782431a7207001f771d1a5a4b98422d64561f0b7be1d2a58bb2110b4768d6f2e + image: sha256:92fba2111c0552b67691cef729045b83a20a58318a65fad548a46e95fe2a1d5d + imageID: docker-pullable://emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + lastState: {} + name: prepare + ready: true + restartCount: 0 + state: + terminated: + containerID: docker://782431a7207001f771d1a5a4b98422d64561f0b7be1d2a58bb2110b4768d6f2e + exitCode: 0 + finishedAt: "2023-06-09T21:13:34Z" + reason: Completed + startedAt: "2023-06-09T21:13:33Z" + - containerID: docker://4436165c0c85a90729bb73ec61396ab26f65cadf4ccbb4a1bb0cbe1b7596b56c + image: sha256:ae017bc447b9b6c5a7451e9da3d74e489263327a55a71d73a121193a583e1a16 + imageID: docker-pullable://cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + lastState: {} + name: place-scripts + ready: true + restartCount: 0 + state: + terminated: + containerID: docker://4436165c0c85a90729bb73ec61396ab26f65cadf4ccbb4a1bb0cbe1b7596b56c + exitCode: 0 + finishedAt: "2023-06-09T21:13:36Z" + reason: Completed + startedAt: "2023-06-09T21:13:35Z" + phase: Running + podIP: 10.244.5.69 + podIPs: + - ip: 10.244.5.69 + qosClass: BestEffort + startTime: "2023-06-09T21:13:32Z" + + panic.go:522: ##################################################### + panic.go:522: ### Dumping logs from Pods in the arendelle-nfvhz ### + panic.go:522: ##################################################### + build_logs.go:37: build logs + >>> Container step-unnamed-0: + build_logs.go:37: build logs + >>> Container step-unnamed-0: + build_logs.go:37: build logs + >>> Container step-unnamed-0: + build_logs.go:37: build logs + >>> Container step-unnamed-0: + build_logs.go:37: build logs + >>> Container step-unnamed-0: + build_logs.go:37: build logs + >>> Container step-unnamed-0: + build_logs.go:37: build logs + >>> Container step-unnamed-0: + build_logs.go:37: build logs + >>> Container step-unnamed-0: + build_logs.go:37: build logs + >>> Container step-unnamed-0: + build_logs.go:37: build logs + >>> Container step-unnamed-0: + panic.go:522: Not deleting namespace arendelle-nfvhz +--- FAIL: TestPipelineLevelFinally_OneDAGTaskFailed_InvalidTaskResult_Failure (27.71s) +=== RUN TestPipelineLevelFinally_OneFinalTaskFailed_Failure + pipelinefinally_test.go:400: Create namespace arendelle-9xdc4 to deploy to + pipelinefinally_test.go:400: Verify SA "default" is created in namespace "arendelle-9xdc4" + pipelinefinally_test.go:462: Deleting namespace arendelle-9xdc4 +--- PASS: TestPipelineLevelFinally_OneFinalTaskFailed_Failure (10.07s) +=== RUN TestPipelineLevelFinally_OneFinalTask_CancelledRunFinally + pipelinefinally_test.go:468: Create namespace arendelle-8222k to deploy to + pipelinefinally_test.go:468: Verify SA "default" is created in namespace "arendelle-8222k" + 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":"true", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "results-from":"termination-message", "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.01s) +=== RUN TestPipelineLevelFinally_OneFinalTask_StoppedRunFinally + pipelinefinally_test.go:583: Create namespace arendelle-mkqq6 to deploy to + pipelinefinally_test.go:583: Verify SA "default" is created in namespace "arendelle-mkqq6" + 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":"true", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "results-from":"termination-message", "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.01s) +=== RUN TestPipelineRunStatusSpec +=== PAUSE TestPipelineRunStatusSpec +=== RUN TestPipelineRun +=== PAUSE TestPipelineRun +=== RUN TestPipelineRunRefDeleted + pipelinerun_test.go:429: Create namespace arendelle-bgndc to deploy to + pipelinerun_test.go:429: Verify SA "default" is created in namespace "arendelle-bgndc" + pipelinerun_test.go:436: Creating Pipeline, and PipelineRun pipeline-run-ref-deleted-kvczbora in namespace arendelle-bgndc + pipelinerun_test.go:479: Waiting for PipelineRun pipeline-run-ref-deleted-kvczbora in namespace arendelle-bgndc to complete + stream.go:305: I 21:14:08.769 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] Creating a new TaskRun object pipeline-run-ref-deleted-kvczbora-step1 for pipeline task step1 + stream.go:305: I 21:14:08.784 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:08.783939175 +0000 UTC m=+2678.345213682} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:14:08.803 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 8, 803618716, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:14:08.903 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] Found a TaskRun pipeline-run-ref-deleted-kvczbora-step1 that was missing from the PipelineRun status + stream.go:305: I 21:14:08.909 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:08.909752675 +0000 UTC m=+2678.471027057} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:14:08.934 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 8, 934665133, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:09.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:08 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:14:09.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 9, 36011008, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:09.039 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:08 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:14:09.064 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 9, 64536592, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:09.656 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 9, 656480967, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + pipelinerun_test.go:488: Waiting for PipelineRun pipeline-run-ref-deleted-kvczbora in namespace arendelle-bgndc to complete + stream.go:305: I 21:14:10.726 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 10, 726342926, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:14:10.752 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 10, 752445592, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:14:10.756 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:08 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:14:11.795 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 11, 795052093, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\""} + stream.go:305: I 21:14:11.827 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 11, 827015885, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\""} + stream.go:305: I 21:14:11.827 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:08 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:14:12.861 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 12, 861380218, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:14:12.885 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 12, 885350927, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:14:12.900 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:08 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:14:12.920 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 12, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:14:25.447 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step1/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 25, 447394918, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:14:25.473 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] taskrun done : pipeline-run-ref-deleted-kvczbora-step1 + stream.go:305: I 21:14:25.477 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] Creating a new TaskRun object pipeline-run-ref-deleted-kvczbora-step2 for pipeline task step2 + stream.go:305: I 21:14:25.479 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Reconcile succeeded + stream.go:305: I 21:14:25.499 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:25.499639668 +0000 UTC m=+2695.060704856} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:25.522 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step2/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 25, 521192793, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:14:25.597 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:25 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:25.606 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:25 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:25.648 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step2/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 25, 648240043, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:25.654 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:25 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:25.695 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step2/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 25, 695348919, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:25.698 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:25 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:26.822 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step2/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 26, 822106044, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:14:26.918 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step2/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 26, 918259169, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:14:26.927 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:25 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:27.934 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] taskrun done : pipeline-run-ref-deleted-kvczbora-step1 + stream.go:305: I 21:14:27.940 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step1] Reconcile succeeded + stream.go:305: I 21:14:27.956 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step2/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 27, 956007170, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\""} + stream.go:305: I 21:14:28.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step2/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 28, 18940461, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\""} + stream.go:305: I 21:14:28.020 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:25 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:29.037 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step2/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 29, 37230920, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:14:29.100 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step2/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 29, 100481462, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:14:29.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded Unknown {2023-06-09 21:14:25 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:29.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step2/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 29, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:14:40.759 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Successfully reconciled taskrun pipeline-run-ref-deleted-kvczbora-step2/arendelle-bgndc with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 40, 758524134, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:14:40.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] taskrun done : pipeline-run-ref-deleted-kvczbora-step2 + stream.go:305: I 21:14:40.820 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] All TaskRuns have finished for PipelineRun pipeline-run-ref-deleted-kvczbora so it has finished + stream.go:305: I 21:14:40.820 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora-step2] Reconcile succeeded + stream.go:305: I 21:14:40.820 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] PipelineRun pipeline-run-ref-deleted-kvczbora status is being set to &{Succeeded True {2023-06-09 21:14:40.820685967 +0000 UTC m=+2710.381751196} Succeeded Tasks Completed: 2 (Failed: 0, Cancelled 0), Skipped: 0} + stream.go:305: I 21:14:40.899 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-bgndc/pipeline-run-ref-deleted-kvczbora] Reconcile succeeded + pipelinerun_test.go:492: Deleting namespace arendelle-bgndc +--- PASS: TestPipelineRunRefDeleted (33.05s) +=== RUN TestPipelineRunPending + pipelinerun_test.go:502: Create namespace arendelle-6tjlq to deploy to + pipelinerun_test.go:502: Verify SA "default" is created in namespace "arendelle-6tjlq" + pipelinerun_test.go:511: Creating Task, Pipeline, and Pending PipelineRun pipeline-run-pending-havhqcit in namespace arendelle-6tjlq + pipelinerun_test.go:552: Waiting for PipelineRun pipeline-run-pending-havhqcit in namespace arendelle-6tjlq to be marked pending + stream.go:305: I 21:14:41.906 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] Reconcile succeeded + stream.go:305: I 21:14:41.907 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] Reconcile succeeded + stream.go:305: I 21:14:41.907 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] Reconcile succeeded + pipelinerun_test.go:557: Clearing pending status on PipelineRun pipeline-run-pending-havhqcit + pipelinerun_test.go:574: Waiting for PipelineRun pipeline-run-pending-havhqcit in namespace arendelle-6tjlq to complete + stream.go:305: I 21:14:42.867 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] Creating a new TaskRun object pipeline-run-pending-havhqcit-task for pipeline task task + stream.go:305: I 21:14:42.905 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] PipelineRun pipeline-run-pending-havhqcit status is being set to &{Succeeded Unknown {2023-06-09 21:14:42.90497326 +0000 UTC m=+2712.466038406} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:42.935 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit-task] Successfully reconciled taskrun pipeline-run-pending-havhqcit-task/arendelle-6tjlq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 42, 935334802, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:14:43.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] PipelineRun pipeline-run-pending-havhqcit status is being set to &{Succeeded Unknown {2023-06-09 21:14:42 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:43.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] PipelineRun pipeline-run-pending-havhqcit status is being set to &{Succeeded Unknown {2023-06-09 21:14:42 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:43.056 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] PipelineRun pipeline-run-pending-havhqcit status is being set to &{Succeeded Unknown {2023-06-09 21:14:42 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:43.057 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit-task] Successfully reconciled taskrun pipeline-run-pending-havhqcit-task/arendelle-6tjlq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 43, 57011885, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:14:43.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] PipelineRun pipeline-run-pending-havhqcit status is being set to &{Succeeded Unknown {2023-06-09 21:14:42 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:43.103 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit-task] Successfully reconciled taskrun pipeline-run-pending-havhqcit-task/arendelle-6tjlq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 43, 103053427, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:14:43.953 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit-task] Successfully reconciled taskrun pipeline-run-pending-havhqcit-task/arendelle-6tjlq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 43, 953287969, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:14:43.976 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit-task] Successfully reconciled taskrun pipeline-run-pending-havhqcit-task/arendelle-6tjlq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 43, 976384177, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:14:43.976 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] PipelineRun pipeline-run-pending-havhqcit status is being set to &{Succeeded Unknown {2023-06-09 21:14:42 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:45.044 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit-task] Successfully reconciled taskrun pipeline-run-pending-havhqcit-task/arendelle-6tjlq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 45, 44182219, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:14:45.066 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit-task] Successfully reconciled taskrun pipeline-run-pending-havhqcit-task/arendelle-6tjlq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 45, 66147553, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:14:45.071 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] PipelineRun pipeline-run-pending-havhqcit status is being set to &{Succeeded Unknown {2023-06-09 21:14:42 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:45.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit-task] Successfully reconciled taskrun pipeline-run-pending-havhqcit-task/arendelle-6tjlq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 45, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:14:46.089 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit-task] Successfully reconciled taskrun pipeline-run-pending-havhqcit-task/arendelle-6tjlq with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 46, 89339720, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:14:46.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit-task] taskrun done : pipeline-run-pending-havhqcit-task + stream.go:305: I 21:14:46.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] All TaskRuns have finished for PipelineRun pipeline-run-pending-havhqcit so it has finished + stream.go:305: I 21:14:46.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] PipelineRun pipeline-run-pending-havhqcit status is being set to &{Succeeded True {2023-06-09 21:14:46.110495845 +0000 UTC m=+2715.671560866} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0} + stream.go:305: I 21:14:46.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit-task] Reconcile succeeded + stream.go:305: I 21:14:46.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-6tjlq/pipeline-run-pending-havhqcit] Reconcile succeeded + pipelinerun_test.go:578: Deleting namespace arendelle-6tjlq +--- PASS: TestPipelineRunPending (5.12s) +=== RUN TestPipelineRunTaskFailed + pipelinerun_test.go:960: Create namespace arendelle-s8gmd to deploy to + pipelinerun_test.go:960: Verify SA "default" is created in namespace "arendelle-s8gmd" + pipelinerun_test.go:969: Creating Task, Pipeline, and Pending PipelineRun pipeline-run-task-failed-zpptdyzr in namespace arendelle-s8gmd + stream.go:305: I 21:14:47.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr] Creating a new TaskRun object pipeline-run-task-failed-zpptdyzr-xxx for pipeline task xxx + stream.go:305: I 21:14:47.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr] PipelineRun pipeline-run-task-failed-zpptdyzr status is being set to &{Succeeded Unknown {2023-06-09 21:14:47.105823179 +0000 UTC m=+2716.666888491} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: E 21:14:47.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr-xxx] Reconcile: Could not find results with names: abc for task pipeline-run-task-failed-zpptdyzr-xxx + stream.go:305: I 21:14:47.316 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr] PipelineRun pipeline-run-task-failed-zpptdyzr status is being set to &{Succeeded Unknown {2023-06-09 21:14:47 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: E 21:14:47.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr-xxx] Returned an error err=1 error occurred: + * Could not find results with names: abc for task pipeline-run-task-failed-zpptdyzr-xxx + + stream.go:305: E 21:14:47.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr-xxx] Reconcile error err=1 error occurred: + * Could not find results with names: abc for task pipeline-run-task-failed-zpptdyzr-xxx + + stream.go:305: E 21:14:47.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr-xxx] Reconcile: Could not find results with names: abc for task pipeline-run-task-failed-zpptdyzr-xxx + stream.go:305: I 21:14:47.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr] PipelineRun pipeline-run-task-failed-zpptdyzr status is being set to &{Succeeded Unknown {2023-06-09 21:14:47 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:47.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr] All TaskRuns have finished for PipelineRun pipeline-run-task-failed-zpptdyzr so it has finished + stream.go:305: I 21:14:47.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr] PipelineRun pipeline-run-task-failed-zpptdyzr status is being set to &{Succeeded False {2023-06-09 21:14:47.334742554 +0000 UTC m=+2716.895807658} Failed Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0} + stream.go:305: I 21:14:47.417 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr] Reconcile succeeded + stream.go:305: E 21:14:47.437 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr-xxx] Returned an error err=1 error occurred: + * Could not find results with names: abc for task pipeline-run-task-failed-zpptdyzr-xxx + + stream.go:305: E 21:14:47.438 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr-xxx] Reconcile error err=1 error occurred: + * Could not find results with names: abc for task pipeline-run-task-failed-zpptdyzr-xxx + + stream.go:305: I 21:14:47.439 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr-xxx] taskrun done : pipeline-run-task-failed-zpptdyzr-xxx + stream.go:305: I 21:14:47.442 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr] Reconcile succeeded + stream.go:305: I 21:14:47.449 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr-xxx] Reconcile succeeded + stream.go:305: I 21:14:47.450 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr-xxx] taskrun done : pipeline-run-task-failed-zpptdyzr-xxx + stream.go:305: I 21:14:47.495 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-s8gmd/pipeline-run-task-failed-zpptdyzr-xxx] Reconcile succeeded + pipelinerun_test.go:1038: Deleting namespace arendelle-s8gmd +--- PASS: TestPipelineRunTaskFailed (1.13s) +=== RUN TestPropagatedParams +=== PAUSE TestPropagatedParams +=== RUN TestCreateImage +2023/06/09 17:14:48 GET /v2/ +2023/06/09 17:14:48 HEAD /v2/task/test-create-image/manifests/latest 404 NAME_UNKNOWN Unknown name +2023/06/09 17:14:48 HEAD /v2/task/test-create-image/blobs/sha256:9ab10150462e0b713850897e4d47ddc1e0e82a392683c177b430652929c36cc4 404 BLOB_UNKNOWN Unknown blob +2023/06/09 17:14:48 HEAD /v2/task/test-create-image/blobs/sha256:dde0f71137f2e7b5f46b439840ccf4d11c72a8853201b04f6a118365853aa8a6 404 BLOB_UNKNOWN Unknown blob +2023/06/09 17:14:48 POST /v2/task/test-create-image/blobs/uploads/ +2023/06/09 17:14:48 POST /v2/task/test-create-image/blobs/uploads/ +2023/06/09 17:14:48 PATCH /v2/task/test-create-image/blobs/uploads/1912405300394130464 +2023/06/09 17:14:48 PATCH /v2/task/test-create-image/blobs/uploads/656895399108477952 +2023/06/09 17:14:48 PUT /v2/task/test-create-image/blobs/uploads/1912405300394130464?digest=sha256%3A9ab10150462e0b713850897e4d47ddc1e0e82a392683c177b430652929c36cc4 +2023/06/09 17:14:48 PUT /v2/task/test-create-image/blobs/uploads/656895399108477952?digest=sha256%3Adde0f71137f2e7b5f46b439840ccf4d11c72a8853201b04f6a118365853aa8a6 +2023/06/09 17:14:48 PUT /v2/task/test-create-image/manifests/latest +2023/06/09 17:14:48 GET /v2/ +2023/06/09 17:14:48 GET /v2/task/test-create-image/manifests/sha256:78e6c563134c9d91efdcb2ee897ac03f12945318efe148dd84ff298c855d1416 +2023/06/09 17:14:48 GET /v2/task/test-create-image/blobs/sha256:dde0f71137f2e7b5f46b439840ccf4d11c72a8853201b04f6a118365853aa8a6 +--- PASS: TestCreateImage (0.50s) +=== RUN TestHubResolver + resolvers_test.go:80: Create namespace arendelle-x7dhm to deploy to + resolvers_test.go:80: Verify SA "default" is created in namespace "arendelle-x7dhm" +=== PAUSE TestHubResolver +=== RUN TestHubResolver_Failure + resolvers_test.go:139: Create namespace arendelle-lmpbm to deploy to + resolvers_test.go:139: Verify SA "default" is created in namespace "arendelle-lmpbm" +=== PAUSE TestHubResolver_Failure +=== RUN TestGitResolver_Clone + resolvers_test.go:202: Create namespace arendelle-swkq9 to deploy to + resolvers_test.go:202: Verify SA "default" is created in namespace "arendelle-swkq9" +=== PAUSE TestGitResolver_Clone +=== RUN TestGitResolver_Clone_Failure +=== RUN TestGitResolver_Clone_Failure/repo_does_not_exist + resolvers_test.go:303: Create namespace arendelle-nj2d6 to deploy to + resolvers_test.go:303: Verify SA "default" is created in namespace "arendelle-nj2d6" +=== PAUSE TestGitResolver_Clone_Failure/repo_does_not_exist +=== RUN TestGitResolver_Clone_Failure/path_does_not_exist + resolvers_test.go:303: Create namespace arendelle-lppc5 to deploy to + resolvers_test.go:303: Verify SA "default" is created in namespace "arendelle-lppc5" +=== PAUSE TestGitResolver_Clone_Failure/path_does_not_exist +=== RUN TestGitResolver_Clone_Failure/commit_does_not_exist + resolvers_test.go:303: Create namespace arendelle-vs7cb to deploy to + resolvers_test.go:303: Verify SA "default" is created in namespace "arendelle-vs7cb" +=== PAUSE TestGitResolver_Clone_Failure/commit_does_not_exist +=== CONT TestGitResolver_Clone_Failure/repo_does_not_exist +=== CONT TestGitResolver_Clone_Failure/commit_does_not_exist +=== CONT TestGitResolver_Clone_Failure/path_does_not_exist + resolvers_test.go:354: Waiting for PipelineRun git-resolver-clone-failure-path-does-not--llgxhfhl in namespace arendelle-lppc5 to complete +=== NAME TestGitResolver_Clone_Failure/repo_does_not_exist + resolvers_test.go:354: Waiting for PipelineRun git-resolver-clone-failure-repo-does-not--tqwtibdz in namespace arendelle-nj2d6 to complete +=== NAME TestGitResolver_Clone_Failure/commit_does_not_exist + resolvers_test.go:354: Waiting for PipelineRun git-resolver-clone-failure-commit-does-no-vckbulfb in namespace arendelle-vs7cb to complete +=== NAME TestGitResolver_Clone + stream.go:305: W 21:14:49.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Failed to update PipelineRun labels/annotations{error 26 0 Operation cannot be fulfilled on pipelineruns.tekton.dev "git-resolver-clone-failure-repo-does-not--tqwtibdz": the object has been modified; please apply your changes to the latest version and try again} + stream.go:305: E 21:14:49.309 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Returned an error err=1 error occurred: + * Operation cannot be fulfilled on pipelineruns.tekton.dev "git-resolver-clone-failure-repo-does-not--tqwtibdz": the object has been modified; please apply your changes to the latest version and try again + + stream.go:305: E 21:14:49.309 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Reconcile error err=1 error occurred: + * Operation cannot be fulfilled on pipelineruns.tekton.dev "git-resolver-clone-failure-repo-does-not--tqwtibdz": the object has been modified; please apply your changes to the latest version and try again + + stream.go:305: E 21:14:49.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Reconcile error: Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-nj2d6/git-ab5a3e40bd47e947b037f8ce8839393d": clone error: authentication required + stream.go:305: E 21:14:49.427 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Returned an error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-nj2d6/git-ab5a3e40bd47e947b037f8ce8839393d": clone error: authentication required + + stream.go:305: E 21:14:49.428 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Reconcile error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-nj2d6/git-ab5a3e40bd47e947b037f8ce8839393d": clone error: authentication required + + stream.go:305: E 21:14:49.433 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Reconcile error: Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-nj2d6/git-ab5a3e40bd47e947b037f8ce8839393d": clone error: authentication required + stream.go:305: E 21:14:49.553 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Returned an error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-nj2d6/git-ab5a3e40bd47e947b037f8ce8839393d": clone error: authentication required + + stream.go:305: E 21:14:49.553 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Reconcile error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-nj2d6/git-ab5a3e40bd47e947b037f8ce8839393d": clone error: authentication required + + stream.go:305: I 21:14:49.560 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Reconcile succeeded +=== NAME TestGitResolver_Clone_Failure/repo_does_not_exist + resolvers_test.go:362: Deleting namespace arendelle-nj2d6 +=== NAME TestGitResolver_Clone_Failure/path_does_not_exist + resolvers_test.go:362: Deleting namespace arendelle-lppc5 +=== NAME TestGitResolver_Clone + stream.go:305: E 21:14:50.421 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lppc5/git-resolver-clone-failure-path-does-not--llgxhfhl] Reconcile error: Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-lppc5/git-21d582fd223b99c86ac55188d1353a37": error opening file "/task/banana/55.55/banana.yaml": file does not exist + stream.go:305: E 21:14:50.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lppc5/git-resolver-clone-failure-path-does-not--llgxhfhl] Returned an error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-lppc5/git-21d582fd223b99c86ac55188d1353a37": error opening file "/task/banana/55.55/banana.yaml": file does not exist + + stream.go:305: E 21:14:50.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lppc5/git-resolver-clone-failure-path-does-not--llgxhfhl] Reconcile error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-lppc5/git-21d582fd223b99c86ac55188d1353a37": error opening file "/task/banana/55.55/banana.yaml": file does not exist + + stream.go:305: I 21:14:50.533 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lppc5/git-resolver-clone-failure-path-does-not--llgxhfhl] Reconcile succeeded + stream.go:305: E 21:14:50.926 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-vs7cb/git-resolver-clone-failure-commit-does-no-vckbulfb] Reconcile error: Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-vs7cb/git-39ce925c84337b5ff442e1dc4195ad2a": revision error: reference not found + stream.go:305: E 21:14:51.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-vs7cb/git-resolver-clone-failure-commit-does-no-vckbulfb] Returned an error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-vs7cb/git-39ce925c84337b5ff442e1dc4195ad2a": revision error: reference not found + + stream.go:305: E 21:14:51.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-vs7cb/git-resolver-clone-failure-commit-does-no-vckbulfb] Reconcile error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Git" "arendelle-vs7cb/git-39ce925c84337b5ff442e1dc4195ad2a": revision error: reference not found + + stream.go:305: I 21:14:51.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-vs7cb/git-resolver-clone-failure-commit-does-no-vckbulfb] Reconcile succeeded +=== NAME TestGitResolver_Clone_Failure/commit_does_not_exist + resolvers_test.go:362: Deleting namespace arendelle-vs7cb +--- PASS: TestGitResolver_Clone_Failure (0.03s) + --- PASS: TestGitResolver_Clone_Failure/repo_does_not_exist (1.04s) + --- PASS: TestGitResolver_Clone_Failure/path_does_not_exist (2.03s) + --- PASS: TestGitResolver_Clone_Failure/commit_does_not_exist (3.11s) +=== RUN TestClusterResolver + resolvers_test.go:368: Create namespace arendelle-8scbt to deploy to + resolvers_test.go:368: Verify SA "default" is created in namespace "arendelle-8scbt" +=== PAUSE TestClusterResolver +=== RUN TestClusterResolver_Failure + resolvers_test.go:431: Create namespace arendelle-wdnbs to deploy to + resolvers_test.go:431: Verify SA "default" is created in namespace "arendelle-wdnbs" +=== PAUSE TestClusterResolver_Failure +=== RUN TestGitResolver_API + resolvers_test.go:473: Create namespace arendelle-8n6p4 to deploy to + resolvers_test.go:473: Verify SA "default" is created in namespace "arendelle-8n6p4" +=== PAUSE TestGitResolver_API +=== RUN TestTaskRunRetry + retry_test.go:43: Create namespace arendelle-xnj5c to deploy to + retry_test.go:43: Verify SA "default" is created in namespace "arendelle-xnj5c" + stream.go:305: I 21:14:51.827 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] Creating a new TaskRun object task-run-retry-fuclbotm-retry-me for pipeline task retry-me + stream.go:305: I 21:14:51.899 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51.899282667 +0000 UTC m=+2721.460070409} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:51.929 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 51, 925500792, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:14:52.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:52.202 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 52, 201914667, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:52.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:52.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 52, 231554375, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:52.293 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:52.321 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 52, 321659167, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:52.854 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 52, 854340125, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:53.914 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 53, 914710626, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:14:53.992 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:53.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 53, 994447626, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestGitResolver_Clone + stream.go:305: I 21:14:54.712 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Reconcile succeeded + stream.go:305: I 21:14:54.730 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-nj2d6/git-resolver-clone-failure-repo-does-not--tqwtibdz] Reconcile succeeded +=== NAME TestTaskRunRetry + stream.go:305: I 21:14:54.969 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 54, 969785335, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:14:54.995 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 54, 994931335, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:14:54.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestGitResolver_Clone + stream.go:305: I 21:14:55.698 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lppc5/git-resolver-clone-failure-path-does-not--llgxhfhl] Reconcile succeeded + stream.go:305: I 21:14:55.713 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lppc5/git-resolver-clone-failure-path-does-not--llgxhfhl] Reconcile succeeded +=== NAME TestTaskRunRetry + stream.go:305: I 21:14:56.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 56, 31679419, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:14:56.054 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 56, 54072877, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:14:56.057 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:56.083 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 56, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestGitResolver_Clone + stream.go:305: I 21:14:56.803 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-vs7cb/git-resolver-clone-failure-commit-does-no-vckbulfb] Reconcile succeeded + stream.go:305: I 21:14:56.814 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-vs7cb/git-resolver-clone-failure-commit-does-no-vckbulfb] Reconcile succeeded +=== NAME TestTaskRunRetry + stream.go:305: I 21:14:57.057 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 57, 57513669, time.Local)}, Reason:"Failed", Message:"\"step-unnamed-0\" exited with code 1 (image: \"docker-pullable://busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-xnj5c logs task-run-retry-fuclbotm-retry-me-pod -c step-unnamed-0\n"} + stream.go:305: I 21:14:57.081 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Reconcile succeeded + stream.go:305: I 21:14:57.086 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:57.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 57, 101212711, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:14:57.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 57, 133774169, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:57.136 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:57.225 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 57, 225250836, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:57.227 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:57.257 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 57, 257601044, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:14:58.094 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 58, 94545670, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:14:58.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 58, 129377836, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:14:58.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:14:59.168 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 59, 168069920, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:14:59.173 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 59, 173491545, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:14:59.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 14, 59, 223167212, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:14:59.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:00.260 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 0, 260836504, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:00.287 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 0, 287755504, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:00.292 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:00.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 0, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:02.360 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 2, 360751422, time.Local)}, Reason:"Failed", Message:"\"step-unnamed-0\" exited with code 1 (image: \"docker-pullable://busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-xnj5c logs task-run-retry-fuclbotm-retry-me-pod-retry1 -c step-unnamed-0\n"} + stream.go:305: I 21:15:02.402 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Reconcile succeeded + stream.go:305: I 21:15:02.407 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:02.421 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 2, 420808880, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:15:02.455 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 2, 455624047, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:02.458 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:02.551 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 2, 551683588, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:02.560 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:02.585 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 2, 585063297, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:04.757 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 4, 757784090, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:04.767 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 4, 767809215, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:04.806 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 4, 806754631, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:04.810 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:05.822 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 5, 821872215, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:15:05.856 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 5, 856737757, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:15:05.858 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:06.888 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 6, 888127757, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:06.917 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 6, 917315799, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:06.927 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:06.954 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 6, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:09.016 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 9, 16060425, time.Local)}, Reason:"Failed", Message:"\"step-unnamed-0\" exited with code 1 (image: \"docker-pullable://busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-xnj5c logs task-run-retry-fuclbotm-retry-me-pod-retry2 -c step-unnamed-0\n"} + stream.go:305: I 21:15:09.046 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Reconcile succeeded + stream.go:305: I 21:15:09.050 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:09.068 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 9, 62750800, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:15:09.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:09.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 9, 131583467, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:09.215 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:09.215 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 9, 215146842, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:10.050 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 10, 49771467, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:10.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 10, 101520967, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:10.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:10.349 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 10, 349802717, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:11.082 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 11, 82372634, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:15:11.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 11, 117017843, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:15:11.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:12.154 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 12, 154715260, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:12.187 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 12, 187271926, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:12.190 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:12.223 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 12, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:13.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 13, 220393094, time.Local)}, Reason:"Failed", Message:"\"step-unnamed-0\" exited with code 1 (image: \"docker-pullable://busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-xnj5c logs task-run-retry-fuclbotm-retry-me-pod-retry3 -c step-unnamed-0\n"} + stream.go:305: I 21:15:13.257 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Reconcile succeeded + stream.go:305: I 21:15:13.263 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:13.276 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 13, 276019469, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:15:13.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 13, 328164969, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:13.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:13.424 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:13.427 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 13, 427653302, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:14.256 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 14, 256099761, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:14.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 14, 302610969, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:14.303 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:15.495 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 15, 494949720, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:15.512 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 15, 512438886, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:15:15.634 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 15, 632356386, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:15:15.635 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:16.481 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 16, 481781553, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:16.517 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 16, 516789387, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:16.520 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:16.555 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 16, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:17.510 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 17, 510216762, time.Local)}, Reason:"Failed", Message:"\"step-unnamed-0\" exited with code 1 (image: \"docker-pullable://busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-xnj5c logs task-run-retry-fuclbotm-retry-me-pod-retry4 -c step-unnamed-0\n"} + stream.go:305: I 21:15:17.548 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Reconcile succeeded + stream.go:305: I 21:15:17.554 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:17.565 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 17, 564832971, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:15:17.630 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 17, 629907512, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:17.634 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:17.724 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 17, 724344721, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:17.729 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:17.818 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 17, 818389137, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:18.545 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 18, 545096179, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:18.609 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 18, 609265679, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:18.612 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:19.584 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 19, 584020888, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:15:19.625 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 19, 625130888, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:15:19.630 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:19.667 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 19, 666958388, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:15:20.662 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 20, 662038430, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:20.703 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 20, 703521264, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:20.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded Unknown {2023-06-09 21:14:51 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:15:20.745 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 20, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:21.728 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Successfully reconciled taskrun task-run-retry-fuclbotm-retry-me/arendelle-xnj5c with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 21, 727903792, time.Local)}, Reason:"Failed", Message:"\"step-unnamed-0\" exited with code 1 (image: \"docker-pullable://busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-xnj5c logs task-run-retry-fuclbotm-retry-me-pod-retry5 -c step-unnamed-0\n"} + stream.go:305: I 21:15:21.770 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] taskrun done : task-run-retry-fuclbotm-retry-me + stream.go:305: I 21:15:21.772 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] All TaskRuns have finished for PipelineRun task-run-retry-fuclbotm so it has finished + stream.go:305: I 21:15:21.772 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] PipelineRun task-run-retry-fuclbotm status is being set to &{Succeeded False {2023-06-09 21:15:21.772589208 +0000 UTC m=+2751.333261173} Failed Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0} + stream.go:305: I 21:15:21.779 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm-retry-me] Reconcile succeeded + stream.go:305: I 21:15:21.804 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-xnj5c/task-run-retry-fuclbotm] Reconcile succeeded + retry_test.go:141: Deleting namespace arendelle-xnj5c +--- PASS: TestTaskRunRetry (30.04s) +=== RUN TestPipelineRunWithServiceAccounts + serviceaccount_test.go:39: Create namespace arendelle-9c5th to deploy to + serviceaccount_test.go:39: Verify SA "default" is created in namespace "arendelle-9c5th" +=== PAUSE TestPipelineRunWithServiceAccounts +=== RUN TestPipelineRunWithServiceAccountNameAndTaskRunSpec + serviceaccount_test.go:200: Create namespace arendelle-4b4fk to deploy to + serviceaccount_test.go:200: Verify SA "default" is created in namespace "arendelle-4b4fk" +=== PAUSE TestPipelineRunWithServiceAccountNameAndTaskRunSpec +=== RUN TestSidecarTaskSupport +=== PAUSE TestSidecarTaskSupport +=== RUN TestStartTime + start_time_test.go:47: Create namespace arendelle-kfrcd to deploy to + start_time_test.go:47: Verify SA "default" is created in namespace "arendelle-kfrcd" +=== PAUSE TestStartTime +=== RUN TestTaskRunPipelineRunStatus + status_test.go:52: Create namespace arendelle-jrw7c to deploy to + status_test.go:52: Verify SA "default" is created in namespace "arendelle-jrw7c" +=== PAUSE TestTaskRunPipelineRunStatus +=== RUN TestProvenanceFieldInPipelineRunTaskRunStatus + status_test.go:127: Create namespace arendelle-bqq85 to deploy to + status_test.go:127: Verify SA "default" is created in namespace "arendelle-bqq85" + status_test.go:183: Waiting for PipelineRun provenance-field-in-pipeline-run-task-run-foidtzrn in namespace arendelle-bqq85 to complete + status_test.go:215: Waiting for TaskRun provenance-field-in-pipeline-run-task-run-foidtzrn-task1 in namespace arendelle-bqq85 to complete + status_test.go:233: Deleting namespace arendelle-bqq85 +--- PASS: TestProvenanceFieldInPipelineRunTaskRunStatus (6.05s) +=== RUN TestStepOutput +=== PAUSE TestStepOutput +=== RUN TestStepOutputWithWorkspace +=== PAUSE TestStepOutputWithWorkspace +=== RUN TestTaskResultsFromFailedTasks + task_results_from_failed_tasks_test.go:38: Create namespace arendelle-2tgrq to deploy to + task_results_from_failed_tasks_test.go:38: Verify SA "default" is created in namespace "arendelle-2tgrq" + task_results_from_failed_tasks_test.go:83: Waiting for PipelineRun in namespace arendelle-2tgrq to fail + stream.go:305: I 21:15:28.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu] Creating a new TaskRun object task-results-from-failed-tasks-ztdxugbu-task1 for pipeline task task1 + stream.go:305: I 21:15:28.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu] PipelineRun task-results-from-failed-tasks-ztdxugbu status is being set to &{Succeeded Unknown {2023-06-09 21:15:28.115476586 +0000 UTC m=+2757.676148926} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} + stream.go:305: E 21:15:28.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu-task1] Reconcile: Could not find results with names: result1 for task task-results-from-failed-tasks-ztdxugbu-task1 + stream.go:305: I 21:15:28.422 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu] PipelineRun task-results-from-failed-tasks-ztdxugbu status is being set to &{Succeeded Unknown {2023-06-09 21:15:28 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} + stream.go:305: E 21:15:28.504 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu-task1] Returned an error err=1 error occurred: + * Could not find results with names: result1 for task task-results-from-failed-tasks-ztdxugbu-task1 + + stream.go:305: E 21:15:28.504 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu-task1] Reconcile error err=1 error occurred: + * Could not find results with names: result1 for task task-results-from-failed-tasks-ztdxugbu-task1 + + stream.go:305: I 21:15:28.505 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu-task1] taskrun done : task-results-from-failed-tasks-ztdxugbu-task1 + stream.go:305: I 21:15:28.513 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu] Final task "finaltask1" is not executed as it could not resolve task params for "task-results-from-failed-tasks-ztdxugbu": Invalid task result reference: Could not find result with name result1 for task task1 + stream.go:305: I 21:15:28.513 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu] Final task "finaltask2" is not executed as it could not resolve task params for "task-results-from-failed-tasks-ztdxugbu": Invalid task result reference: Could not find result with name result2 for task task1 + stream.go:305: I 21:15:28.513 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu] All TaskRuns have finished for PipelineRun task-results-from-failed-tasks-ztdxugbu so it has finished + stream.go:305: I 21:15:28.513 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu] PipelineRun task-results-from-failed-tasks-ztdxugbu status is being set to &{Succeeded False {2023-06-09 21:15:28.513612253 +0000 UTC m=+2758.074284176} Failed Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 2} + stream.go:305: I 21:15:28.514 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu-task1] Reconcile succeeded + stream.go:305: I 21:15:28.515 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu-task1] taskrun done : task-results-from-failed-tasks-ztdxugbu-task1 + stream.go:305: I 21:15:28.535 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu-task1] Reconcile succeeded + stream.go:305: I 21:15:28.611 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-2tgrq/task-results-from-failed-tasks-ztdxugbu] Reconcile succeeded + task_results_from_failed_tasks_test.go:94: The pipelineRun "task-results-from-failed-tasks-ztdxugbu" should have exactly 2 taskRuns, one for the task "task1"and one more for the final task "finaltask1" instead it has "1" taskRuns + panic.go:522: ############################################ + panic.go:522: ### Dumping objects from arendelle-2tgrq ### + panic.go:522: ############################################ + panic.go:522: + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:15:27Z" + generation: 1 + labels: + tekton.dev/pipeline: task-results-from-failed-tasks-ztdxugbu + name: task-results-from-failed-tasks-ztdxugbu + namespace: arendelle-2tgrq + resourceVersion: "1705771" + uid: 90f32351-259e-48c5-b227-4ea018078ac4 + spec: + pipelineSpec: + finally: + - name: finaltask1 + params: + - name: param1 + value: $(tasks.task1.results.result1) + taskSpec: + metadata: {} + params: + - name: param1 + type: string + spec: null + steps: + - image: busybox + name: "" + resources: {} + script: exit 0 + - name: finaltask2 + params: + - name: param1 + value: $(tasks.task1.results.result2) + taskSpec: + metadata: {} + params: + - name: param1 + type: string + spec: null + steps: + - image: busybox + name: "" + resources: {} + script: exit 0 + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - image: busybox + name: failing-step + resources: {} + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | + tee $(results.result2.path) + serviceAccountName: default + timeout: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: task-results-from-failed-tasks-ztdxugbu-task1 + pipelineTaskName: task1 + completionTime: "2023-06-09T21:15:28Z" + conditions: + - lastTransitionTime: "2023-06-09T21:15:28Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 2' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + finally: + - name: finaltask1 + params: + - name: param1 + value: $(tasks.task1.results.result1) + taskSpec: + metadata: {} + params: + - name: param1 + type: string + spec: null + steps: + - image: busybox + name: "" + resources: {} + script: exit 0 + - name: finaltask2 + params: + - name: param1 + value: $(tasks.task1.results.result2) + taskSpec: + metadata: {} + params: + - name: param1 + type: string + spec: null + steps: + - image: busybox + name: "" + resources: {} + script: exit 0 + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - image: busybox + name: failing-step + resources: {} + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | + tee $(results.result2.path) + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: finaltask1 + reason: Results were missing + - name: finaltask2 + reason: Results were missing + startTime: "2023-06-09T21:15:28Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:15:28Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: task-results-from-failed-tasks-ztdxugbu + tekton.dev/pipelineRun: task-results-from-failed-tasks-ztdxugbu + tekton.dev/pipelineTask: task1 + name: task-results-from-failed-tasks-ztdxugbu-task1 + namespace: arendelle-2tgrq + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: task-results-from-failed-tasks-ztdxugbu + uid: 90f32351-259e-48c5-b227-4ea018078ac4 + resourceVersion: "1705768" + uid: 3496f2ba-b4da-4b2a-aa67-6fc58baf9aa8 + spec: + serviceAccountName: default + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - image: busybox + name: failing-step + resources: {} + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | tee + $(results.result2.path) + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:15:28Z" + conditions: + - lastTransitionTime: "2023-06-09T21:15:28Z" + message: 'Could not find results with names: result1 for task task-results-from-failed-tasks-ztdxugbu-task1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: task-results-from-failed-tasks-ztdxugbu-task1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:15:28Z" + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - image: busybox + name: failing-step + resources: {} + script: echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 | tee + /tekton/results/result2 + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:15:28Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: task-results-from-failed-tasks-ztdxugbu + tekton.dev/pipelineRun: task-results-from-failed-tasks-ztdxugbu + tekton.dev/pipelineTask: task1 + name: task-results-from-failed-tasks-ztdxugbu-task1 + namespace: arendelle-2tgrq + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: task-results-from-failed-tasks-ztdxugbu + uid: 90f32351-259e-48c5-b227-4ea018078ac4 + resourceVersion: "1705768" + uid: 3496f2ba-b4da-4b2a-aa67-6fc58baf9aa8 + spec: + serviceAccountName: default + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - computeResources: {} + image: busybox + name: failing-step + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | tee + $(results.result2.path) + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:15:28Z" + conditions: + - lastTransitionTime: "2023-06-09T21:15:28Z" + message: 'Could not find results with names: result1 for task task-results-from-failed-tasks-ztdxugbu-task1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: task-results-from-failed-tasks-ztdxugbu-task1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:15:28Z" + taskSpec: + results: + - name: result1 + type: string + - name: result2 + type: string + steps: + - computeResources: {} + image: busybox + name: failing-step + script: echo -n 123 | tee /tekton/results/result1; exit 1; echo -n 456 | tee + /tekton/results/result2 + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:15:27Z" + generation: 1 + labels: + tekton.dev/pipeline: task-results-from-failed-tasks-ztdxugbu + name: task-results-from-failed-tasks-ztdxugbu + namespace: arendelle-2tgrq + resourceVersion: "1705771" + uid: 90f32351-259e-48c5-b227-4ea018078ac4 + spec: + pipelineSpec: + finally: + - name: finaltask1 + params: + - name: param1 + value: $(tasks.task1.results.result1) + taskSpec: + metadata: {} + params: + - name: param1 + type: string + spec: null + steps: + - computeResources: {} + image: busybox + name: "" + script: exit 0 + - name: finaltask2 + params: + - name: param1 + value: $(tasks.task1.results.result2) + taskSpec: + metadata: {} + params: + - name: param1 + type: string + spec: null + steps: + - computeResources: {} + image: busybox + name: "" + script: exit 0 + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - computeResources: {} + image: busybox + name: failing-step + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | + tee $(results.result2.path) + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: task-results-from-failed-tasks-ztdxugbu-task1 + pipelineTaskName: task1 + completionTime: "2023-06-09T21:15:28Z" + conditions: + - lastTransitionTime: "2023-06-09T21:15:28Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 2' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + finally: + - name: finaltask1 + params: + - name: param1 + value: $(tasks.task1.results.result1) + taskSpec: + metadata: {} + params: + - name: param1 + type: string + spec: null + steps: + - computeResources: {} + image: busybox + name: "" + script: exit 0 + - name: finaltask2 + params: + - name: param1 + value: $(tasks.task1.results.result2) + taskSpec: + metadata: {} + params: + - name: param1 + type: string + spec: null + steps: + - computeResources: {} + image: busybox + name: "" + script: exit 0 + tasks: + - name: task1 + taskSpec: + metadata: {} + results: + - name: result1 + type: string + - name: result2 + type: string + spec: null + steps: + - computeResources: {} + image: busybox + name: failing-step + script: echo -n 123 | tee $(results.result1.path); exit 1; echo -n 456 | + tee $(results.result2.path) + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: finaltask1 + reason: Results were missing + - name: finaltask2 + reason: Results were missing + startTime: "2023-06-09T21:15:28Z" + + --- + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:15:28Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: task-results-from-failed-tasks-ztdxugbu + tekton.dev/pipelineRun: task-results-from-failed-tasks-ztdxugbu + tekton.dev/pipelineTask: task1 + tekton.dev/taskRun: task-results-from-failed-tasks-ztdxugbu-task1 + name: task-results-from-failed-tasks-ztdxugbu-task1-pod + namespace: arendelle-2tgrq + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: task-results-from-failed-tasks-ztdxugbu-task1 + uid: 3496f2ba-b4da-4b2a-aa67-6fc58baf9aa8 + resourceVersion: "1705765" + uid: b0d734cb-68b9-4d4c-ac4d-980637c63670 + spec: + activeDeadlineSeconds: 5400 + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -results + - result1,result2 + - -entrypoint + - /tekton/scripts/script-0-ngfbv + - -- + command: + - /tekton/bin/entrypoint + image: busybox + imagePullPolicy: Always + name: step-failing-step + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-tfqk6 + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-failing-step + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-tfqk6 + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-ngfbv" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQplY2hvIC1uIDEyMyB8IHRlZSAvdGVrdG9uL3Jlc3VsdHMvcmVzdWx0MTsgZXhpdCAxOyBlY2hvIC1uIDQ1NiB8IHRlZSAvdGVrdG9uL3Jlc3VsdHMvcmVzdWx0Mg== + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-tfqk6 + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - name: kube-api-access-tfqk6 + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:15:28Z" + message: 'containers with incomplete status: [prepare place-scripts]' + reason: ContainersNotInitialized + status: "False" + type: Initialized + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:15:28Z" + message: 'containers with unready status: [step-failing-step]' + reason: ContainersNotReady + status: "False" + type: Ready + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:15:28Z" + message: 'containers with unready status: [step-failing-step]' + reason: ContainersNotReady + status: "False" + type: ContainersReady + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:15:28Z" + status: "True" + type: PodScheduled + containerStatuses: + - image: busybox + imageID: "" + lastState: {} + name: step-failing-step + ready: false + restartCount: 0 + started: false + state: + waiting: + reason: PodInitializing + hostIP: 192.168.49.2 + initContainerStatuses: + - image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imageID: "" + lastState: {} + name: prepare + ready: false + restartCount: 0 + state: + waiting: + reason: PodInitializing + - image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imageID: "" + lastState: {} + name: place-scripts + ready: false + restartCount: 0 + state: + waiting: + reason: PodInitializing + phase: Pending + qosClass: BestEffort + startTime: "2023-06-09T21:15:28Z" + + panic.go:522: ##################################################### + panic.go:522: ### Dumping logs from Pods in the arendelle-2tgrq ### + panic.go:522: ##################################################### + build_logs.go:35: Could not get logs for pod task-results-from-failed-tasks-ztdxugbu-task1-pod: container "step-failing-step" in pod "task-results-from-failed-tasks-ztdxugbu-task1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + build_logs.go:35: Could not get logs for pod task-results-from-failed-tasks-ztdxugbu-task1-pod: container "step-failing-step" in pod "task-results-from-failed-tasks-ztdxugbu-task1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + panic.go:522: Not deleting namespace arendelle-2tgrq +--- FAIL: TestTaskResultsFromFailedTasks (1.14s) +=== RUN TestTaskRunFailure + taskrun_test.go:45: Create namespace arendelle-pdkz5 to deploy to + taskrun_test.go:45: Verify SA "default" is created in namespace "arendelle-pdkz5" +=== PAUSE TestTaskRunFailure +=== RUN TestTaskRunStatus + taskrun_test.go:141: Create namespace arendelle-sqkz8 to deploy to + taskrun_test.go:141: Verify SA "default" is created in namespace "arendelle-sqkz8" +=== PAUSE TestTaskRunStatus +=== RUN TestTektonBundlesSimpleWorkingExample + tektonbundles_test.go:64: Create namespace arendelle-mzvsz to deploy to + tektonbundles_test.go:64: Verify SA "default" is created in namespace "arendelle-mzvsz" + tektonbundles_test.go:64: 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":"true", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "results-from":"termination-message", "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.03s) +=== RUN TestTektonBundlesResolver + tektonbundles_test.go:157: Create namespace arendelle-t2248 to deploy to + tektonbundles_test.go:157: Verify SA "default" is created in namespace "arendelle-t2248" +=== PAUSE TestTektonBundlesResolver +=== RUN TestTektonBundlesUsingRegularImage + tektonbundles_test.go:260: Create namespace arendelle-mc2f5 to deploy to + tektonbundles_test.go:260: Verify SA "default" is created in namespace "arendelle-mc2f5" + tektonbundles_test.go:260: 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":"true", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "results-from":"termination-message", "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.06s) +=== RUN TestTektonBundlesUsingImproperFormat + tektonbundles_test.go:313: Create namespace arendelle-9rvsq to deploy to + tektonbundles_test.go:313: Verify SA "default" is created in namespace "arendelle-9rvsq" + tektonbundles_test.go:313: 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":"true", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "results-from":"termination-message", "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.05s) +=== 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-brhq8 to deploy to + trusted_resources_test.go:63: Verify SA "default" is created in namespace "arendelle-brhq8" + 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":"true", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "results-from":"termination-message", "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.02s) +=== RUN TestTrustedResourcesVerify_VerificationPolicy_Error + trusted_resources_test.go:177: Create namespace arendelle-99lft to deploy to + trusted_resources_test.go:177: Verify SA "default" is created in namespace "arendelle-99lft" + 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":"true", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "results-from":"termination-message", "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.01s) +=== 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-5g9mp to deploy to + workingdir_test.go:39: Verify SA "default" is created in namespace "arendelle-5g9mp" +=== PAUSE TestWorkingDirCreated +=== RUN TestWorkingDirIgnoredNonSlashWorkspace + workingdir_test.go:112: Create namespace arendelle-mbbwq to deploy to + workingdir_test.go:112: Verify SA "default" is created in namespace "arendelle-mbbwq" +=== PAUSE TestWorkingDirIgnoredNonSlashWorkspace +=== RUN TestWorkspaceReadOnlyDisallowsWrite + workspace_test.go:40: Create namespace arendelle-tg749 to deploy to + workspace_test.go:40: Verify SA "default" is created in namespace "arendelle-tg749" + workspace_test.go:82: Waiting for TaskRun in namespace arendelle-tg749 to finish + stream.go:305: I 21:15:37.396 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 37, 396746216, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:15:37.456 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 37, 456587132, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:37.527 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 37, 527474424, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:37.557 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 37, 557288633, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:15:38.773 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 38, 773563008, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:38.808 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 38, 808788091, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:15:39.931 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 39, 931837509, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:15:40.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 40, 10773300, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:15:46.237 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 46, 236947512, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:46.260 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 46, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:46.262 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 46, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:15:47.285 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Successfully reconciled taskrun workspace-read-only-disallows-write-fhfombqf/arendelle-tg749 with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 47, 284861595, time.Local)}, Reason:"Failed", Message:"\"step-unnamed-0\" exited with code 1 (image: \"docker-pullable://alpine@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11\"); for logs run: kubectl -n arendelle-tg749 logs workspace-read-only-disallows-write-fhfombqf-pod -c step-unnamed-0\n"} + stream.go:305: I 21:15:47.310 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] taskrun done : workspace-read-only-disallows-write-fhfombqf + stream.go:305: I 21:15:47.316 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-tg749/workspace-read-only-disallows-write-fhfombqf] Reconcile succeeded + workspace_test.go:111: Deleting namespace arendelle-tg749 +--- PASS: TestWorkspaceReadOnlyDisallowsWrite (10.04s) +=== RUN TestWorkspacePipelineRunDuplicateWorkspaceEntriesInvalid + workspace_test.go:117: Create namespace arendelle-fn95n to deploy to + workspace_test.go:117: Verify SA "default" is created in namespace "arendelle-fn95n" + workspace_test.go:181: Deleting namespace arendelle-fn95n +--- PASS: TestWorkspacePipelineRunDuplicateWorkspaceEntriesInvalid (0.05s) +=== RUN TestWorkspacePipelineRunMissingWorkspaceInvalid + workspace_test.go:187: Create namespace arendelle-fcws6 to deploy to + workspace_test.go:187: Verify SA "default" is created in namespace "arendelle-fcws6" + workspace_test.go:248: Deleting namespace arendelle-fcws6 +--- PASS: TestWorkspacePipelineRunMissingWorkspaceInvalid (1.04s) +=== RUN TestWorkspaceVolumeNameMatchesVolumeVariableReplacement + workspace_test.go:257: Create namespace arendelle-l8864 to deploy to + workspace_test.go:257: Verify SA "default" is created in namespace "arendelle-l8864" + workspace_test.go:301: Waiting for TaskRun in namespace arendelle-l8864 to finish + workspace_test.go:332: Deleting namespace arendelle-l8864 +--- PASS: TestWorkspaceVolumeNameMatchesVolumeVariableReplacement (6.05s) +=== CONT TestPipelineRunWithServiceAccountNameAndTaskRunSpec +=== CONT TestTaskCRDConversion +=== CONT TestPipelineRunWithServiceAccounts +=== CONT TestGitResolver_API +=== CONT TestClusterResolver_Failure +=== CONT TestClusterResolver +=== CONT TestGitResolver_Clone +=== CONT TestHubResolver_Failure +=== CONT TestPipelineRunTimeout +=== CONT TestHubResolver +=== NAME TestTaskCRDConversion + conversion_test.go:870: Create namespace arendelle-k7lrf to deploy to +=== NAME TestPipelineRunTimeout + timeout_test.go:48: Create namespace arendelle-hpd6b to deploy to +=== NAME TestTaskCRDConversion + conversion_test.go:870: Verify SA "default" is created in namespace "arendelle-k7lrf" +=== NAME TestPipelineRunTimeout + timeout_test.go:48: Verify SA "default" is created in namespace "arendelle-hpd6b" + timeout_test.go:53: Creating Task in namespace arendelle-hpd6b +=== NAME TestClusterResolver_Failure + resolvers_test.go:461: Waiting for PipelineRun cluster-resolver-failure-raostlty in namespace arendelle-wdnbs to complete +=== NAME TestGitResolver_Clone + resolvers_test.go:253: Waiting for PipelineRun git-resolver-clone-uyvffdvl in namespace arendelle-swkq9 to complete +=== NAME TestHubResolver + resolvers_test.go:131: Waiting for PipelineRun hub-resolver-hwpffisx in namespace arendelle-x7dhm to complete +=== NAME TestPipelineRunWithServiceAccountNameAndTaskRunSpec + serviceaccount_test.go:271: Waiting for PipelineRun pipeline-run-with-service-account-name-an-udqwpftj in namespace arendelle-4b4fk to complete +=== NAME TestHubResolver_Failure + resolvers_test.go:190: Waiting for PipelineRun hub-resolver-failure-vsselsyg in namespace arendelle-lmpbm to complete +=== NAME TestClusterResolver + resolvers_test.go:423: Waiting for PipelineRun cluster-resolver-ewqectzv in namespace arendelle-8scbt to complete +=== NAME TestPipelineRunWithServiceAccounts + serviceaccount_test.go:164: Waiting for PipelineRun pipeline-run-with-service-accounts-rpttnfct in namespace arendelle-9c5th to complete +=== NAME TestPipelineRunTimeout + timeout_test.go:94: Waiting for PipelineRun pipeline-run-timeout-awovsfhd in namespace arendelle-hpd6b to be timed out +=== NAME TestTaskCRDConversion + conversion_test.go:921: Deleting namespace arendelle-k7lrf +--- PASS: TestTaskCRDConversion (0.93s) +=== CONT TestPropagatedParams +=== RUN TestPropagatedParams/propagated_parameters_fully +=== 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 TestWorkingDirIgnoredNonSlashWorkspace + workingdir_test.go:135: Creating TaskRun namespace arendelle-mbbwq + workingdir_test.go:149: Waiting for TaskRun in namespace arendelle-mbbwq to finish successfully + stream.go:305: I 21:15:56.714 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-mbbwq/working-dir-ignored-non-slash-workspace-oibxcwjb] Successfully reconciled taskrun working-dir-ignored-non-slash-workspace-oibxcwjb/arendelle-mbbwq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 56, 714693919, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:15:56.914 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] Creating a new TaskRun object pipeline-run-with-service-accounts-rpttnfct-task1 for pipeline task task1 + stream.go:305: I 21:15:57.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] Creating a new TaskRun object pipeline-run-with-service-accounts-rpttnfct-task2 for pipeline task task2 +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:15:57.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd] Creating a new TaskRun object pipeline-run-timeout-awovsfhd-foo for pipeline task foo + stream.go:305: I 21:15:57.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd] PipelineRun pipeline-run-timeout-awovsfhd status is being set to &{Succeeded Unknown {2023-06-09 21:15:57.132360586 +0000 UTC m=+2786.692826856} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:15:57.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 57, 196367711, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:15:57.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] Creating a new TaskRun object pipeline-run-with-service-accounts-rpttnfct-task3 for pipeline task task3 +=== NAME TestWorkingDirIgnoredNonSlashWorkspace + stream.go:305: I 21:15:57.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-mbbwq/working-dir-ignored-non-slash-workspace-oibxcwjb] Successfully reconciled taskrun working-dir-ignored-non-slash-workspace-oibxcwjb/arendelle-mbbwq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 57, 205084794, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:15:57.234 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57.234123711 +0000 UTC m=+2786.794590231} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:15:57.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] Successfully reconciled taskrun pipeline-run-timeout-awovsfhd-foo/arendelle-hpd6b with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 57, 318786211, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestClusterResolver + stream.go:305: E 21:15:57.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wdnbs/cluster-resolver-failure-raostlty] Failed to determine Pipeline spec to use for pipelinerun cluster-resolver-failure-raostlty: error requesting remote resource: error getting "Cluster" "arendelle-wdnbs/cluster-ad97fa8e27cabff1c1ee94b503cedc5e": pipelines.tekton.dev "does-not-exist" not found +=== NAME TestClusterResolver_Failure + stream.go:305: E 21:15:57.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wdnbs/cluster-resolver-failure-raostlty] Failed to determine Pipeline spec to use for pipelinerun cluster-resolver-failure-raostlty: error requesting remote resource: error getting "Cluster" "arendelle-wdnbs/cluster-ad97fa8e27cabff1c1ee94b503cedc5e": pipelines.tekton.dev "does-not-exist" not found + stream.go:305: E 21:15:57.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wdnbs/cluster-resolver-failure-raostlty] Reconcile error: error requesting remote resource: error getting "Cluster" "arendelle-wdnbs/cluster-ad97fa8e27cabff1c1ee94b503cedc5e": pipelines.tekton.dev "does-not-exist" not found +=== NAME TestClusterResolver + stream.go:305: E 21:15:57.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wdnbs/cluster-resolver-failure-raostlty] Reconcile error: error requesting remote resource: error getting "Cluster" "arendelle-wdnbs/cluster-ad97fa8e27cabff1c1ee94b503cedc5e": pipelines.tekton.dev "does-not-exist" not found +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:15:57.535 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task2/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 57, 534967836, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestClusterResolver_Failure + resolvers_test.go:469: Deleting namespace arendelle-wdnbs +--- PASS: TestClusterResolver_Failure (3.16s) +=== CONT TestWorkingDirCreated +=== NAME TestHubResolver_Failure + stream.go:305: E 21:15:57.700 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lmpbm/hub-resolver-failure-vsselsyg] Reconcile error: Couldn't retrieve Task "": error requesting remote resource: error getting "Hub" "arendelle-lmpbm/hub-91a06252d9d61f8f0103459d93171918": fail to fetch Artifact Hub resource: requested resource 'https://artifacthub.io/api/v1/packages/tekton-task/tekton-catalog-tasks/git-clone-this-does-not-exist/0.7.0' not found on hub +=== NAME TestHubResolver + stream.go:305: E 21:15:57.700 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lmpbm/hub-resolver-failure-vsselsyg] Reconcile error: Couldn't retrieve Task "": error requesting remote resource: error getting "Hub" "arendelle-lmpbm/hub-91a06252d9d61f8f0103459d93171918": fail to fetch Artifact Hub resource: requested resource 'https://artifacthub.io/api/v1/packages/tekton-task/tekton-catalog-tasks/git-clone-this-does-not-exist/0.7.0' not found on hub +=== NAME TestClusterResolver + stream.go:305: E 21:15:57.703 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wdnbs/cluster-resolver-failure-raostlty] Returned an error err=1 error occurred: + * error requesting remote resource: error getting "Cluster" "arendelle-wdnbs/cluster-ad97fa8e27cabff1c1ee94b503cedc5e": pipelines.tekton.dev "does-not-exist" not found + + stream.go:305: E 21:15:57.703 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wdnbs/cluster-resolver-failure-raostlty] Reconcile error err=1 error occurred: + * error requesting remote resource: error getting "Cluster" "arendelle-wdnbs/cluster-ad97fa8e27cabff1c1ee94b503cedc5e": pipelines.tekton.dev "does-not-exist" not found + +=== NAME TestWorkingDirCreated + workingdir_test.go:62: Creating TaskRun namespace arendelle-5g9mp +=== NAME TestHubResolver + stream.go:305: I 21:15:57.834 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx] Created StatefulSet affinity-assistant-83c14dbe2b in namespace arendelle-x7dhm + stream.go:305: I 21:15:57.834 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx] Creating a new TaskRun object hub-resolver-hwpffisx-task1 for pipeline task task1 +=== NAME TestWorkingDirCreated + workingdir_test.go:76: Waiting for TaskRun in namespace arendelle-5g9mp to finish successfully +=== NAME TestHubResolver + stream.go:305: E 21:15:57.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lmpbm/hub-resolver-failure-vsselsyg] Returned an error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Hub" "arendelle-lmpbm/hub-91a06252d9d61f8f0103459d93171918": fail to fetch Artifact Hub resource: requested resource 'https://artifacthub.io/api/v1/packages/tekton-task/tekton-catalog-tasks/git-clone-this-does-not-exist/0.7.0' not found on hub + +=== NAME TestHubResolver_Failure + stream.go:305: E 21:15:57.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lmpbm/hub-resolver-failure-vsselsyg] Returned an error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Hub" "arendelle-lmpbm/hub-91a06252d9d61f8f0103459d93171918": fail to fetch Artifact Hub resource: requested resource 'https://artifacthub.io/api/v1/packages/tekton-task/tekton-catalog-tasks/git-clone-this-does-not-exist/0.7.0' not found on hub + +=== NAME TestHubResolver + stream.go:305: E 21:15:57.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lmpbm/hub-resolver-failure-vsselsyg] Reconcile error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Hub" "arendelle-lmpbm/hub-91a06252d9d61f8f0103459d93171918": fail to fetch Artifact Hub resource: requested resource 'https://artifacthub.io/api/v1/packages/tekton-task/tekton-catalog-tasks/git-clone-this-does-not-exist/0.7.0' not found on hub + +=== NAME TestHubResolver_Failure + stream.go:305: E 21:15:57.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lmpbm/hub-resolver-failure-vsselsyg] Reconcile error err=1 error occurred: + * Couldn't retrieve Task "": error requesting remote resource: error getting "Hub" "arendelle-lmpbm/hub-91a06252d9d61f8f0103459d93171918": fail to fetch Artifact Hub resource: requested resource 'https://artifacthub.io/api/v1/packages/tekton-task/tekton-catalog-tasks/git-clone-this-does-not-exist/0.7.0' not found on hub + +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:15:57.933 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task3/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 57, 933026253, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestClusterResolver + stream.go:305: I 21:15:58.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv] Creating a new TaskRun object cluster-resolver-ewqectzv-some-pipeline-task for pipeline task some-pipeline-task +=== NAME TestHubResolver + stream.go:305: I 21:15:58.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx] PipelineRun hub-resolver-hwpffisx status is being set to &{Succeeded Unknown {2023-06-09 21:15:58.135582836 +0000 UTC m=+2787.696049065} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:15:58.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv] PipelineRun cluster-resolver-ewqectzv status is being set to &{Succeeded Unknown {2023-06-09 21:15:58.198496836 +0000 UTC m=+2787.758963148} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:15:58.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 58, 218124253, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:15:58.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] Successfully reconciled taskrun pipeline-run-timeout-awovsfhd-foo/arendelle-hpd6b with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 58, 300274211, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:15:58.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd] PipelineRun pipeline-run-timeout-awovsfhd status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:15:58.326 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:15:58.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wdnbs/cluster-resolver-failure-raostlty] Reconcile succeeded +=== NAME TestHubResolver_Failure + stream.go:305: I 21:15:58.412 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lmpbm/hub-resolver-failure-vsselsyg] Reconcile succeeded +=== NAME TestHubResolver + stream.go:305: I 21:15:58.412 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-lmpbm/hub-resolver-failure-vsselsyg] Reconcile succeeded + stream.go:305: I 21:15:58.695 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx] PipelineRun hub-resolver-hwpffisx status is being set to &{Succeeded Unknown {2023-06-09 21:15:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestGitResolver_Clone + stream.go:305: I 21:15:58.699 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl] Created StatefulSet affinity-assistant-880dc15ddb in namespace arendelle-swkq9 +=== NAME TestWorkingDirCreated + stream.go:305: I 21:15:58.699 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] Successfully reconciled taskrun working-dir-created-yqfufmfo/arendelle-5g9mp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 58, 698572545, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestGitResolver_Clone + stream.go:305: I 21:15:58.700 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl] Creating a new TaskRun object git-resolver-clone-uyvffdvl-task1 for pipeline task task1 +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:15:58.711 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} +=== NAME TestHubResolver + stream.go:305: E 21:15:58.713 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx-task1] Reconcile: Could not find results with names: commit for task hub-resolver-hwpffisx-task1 +=== NAME TestClusterResolver + stream.go:305: I 21:15:58.716 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv] PipelineRun cluster-resolver-ewqectzv status is being set to &{Succeeded Unknown {2023-06-09 21:15:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestHubResolver_Failure + resolvers_test.go:198: Deleting namespace arendelle-lmpbm +=== NAME TestGitResolver_Clone + stream.go:305: I 21:15:58.826 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl] PipelineRun git-resolver-clone-uyvffdvl status is being set to &{Succeeded Unknown {2023-06-09 21:15:58.825936587 +0000 UTC m=+2788.386402815} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +--- PASS: TestHubResolver_Failure (4.42s) +=== CONT TestPipelineRunTasksTimeout + timeout_test.go:444: Create namespace arendelle-t56m7 to deploy to + timeout_test.go:444: Verify SA "default" is created in namespace "arendelle-t56m7" + timeout_test.go:449: Creating Task in namespace arendelle-t56m7 +=== NAME TestHubResolver + stream.go:305: I 21:15:59.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx] PipelineRun hub-resolver-hwpffisx status is being set to &{Succeeded Unknown {2023-06-09 21:15:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:15:59.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv] PipelineRun cluster-resolver-ewqectzv status is being set to &{Succeeded Unknown {2023-06-09 21:15:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestGitResolver_Clone + stream.go:305: I 21:15:59.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl] Found a TaskRun git-resolver-clone-uyvffdvl-task1 that was missing from the PipelineRun status +=== NAME TestPipelineRunTasksTimeout + timeout_test.go:464: Creating Finally Task in namespace arendelle-t56m7 +=== NAME TestGitResolver_Clone + stream.go:305: I 21:15:59.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl] PipelineRun git-resolver-clone-uyvffdvl status is being set to &{Succeeded Unknown {2023-06-09 21:15:59.121835503 +0000 UTC m=+2788.682301940} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:15:59.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv-some-pipeline-task] Successfully reconciled taskrun cluster-resolver-ewqectzv-some-pipeline-task/arendelle-8scbt with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 59, 131081545, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:15:59.294 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv] PipelineRun cluster-resolver-ewqectzv status is being set to &{Succeeded Unknown {2023-06-09 21:15:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + timeout_test.go:512: Waiting for PipelineRun pipeline-run-tasks-timeout-yhazwljj in namespace arendelle-t56m7 to be failed +=== NAME TestGitResolver_Clone + stream.go:305: I 21:15:59.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl] PipelineRun git-resolver-clone-uyvffdvl status is being set to &{Succeeded Unknown {2023-06-09 21:15:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:15:59.437 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] Creating a new TaskRun object pipeline-run-tasks-timeout-yhazwljj-dagtask for pipeline task dagtask +=== NAME TestHubResolver + stream.go:305: E 21:15:59.497 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx-task1] Returned an error err=1 error occurred: + * Could not find results with names: commit for task hub-resolver-hwpffisx-task1 + + stream.go:305: E 21:15:59.497 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx-task1] Reconcile error err=1 error occurred: + * Could not find results with names: commit for task hub-resolver-hwpffisx-task1 + +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:15:59.499 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task2/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 59, 499139879, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestHubResolver + stream.go:305: I 21:15:59.514 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx] All TaskRuns have finished for PipelineRun hub-resolver-hwpffisx so it has finished + stream.go:305: I 21:15:59.514 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx] PipelineRun hub-resolver-hwpffisx status is being set to &{Succeeded False {2023-06-09 21:15:59.514720837 +0000 UTC m=+2789.075187232} Failed Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:15:59.531 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:15:59.531485754 +0000 UTC m=+2789.091952232} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:15:59.635 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task3/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 59, 635245379, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestWorkingDirCreated + stream.go:305: I 21:15:59.723 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] Successfully reconciled taskrun working-dir-created-yqfufmfo/arendelle-5g9mp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 59, 723659712, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestHubResolver + stream.go:305: I 21:15:59.726 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx-task1] taskrun done : hub-resolver-hwpffisx-task1 +=== NAME TestClusterResolver + stream.go:305: I 21:15:59.800 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv] PipelineRun cluster-resolver-ewqectzv status is being set to &{Succeeded Unknown {2023-06-09 21:15:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestHubResolver + stream.go:305: I 21:15:59.811 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx-task1] Reconcile succeeded + stream.go:305: I 21:15:59.820 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-x7dhm/hub-resolver-hwpffisx] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:15:59.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] Successfully reconciled taskrun pipeline-run-tasks-timeout-yhazwljj-dagtask/arendelle-t56m7 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 15, 59, 932076004, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestGitResolver_Clone + stream.go:305: E 21:15:59.993 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] Reconcile: Could not find results with names: commit for task git-resolver-clone-uyvffdvl-task1 + stream.go:305: I 21:16:00.134 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl] PipelineRun git-resolver-clone-uyvffdvl status is being set to &{Succeeded Unknown {2023-06-09 21:15:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:00.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:15:59 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:16:00.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv-some-pipeline-task] Successfully reconciled taskrun cluster-resolver-ewqectzv-some-pipeline-task/arendelle-8scbt with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 0, 322159754, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:00.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] Successfully reconciled taskrun pipeline-run-tasks-timeout-yhazwljj-dagtask/arendelle-t56m7 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 0, 334431962, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:16:00.400 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:15:59 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} +=== NAME TestGitResolver_Clone + stream.go:305: E 21:16:00.602 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] Returned an error err=1 error occurred: + * Could not find results with names: commit for task git-resolver-clone-uyvffdvl-task1 + + stream.go:305: E 21:16:00.602 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] Reconcile error err=1 error occurred: + * Could not find results with names: commit for task git-resolver-clone-uyvffdvl-task1 + +=== NAME TestHubResolver + resolvers_test.go:133: Error waiting for PipelineRun hub-resolver-hwpffisx to finish: "hub-resolver-hwpffisx" failed + panic.go:522: ############################################ + panic.go:522: ### Dumping objects from arendelle-x7dhm ### + panic.go:522: ############################################ +=== NAME TestGitResolver_Clone + stream.go:305: I 21:16:00.693 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl] All TaskRuns have finished for PipelineRun git-resolver-clone-uyvffdvl so it has finished + stream.go:305: I 21:16:00.694 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl] PipelineRun git-resolver-clone-uyvffdvl status is being set to &{Succeeded False {2023-06-09 21:16:00.693955838 +0000 UTC m=+2790.254422108} Failed Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0} + stream.go:305: E 21:16:00.706 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] Reconcile: Could not find results with names: commit for task git-resolver-clone-uyvffdvl-task1 +=== NAME TestHubResolver + panic.go:522: + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:15:54Z" + generation: 1 + labels: + tekton.dev/pipeline: hub-resolver-hwpffisx + name: hub-resolver-hwpffisx + namespace: arendelle-x7dhm + resourceVersion: "1706453" + uid: 8b7b7e35-ba65-46ea-8f9a-42d5f8d0b15a + spec: + pipelineSpec: + tasks: + - name: task1 + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + taskRef: + kind: Task + params: + - name: kind + value: task + - name: name + value: git-clone + - name: version + value: "0.7" + resolver: hub + workspaces: + - name: output + workspaces: + - name: output + serviceAccountName: default + timeout: 1h0m0s + workspaces: + - name: output + volumeClaimTemplate: + metadata: + creationTimestamp: null + spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 1Gi + status: {} + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: hub-resolver-hwpffisx-task1 + pipelineTaskName: task1 + completionTime: "2023-06-09T21:15:59Z" + conditions: + - lastTransitionTime: "2023-06-09T21:15:59Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: task1 + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + taskRef: + kind: Task + params: + - name: kind + value: task + - name: name + value: git-clone + - name: version + value: "0.7" + resolver: hub + workspaces: + - name: output + workspaces: + - name: output + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:15:55Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/affinity-assistant: affinity-assistant-83c14dbe2b + pipeline.tekton.dev/release: 128c2bf-dirty + tekton.dev/categories: Git + tekton.dev/displayName: git clone + tekton.dev/pipelines.minVersion: 0.29.0 + tekton.dev/platforms: linux/amd64,linux/s390x,linux/ppc64le,linux/arm64 + tekton.dev/tags: git + creationTimestamp: "2023-06-09T21:15:58Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + app.kubernetes.io/version: "0.7" + tekton.dev/memberOf: tasks + tekton.dev/pipeline: hub-resolver-hwpffisx + tekton.dev/pipelineRun: hub-resolver-hwpffisx + tekton.dev/pipelineTask: task1 + tekton.dev/task: git-clone + name: hub-resolver-hwpffisx-task1 + namespace: arendelle-x7dhm + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: hub-resolver-hwpffisx + uid: 8b7b7e35-ba65-46ea-8f9a-42d5f8d0b15a + resourceVersion: "1706446" + uid: 42ddeaba-2e8b-4aa7-b2c1-caa6b0080c65 + spec: + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + serviceAccountName: default + taskRef: + kind: Task + params: + - name: kind + value: task + - name: name + value: git-clone + - name: version + value: "0.7" + resolver: hub + timeout: 1h0m0s + workspaces: + - name: output + persistentVolumeClaim: + claimName: pvc-1750f39114 + status: + completionTime: "2023-06-09T21:15:58Z" + conditions: + - lastTransitionTime: "2023-06-09T21:15:58Z" + message: 'Could not find results with names: commit for task hub-resolver-hwpffisx-task1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: hub-resolver-hwpffisx-task1-pod + provenance: + configSource: + digest: + sha256: 3cb79bb1bf7ae358c006063602cf7c52d165f7657b2d9de9ccda5f40ac8fd59c + uri: https://artifacthub.io/api/v1/packages/tekton-task/tekton-catalog-tasks/git-clone/0.7.0 + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + refSource: + digest: + sha256: 3cb79bb1bf7ae358c006063602cf7c52d165f7657b2d9de9ccda5f40ac8fd59c + uri: https://artifacthub.io/api/v1/packages/tekton-task/tekton-catalog-tasks/git-clone/0.7.0 + startTime: "2023-06-09T21:15:58Z" + taskSpec: + description: |- + These Tasks are Git tasks to work with repositories used by other tasks in your Pipeline. + The git-clone Task will clone a repo from the provided url into the output Workspace. By default the repo will be cloned into the root of your Workspace. You can clone into a subdirectory by setting this Task's subdirectory param. This Task also supports sparse checkouts. To perform a sparse checkout, pass a list of comma separated directory patterns to this Task's sparseCheckoutDirectories param. + params: + - description: Repository URL to clone from. + name: url + type: string + - default: "" + description: Revision to checkout. (branch, tag, sha, ref, etc...) + name: revision + type: string + - default: "" + description: Refspec to fetch before checking out revision. + name: refspec + type: string + - default: "true" + description: Initialize and fetch git submodules. + name: submodules + type: string + - default: "1" + description: Perform a shallow clone, fetching only the most recent N commits. + name: depth + type: string + - default: "true" + description: Set the `http.sslVerify` global git config. Setting this to `false` + is not advised unless you are sure that you trust your git remote. + name: sslVerify + type: string + - default: ca-bundle.crt + description: file name of mounted crt using ssl-ca-directory workspace. default + value is ca-bundle.crt. + name: crtFileName + type: string + - default: "" + description: Subdirectory inside the `output` Workspace to clone the repo into. + name: subdirectory + type: string + - default: "" + description: Define the directory patterns to match or exclude when performing + a sparse checkout. + name: sparseCheckoutDirectories + type: string + - default: "true" + description: Clean out the contents of the destination directory if it already + exists before cloning. + name: deleteExisting + type: string + - default: "" + description: HTTP proxy server for non-SSL requests. + name: httpProxy + type: string + - default: "" + description: HTTPS proxy server for SSL requests. + name: httpsProxy + type: string + - default: "" + description: Opt out of proxying HTTP/HTTPS requests. + name: noProxy + type: string + - default: "true" + description: Log the commands that are executed during `git-clone`'s operation. + name: verbose + type: string + - default: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.29.0 + description: The image providing the git-init binary that this Task runs. + name: gitInitImage + type: string + - default: /tekton/home + description: | + Absolute path to the user's home directory. Set this explicitly if you are running the image as a non-root user or have overridden + the gitInitImage param with an image containing custom user configuration. + name: userHome + type: string + results: + - description: The precise commit SHA that was fetched by this Task. + name: commit + type: string + - description: The precise URL that was fetched by this Task. + name: url + type: string + steps: + - env: + - name: HOME + value: /tekton/home + - name: PARAM_URL + value: https://github.com/tektoncd/pipeline + - name: PARAM_REVISION + - name: PARAM_REFSPEC + - name: PARAM_SUBMODULES + value: "true" + - name: PARAM_DEPTH + value: "1" + - name: PARAM_SSL_VERIFY + value: "true" + - name: PARAM_CRT_FILENAME + value: ca-bundle.crt + - name: PARAM_SUBDIRECTORY + - name: PARAM_DELETE_EXISTING + value: "true" + - name: PARAM_HTTP_PROXY + - name: PARAM_HTTPS_PROXY + - name: PARAM_NO_PROXY + - name: PARAM_VERBOSE + value: "true" + - name: PARAM_SPARSE_CHECKOUT_DIRECTORIES + - name: PARAM_USER_HOME + value: /tekton/home + - name: WORKSPACE_OUTPUT_PATH + value: /workspace/output + - name: WORKSPACE_SSH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSH_DIRECTORY_PATH + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_PATH + - name: WORKSPACE_SSL_CA_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSL_CA_DIRECTORY_PATH + image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.29.0 + name: clone + resources: {} + script: | + #!/usr/bin/env sh + set -eu + + if [ "${PARAM_VERBOSE}" = "true" ] ; then + set -x + fi + + + if [ "${WORKSPACE_BASIC_AUTH_DIRECTORY_BOUND}" = "true" ] ; then + cp "${WORKSPACE_BASIC_AUTH_DIRECTORY_PATH}/.git-credentials" "${PARAM_USER_HOME}/.git-credentials" + cp "${WORKSPACE_BASIC_AUTH_DIRECTORY_PATH}/.gitconfig" "${PARAM_USER_HOME}/.gitconfig" + chmod 400 "${PARAM_USER_HOME}/.git-credentials" + chmod 400 "${PARAM_USER_HOME}/.gitconfig" + fi + + if [ "${WORKSPACE_SSH_DIRECTORY_BOUND}" = "true" ] ; then + cp -R "${WORKSPACE_SSH_DIRECTORY_PATH}" "${PARAM_USER_HOME}"/.ssh + chmod 700 "${PARAM_USER_HOME}"/.ssh + chmod -R 400 "${PARAM_USER_HOME}"/.ssh/* + fi + + if [ "${WORKSPACE_SSL_CA_DIRECTORY_BOUND}" = "true" ] ; then + export GIT_SSL_CAPATH="${WORKSPACE_SSL_CA_DIRECTORY_PATH}" + if [ "${PARAM_CRT_FILENAME}" != "" ] ; then + export GIT_SSL_CAINFO="${WORKSPACE_SSL_CA_DIRECTORY_PATH}/${PARAM_CRT_FILENAME}" + fi + fi + CHECKOUT_DIR="${WORKSPACE_OUTPUT_PATH}/${PARAM_SUBDIRECTORY}" + + cleandir() { + # Delete any existing contents of the repo directory if it exists. + # + # We don't just "rm -rf ${CHECKOUT_DIR}" because ${CHECKOUT_DIR} might be "/" + # or the root of a mounted volume. + if [ -d "${CHECKOUT_DIR}" ] ; then + # Delete non-hidden files and directories + rm -rf "${CHECKOUT_DIR:?}"/* + # Delete files and directories starting with . but excluding .. + rm -rf "${CHECKOUT_DIR}"/.[!.]* + # Delete files and directories starting with .. plus any other character + rm -rf "${CHECKOUT_DIR}"/..?* + fi + } + + if [ "${PARAM_DELETE_EXISTING}" = "true" ] ; then + cleandir + fi + + test -z "${PARAM_HTTP_PROXY}" || export HTTP_PROXY="${PARAM_HTTP_PROXY}" + test -z "${PARAM_HTTPS_PROXY}" || export HTTPS_PROXY="${PARAM_HTTPS_PROXY}" + test -z "${PARAM_NO_PROXY}" || export NO_PROXY="${PARAM_NO_PROXY}" + + /ko-app/git-init \ + -url="${PARAM_URL}" \ + -revision="${PARAM_REVISION}" \ + -refspec="${PARAM_REFSPEC}" \ + -path="${CHECKOUT_DIR}" \ + -sslVerify="${PARAM_SSL_VERIFY}" \ + -submodules="${PARAM_SUBMODULES}" \ + -depth="${PARAM_DEPTH}" \ + -sparseCheckoutDirectories="${PARAM_SPARSE_CHECKOUT_DIRECTORIES}" + cd "${CHECKOUT_DIR}" + RESULT_SHA="$(git rev-parse HEAD)" + EXIT_CODE="$?" + if [ "${EXIT_CODE}" != 0 ] ; then + exit "${EXIT_CODE}" + fi + printf "%s" "${RESULT_SHA}" > "/tekton/results/commit" + printf "%s" "${PARAM_URL}" > "/tekton/results/url" + workspaces: + - description: The git repo will be cloned onto the volume backing this Workspace. + name: output + - description: | + A .ssh directory with private key, known_hosts, config, etc. Copied to + the user's home before git commands are executed. Used to authenticate + with the git remote when performing the clone. Binding a Secret to this + Workspace is strongly recommended over other volume types. + name: ssh-directory + optional: true + - description: | + A Workspace containing a .gitconfig and .git-credentials file. These + will be copied to the user's home before any git commands are run. Any + other files in this Workspace are ignored. It is strongly recommended + to use ssh-directory over basic-auth whenever possible and to bind a + Secret to this Workspace over other volume types. + name: basic-auth + optional: true + - description: | + A workspace containing CA certificates, this will be used by Git to + verify the peer with when fetching or pushing over HTTPS. + name: ssl-ca-directory + optional: true + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/affinity-assistant: affinity-assistant-83c14dbe2b + pipeline.tekton.dev/release: 128c2bf-dirty + tekton.dev/categories: Git + tekton.dev/displayName: git clone + tekton.dev/pipelines.minVersion: 0.29.0 + tekton.dev/platforms: linux/amd64,linux/s390x,linux/ppc64le,linux/arm64 + tekton.dev/tags: git + creationTimestamp: "2023-06-09T21:15:58Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + app.kubernetes.io/version: "0.7" + tekton.dev/memberOf: tasks + tekton.dev/pipeline: hub-resolver-hwpffisx + tekton.dev/pipelineRun: hub-resolver-hwpffisx + tekton.dev/pipelineTask: task1 + tekton.dev/task: git-clone + name: hub-resolver-hwpffisx-task1 + namespace: arendelle-x7dhm + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: hub-resolver-hwpffisx + uid: 8b7b7e35-ba65-46ea-8f9a-42d5f8d0b15a + resourceVersion: "1706446" + uid: 42ddeaba-2e8b-4aa7-b2c1-caa6b0080c65 + spec: + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + serviceAccountName: default + taskRef: + kind: Task + params: + - name: kind + value: task + - name: name + value: git-clone + - name: version + value: "0.7" + resolver: hub + timeout: 1h0m0s + workspaces: + - name: output + persistentVolumeClaim: + claimName: pvc-1750f39114 + status: + completionTime: "2023-06-09T21:15:58Z" + conditions: + - lastTransitionTime: "2023-06-09T21:15:58Z" + message: 'Could not find results with names: commit for task hub-resolver-hwpffisx-task1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: hub-resolver-hwpffisx-task1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + refSource: + digest: + sha256: 3cb79bb1bf7ae358c006063602cf7c52d165f7657b2d9de9ccda5f40ac8fd59c + uri: https://artifacthub.io/api/v1/packages/tekton-task/tekton-catalog-tasks/git-clone/0.7.0 + startTime: "2023-06-09T21:15:58Z" + taskSpec: + description: |- + These Tasks are Git tasks to work with repositories used by other tasks in your Pipeline. + The git-clone Task will clone a repo from the provided url into the output Workspace. By default the repo will be cloned into the root of your Workspace. You can clone into a subdirectory by setting this Task's subdirectory param. This Task also supports sparse checkouts. To perform a sparse checkout, pass a list of comma separated directory patterns to this Task's sparseCheckoutDirectories param. + params: + - description: Repository URL to clone from. + name: url + type: string + - default: "" + description: Revision to checkout. (branch, tag, sha, ref, etc...) + name: revision + type: string + - default: "" + description: Refspec to fetch before checking out revision. + name: refspec + type: string + - default: "true" + description: Initialize and fetch git submodules. + name: submodules + type: string + - default: "1" + description: Perform a shallow clone, fetching only the most recent N commits. + name: depth + type: string + - default: "true" + description: Set the `http.sslVerify` global git config. Setting this to `false` + is not advised unless you are sure that you trust your git remote. + name: sslVerify + type: string + - default: ca-bundle.crt + description: file name of mounted crt using ssl-ca-directory workspace. default + value is ca-bundle.crt. + name: crtFileName + type: string + - default: "" + description: Subdirectory inside the `output` Workspace to clone the repo into. + name: subdirectory + type: string + - default: "" + description: Define the directory patterns to match or exclude when performing + a sparse checkout. + name: sparseCheckoutDirectories + type: string + - default: "true" + description: Clean out the contents of the destination directory if it already + exists before cloning. + name: deleteExisting + type: string + - default: "" + description: HTTP proxy server for non-SSL requests. + name: httpProxy + type: string + - default: "" + description: HTTPS proxy server for SSL requests. + name: httpsProxy + type: string + - default: "" + description: Opt out of proxying HTTP/HTTPS requests. + name: noProxy + type: string + - default: "true" + description: Log the commands that are executed during `git-clone`'s operation. + name: verbose + type: string + - default: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.29.0 + description: The image providing the git-init binary that this Task runs. + name: gitInitImage + type: string + - default: /tekton/home + description: | + Absolute path to the user's home directory. Set this explicitly if you are running the image as a non-root user or have overridden + the gitInitImage param with an image containing custom user configuration. + name: userHome + type: string + results: + - description: The precise commit SHA that was fetched by this Task. + name: commit + type: string + - description: The precise URL that was fetched by this Task. + name: url + type: string + steps: + - computeResources: {} + env: + - name: HOME + value: /tekton/home + - name: PARAM_URL + value: https://github.com/tektoncd/pipeline + - name: PARAM_REVISION + - name: PARAM_REFSPEC + - name: PARAM_SUBMODULES + value: "true" + - name: PARAM_DEPTH + value: "1" + - name: PARAM_SSL_VERIFY + value: "true" + - name: PARAM_CRT_FILENAME + value: ca-bundle.crt + - name: PARAM_SUBDIRECTORY + - name: PARAM_DELETE_EXISTING + value: "true" + - name: PARAM_HTTP_PROXY + - name: PARAM_HTTPS_PROXY + - name: PARAM_NO_PROXY + - name: PARAM_VERBOSE + value: "true" + - name: PARAM_SPARSE_CHECKOUT_DIRECTORIES + - name: PARAM_USER_HOME + value: /tekton/home + - name: WORKSPACE_OUTPUT_PATH + value: /workspace/output + - name: WORKSPACE_SSH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSH_DIRECTORY_PATH + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_PATH + - name: WORKSPACE_SSL_CA_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSL_CA_DIRECTORY_PATH + image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.29.0 + name: clone + script: | + #!/usr/bin/env sh + set -eu + + if [ "${PARAM_VERBOSE}" = "true" ] ; then + set -x + fi + + + if [ "${WORKSPACE_BASIC_AUTH_DIRECTORY_BOUND}" = "true" ] ; then + cp "${WORKSPACE_BASIC_AUTH_DIRECTORY_PATH}/.git-credentials" "${PARAM_USER_HOME}/.git-credentials" + cp "${WORKSPACE_BASIC_AUTH_DIRECTORY_PATH}/.gitconfig" "${PARAM_USER_HOME}/.gitconfig" + chmod 400 "${PARAM_USER_HOME}/.git-credentials" + chmod 400 "${PARAM_USER_HOME}/.gitconfig" + fi + + if [ "${WORKSPACE_SSH_DIRECTORY_BOUND}" = "true" ] ; then + cp -R "${WORKSPACE_SSH_DIRECTORY_PATH}" "${PARAM_USER_HOME}"/.ssh + chmod 700 "${PARAM_USER_HOME}"/.ssh + chmod -R 400 "${PARAM_USER_HOME}"/.ssh/* + fi + + if [ "${WORKSPACE_SSL_CA_DIRECTORY_BOUND}" = "true" ] ; then + export GIT_SSL_CAPATH="${WORKSPACE_SSL_CA_DIRECTORY_PATH}" + if [ "${PARAM_CRT_FILENAME}" != "" ] ; then + export GIT_SSL_CAINFO="${WORKSPACE_SSL_CA_DIRECTORY_PATH}/${PARAM_CRT_FILENAME}" + fi + fi + CHECKOUT_DIR="${WORKSPACE_OUTPUT_PATH}/${PARAM_SUBDIRECTORY}" + + cleandir() { + # Delete any existing contents of the repo directory if it exists. + # + # We don't just "rm -rf ${CHECKOUT_DIR}" because ${CHECKOUT_DIR} might be "/" + # or the root of a mounted volume. + if [ -d "${CHECKOUT_DIR}" ] ; then + # Delete non-hidden files and directories + rm -rf "${CHECKOUT_DIR:?}"/* + # Delete files and directories starting with . but excluding .. + rm -rf "${CHECKOUT_DIR}"/.[!.]* + # Delete files and directories starting with .. plus any other character + rm -rf "${CHECKOUT_DIR}"/..?* + fi + } + + if [ "${PARAM_DELETE_EXISTING}" = "true" ] ; then + cleandir + fi + + test -z "${PARAM_HTTP_PROXY}" || export HTTP_PROXY="${PARAM_HTTP_PROXY}" + test -z "${PARAM_HTTPS_PROXY}" || export HTTPS_PROXY="${PARAM_HTTPS_PROXY}" + test -z "${PARAM_NO_PROXY}" || export NO_PROXY="${PARAM_NO_PROXY}" + + /ko-app/git-init \ + -url="${PARAM_URL}" \ + -revision="${PARAM_REVISION}" \ + -refspec="${PARAM_REFSPEC}" \ + -path="${CHECKOUT_DIR}" \ + -sslVerify="${PARAM_SSL_VERIFY}" \ + -submodules="${PARAM_SUBMODULES}" \ + -depth="${PARAM_DEPTH}" \ + -sparseCheckoutDirectories="${PARAM_SPARSE_CHECKOUT_DIRECTORIES}" + cd "${CHECKOUT_DIR}" + RESULT_SHA="$(git rev-parse HEAD)" + EXIT_CODE="$?" + if [ "${EXIT_CODE}" != 0 ] ; then + exit "${EXIT_CODE}" + fi + printf "%s" "${RESULT_SHA}" > "/tekton/results/commit" + printf "%s" "${PARAM_URL}" > "/tekton/results/url" + workspaces: + - description: The git repo will be cloned onto the volume backing this Workspace. + name: output + - description: | + A .ssh directory with private key, known_hosts, config, etc. Copied to + the user's home before git commands are executed. Used to authenticate + with the git remote when performing the clone. Binding a Secret to this + Workspace is strongly recommended over other volume types. + name: ssh-directory + optional: true + - description: | + A Workspace containing a .gitconfig and .git-credentials file. These + will be copied to the user's home before any git commands are run. Any + other files in this Workspace are ignored. It is strongly recommended + to use ssh-directory over basic-auth whenever possible and to bind a + Secret to this Workspace over other volume types. + name: basic-auth + optional: true + - description: | + A workspace containing CA certificates, this will be used by Git to + verify the peer with when fetching or pushing over HTTPS. + name: ssl-ca-directory + optional: true + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:15:54Z" + generation: 1 + labels: + tekton.dev/pipeline: hub-resolver-hwpffisx + name: hub-resolver-hwpffisx + namespace: arendelle-x7dhm + resourceVersion: "1706453" + uid: 8b7b7e35-ba65-46ea-8f9a-42d5f8d0b15a + spec: + pipelineSpec: + tasks: + - name: task1 + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + taskRef: + kind: Task + params: + - name: kind + value: task + - name: name + value: git-clone + - name: version + value: "0.7" + resolver: hub + workspaces: + - name: output + workspaces: + - name: output + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1h0m0s + workspaces: + - name: output + volumeClaimTemplate: + metadata: + creationTimestamp: null + spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 1Gi + status: {} + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: hub-resolver-hwpffisx-task1 + pipelineTaskName: task1 + completionTime: "2023-06-09T21:15:59Z" + conditions: + - lastTransitionTime: "2023-06-09T21:15:59Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: task1 + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + taskRef: + kind: Task + params: + - name: kind + value: task + - name: name + value: git-clone + - name: version + value: "0.7" + resolver: hub + workspaces: + - name: output + workspaces: + - name: output + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:15:55Z" + + --- + metadata: + creationTimestamp: "2023-06-09T21:15:57Z" + deletionGracePeriodSeconds: 30 + deletionTimestamp: "2023-06-09T21:16:29Z" + generateName: affinity-assistant-83c14dbe2b- + labels: + app.kubernetes.io/component: affinity-assistant + app.kubernetes.io/instance: affinity-assistant-83c14dbe2b + controller-revision-hash: affinity-assistant-83c14dbe2b-86b4846bdb + statefulset.kubernetes.io/pod-name: affinity-assistant-83c14dbe2b-0 + tekton.dev/pipeline: hub-resolver-hwpffisx + tekton.dev/pipelineRun: hub-resolver-hwpffisx + name: affinity-assistant-83c14dbe2b-0 + namespace: arendelle-x7dhm + ownerReferences: + - apiVersion: apps/v1 + blockOwnerDeletion: true + controller: true + kind: StatefulSet + name: affinity-assistant-83c14dbe2b + uid: 11448ef6-a9ad-4a84-922f-4240043dddee + resourceVersion: "1706464" + uid: 2a542df7-537c-48b4-b71e-71afebf031d5 + spec: + affinity: + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchLabels: + app.kubernetes.io/component: affinity-assistant + topologyKey: kubernetes.io/hostname + weight: 100 + containers: + - args: + - tekton_run_indefinitely + image: docker.io/emunley2/nop-8eac7c133edad5df719dc37b36b62482@sha256:6fefe596b724b8979921cb8ad897e12b4fe4380e2da74b20bce87485b4bdb62d + imagePullPolicy: IfNotPresent + name: affinity-assistant + resources: + limits: + cpu: 50m + memory: 100Mi + requests: + cpu: 50m + memory: 100Mi + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-2wbrl + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + hostname: affinity-assistant-83c14dbe2b-0 + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Always + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - name: workspace + persistentVolumeClaim: + claimName: pvc-1750f39114 + - name: kube-api-access-2wbrl + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:15:57Z" + status: "True" + type: PodScheduled + phase: Pending + qosClass: Guaranteed + + --- + metadata: + annotations: + pipeline.tekton.dev/affinity-assistant: affinity-assistant-83c14dbe2b + pipeline.tekton.dev/release: 128c2bf-dirty + tekton.dev/categories: Git + tekton.dev/displayName: git clone + tekton.dev/pipelines.minVersion: 0.29.0 + tekton.dev/platforms: linux/amd64,linux/s390x,linux/ppc64le,linux/arm64 + tekton.dev/tags: git + creationTimestamp: "2023-06-09T21:15:58Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + app.kubernetes.io/version: "0.7" + tekton.dev/memberOf: tasks + tekton.dev/pipeline: hub-resolver-hwpffisx + tekton.dev/pipelineRun: hub-resolver-hwpffisx + tekton.dev/pipelineTask: task1 + tekton.dev/task: git-clone + tekton.dev/taskRun: hub-resolver-hwpffisx-task1 + name: hub-resolver-hwpffisx-task1-pod + namespace: arendelle-x7dhm + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: hub-resolver-hwpffisx-task1 + uid: 42ddeaba-2e8b-4aa7-b2c1-caa6b0080c65 + resourceVersion: "1706410" + uid: d76024a9-ba2c-4e81-b2bb-1fa7de5d6fb8 + spec: + activeDeadlineSeconds: 5400 + affinity: + podAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchLabels: + app.kubernetes.io/component: affinity-assistant + app.kubernetes.io/instance: affinity-assistant-83c14dbe2b + topologyKey: kubernetes.io/hostname + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -results + - commit,url + - -entrypoint + - /tekton/scripts/script-0-sprxv + - -- + command: + - /tekton/bin/entrypoint + env: + - name: HOME + value: /tekton/home + - name: PARAM_URL + value: https://github.com/tektoncd/pipeline + - name: PARAM_REVISION + - name: PARAM_REFSPEC + - name: PARAM_SUBMODULES + value: "true" + - name: PARAM_DEPTH + value: "1" + - name: PARAM_SSL_VERIFY + value: "true" + - name: PARAM_CRT_FILENAME + value: ca-bundle.crt + - name: PARAM_SUBDIRECTORY + - name: PARAM_DELETE_EXISTING + value: "true" + - name: PARAM_HTTP_PROXY + - name: PARAM_HTTPS_PROXY + - name: PARAM_NO_PROXY + - name: PARAM_VERBOSE + value: "true" + - name: PARAM_SPARSE_CHECKOUT_DIRECTORIES + - name: PARAM_USER_HOME + value: /tekton/home + - name: WORKSPACE_OUTPUT_PATH + value: /workspace/output + - name: WORKSPACE_SSH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSH_DIRECTORY_PATH + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_PATH + - name: WORKSPACE_SSL_CA_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSL_CA_DIRECTORY_PATH + image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.29.0 + imagePullPolicy: IfNotPresent + name: step-clone + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /workspace/output + name: ws-gnktg + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-5jbmr + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-clone + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-5jbmr + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-sprxv" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvdXNyL2Jpbi9lbnYgc2gKc2V0IC1ldQoKaWYgWyAiJHtQQVJBTV9WRVJCT1NFfSIgPSAidHJ1ZSIgXSA7IHRoZW4KICBzZXQgLXgKZmkKCgppZiBbICIke1dPUktTUEFDRV9CQVNJQ19BVVRIX0RJUkVDVE9SWV9CT1VORH0iID0gInRydWUiIF0gOyB0aGVuCiAgY3AgIiR7V09SS1NQQUNFX0JBU0lDX0FVVEhfRElSRUNUT1JZX1BBVEh9Ly5naXQtY3JlZGVudGlhbHMiICIke1BBUkFNX1VTRVJfSE9NRX0vLmdpdC1jcmVkZW50aWFscyIKICBjcCAiJHtXT1JLU1BBQ0VfQkFTSUNfQVVUSF9ESVJFQ1RPUllfUEFUSH0vLmdpdGNvbmZpZyIgIiR7UEFSQU1fVVNFUl9IT01FfS8uZ2l0Y29uZmlnIgogIGNobW9kIDQwMCAiJHtQQVJBTV9VU0VSX0hPTUV9Ly5naXQtY3JlZGVudGlhbHMiCiAgY2htb2QgNDAwICIke1BBUkFNX1VTRVJfSE9NRX0vLmdpdGNvbmZpZyIKZmkKCmlmIFsgIiR7V09SS1NQQUNFX1NTSF9ESVJFQ1RPUllfQk9VTkR9IiA9ICJ0cnVlIiBdIDsgdGhlbgogIGNwIC1SICIke1dPUktTUEFDRV9TU0hfRElSRUNUT1JZX1BBVEh9IiAiJHtQQVJBTV9VU0VSX0hPTUV9Ii8uc3NoCiAgY2htb2QgNzAwICIke1BBUkFNX1VTRVJfSE9NRX0iLy5zc2gKICBjaG1vZCAtUiA0MDAgIiR7UEFSQU1fVVNFUl9IT01FfSIvLnNzaC8qCmZpCgppZiBbICIke1dPUktTUEFDRV9TU0xfQ0FfRElSRUNUT1JZX0JPVU5EfSIgPSAidHJ1ZSIgXSA7IHRoZW4KICAgZXhwb3J0IEdJVF9TU0xfQ0FQQVRIPSIke1dPUktTUEFDRV9TU0xfQ0FfRElSRUNUT1JZX1BBVEh9IgogICBpZiBbICIke1BBUkFNX0NSVF9GSUxFTkFNRX0iICE9ICIiIF0gOyB0aGVuCiAgICAgIGV4cG9ydCBHSVRfU1NMX0NBSU5GTz0iJHtXT1JLU1BBQ0VfU1NMX0NBX0RJUkVDVE9SWV9QQVRIfS8ke1BBUkFNX0NSVF9GSUxFTkFNRX0iCiAgIGZpCmZpCkNIRUNLT1VUX0RJUj0iJHtXT1JLU1BBQ0VfT1VUUFVUX1BBVEh9LyR7UEFSQU1fU1VCRElSRUNUT1JZfSIKCmNsZWFuZGlyKCkgewogICMgRGVsZXRlIGFueSBleGlzdGluZyBjb250ZW50cyBvZiB0aGUgcmVwbyBkaXJlY3RvcnkgaWYgaXQgZXhpc3RzLgogICMKICAjIFdlIGRvbid0IGp1c3QgInJtIC1yZiAke0NIRUNLT1VUX0RJUn0iIGJlY2F1c2UgJHtDSEVDS09VVF9ESVJ9IG1pZ2h0IGJlICIvIgogICMgb3IgdGhlIHJvb3Qgb2YgYSBtb3VudGVkIHZvbHVtZS4KICBpZiBbIC1kICIke0NIRUNLT1VUX0RJUn0iIF0gOyB0aGVuCiAgICAjIERlbGV0ZSBub24taGlkZGVuIGZpbGVzIGFuZCBkaXJlY3RvcmllcwogICAgcm0gLXJmICIke0NIRUNLT1VUX0RJUjo/fSIvKgogICAgIyBEZWxldGUgZmlsZXMgYW5kIGRpcmVjdG9yaWVzIHN0YXJ0aW5nIHdpdGggLiBidXQgZXhjbHVkaW5nIC4uCiAgICBybSAtcmYgIiR7Q0hFQ0tPVVRfRElSfSIvLlshLl0qCiAgICAjIERlbGV0ZSBmaWxlcyBhbmQgZGlyZWN0b3JpZXMgc3RhcnRpbmcgd2l0aCAuLiBwbHVzIGFueSBvdGhlciBjaGFyYWN0ZXIKICAgIHJtIC1yZiAiJHtDSEVDS09VVF9ESVJ9Ii8uLj8qCiAgZmkKfQoKaWYgWyAiJHtQQVJBTV9ERUxFVEVfRVhJU1RJTkd9IiA9ICJ0cnVlIiBdIDsgdGhlbgogIGNsZWFuZGlyCmZpCgp0ZXN0IC16ICIke1BBUkFNX0hUVFBfUFJPWFl9IiB8fCBleHBvcnQgSFRUUF9QUk9YWT0iJHtQQVJBTV9IVFRQX1BST1hZfSIKdGVzdCAteiAiJHtQQVJBTV9IVFRQU19QUk9YWX0iIHx8IGV4cG9ydCBIVFRQU19QUk9YWT0iJHtQQVJBTV9IVFRQU19QUk9YWX0iCnRlc3QgLXogIiR7UEFSQU1fTk9fUFJPWFl9IiB8fCBleHBvcnQgTk9fUFJPWFk9IiR7UEFSQU1fTk9fUFJPWFl9IgoKL2tvLWFwcC9naXQtaW5pdCBcCiAgLXVybD0iJHtQQVJBTV9VUkx9IiBcCiAgLXJldmlzaW9uPSIke1BBUkFNX1JFVklTSU9OfSIgXAogIC1yZWZzcGVjPSIke1BBUkFNX1JFRlNQRUN9IiBcCiAgLXBhdGg9IiR7Q0hFQ0tPVVRfRElSfSIgXAogIC1zc2xWZXJpZnk9IiR7UEFSQU1fU1NMX1ZFUklGWX0iIFwKICAtc3VibW9kdWxlcz0iJHtQQVJBTV9TVUJNT0RVTEVTfSIgXAogIC1kZXB0aD0iJHtQQVJBTV9ERVBUSH0iIFwKICAtc3BhcnNlQ2hlY2tvdXREaXJlY3Rvcmllcz0iJHtQQVJBTV9TUEFSU0VfQ0hFQ0tPVVRfRElSRUNUT1JJRVN9IgpjZCAiJHtDSEVDS09VVF9ESVJ9IgpSRVNVTFRfU0hBPSIkKGdpdCByZXYtcGFyc2UgSEVBRCkiCkVYSVRfQ09ERT0iJD8iCmlmIFsgIiR7RVhJVF9DT0RFfSIgIT0gMCBdIDsgdGhlbgogIGV4aXQgIiR7RVhJVF9DT0RFfSIKZmkKcHJpbnRmICIlcyIgIiR7UkVTVUxUX1NIQX0iID4gIi90ZWt0b24vcmVzdWx0cy9jb21taXQiCnByaW50ZiAiJXMiICIke1BBUkFNX1VSTH0iID4gIi90ZWt0b24vcmVzdWx0cy91cmwiCg== + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-5jbmr + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - name: ws-gnktg + persistentVolumeClaim: + claimName: pvc-1750f39114 + - name: kube-api-access-5jbmr + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:15:58Z" + status: "True" + type: PodScheduled + phase: Pending + qosClass: BestEffort + + panic.go:522: ##################################################### + panic.go:522: ### Dumping logs from Pods in the arendelle-x7dhm ### + panic.go:522: ##################################################### + build_logs.go:35: Could not get logs for pod hub-resolver-hwpffisx-task1-pod: container "step-clone" in pod "hub-resolver-hwpffisx-task1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs +=== NAME TestGitResolver_Clone + stream.go:305: I 21:16:00.935 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl] Reconcile succeeded +=== NAME TestHubResolver + build_logs.go:35: Could not get logs for pod hub-resolver-hwpffisx-task1-pod: container "step-clone" in pod "hub-resolver-hwpffisx-task1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + panic.go:522: Not deleting namespace arendelle-x7dhm +--- FAIL: TestHubResolver (6.63s) +=== CONT TestPipelineTaskTimeout + timeout_test.go:323: Create namespace arendelle-92g5h to deploy to + timeout_test.go:323: Verify SA "default" is created in namespace "arendelle-92g5h" + timeout_test.go:328: Creating Tasks in namespace arendelle-92g5h + timeout_test.go:388: Waiting for PipelineRun pipeline-task-timeout-lwmagloh with PipelineTask timeout in namespace arendelle-92g5h to fail +=== NAME TestGitResolver_Clone + stream.go:305: E 21:16:01.312 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] Returned an error err=1 error occurred: + * Could not find results with names: commit for task git-resolver-clone-uyvffdvl-task1 + + stream.go:305: E 21:16:01.313 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] Reconcile error err=1 error occurred: + * Could not find results with names: commit for task git-resolver-clone-uyvffdvl-task1 + + stream.go:305: I 21:16:01.313 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] taskrun done : git-resolver-clone-uyvffdvl-task1 + stream.go:305: I 21:16:01.422 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] Reconcile succeeded + stream.go:305: I 21:16:01.423 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] taskrun done : git-resolver-clone-uyvffdvl-task1 + stream.go:305: I 21:16:01.428 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl] Reconcile succeeded + stream.go:305: I 21:16:01.492 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] Reconcile succeeded +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:01.502 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] Creating a new TaskRun object pipeline-task-timeout-lwmagloh-pipelinetask1 for pipeline task pipelinetask1 +=== NAME TestGitResolver_Clone + stream.go:305: I 21:16:01.493 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] taskrun done : git-resolver-clone-uyvffdvl-task1 +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:01.517 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] Creating a new TaskRun object pipeline-task-timeout-lwmagloh-pipelinetask2 for pipeline task pipelinetask2 + stream.go:305: I 21:16:01.600 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] PipelineRun pipeline-task-timeout-lwmagloh status is being set to &{Succeeded Unknown {2023-06-09 21:16:01.600870838 +0000 UTC m=+2791.161337317} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} +=== NAME TestGitResolver_Clone + resolvers_test.go:255: Error waiting for PipelineRun git-resolver-clone-uyvffdvl to finish: "git-resolver-clone-uyvffdvl" failed + panic.go:522: ############################################ + panic.go:522: ### Dumping objects from arendelle-swkq9 ### + panic.go:522: ############################################ + stream.go:305: I 21:16:01.606 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-swkq9/git-resolver-clone-uyvffdvl-task1] Reconcile succeeded +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:01.700 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask1/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 1, 700153130, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:16:01.794 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask2/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 1, 735337463, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestGitResolver_Clone + panic.go:522: + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:15:54Z" + generation: 1 + labels: + tekton.dev/pipeline: git-resolver-clone-uyvffdvl + name: git-resolver-clone-uyvffdvl + namespace: arendelle-swkq9 + resourceVersion: "1706501" + uid: ed323bd9-2590-440b-8540-99ff59f0aad3 + spec: + pipelineSpec: + tasks: + - name: task1 + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + taskRef: + kind: Task + params: + - name: url + value: https://github.com/tektoncd/catalog.git + - name: pathInRepo + value: /task/git-clone/0.7/git-clone.yaml + - name: revision + value: main + resolver: git + workspaces: + - name: output + workspaces: + - name: output + serviceAccountName: default + timeout: 1h0m0s + workspaces: + - name: output + volumeClaimTemplate: + metadata: + creationTimestamp: null + spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 1Gi + status: {} + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: git-resolver-clone-uyvffdvl-task1 + pipelineTaskName: task1 + completionTime: "2023-06-09T21:16:00Z" + conditions: + - lastTransitionTime: "2023-06-09T21:16:00Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: task1 + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + taskRef: + kind: Task + params: + - name: url + value: https://github.com/tektoncd/catalog.git + - name: pathInRepo + value: /task/git-clone/0.7/git-clone.yaml + - name: revision + value: main + resolver: git + workspaces: + - name: output + workspaces: + - name: output + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:15:54Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/affinity-assistant: affinity-assistant-880dc15ddb + pipeline.tekton.dev/release: 128c2bf-dirty + tekton.dev/categories: Git + tekton.dev/displayName: git clone + tekton.dev/pipelines.minVersion: 0.29.0 + tekton.dev/platforms: linux/amd64,linux/s390x,linux/ppc64le,linux/arm64 + tekton.dev/tags: git + creationTimestamp: "2023-06-09T21:15:58Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + app.kubernetes.io/version: "0.7" + tekton.dev/memberOf: tasks + tekton.dev/pipeline: git-resolver-clone-uyvffdvl + tekton.dev/pipelineRun: git-resolver-clone-uyvffdvl + tekton.dev/pipelineTask: task1 + tekton.dev/task: git-clone + name: git-resolver-clone-uyvffdvl-task1 + namespace: arendelle-swkq9 + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: git-resolver-clone-uyvffdvl + uid: ed323bd9-2590-440b-8540-99ff59f0aad3 + resourceVersion: "1706517" + uid: fec5dddb-02d6-406d-860e-adff46475afe + spec: + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + serviceAccountName: default + taskRef: + kind: Task + params: + - name: url + value: https://github.com/tektoncd/catalog.git + - name: pathInRepo + value: /task/git-clone/0.7/git-clone.yaml + - name: revision + value: main + resolver: git + timeout: 1h0m0s + workspaces: + - name: output + persistentVolumeClaim: + claimName: pvc-861b7ffe42 + status: + completionTime: "2023-06-09T21:16:00Z" + conditions: + - lastTransitionTime: "2023-06-09T21:16:00Z" + message: 'Could not find results with names: commit for task git-resolver-clone-uyvffdvl-task1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: git-resolver-clone-uyvffdvl-task1-pod + provenance: + configSource: + digest: + sha1: 87327117101b5b088fe336615ad86e854aaafa5a + entryPoint: /task/git-clone/0.7/git-clone.yaml + uri: git+https://github.com/tektoncd/catalog.git + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + refSource: + digest: + sha1: 87327117101b5b088fe336615ad86e854aaafa5a + entryPoint: /task/git-clone/0.7/git-clone.yaml + uri: git+https://github.com/tektoncd/catalog.git + startTime: "2023-06-09T21:16:00Z" + taskSpec: + description: |- + These Tasks are Git tasks to work with repositories used by other tasks in your Pipeline. + The git-clone Task will clone a repo from the provided url into the output Workspace. By default the repo will be cloned into the root of your Workspace. You can clone into a subdirectory by setting this Task's subdirectory param. This Task also supports sparse checkouts. To perform a sparse checkout, pass a list of comma separated directory patterns to this Task's sparseCheckoutDirectories param. + params: + - description: Repository URL to clone from. + name: url + type: string + - default: "" + description: Revision to checkout. (branch, tag, sha, ref, etc...) + name: revision + type: string + - default: "" + description: Refspec to fetch before checking out revision. + name: refspec + type: string + - default: "true" + description: Initialize and fetch git submodules. + name: submodules + type: string + - default: "1" + description: Perform a shallow clone, fetching only the most recent N commits. + name: depth + type: string + - default: "true" + description: Set the `http.sslVerify` global git config. Setting this to `false` + is not advised unless you are sure that you trust your git remote. + name: sslVerify + type: string + - default: ca-bundle.crt + description: file name of mounted crt using ssl-ca-directory workspace. default + value is ca-bundle.crt. + name: crtFileName + type: string + - default: "" + description: Subdirectory inside the `output` Workspace to clone the repo into. + name: subdirectory + type: string + - default: "" + description: Define the directory patterns to match or exclude when performing + a sparse checkout. + name: sparseCheckoutDirectories + type: string + - default: "true" + description: Clean out the contents of the destination directory if it already + exists before cloning. + name: deleteExisting + type: string + - default: "" + description: HTTP proxy server for non-SSL requests. + name: httpProxy + type: string + - default: "" + description: HTTPS proxy server for SSL requests. + name: httpsProxy + type: string + - default: "" + description: Opt out of proxying HTTP/HTTPS requests. + name: noProxy + type: string + - default: "true" + description: Log the commands that are executed during `git-clone`'s operation. + name: verbose + type: string + - default: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.29.0 + description: The image providing the git-init binary that this Task runs. + name: gitInitImage + type: string + - default: /tekton/home + description: | + Absolute path to the user's home directory. Set this explicitly if you are running the image as a non-root user or have overridden + the gitInitImage param with an image containing custom user configuration. + name: userHome + type: string + results: + - description: The precise commit SHA that was fetched by this Task. + name: commit + type: string + - description: The precise URL that was fetched by this Task. + name: url + type: string + steps: + - env: + - name: HOME + value: /tekton/home + - name: PARAM_URL + value: https://github.com/tektoncd/pipeline + - name: PARAM_REVISION + - name: PARAM_REFSPEC + - name: PARAM_SUBMODULES + value: "true" + - name: PARAM_DEPTH + value: "1" + - name: PARAM_SSL_VERIFY + value: "true" + - name: PARAM_CRT_FILENAME + value: ca-bundle.crt + - name: PARAM_SUBDIRECTORY + - name: PARAM_DELETE_EXISTING + value: "true" + - name: PARAM_HTTP_PROXY + - name: PARAM_HTTPS_PROXY + - name: PARAM_NO_PROXY + - name: PARAM_VERBOSE + value: "true" + - name: PARAM_SPARSE_CHECKOUT_DIRECTORIES + - name: PARAM_USER_HOME + value: /tekton/home + - name: WORKSPACE_OUTPUT_PATH + value: /workspace/output + - name: WORKSPACE_SSH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSH_DIRECTORY_PATH + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_PATH + - name: WORKSPACE_SSL_CA_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSL_CA_DIRECTORY_PATH + image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.29.0 + name: clone + resources: {} + script: | + #!/usr/bin/env sh + set -eu + + if [ "${PARAM_VERBOSE}" = "true" ] ; then + set -x + fi + + + if [ "${WORKSPACE_BASIC_AUTH_DIRECTORY_BOUND}" = "true" ] ; then + cp "${WORKSPACE_BASIC_AUTH_DIRECTORY_PATH}/.git-credentials" "${PARAM_USER_HOME}/.git-credentials" + cp "${WORKSPACE_BASIC_AUTH_DIRECTORY_PATH}/.gitconfig" "${PARAM_USER_HOME}/.gitconfig" + chmod 400 "${PARAM_USER_HOME}/.git-credentials" + chmod 400 "${PARAM_USER_HOME}/.gitconfig" + fi + + if [ "${WORKSPACE_SSH_DIRECTORY_BOUND}" = "true" ] ; then + cp -R "${WORKSPACE_SSH_DIRECTORY_PATH}" "${PARAM_USER_HOME}"/.ssh + chmod 700 "${PARAM_USER_HOME}"/.ssh + chmod -R 400 "${PARAM_USER_HOME}"/.ssh/* + fi + + if [ "${WORKSPACE_SSL_CA_DIRECTORY_BOUND}" = "true" ] ; then + export GIT_SSL_CAPATH="${WORKSPACE_SSL_CA_DIRECTORY_PATH}" + if [ "${PARAM_CRT_FILENAME}" != "" ] ; then + export GIT_SSL_CAINFO="${WORKSPACE_SSL_CA_DIRECTORY_PATH}/${PARAM_CRT_FILENAME}" + fi + fi + CHECKOUT_DIR="${WORKSPACE_OUTPUT_PATH}/${PARAM_SUBDIRECTORY}" + + cleandir() { + # Delete any existing contents of the repo directory if it exists. + # + # We don't just "rm -rf ${CHECKOUT_DIR}" because ${CHECKOUT_DIR} might be "/" + # or the root of a mounted volume. + if [ -d "${CHECKOUT_DIR}" ] ; then + # Delete non-hidden files and directories + rm -rf "${CHECKOUT_DIR:?}"/* + # Delete files and directories starting with . but excluding .. + rm -rf "${CHECKOUT_DIR}"/.[!.]* + # Delete files and directories starting with .. plus any other character + rm -rf "${CHECKOUT_DIR}"/..?* + fi + } + + if [ "${PARAM_DELETE_EXISTING}" = "true" ] ; then + cleandir + fi + + test -z "${PARAM_HTTP_PROXY}" || export HTTP_PROXY="${PARAM_HTTP_PROXY}" + test -z "${PARAM_HTTPS_PROXY}" || export HTTPS_PROXY="${PARAM_HTTPS_PROXY}" + test -z "${PARAM_NO_PROXY}" || export NO_PROXY="${PARAM_NO_PROXY}" + + /ko-app/git-init \ + -url="${PARAM_URL}" \ + -revision="${PARAM_REVISION}" \ + -refspec="${PARAM_REFSPEC}" \ + -path="${CHECKOUT_DIR}" \ + -sslVerify="${PARAM_SSL_VERIFY}" \ + -submodules="${PARAM_SUBMODULES}" \ + -depth="${PARAM_DEPTH}" \ + -sparseCheckoutDirectories="${PARAM_SPARSE_CHECKOUT_DIRECTORIES}" + cd "${CHECKOUT_DIR}" + RESULT_SHA="$(git rev-parse HEAD)" + EXIT_CODE="$?" + if [ "${EXIT_CODE}" != 0 ] ; then + exit "${EXIT_CODE}" + fi + printf "%s" "${RESULT_SHA}" > "/tekton/results/commit" + printf "%s" "${PARAM_URL}" > "/tekton/results/url" + workspaces: + - description: The git repo will be cloned onto the volume backing this Workspace. + name: output + - description: | + A .ssh directory with private key, known_hosts, config, etc. Copied to + the user's home before git commands are executed. Used to authenticate + with the git remote when performing the clone. Binding a Secret to this + Workspace is strongly recommended over other volume types. + name: ssh-directory + optional: true + - description: | + A Workspace containing a .gitconfig and .git-credentials file. These + will be copied to the user's home before any git commands are run. Any + other files in this Workspace are ignored. It is strongly recommended + to use ssh-directory over basic-auth whenever possible and to bind a + Secret to this Workspace over other volume types. + name: basic-auth + optional: true + - description: | + A workspace containing CA certificates, this will be used by Git to + verify the peer with when fetching or pushing over HTTPS. + name: ssl-ca-directory + optional: true + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/affinity-assistant: affinity-assistant-880dc15ddb + pipeline.tekton.dev/release: 128c2bf-dirty + tekton.dev/categories: Git + tekton.dev/displayName: git clone + tekton.dev/pipelines.minVersion: 0.29.0 + tekton.dev/platforms: linux/amd64,linux/s390x,linux/ppc64le,linux/arm64 + tekton.dev/tags: git + creationTimestamp: "2023-06-09T21:15:58Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + app.kubernetes.io/version: "0.7" + tekton.dev/memberOf: tasks + tekton.dev/pipeline: git-resolver-clone-uyvffdvl + tekton.dev/pipelineRun: git-resolver-clone-uyvffdvl + tekton.dev/pipelineTask: task1 + tekton.dev/task: git-clone + name: git-resolver-clone-uyvffdvl-task1 + namespace: arendelle-swkq9 + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: git-resolver-clone-uyvffdvl + uid: ed323bd9-2590-440b-8540-99ff59f0aad3 + resourceVersion: "1706517" + uid: fec5dddb-02d6-406d-860e-adff46475afe + spec: + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + serviceAccountName: default + taskRef: + kind: Task + params: + - name: url + value: https://github.com/tektoncd/catalog.git + - name: pathInRepo + value: /task/git-clone/0.7/git-clone.yaml + - name: revision + value: main + resolver: git + timeout: 1h0m0s + workspaces: + - name: output + persistentVolumeClaim: + claimName: pvc-861b7ffe42 + status: + completionTime: "2023-06-09T21:16:00Z" + conditions: + - lastTransitionTime: "2023-06-09T21:16:00Z" + message: 'Could not find results with names: commit for task git-resolver-clone-uyvffdvl-task1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: git-resolver-clone-uyvffdvl-task1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + refSource: + digest: + sha1: 87327117101b5b088fe336615ad86e854aaafa5a + entryPoint: /task/git-clone/0.7/git-clone.yaml + uri: git+https://github.com/tektoncd/catalog.git + startTime: "2023-06-09T21:16:00Z" + taskSpec: + description: |- + These Tasks are Git tasks to work with repositories used by other tasks in your Pipeline. + The git-clone Task will clone a repo from the provided url into the output Workspace. By default the repo will be cloned into the root of your Workspace. You can clone into a subdirectory by setting this Task's subdirectory param. This Task also supports sparse checkouts. To perform a sparse checkout, pass a list of comma separated directory patterns to this Task's sparseCheckoutDirectories param. + params: + - description: Repository URL to clone from. + name: url + type: string + - default: "" + description: Revision to checkout. (branch, tag, sha, ref, etc...) + name: revision + type: string + - default: "" + description: Refspec to fetch before checking out revision. + name: refspec + type: string + - default: "true" + description: Initialize and fetch git submodules. + name: submodules + type: string + - default: "1" + description: Perform a shallow clone, fetching only the most recent N commits. + name: depth + type: string + - default: "true" + description: Set the `http.sslVerify` global git config. Setting this to `false` + is not advised unless you are sure that you trust your git remote. + name: sslVerify + type: string + - default: ca-bundle.crt + description: file name of mounted crt using ssl-ca-directory workspace. default + value is ca-bundle.crt. + name: crtFileName + type: string + - default: "" + description: Subdirectory inside the `output` Workspace to clone the repo into. + name: subdirectory + type: string + - default: "" + description: Define the directory patterns to match or exclude when performing + a sparse checkout. + name: sparseCheckoutDirectories + type: string + - default: "true" + description: Clean out the contents of the destination directory if it already + exists before cloning. + name: deleteExisting + type: string + - default: "" + description: HTTP proxy server for non-SSL requests. + name: httpProxy + type: string + - default: "" + description: HTTPS proxy server for SSL requests. + name: httpsProxy + type: string + - default: "" + description: Opt out of proxying HTTP/HTTPS requests. + name: noProxy + type: string + - default: "true" + description: Log the commands that are executed during `git-clone`'s operation. + name: verbose + type: string + - default: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.29.0 + description: The image providing the git-init binary that this Task runs. + name: gitInitImage + type: string + - default: /tekton/home + description: | + Absolute path to the user's home directory. Set this explicitly if you are running the image as a non-root user or have overridden + the gitInitImage param with an image containing custom user configuration. + name: userHome + type: string + results: + - description: The precise commit SHA that was fetched by this Task. + name: commit + type: string + - description: The precise URL that was fetched by this Task. + name: url + type: string + steps: + - computeResources: {} + env: + - name: HOME + value: /tekton/home + - name: PARAM_URL + value: https://github.com/tektoncd/pipeline + - name: PARAM_REVISION + - name: PARAM_REFSPEC + - name: PARAM_SUBMODULES + value: "true" + - name: PARAM_DEPTH + value: "1" + - name: PARAM_SSL_VERIFY + value: "true" + - name: PARAM_CRT_FILENAME + value: ca-bundle.crt + - name: PARAM_SUBDIRECTORY + - name: PARAM_DELETE_EXISTING + value: "true" + - name: PARAM_HTTP_PROXY + - name: PARAM_HTTPS_PROXY + - name: PARAM_NO_PROXY + - name: PARAM_VERBOSE + value: "true" + - name: PARAM_SPARSE_CHECKOUT_DIRECTORIES + - name: PARAM_USER_HOME + value: /tekton/home + - name: WORKSPACE_OUTPUT_PATH + value: /workspace/output + - name: WORKSPACE_SSH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSH_DIRECTORY_PATH + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_PATH + - name: WORKSPACE_SSL_CA_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSL_CA_DIRECTORY_PATH + image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.29.0 + name: clone + script: | + #!/usr/bin/env sh + set -eu + + if [ "${PARAM_VERBOSE}" = "true" ] ; then + set -x + fi + + + if [ "${WORKSPACE_BASIC_AUTH_DIRECTORY_BOUND}" = "true" ] ; then + cp "${WORKSPACE_BASIC_AUTH_DIRECTORY_PATH}/.git-credentials" "${PARAM_USER_HOME}/.git-credentials" + cp "${WORKSPACE_BASIC_AUTH_DIRECTORY_PATH}/.gitconfig" "${PARAM_USER_HOME}/.gitconfig" + chmod 400 "${PARAM_USER_HOME}/.git-credentials" + chmod 400 "${PARAM_USER_HOME}/.gitconfig" + fi + + if [ "${WORKSPACE_SSH_DIRECTORY_BOUND}" = "true" ] ; then + cp -R "${WORKSPACE_SSH_DIRECTORY_PATH}" "${PARAM_USER_HOME}"/.ssh + chmod 700 "${PARAM_USER_HOME}"/.ssh + chmod -R 400 "${PARAM_USER_HOME}"/.ssh/* + fi + + if [ "${WORKSPACE_SSL_CA_DIRECTORY_BOUND}" = "true" ] ; then + export GIT_SSL_CAPATH="${WORKSPACE_SSL_CA_DIRECTORY_PATH}" + if [ "${PARAM_CRT_FILENAME}" != "" ] ; then + export GIT_SSL_CAINFO="${WORKSPACE_SSL_CA_DIRECTORY_PATH}/${PARAM_CRT_FILENAME}" + fi + fi + CHECKOUT_DIR="${WORKSPACE_OUTPUT_PATH}/${PARAM_SUBDIRECTORY}" + + cleandir() { + # Delete any existing contents of the repo directory if it exists. + # + # We don't just "rm -rf ${CHECKOUT_DIR}" because ${CHECKOUT_DIR} might be "/" + # or the root of a mounted volume. + if [ -d "${CHECKOUT_DIR}" ] ; then + # Delete non-hidden files and directories + rm -rf "${CHECKOUT_DIR:?}"/* + # Delete files and directories starting with . but excluding .. + rm -rf "${CHECKOUT_DIR}"/.[!.]* + # Delete files and directories starting with .. plus any other character + rm -rf "${CHECKOUT_DIR}"/..?* + fi + } + + if [ "${PARAM_DELETE_EXISTING}" = "true" ] ; then + cleandir + fi + + test -z "${PARAM_HTTP_PROXY}" || export HTTP_PROXY="${PARAM_HTTP_PROXY}" + test -z "${PARAM_HTTPS_PROXY}" || export HTTPS_PROXY="${PARAM_HTTPS_PROXY}" + test -z "${PARAM_NO_PROXY}" || export NO_PROXY="${PARAM_NO_PROXY}" + + /ko-app/git-init \ + -url="${PARAM_URL}" \ + -revision="${PARAM_REVISION}" \ + -refspec="${PARAM_REFSPEC}" \ + -path="${CHECKOUT_DIR}" \ + -sslVerify="${PARAM_SSL_VERIFY}" \ + -submodules="${PARAM_SUBMODULES}" \ + -depth="${PARAM_DEPTH}" \ + -sparseCheckoutDirectories="${PARAM_SPARSE_CHECKOUT_DIRECTORIES}" + cd "${CHECKOUT_DIR}" + RESULT_SHA="$(git rev-parse HEAD)" + EXIT_CODE="$?" + if [ "${EXIT_CODE}" != 0 ] ; then + exit "${EXIT_CODE}" + fi + printf "%s" "${RESULT_SHA}" > "/tekton/results/commit" + printf "%s" "${PARAM_URL}" > "/tekton/results/url" + workspaces: + - description: The git repo will be cloned onto the volume backing this Workspace. + name: output + - description: | + A .ssh directory with private key, known_hosts, config, etc. Copied to + the user's home before git commands are executed. Used to authenticate + with the git remote when performing the clone. Binding a Secret to this + Workspace is strongly recommended over other volume types. + name: ssh-directory + optional: true + - description: | + A Workspace containing a .gitconfig and .git-credentials file. These + will be copied to the user's home before any git commands are run. Any + other files in this Workspace are ignored. It is strongly recommended + to use ssh-directory over basic-auth whenever possible and to bind a + Secret to this Workspace over other volume types. + name: basic-auth + optional: true + - description: | + A workspace containing CA certificates, this will be used by Git to + verify the peer with when fetching or pushing over HTTPS. + name: ssl-ca-directory + optional: true + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:15:54Z" + generation: 1 + labels: + tekton.dev/pipeline: git-resolver-clone-uyvffdvl + name: git-resolver-clone-uyvffdvl + namespace: arendelle-swkq9 + resourceVersion: "1706501" + uid: ed323bd9-2590-440b-8540-99ff59f0aad3 + spec: + pipelineSpec: + tasks: + - name: task1 + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + taskRef: + kind: Task + params: + - name: url + value: https://github.com/tektoncd/catalog.git + - name: pathInRepo + value: /task/git-clone/0.7/git-clone.yaml + - name: revision + value: main + resolver: git + workspaces: + - name: output + workspaces: + - name: output + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1h0m0s + workspaces: + - name: output + volumeClaimTemplate: + metadata: + creationTimestamp: null + spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 1Gi + status: {} + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: git-resolver-clone-uyvffdvl-task1 + pipelineTaskName: task1 + completionTime: "2023-06-09T21:16:00Z" + conditions: + - lastTransitionTime: "2023-06-09T21:16:00Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: task1 + params: + - name: url + value: https://github.com/tektoncd/pipeline + - name: deleteExisting + value: "true" + taskRef: + kind: Task + params: + - name: url + value: https://github.com/tektoncd/catalog.git + - name: pathInRepo + value: /task/git-clone/0.7/git-clone.yaml + - name: revision + value: main + resolver: git + workspaces: + - name: output + workspaces: + - name: output + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:15:54Z" + + --- + metadata: + creationTimestamp: "2023-06-09T21:15:58Z" + deletionGracePeriodSeconds: 30 + deletionTimestamp: "2023-06-09T21:16:30Z" + generateName: affinity-assistant-880dc15ddb- + labels: + app.kubernetes.io/component: affinity-assistant + app.kubernetes.io/instance: affinity-assistant-880dc15ddb + controller-revision-hash: affinity-assistant-880dc15ddb-7d97bf68cc + statefulset.kubernetes.io/pod-name: affinity-assistant-880dc15ddb-0 + tekton.dev/pipeline: git-resolver-clone-uyvffdvl + tekton.dev/pipelineRun: git-resolver-clone-uyvffdvl + name: affinity-assistant-880dc15ddb-0 + namespace: arendelle-swkq9 + ownerReferences: + - apiVersion: apps/v1 + blockOwnerDeletion: true + controller: true + kind: StatefulSet + name: affinity-assistant-880dc15ddb + uid: 419e63bf-9206-4904-9e41-a7b85214c6ef + resourceVersion: "1706507" + uid: 75e39148-5ca4-4472-a94a-b0eb5fc656cc + spec: + affinity: + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchLabels: + app.kubernetes.io/component: affinity-assistant + topologyKey: kubernetes.io/hostname + weight: 100 + containers: + - args: + - tekton_run_indefinitely + image: docker.io/emunley2/nop-8eac7c133edad5df719dc37b36b62482@sha256:6fefe596b724b8979921cb8ad897e12b4fe4380e2da74b20bce87485b4bdb62d + imagePullPolicy: IfNotPresent + name: affinity-assistant + resources: + limits: + cpu: 50m + memory: 100Mi + requests: + cpu: 50m + memory: 100Mi + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-tn68l + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + hostname: affinity-assistant-880dc15ddb-0 + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Always + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - name: workspace + persistentVolumeClaim: + claimName: pvc-861b7ffe42 + - name: kube-api-access-tn68l + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:15:58Z" + status: "True" + type: PodScheduled + phase: Pending + qosClass: Guaranteed + + --- + metadata: + annotations: + pipeline.tekton.dev/affinity-assistant: affinity-assistant-880dc15ddb + pipeline.tekton.dev/release: 128c2bf-dirty + tekton.dev/categories: Git + tekton.dev/displayName: git clone + tekton.dev/pipelines.minVersion: 0.29.0 + tekton.dev/platforms: linux/amd64,linux/s390x,linux/ppc64le,linux/arm64 + tekton.dev/tags: git + creationTimestamp: "2023-06-09T21:15:59Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + app.kubernetes.io/version: "0.7" + tekton.dev/memberOf: tasks + tekton.dev/pipeline: git-resolver-clone-uyvffdvl + tekton.dev/pipelineRun: git-resolver-clone-uyvffdvl + tekton.dev/pipelineTask: task1 + tekton.dev/task: git-clone + tekton.dev/taskRun: git-resolver-clone-uyvffdvl-task1 + name: git-resolver-clone-uyvffdvl-task1-pod + namespace: arendelle-swkq9 + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: git-resolver-clone-uyvffdvl-task1 + uid: fec5dddb-02d6-406d-860e-adff46475afe + resourceVersion: "1706467" + uid: 76c6c4f4-a0c8-4248-9248-a05b14ced899 + spec: + activeDeadlineSeconds: 5400 + affinity: + podAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchLabels: + app.kubernetes.io/component: affinity-assistant + app.kubernetes.io/instance: affinity-assistant-880dc15ddb + topologyKey: kubernetes.io/hostname + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -results + - commit,url + - -entrypoint + - /tekton/scripts/script-0-6b7zh + - -- + command: + - /tekton/bin/entrypoint + env: + - name: HOME + value: /tekton/home + - name: PARAM_URL + value: https://github.com/tektoncd/pipeline + - name: PARAM_REVISION + - name: PARAM_REFSPEC + - name: PARAM_SUBMODULES + value: "true" + - name: PARAM_DEPTH + value: "1" + - name: PARAM_SSL_VERIFY + value: "true" + - name: PARAM_CRT_FILENAME + value: ca-bundle.crt + - name: PARAM_SUBDIRECTORY + - name: PARAM_DELETE_EXISTING + value: "true" + - name: PARAM_HTTP_PROXY + - name: PARAM_HTTPS_PROXY + - name: PARAM_NO_PROXY + - name: PARAM_VERBOSE + value: "true" + - name: PARAM_SPARSE_CHECKOUT_DIRECTORIES + - name: PARAM_USER_HOME + value: /tekton/home + - name: WORKSPACE_OUTPUT_PATH + value: /workspace/output + - name: WORKSPACE_SSH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSH_DIRECTORY_PATH + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_BASIC_AUTH_DIRECTORY_PATH + - name: WORKSPACE_SSL_CA_DIRECTORY_BOUND + value: "false" + - name: WORKSPACE_SSL_CA_DIRECTORY_PATH + image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.29.0 + imagePullPolicy: IfNotPresent + name: step-clone + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /workspace/output + name: ws-qrlbv + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-mzsvw + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-clone + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-mzsvw + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-6b7zh" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvdXNyL2Jpbi9lbnYgc2gKc2V0IC1ldQoKaWYgWyAiJHtQQVJBTV9WRVJCT1NFfSIgPSAidHJ1ZSIgXSA7IHRoZW4KICBzZXQgLXgKZmkKCgppZiBbICIke1dPUktTUEFDRV9CQVNJQ19BVVRIX0RJUkVDVE9SWV9CT1VORH0iID0gInRydWUiIF0gOyB0aGVuCiAgY3AgIiR7V09SS1NQQUNFX0JBU0lDX0FVVEhfRElSRUNUT1JZX1BBVEh9Ly5naXQtY3JlZGVudGlhbHMiICIke1BBUkFNX1VTRVJfSE9NRX0vLmdpdC1jcmVkZW50aWFscyIKICBjcCAiJHtXT1JLU1BBQ0VfQkFTSUNfQVVUSF9ESVJFQ1RPUllfUEFUSH0vLmdpdGNvbmZpZyIgIiR7UEFSQU1fVVNFUl9IT01FfS8uZ2l0Y29uZmlnIgogIGNobW9kIDQwMCAiJHtQQVJBTV9VU0VSX0hPTUV9Ly5naXQtY3JlZGVudGlhbHMiCiAgY2htb2QgNDAwICIke1BBUkFNX1VTRVJfSE9NRX0vLmdpdGNvbmZpZyIKZmkKCmlmIFsgIiR7V09SS1NQQUNFX1NTSF9ESVJFQ1RPUllfQk9VTkR9IiA9ICJ0cnVlIiBdIDsgdGhlbgogIGNwIC1SICIke1dPUktTUEFDRV9TU0hfRElSRUNUT1JZX1BBVEh9IiAiJHtQQVJBTV9VU0VSX0hPTUV9Ii8uc3NoCiAgY2htb2QgNzAwICIke1BBUkFNX1VTRVJfSE9NRX0iLy5zc2gKICBjaG1vZCAtUiA0MDAgIiR7UEFSQU1fVVNFUl9IT01FfSIvLnNzaC8qCmZpCgppZiBbICIke1dPUktTUEFDRV9TU0xfQ0FfRElSRUNUT1JZX0JPVU5EfSIgPSAidHJ1ZSIgXSA7IHRoZW4KICAgZXhwb3J0IEdJVF9TU0xfQ0FQQVRIPSIke1dPUktTUEFDRV9TU0xfQ0FfRElSRUNUT1JZX1BBVEh9IgogICBpZiBbICIke1BBUkFNX0NSVF9GSUxFTkFNRX0iICE9ICIiIF0gOyB0aGVuCiAgICAgIGV4cG9ydCBHSVRfU1NMX0NBSU5GTz0iJHtXT1JLU1BBQ0VfU1NMX0NBX0RJUkVDVE9SWV9QQVRIfS8ke1BBUkFNX0NSVF9GSUxFTkFNRX0iCiAgIGZpCmZpCkNIRUNLT1VUX0RJUj0iJHtXT1JLU1BBQ0VfT1VUUFVUX1BBVEh9LyR7UEFSQU1fU1VCRElSRUNUT1JZfSIKCmNsZWFuZGlyKCkgewogICMgRGVsZXRlIGFueSBleGlzdGluZyBjb250ZW50cyBvZiB0aGUgcmVwbyBkaXJlY3RvcnkgaWYgaXQgZXhpc3RzLgogICMKICAjIFdlIGRvbid0IGp1c3QgInJtIC1yZiAke0NIRUNLT1VUX0RJUn0iIGJlY2F1c2UgJHtDSEVDS09VVF9ESVJ9IG1pZ2h0IGJlICIvIgogICMgb3IgdGhlIHJvb3Qgb2YgYSBtb3VudGVkIHZvbHVtZS4KICBpZiBbIC1kICIke0NIRUNLT1VUX0RJUn0iIF0gOyB0aGVuCiAgICAjIERlbGV0ZSBub24taGlkZGVuIGZpbGVzIGFuZCBkaXJlY3RvcmllcwogICAgcm0gLXJmICIke0NIRUNLT1VUX0RJUjo/fSIvKgogICAgIyBEZWxldGUgZmlsZXMgYW5kIGRpcmVjdG9yaWVzIHN0YXJ0aW5nIHdpdGggLiBidXQgZXhjbHVkaW5nIC4uCiAgICBybSAtcmYgIiR7Q0hFQ0tPVVRfRElSfSIvLlshLl0qCiAgICAjIERlbGV0ZSBmaWxlcyBhbmQgZGlyZWN0b3JpZXMgc3RhcnRpbmcgd2l0aCAuLiBwbHVzIGFueSBvdGhlciBjaGFyYWN0ZXIKICAgIHJtIC1yZiAiJHtDSEVDS09VVF9ESVJ9Ii8uLj8qCiAgZmkKfQoKaWYgWyAiJHtQQVJBTV9ERUxFVEVfRVhJU1RJTkd9IiA9ICJ0cnVlIiBdIDsgdGhlbgogIGNsZWFuZGlyCmZpCgp0ZXN0IC16ICIke1BBUkFNX0hUVFBfUFJPWFl9IiB8fCBleHBvcnQgSFRUUF9QUk9YWT0iJHtQQVJBTV9IVFRQX1BST1hZfSIKdGVzdCAteiAiJHtQQVJBTV9IVFRQU19QUk9YWX0iIHx8IGV4cG9ydCBIVFRQU19QUk9YWT0iJHtQQVJBTV9IVFRQU19QUk9YWX0iCnRlc3QgLXogIiR7UEFSQU1fTk9fUFJPWFl9IiB8fCBleHBvcnQgTk9fUFJPWFk9IiR7UEFSQU1fTk9fUFJPWFl9IgoKL2tvLWFwcC9naXQtaW5pdCBcCiAgLXVybD0iJHtQQVJBTV9VUkx9IiBcCiAgLXJldmlzaW9uPSIke1BBUkFNX1JFVklTSU9OfSIgXAogIC1yZWZzcGVjPSIke1BBUkFNX1JFRlNQRUN9IiBcCiAgLXBhdGg9IiR7Q0hFQ0tPVVRfRElSfSIgXAogIC1zc2xWZXJpZnk9IiR7UEFSQU1fU1NMX1ZFUklGWX0iIFwKICAtc3VibW9kdWxlcz0iJHtQQVJBTV9TVUJNT0RVTEVTfSIgXAogIC1kZXB0aD0iJHtQQVJBTV9ERVBUSH0iIFwKICAtc3BhcnNlQ2hlY2tvdXREaXJlY3Rvcmllcz0iJHtQQVJBTV9TUEFSU0VfQ0hFQ0tPVVRfRElSRUNUT1JJRVN9IgpjZCAiJHtDSEVDS09VVF9ESVJ9IgpSRVNVTFRfU0hBPSIkKGdpdCByZXYtcGFyc2UgSEVBRCkiCkVYSVRfQ09ERT0iJD8iCmlmIFsgIiR7RVhJVF9DT0RFfSIgIT0gMCBdIDsgdGhlbgogIGV4aXQgIiR7RVhJVF9DT0RFfSIKZmkKcHJpbnRmICIlcyIgIiR7UkVTVUxUX1NIQX0iID4gIi90ZWt0b24vcmVzdWx0cy9jb21taXQiCnByaW50ZiAiJXMiICIke1BBUkFNX1VSTH0iID4gIi90ZWt0b24vcmVzdWx0cy91cmwiCg== + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-mzsvw + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - name: ws-qrlbv + persistentVolumeClaim: + claimName: pvc-861b7ffe42 + - name: kube-api-access-mzsvw + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:15:59Z" + status: "True" + type: PodScheduled + phase: Pending + qosClass: BestEffort + + panic.go:522: ##################################################### + panic.go:522: ### Dumping logs from Pods in the arendelle-swkq9 ### + panic.go:522: ##################################################### +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:02.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd] cancelling TaskRun pipeline-run-timeout-awovsfhd-foo for timeout +=== NAME TestGitResolver_Clone + build_logs.go:35: Could not get logs for pod git-resolver-clone-uyvffdvl-task1-pod: container "step-clone" in pod "git-resolver-clone-uyvffdvl-task1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:02.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] Found a TaskRun pipeline-task-timeout-lwmagloh-pipelinetask1 that was missing from the PipelineRun status + stream.go:305: I 21:16:02.092 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] Found a TaskRun pipeline-task-timeout-lwmagloh-pipelinetask2 that was missing from the PipelineRun status +=== NAME TestGitResolver_Clone + build_logs.go:35: Could not get logs for pod git-resolver-clone-uyvffdvl-task1-pod: container "step-clone" in pod "git-resolver-clone-uyvffdvl-task1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + panic.go:522: Not deleting namespace arendelle-swkq9 +--- FAIL: TestGitResolver_Clone (7.72s) +=== CONT TestTaskRunTimeout + timeout_test.go:267: Create namespace arendelle-74pkr to deploy to + timeout_test.go:267: Verify SA "default" is created in namespace "arendelle-74pkr" +=== NAME TestWorkingDirIgnoredNonSlashWorkspace + stream.go:305: I 21:16:02.210 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-mbbwq/working-dir-ignored-non-slash-workspace-oibxcwjb] Successfully reconciled taskrun working-dir-ignored-non-slash-workspace-oibxcwjb/arendelle-mbbwq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 2, 207292588, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:02.236 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] PipelineRun pipeline-task-timeout-lwmagloh status is being set to &{Succeeded Unknown {2023-06-09 21:16:02.236531088 +0000 UTC m=+2791.796998025} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:16:02.241 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask2/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 2, 241809172, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:02.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd] PipelineRun pipeline-run-timeout-awovsfhd status is being set to &{Succeeded False {2023-06-09 21:16:02.29794563 +0000 UTC m=+2791.858412567} PipelineRunTimeout PipelineRun "pipeline-run-timeout-awovsfhd" failed to finish within "5s"} + stream.go:305: I 21:16:02.512 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd] Reconcile succeeded + stream.go:305: I 21:16:02.513 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd] Reconcile succeeded +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:02.593 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask1/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 2, 593360088, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTimeout + stream.go:305: W 21:16:02.594 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] stopping task run "pipeline-run-timeout-awovsfhd-foo" because of "TaskRunCancelled" +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:02.616 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] PipelineRun pipeline-task-timeout-lwmagloh status is being set to &{Succeeded Unknown {2023-06-09 21:16:01 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:16:02.800 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] PipelineRun pipeline-task-timeout-lwmagloh status is being set to &{Succeeded Unknown {2023-06-09 21:16:01 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:02.809 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd] Reconcile succeeded + stream.go:305: I 21:16:02.810 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] Reconcile succeeded +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:02.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask2/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 2, 812600172, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:02.813 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] taskrun done : pipeline-run-timeout-awovsfhd-foo + stream.go:305: I 21:16:02.813 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] Reconcile succeeded + stream.go:305: I 21:16:02.814 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] taskrun done : pipeline-run-timeout-awovsfhd-foo + stream.go:305: I 21:16:02.818 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] Reconcile succeeded +=== NAME TestWorkingDirIgnoredNonSlashWorkspace + stream.go:305: I 21:16:02.818 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-mbbwq/working-dir-ignored-non-slash-workspace-oibxcwjb] Successfully reconciled taskrun working-dir-ignored-non-slash-workspace-oibxcwjb/arendelle-mbbwq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 2, 818507214, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestClusterResolver + stream.go:305: I 21:16:02.900 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wdnbs/cluster-resolver-failure-raostlty] Reconcile succeeded + stream.go:305: I 21:16:02.934 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-wdnbs/cluster-resolver-failure-raostlty] Reconcile succeeded +=== NAME TestTaskRunTimeout + timeout_test.go:272: Creating Task and TaskRun in namespace arendelle-74pkr +=== NAME TestPipelineRunTimeout + timeout_test.go:104: Waiting for PipelineRun pipeline-run-timeout-awovsfhd in namespace arendelle-hpd6b to be timed out + timeout_test.go:109: Waiting for TaskRuns from PipelineRun pipeline-run-timeout-awovsfhd in namespace arendelle-hpd6b to time out and be cancelled +=== NAME TestTaskRunTimeout + timeout_test.go:299: Waiting for TaskRun task-run-timeout-etyqjbhk in namespace arendelle-74pkr to complete +=== NAME TestPipelineRunTimeout + timeout_test.go:154: Waiting for PipelineRun pipeline-run-timeout-nvbglidx in namespace arendelle-hpd6b to complete + stream.go:305: I 21:16:03.494 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx] Creating a new TaskRun object pipeline-run-timeout-nvbglidx-foo for pipeline task foo + stream.go:305: I 21:16:03.610 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx] PipelineRun pipeline-run-timeout-nvbglidx status is being set to &{Succeeded Unknown {2023-06-09 21:16:03.610587839 +0000 UTC m=+2793.171054693} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestTaskRunTimeout + stream.go:305: I 21:16:03.616 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-74pkr/task-run-timeout-etyqjbhk] Successfully reconciled taskrun task-run-timeout-etyqjbhk/arendelle-74pkr with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 3, 615395131, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:04.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx-foo] Successfully reconciled taskrun pipeline-run-timeout-nvbglidx-foo/arendelle-hpd6b with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 4, 10530047, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestTaskRunTimeout + stream.go:305: W 21:16:04.020 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-74pkr/task-run-timeout-etyqjbhk] stopping task run "task-run-timeout-etyqjbhk" because of "TaskRunTimeout" +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:04.312 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx] Found a TaskRun pipeline-run-timeout-nvbglidx-foo that was missing from the PipelineRun status +=== NAME TestTaskRunTimeout + stream.go:305: I 21:16:04.514 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-74pkr/task-run-timeout-etyqjbhk] Reconcile succeeded + stream.go:305: W 21:16:04.538 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-74pkr/task-run-timeout-etyqjbhk] stopping task run "task-run-timeout-etyqjbhk" because of "TaskRunTimeout" +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:04.593 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx] PipelineRun pipeline-run-timeout-nvbglidx status is being set to &{Succeeded Unknown {2023-06-09 21:16:04.593267881 +0000 UTC m=+2794.153734151} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:04.909 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx-foo] Successfully reconciled taskrun pipeline-run-timeout-nvbglidx-foo/arendelle-hpd6b with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 4, 909454756, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestTaskRunTimeout + stream.go:305: I 21:16:05.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-74pkr/task-run-timeout-etyqjbhk] Reconcile succeeded +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:05.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx] PipelineRun pipeline-run-timeout-nvbglidx status is being set to &{Succeeded Unknown {2023-06-09 21:16:03 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestTaskRunTimeout + stream.go:305: I 21:16:05.296 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-74pkr/task-run-timeout-etyqjbhk] taskrun done : task-run-timeout-etyqjbhk + stream.go:305: I 21:16:05.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-74pkr/task-run-timeout-etyqjbhk] Reconcile succeeded + timeout_test.go:317: Deleting namespace arendelle-74pkr +--- PASS: TestTaskRunTimeout (3.22s) +=== CONT TestStepTimeoutWithWS + timeout_test.go:227: Create namespace arendelle-4hg4k to deploy to + timeout_test.go:227: Verify SA "default" is created in namespace "arendelle-4hg4k" + timeout_test.go:248: Creating TaskRun taskrun-with-timeout-step in namespace arendelle-4hg4k + timeout_test.go:254: Waiting for step-timeout in namespace arendelle-4hg4k to time out +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:06.906 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 6, 906646632, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestPipelineTaskTimeout + stream.go:305: W 21:16:07.000 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] stopping task run "pipeline-task-timeout-lwmagloh-pipelinetask2" because of "TaskRunTimeout" +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:07.204 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 7, 203905632, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:07.315 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] PipelineRun pipeline-task-timeout-lwmagloh status is being set to &{Succeeded Unknown {2023-06-09 21:16:07.315015132 +0000 UTC m=+2796.875481403} PipelineRunStopping Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:07.325 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] Reconcile succeeded + stream.go:305: I 21:16:07.326 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] taskrun done : pipeline-task-timeout-lwmagloh-pipelinetask2 + stream.go:305: I 21:16:07.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] Reconcile succeeded +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:07.401 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:07.593 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] PipelineRun pipeline-task-timeout-lwmagloh status is being set to &{Succeeded Unknown {2023-06-09 21:16:07 +0000 UTC} PipelineRunStopping Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:07.894 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] taskrun done : pipeline-run-timeout-awovsfhd-foo + stream.go:305: I 21:16:07.895 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] Reconcile succeeded +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:08.426 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task2/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 8, 426334216, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:16:08.611 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task2/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 8, 611642675, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:16:08.619 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} + stream.go:305: I 21:16:09.221 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task2/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 9, 221622758, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestClusterResolver + stream.go:305: I 21:16:10.038 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv-some-pipeline-task] Successfully reconciled taskrun cluster-resolver-ewqectzv-some-pipeline-task/arendelle-8scbt with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 10, 38230550, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:16:10.227 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv-some-pipeline-task] Successfully reconciled taskrun cluster-resolver-ewqectzv-some-pipeline-task/arendelle-8scbt with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 10, 227806050, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:16:10.229 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv] PipelineRun cluster-resolver-ewqectzv status is being set to &{Succeeded Unknown {2023-06-09 21:15:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:11.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask1/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 11, 32923509, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:16:11.327 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] PipelineRun pipeline-task-timeout-lwmagloh status is being set to &{Succeeded Unknown {2023-06-09 21:16:07 +0000 UTC} PipelineRunStopping Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:11.415 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask1/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 11, 414987676, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:11.911 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx-foo] Successfully reconciled taskrun pipeline-run-timeout-nvbglidx-foo/arendelle-hpd6b with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 11, 911121385, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:16:12.016 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx] PipelineRun pipeline-run-timeout-nvbglidx status is being set to &{Succeeded Unknown {2023-06-09 21:16:03 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:12.026 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx-foo] Successfully reconciled taskrun pipeline-run-timeout-nvbglidx-foo/arendelle-hpd6b with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 12, 25855926, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestWorkingDirCreated + stream.go:305: I 21:16:12.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] Successfully reconciled taskrun working-dir-created-yqfufmfo/arendelle-5g9mp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 12, 294926926, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare working-dir-initializer]\""} + stream.go:305: I 21:16:12.492 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] Successfully reconciled taskrun working-dir-created-yqfufmfo/arendelle-5g9mp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 12, 439382802, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare working-dir-initializer]\""} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:12.714 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] taskrun done : pipeline-run-timeout-awovsfhd-foo + stream.go:305: I 21:16:12.715 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:13.520 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] Successfully reconciled taskrun pipeline-run-tasks-timeout-yhazwljj-dagtask/arendelle-t56m7 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 13, 520189052, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:16:13.714 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] Successfully reconciled taskrun pipeline-run-tasks-timeout-yhazwljj-dagtask/arendelle-t56m7 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 13, 714149719, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:16:13.724 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:15:59 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:14.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 14, 314084302, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:15.619 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] taskrun done : pipeline-task-timeout-lwmagloh-pipelinetask2 + stream.go:305: I 21:16:15.620 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] Reconcile succeeded +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:17.506 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task3/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 17, 506704137, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:16:17.703 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task3/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 17, 703676054, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:16:17.727 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:19.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun tasks timeout of 20s reached, cancelling tasks + stream.go:305: I 21:16:19.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] cancelling TaskRun pipeline-run-tasks-timeout-yhazwljj-dagtask for timeout +=== NAME TestWorkingDirCreated + stream.go:305: I 21:16:19.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] Successfully reconciled taskrun working-dir-created-yqfufmfo/arendelle-5g9mp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 19, 122488263, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [working-dir-initializer]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:19.307 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:15:59 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: W 21:16:19.309 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] stopping task run "pipeline-run-tasks-timeout-yhazwljj-dagtask" because of "TaskRunCancelled" +=== NAME TestWorkingDirCreated + stream.go:305: I 21:16:19.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] Successfully reconciled taskrun working-dir-created-yqfufmfo/arendelle-5g9mp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 19, 320004221, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [working-dir-initializer]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:19.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun tasks timeout of 20s reached, cancelling tasks + stream.go:305: I 21:16:19.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] cancelling TaskRun pipeline-run-tasks-timeout-yhazwljj-dagtask for timeout + stream.go:305: I 21:16:19.426 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:15:59 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:16:19.501 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun tasks timeout of 20s reached, cancelling tasks + stream.go:305: I 21:16:19.502 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] cancelling TaskRun pipeline-run-tasks-timeout-yhazwljj-dagtask for timeout + stream.go:305: I 21:16:19.633 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] Reconcile succeeded + stream.go:305: W 21:16:19.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] stopping task run "pipeline-run-tasks-timeout-yhazwljj-dagtask" because of "TaskRunCancelled" + stream.go:305: I 21:16:19.729 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:15:59 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:16:19.821 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] Creating a new TaskRun object pipeline-run-tasks-timeout-yhazwljj-finallytask for pipeline task finallytask +=== NAME TestWorkingDirIgnoredNonSlashWorkspace + stream.go:305: I 21:16:20.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-mbbwq/working-dir-ignored-non-slash-workspace-oibxcwjb] Successfully reconciled taskrun working-dir-ignored-non-slash-workspace-oibxcwjb/arendelle-mbbwq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 20, 5226305, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:20.099 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20.099561638 +0000 UTC m=+2809.660028075} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:20.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] Found a TaskRun pipeline-run-tasks-timeout-yhazwljj-finallytask that was missing from the PipelineRun status + stream.go:305: I 21:16:20.309 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20.309487805 +0000 UTC m=+2809.869954326} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:20.411 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] Reconcile succeeded +=== NAME TestWorkingDirIgnoredNonSlashWorkspace + stream.go:305: I 21:16:20.494 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-mbbwq/working-dir-ignored-non-slash-workspace-oibxcwjb] Successfully reconciled taskrun working-dir-ignored-non-slash-workspace-oibxcwjb/arendelle-mbbwq with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 20, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:20.495 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] taskrun done : pipeline-run-tasks-timeout-yhazwljj-dagtask + stream.go:305: I 21:16:20.496 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] Reconcile succeeded + stream.go:305: I 21:16:20.712 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:20.723 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-finallytask] Successfully reconciled taskrun pipeline-run-tasks-timeout-yhazwljj-finallytask/arendelle-t56m7 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 20, 722854014, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:16:20.726 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:20.732 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] taskrun done : pipeline-run-timeout-awovsfhd-foo + stream.go:305: I 21:16:20.734 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:20.792 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:20.822 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:20.906 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:20.916 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.014 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:21.026 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] taskrun done : pipeline-run-timeout-awovsfhd-foo + stream.go:305: I 21:16:21.027 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] Reconcile succeeded + stream.go:305: I 21:16:21.096 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] taskrun done : pipeline-run-timeout-awovsfhd-foo + stream.go:305: I 21:16:21.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-awovsfhd-foo] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:21.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-finallytask] Successfully reconciled taskrun pipeline-run-tasks-timeout-yhazwljj-finallytask/arendelle-t56m7 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 21, 206351208, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:16:21.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.228 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.501 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.507 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.512 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.520 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.527 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.529 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.531 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.532 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.595 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.611 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.626 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.628 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.705 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.715 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.721 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.727 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.729 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.731 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.795 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.797 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.800 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.802 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.831 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.834 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.894 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.897 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.901 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.926 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.930 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:21.999 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.001 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.003 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.007 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.023 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.126 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.197 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.202 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.210 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.215 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.221 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.229 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.303 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.311 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.321 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.335 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.403 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.421 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.432 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.434 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.493 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.494 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.496 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.507 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.509 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.514 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.516 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.517 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.519 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.525 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.527 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.528 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.531 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.532 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.533 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.593 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.595 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.599 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.600 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.606 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.607 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.609 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.610 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.612 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.613 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.614 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.616 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.617 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.619 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.620 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.621 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.622 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.624 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.626 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.701 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.710 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.717 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.719 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] taskrun done : pipeline-run-tasks-timeout-yhazwljj-dagtask + stream.go:305: I 21:16:22.719 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] Reconcile succeeded + stream.go:305: I 21:16:22.720 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.721 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.722 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.730 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.734 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.799 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.802 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.804 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.809 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.816 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.824 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.899 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.921 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.995 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.998 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:22.999 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.001 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.118 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.194 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.197 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.200 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.202 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.830 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.897 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.900 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.902 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.909 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.911 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.918 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.921 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.926 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:23.997 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.009 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.014 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.016 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.020 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.027 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.098 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.138 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.193 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.195 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.200 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.210 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.294 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.308 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.311 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.316 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.322 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.326 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.407 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.411 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.413 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:24.419 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 24, 419171626, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:24.417 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.422 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.426 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.427 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.501 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.505 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.507 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.517 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.525 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.605 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.608 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:24.609 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 24, 609137418, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:24.611 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.613 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.615 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.617 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.619 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.622 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.624 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:24.623 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:24.626 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.628 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.695 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.697 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.701 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.703 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.704 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.705 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.710 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.713 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.714 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.715 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.717 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.718 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.719 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.721 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.722 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.724 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.726 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.728 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.730 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.734 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.736 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.795 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.800 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.831 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.833 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.834 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.836 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.901 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.903 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.905 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.907 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.908 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.909 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.911 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.924 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.993 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.995 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.997 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:24.999 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.020 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.026 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.094 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.095 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.098 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.099 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.107 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.134 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.195 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.197 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.215 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.292 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.306 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.397 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.399 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.411 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.413 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.418 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.426 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.434 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.516 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.522 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.525 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.527 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.529 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.531 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.532 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.534 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.535 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.593 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.596 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.597 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.599 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.600 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.604 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.607 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.612 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.614 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.621 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.630 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.631 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.696 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.896 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.903 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.905 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.906 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:25.911 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.134 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.138 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.139 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.141 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.194 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.202 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:26.204 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] taskrun done : pipeline-task-timeout-lwmagloh-pipelinetask2 + stream.go:305: I 21:16:26.204 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:26.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.208 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.234 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.294 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.296 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.298 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.303 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.306 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.309 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.310 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.312 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.316 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.322 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.325 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.327 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.330 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.331 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.332 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.336 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.394 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.397 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.405 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.407 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.411 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.422 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.432 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.433 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.435 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.436 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.437 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.439 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.494 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.497 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.499 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.500 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.502 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.504 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.505 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.506 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.507 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.509 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.510 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.512 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.515 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.516 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.518 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.519 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.520 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.521 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.524 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.526 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.528 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.530 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.532 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.534 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.535 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.536 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.600 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.615 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:26.616 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] taskrun done : pipeline-task-timeout-lwmagloh-pipelinetask2 + stream.go:305: I 21:16:26.616 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] Reconcile succeeded + stream.go:305: I 21:16:26.630 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] taskrun done : pipeline-task-timeout-lwmagloh-pipelinetask2 + stream.go:305: I 21:16:26.631 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask2] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:26.896 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.899 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.901 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.902 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.903 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.904 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.906 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.908 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.910 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.913 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.914 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.918 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.920 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.925 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.927 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.928 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.930 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.937 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.938 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:26.940 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.026 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.035 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.037 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.039 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.040 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.109 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.208 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.221 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.327 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.336 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.393 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.419 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.420 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.428 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:27.498 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task3/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 27, 498799586, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:27.506 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.526 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.530 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.532 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.596 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.598 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.599 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.600 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.602 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.604 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.612 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.615 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.720 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:27.724 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} + stream.go:305: I 21:16:27.729 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task3/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 27, 729081753, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:27.803 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.807 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.811 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.900 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.902 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.904 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.919 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.923 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.925 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.931 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.933 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.993 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.995 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:27.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.000 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.118 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.304 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.306 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.308 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.310 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.313 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.321 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.322 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.325 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.327 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.329 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.399 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.401 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.402 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.421 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.422 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.424 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.426 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.428 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.429 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.501 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.503 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.505 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.507 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.517 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.519 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.520 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.522 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.524 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.527 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.531 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.600 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.603 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.606 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.612 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.617 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.619 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.620 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.622 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.623 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.625 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.628 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.630 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.697 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.699 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.701 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.703 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.704 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.706 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.709 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.711 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.712 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.714 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.715 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.717 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.718 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.720 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.722 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.723 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.729 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.731 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.732 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.733 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.734 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.792 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:28.799 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task2/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 28, 799761087, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:28.905 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:28.931 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.023 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.026 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.095 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:16:29.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv-some-pipeline-task] Successfully reconciled taskrun cluster-resolver-ewqectzv-some-pipeline-task/arendelle-8scbt with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 29, 96997253, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:29.098 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.109 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.118 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:29.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task2/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 29, 123940628, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:29.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:29.193 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:29.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.223 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.293 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.310 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.335 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.417 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.422 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.493 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.498 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.500 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.501 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.503 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.506 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.508 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.515 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.517 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.519 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.521 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.618 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.624 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.632 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.694 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.698 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.699 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.800 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.805 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.808 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.816 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.817 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.819 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.824 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.826 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.896 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.901 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.904 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.906 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.907 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.909 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.910 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.912 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.913 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.914 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.920 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.939 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:29.993 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.006 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.027 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.096 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.126 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.193 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.195 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.202 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.204 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.228 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.230 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.298 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.326 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.332 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.407 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.415 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.421 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.429 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.431 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.433 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.434 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.435 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.495 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.497 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.499 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.501 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.504 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.514 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.519 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.521 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.606 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.612 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.615 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.626 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.630 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.634 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.701 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.702 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.711 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.713 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.718 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.724 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.726 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.730 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.736 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.741 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.794 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.795 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.802 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.804 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.805 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.807 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.817 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.828 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.831 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.833 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.834 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.895 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.898 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.921 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.933 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:30.992 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.007 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.014 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.020 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.103 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.107 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.127 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.134 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.202 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.204 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.208 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.228 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.307 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.312 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.322 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.324 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.326 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.332 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.399 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.400 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.401 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.403 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.410 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.415 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.417 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.423 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.425 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.427 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.428 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.496 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.501 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.521 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.537 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.595 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.597 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.599 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.603 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.611 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.614 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:31.697 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask1/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 31, 626297505, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:31.702 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.704 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.712 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.713 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.714 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.716 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.717 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.718 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.726 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.728 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.730 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.732 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.734 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.735 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.804 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.807 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.810 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.813 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.818 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.825 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.826 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.827 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:31.834 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask1/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 31, 834396338, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:16:31.895 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] PipelineRun pipeline-task-timeout-lwmagloh status is being set to &{Succeeded Unknown {2023-06-09 21:16:07 +0000 UTC} PipelineRunStopping Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:31.927 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.929 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:31.934 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.093 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.109 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.118 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.210 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.225 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.228 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.230 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.234 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.293 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.298 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.303 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.308 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.310 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.325 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.329 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.331 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.393 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.396 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.411 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.413 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.415 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.420 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.424 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.430 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.432 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.496 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.498 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.500 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.501 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.502 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.504 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.506 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.508 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.510 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.511 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.513 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.514 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.516 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.525 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.531 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.603 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.610 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.612 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.614 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.617 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.619 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.622 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.624 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.626 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.628 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.630 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.631 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.632 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.634 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.636 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.637 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.639 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.640 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.694 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.695 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.697 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.703 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.706 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.709 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.710 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.712 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.714 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:32.813 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx-foo] Successfully reconciled taskrun pipeline-run-timeout-nvbglidx-foo/arendelle-hpd6b with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 32, 813209214, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:32.927 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.929 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.931 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.933 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.934 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:32.998 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.004 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.014 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.113 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.137 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.215 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.221 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.223 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.303 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.306 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.315 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:33.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task2/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 33, 327950880, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:33.331 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.394 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.397 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.403 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.405 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.411 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.415 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.417 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.418 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.420 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.421 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.422 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.424 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.427 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.429 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.430 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.432 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.496 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.498 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:33.506 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task2/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 33, 505991922, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:16:33.517 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:33.521 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.524 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.525 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.526 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.527 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.528 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.530 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.531 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.533 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.592 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.594 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.596 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.597 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.598 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.599 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.600 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.720 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.729 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.731 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:33.733 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task2/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 33, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:33.734 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.736 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.802 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.806 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.808 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.809 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.813 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.815 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.817 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.819 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.821 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.823 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.825 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.828 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.830 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.831 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.893 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.897 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.909 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.910 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.912 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.928 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.930 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.995 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:33.997 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.006 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.020 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.092 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.095 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.099 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.100 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.107 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.109 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.202 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.225 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.227 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.228 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.293 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.306 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.321 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.324 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.331 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.393 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.405 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.407 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.419 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:16:34.434 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv-some-pipeline-task] Successfully reconciled taskrun cluster-resolver-ewqectzv-some-pipeline-task/arendelle-8scbt with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 34, 434607381, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:34.515 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.517 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.521 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.524 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.526 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.527 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.528 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.530 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.532 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.534 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.535 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.602 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:16:34.615 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv-some-pipeline-task] Successfully reconciled taskrun cluster-resolver-ewqectzv-some-pipeline-task/arendelle-8scbt with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 34, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:34.620 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.624 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.626 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:16:34.627 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv] PipelineRun cluster-resolver-ewqectzv status is being set to &{Succeeded Unknown {2023-06-09 21:15:58 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:34.628 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.631 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.711 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.714 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.719 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.724 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.725 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.728 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.729 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.731 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.734 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.735 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.736 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.796 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.805 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.807 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.814 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.816 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.818 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.821 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.823 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.826 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.828 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.829 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.830 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.832 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.834 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:34.895 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask1/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 34, 895266298, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:34.895 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.897 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.899 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.902 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.903 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.906 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.908 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.910 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.912 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:34.924 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] PipelineRun pipeline-task-timeout-lwmagloh status is being set to &{Succeeded Unknown {2023-06-09 21:16:07 +0000 UTC} PipelineRunStopping Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.925 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask1/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 34, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:16:34.927 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask1/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 34, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:34.929 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.930 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.933 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.935 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.936 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.939 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.940 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.997 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:34.999 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.001 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.003 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.004 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.006 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.007 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.014 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.020 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.023 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.026 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.027 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.035 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.037 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.039 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.040 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.041 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.042 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.044 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.095 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.099 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.103 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.109 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.113 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.126 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.127 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.137 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.139 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.141 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.142 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.202 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.235 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.237 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.238 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.239 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.304 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.306 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.307 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.308 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.310 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.311 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.313 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.316 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.322 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.324 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.603 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-finallytask] Successfully reconciled taskrun pipeline-run-tasks-timeout-yhazwljj-finallytask/arendelle-t56m7 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 35, 603354840, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:16:35.634 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.736 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-finallytask] Successfully reconciled taskrun pipeline-run-tasks-timeout-yhazwljj-finallytask/arendelle-t56m7 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 35, 736732048, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:16:35.930 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.934 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.935 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.937 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.939 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:35.998 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.006 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.009 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.026 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.027 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.035 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.037 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.038 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.039 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.041 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.095 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.098 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.100 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.103 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.109 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.136 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.138 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.139 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.140 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.143 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.145 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.146 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.147 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.148 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.150 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.151 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.156 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.159 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.161 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.163 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.164 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.165 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.193 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.195 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.197 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.210 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.225 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.227 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.228 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.229 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.232 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.235 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.236 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.238 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.239 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.240 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.242 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:36.366 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx-foo] Successfully reconciled taskrun pipeline-run-timeout-nvbglidx-foo/arendelle-hpd6b with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 36, 366661090, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:16:36.415 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx-foo] Successfully reconciled taskrun pipeline-run-timeout-nvbglidx-foo/arendelle-hpd6b with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 36, 414863549, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:16:36.421 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx] PipelineRun pipeline-run-timeout-nvbglidx status is being set to &{Succeeded Unknown {2023-06-09 21:16:03 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:36.425 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:36.445 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx-foo] Successfully reconciled taskrun pipeline-run-timeout-nvbglidx-foo/arendelle-hpd6b with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 36, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:36.567 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.670 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestWorkingDirCreated + stream.go:305: I 21:16:36.762 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] Successfully reconciled taskrun working-dir-created-yqfufmfo/arendelle-5g9mp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 36, 761775882, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:16:36.807 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] Successfully reconciled taskrun working-dir-created-yqfufmfo/arendelle-5g9mp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 36, 807016715, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:36.820 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestWorkingDirCreated + stream.go:305: I 21:16:36.895 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] Successfully reconciled taskrun working-dir-created-yqfufmfo/arendelle-5g9mp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 36, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:36.930 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.931 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.933 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.934 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.935 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.937 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.938 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.939 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.940 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.942 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.943 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.945 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.946 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.947 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.949 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.951 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.952 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.954 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.955 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.995 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:36.998 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.000 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.003 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.006 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.007 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.014 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.016 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.020 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.023 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.027 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.035 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.037 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.039 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.041 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.043 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.044 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.045 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.046 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.048 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.049 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.050 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.052 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.100 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.107 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.113 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.118 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.126 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.136 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.137 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.139 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.141 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.142 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestWorkingDirIgnoredNonSlashWorkspace + stream.go:305: I 21:16:37.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-mbbwq/working-dir-ignored-non-slash-workspace-oibxcwjb] Successfully reconciled taskrun working-dir-ignored-non-slash-workspace-oibxcwjb/arendelle-mbbwq with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 37, 196557007, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:37.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestWorkingDirIgnoredNonSlashWorkspace + stream.go:305: I 21:16:37.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-mbbwq/working-dir-ignored-non-slash-workspace-oibxcwjb] taskrun done : working-dir-ignored-non-slash-workspace-oibxcwjb + stream.go:305: I 21:16:37.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-mbbwq/working-dir-ignored-non-slash-workspace-oibxcwjb] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:37.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.547 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.663 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.796 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestWorkingDirIgnoredNonSlashWorkspace + workingdir_test.go:168: Deleting namespace arendelle-mbbwq +--- PASS: TestWorkingDirIgnoredNonSlashWorkspace (42.32s) +=== CONT TestStepTimeout + timeout_test.go:165: Create namespace arendelle-sbs95 to deploy to + timeout_test.go:165: Verify SA "default" is created in namespace "arendelle-sbs95" + timeout_test.go:170: Creating Task with Step step-no-timeout, Step step-timeout, and Step step-canceled in namespace arendelle-sbs95 + timeout_test.go:191: Creating TaskRun step-timeout-gjfudqcq in namespace arendelle-sbs95 + timeout_test.go:197: Waiting for step-timeout in namespace arendelle-sbs95 to time out + stream.go:305: I 21:16:37.917 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 37, 917529799, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:37.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.934 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.936 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.938 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.940 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.943 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.945 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.995 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] taskrun done : pipeline-run-tasks-timeout-yhazwljj-dagtask + stream.go:305: I 21:16:37.995 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] Reconcile succeeded + stream.go:305: I 21:16:37.997 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:37.998 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.000 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.001 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.003 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.014 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.023 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.027 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.038 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.040 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.043 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.095 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestStepTimeout + stream.go:305: I 21:16:38.098 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 38, 97975383, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:38.099 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestStepTimeout + stream.go:305: I 21:16:38.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 38, 102479549, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:38.113 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.126 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.136 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.138 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.139 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.140 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.141 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.142 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.144 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.146 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.147 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.148 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.149 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.150 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.152 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.193 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.195 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.208 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.221 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.228 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.229 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.230 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.232 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.234 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.235 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.237 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.238 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.240 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.242 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.243 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.244 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.245 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.293 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.355 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] taskrun done : pipeline-run-tasks-timeout-yhazwljj-dagtask + stream.go:305: I 21:16:38.356 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-dagtask] Reconcile succeeded + stream.go:305: I 21:16:38.500 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.624 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.750 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.861 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.933 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:38.955 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.027 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.038 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.042 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.044 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.046 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.048 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.049 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.053 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.055 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.057 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.099 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.109 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.126 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.127 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.134 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.139 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.141 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.193 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.195 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.197 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.208 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.210 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.227 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.235 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.237 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.238 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.240 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.241 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.243 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.244 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.246 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.247 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.250 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.294 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.296 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.298 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.303 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.304 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.307 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.308 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.309 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.310 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.312 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.313 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.315 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.321 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.325 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.327 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.330 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.331 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.336 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:39.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 39, 404946217, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:16:39.519 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} + stream.go:305: I 21:16:39.510 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 39, 510280967, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:39.711 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.933 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.935 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.936 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.937 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.939 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.940 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.942 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:39.998 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.004 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.009 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.014 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.016 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.026 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.040 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.043 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.044 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.094 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.095 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.096 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.100 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.103 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.107 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.109 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.113 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.118 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.134 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.137 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.139 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.142 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.143 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.144 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.145 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.194 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.200 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.208 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.210 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.221 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.227 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.229 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.232 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.233 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.235 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.236 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.238 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.240 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.242 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.243 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.245 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.246 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.247 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.248 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.249 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.498 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.675 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:40.833 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task3/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 40, 833222384, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:16:40.911 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task3/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 40, 911862051, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:16:40.923 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:40.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:40.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.006 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.093 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.096 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.100 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.103 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:41.107 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task3/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 40, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:41.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.113 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.118 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.227 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.229 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.233 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.234 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.236 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.237 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.238 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.238 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.294 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.296 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.298 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.303 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.307 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.309 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.311 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.313 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.316 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.321 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.324 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.330 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.331 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.396 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.399 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.402 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.403 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.404 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.410 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.411 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.412 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.415 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.418 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.419 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.421 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.423 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.425 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.427 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.428 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.429 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.431 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.432 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.433 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.435 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.436 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.437 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.439 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.440 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.442 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.624 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:41.813 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 41, 813226051, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:16:41.909 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 41, 908949885, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:16:41.921 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:15:57 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:41.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:41.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:41.999 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 41, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:42.000 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.007 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.014 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.016 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.023 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.026 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.035 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.037 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.038 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.039 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.094 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.096 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.098 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.099 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.113 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.118 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.134 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.138 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.141 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.143 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.204 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.208 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.210 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.215 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.223 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.225 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.227 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.229 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.230 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.232 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.233 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.235 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.237 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.238 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.239 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.240 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.241 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.243 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.244 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.245 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.247 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.248 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.293 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.294 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.296 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.298 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:42.496 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:42.549 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task2/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 42, 548820885, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:16:42.613 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] taskrun done : pipeline-run-with-service-accounts-rpttnfct-task2 + stream.go:305: I 21:16:42.619 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:16:42.619262843 +0000 UTC m=+2832.179553710} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} + stream.go:305: I 21:16:42.622 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task2] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:42.706 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:42.716 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:16:42 +0000 UTC} Running Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:42.995 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-finallytask] Successfully reconciled taskrun pipeline-run-tasks-timeout-yhazwljj-finallytask/arendelle-t56m7 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 43, 28241552, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:16:43.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.098 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.103 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.109 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.113 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-finallytask] Successfully reconciled taskrun pipeline-run-tasks-timeout-yhazwljj-finallytask/arendelle-t56m7 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 43, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:16:43.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.118 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.126 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.138 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.139 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.140 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.141 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.142 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.143 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.194 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.196 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.197 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.204 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.210 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.215 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.221 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.225 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.227 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.229 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.232 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.233 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.235 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.236 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.237 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.238 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.240 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.241 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.243 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.244 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.245 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.247 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.248 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.249 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.249 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.250 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.292 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.294 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.298 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.304 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.306 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.307 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.309 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.310 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.312 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.313 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.315 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.316 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.321 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.325 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineTaskTimeout + stream.go:305: I 21:16:43.346 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] Successfully reconciled taskrun pipeline-task-timeout-lwmagloh-pipelinetask1/arendelle-92g5h with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 43, 346036635, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:16:43.405 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] taskrun done : pipeline-task-timeout-lwmagloh-pipelinetask1 + stream.go:305: I 21:16:43.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] All TaskRuns have finished for PipelineRun pipeline-task-timeout-lwmagloh so it has finished + stream.go:305: I 21:16:43.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] PipelineRun pipeline-task-timeout-lwmagloh status is being set to &{Succeeded False {2023-06-09 21:16:43.406360177 +0000 UTC m=+2832.966651044} Failed Tasks Completed: 2 (Failed: 1, Cancelled 0), Skipped: 0} + stream.go:305: I 21:16:43.412 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh-pipelinetask1] Reconcile succeeded + stream.go:305: I 21:16:43.428 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92g5h/pipeline-task-timeout-lwmagloh] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:43.464 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.574 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.659 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.754 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.845 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:43.941 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.004 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.014 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.016 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.023 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.026 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.039 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.041 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.043 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.044 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.045 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.098 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.107 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.113 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.127 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.137 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.138 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.142 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.194 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestWorkingDirCreated + stream.go:305: I 21:16:44.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] Successfully reconciled taskrun working-dir-created-yqfufmfo/arendelle-5g9mp with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 44, 197531011, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:44.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestWorkingDirCreated + stream.go:305: I 21:16:44.221 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] taskrun done : working-dir-created-yqfufmfo + stream.go:305: I 21:16:44.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5g9mp/working-dir-created-yqfufmfo] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:44.232 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.233 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.234 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.235 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.236 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.237 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.238 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.239 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.293 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.298 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.303 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.304 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.306 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.308 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineTaskTimeout + timeout_test.go:398: Waiting for TaskRun from PipelineRun pipeline-task-timeout-lwmagloh in namespace arendelle-92g5h to be timed out +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:44.313 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.315 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.316 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineTaskTimeout + timeout_test.go:434: Deleting namespace arendelle-92g5h +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:44.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.321 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +--- PASS: TestPipelineTaskTimeout (43.23s) +=== CONT TestPipelineRunCRDConversion + conversion_test.go:1081: Create namespace arendelle-92467 to deploy to +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:44.394 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunCRDConversion + conversion_test.go:1081: Verify SA "default" is created in namespace "arendelle-92467" +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:44.398 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.400 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.401 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.402 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.404 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.407 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.410 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.411 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.412 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.413 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.417 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.418 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.420 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.421 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:44.423 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestStepTimeout + stream.go:305: I 21:16:44.623 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 44, 623154969, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:16:44.726 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 44, 723909636, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:16:44.731 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] Creating a new TaskRun object pipeline-run-c-r-d-conversion-nlbeuada-hello-task for pipeline task hello-task +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:44.793 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:16:44.800 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] PipelineRun pipeline-run-c-r-d-conversion-nlbeuada status is being set to &{Succeeded Unknown {2023-06-09 21:16:44.800547344 +0000 UTC m=+2834.360838420} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestWorkingDirCreated + workingdir_test.go:106: Deleting namespace arendelle-5g9mp +--- PASS: TestWorkingDirCreated (47.31s) +=== CONT TestBundleConversion + conversion_test.go:1169: Create namespace arendelle-h8vhn to deploy to + conversion_test.go:1169: Verify SA "default" is created in namespace "arendelle-h8vhn" +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:16:44.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 44, 996016553, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:45.009 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.023 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.027 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.028 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.029 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.035 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.037 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.094 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.096 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:16:45.107 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] PipelineRun pipeline-run-c-r-d-conversion-nlbeuada status is being set to &{Succeeded Unknown {2023-06-09 21:16:44 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:45.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.109 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.113 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:16:45.127 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] PipelineRun pipeline-run-c-r-d-conversion-nlbeuada status is being set to &{Succeeded Unknown {2023-06-09 21:16:44 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:45.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.192 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.202 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.208 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.210 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.215 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.221 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.227 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.229 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.294 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.304 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.307 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.308 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:16:45.316 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 45, 316735220, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:16:45.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 45, 318289595, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:45.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.322 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:16:45.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] PipelineRun pipeline-run-c-r-d-conversion-nlbeuada status is being set to &{Succeeded Unknown {2023-06-09 21:16:44 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:45.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.324 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.327 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.329 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.330 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.332 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.393 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.397 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.399 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.400 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.413 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.419 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.421 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.432 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.434 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.435 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.436 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.495 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.498 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.499 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.502 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.503 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.505 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.506 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.508 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.510 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.511 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.512 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.515 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.517 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.518 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.521 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.539 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.541 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.593 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.596 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.599 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:45.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccountNameAndTaskRunSpec + serviceaccount_test.go:299: Deleting namespace arendelle-4b4fk +--- PASS: TestPipelineRunWithServiceAccountNameAndTaskRunSpec (51.36s) +=== CONT TestEntrypointRunningStepsInOrder + entrypoint_test.go:49: Creating TaskRun in namespace arendelle-vbtg6 +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:45.906 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestEntrypointRunningStepsInOrder + entrypoint_test.go:67: Waiting for TaskRun in namespace arendelle-vbtg6 to finish successfully + stream.go:305: I 21:16:45.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 45, 941555678, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:46.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.020 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.113 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.227 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.229 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.232 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.233 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.235 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.236 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.237 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestStepTimeout + stream.go:305: I 21:16:46.293 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 46, 293671178, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:46.294 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestEntrypointRunningStepsInOrder + stream.go:305: I 21:16:46.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 46, 295308845, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:46.296 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.303 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.306 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.308 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.309 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.310 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.311 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.312 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.315 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.316 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.322 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.324 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.325 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.331 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.335 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.336 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.337 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.393 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.397 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.399 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.401 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.403 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.405 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.410 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.411 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.413 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.415 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.418 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.419 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.420 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.426 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.427 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.429 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.431 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.432 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.433 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.434 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.435 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.492 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.496 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.498 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.500 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.506 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.508 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.509 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.510 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.511 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.512 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.514 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.515 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.516 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.517 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.520 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.522 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:46.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.011 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.016 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:47.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task1/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 47, 20683679, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:47.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.099 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.103 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.107 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.118 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:47.137 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:16:47.13709597 +0000 UTC m=+2836.697386879} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:47.137 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:47.194 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] taskrun done : pipeline-run-with-service-accounts-rpttnfct-task1 +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:47.195 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.200 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.204 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.207 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:47.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task1] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:47.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.221 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.293 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.304 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.307 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.308 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:47.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded Unknown {2023-06-09 21:16:47 +0000 UTC} Running Tasks Completed: 2 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:47.326 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.330 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.393 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.403 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.411 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.413 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.417 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.422 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.429 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.430 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.499 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:47.501 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] Successfully reconciled taskrun pipeline-run-with-service-accounts-rpttnfct-task3/arendelle-9c5th with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 47, 500803846, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:47.501 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.503 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.505 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.509 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.526 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.531 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.597 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.600 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:47.602 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] taskrun done : pipeline-run-with-service-accounts-rpttnfct-task3 +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:47.605 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:47.605 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] All TaskRuns have finished for PipelineRun pipeline-run-with-service-accounts-rpttnfct so it has finished + stream.go:305: I 21:16:47.606 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] PipelineRun pipeline-run-with-service-accounts-rpttnfct status is being set to &{Succeeded True {2023-06-09 21:16:47.606007596 +0000 UTC m=+2837.166298504} Succeeded Tasks Completed: 3 (Failed: 0, Cancelled 0), Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:47.612 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.613 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.615 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:47.621 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct-task3] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:47.622 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.623 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.625 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.626 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.630 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.636 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.697 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.701 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.710 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.712 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.716 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.717 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.719 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.720 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + stream.go:305: I 21:16:47.725 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-9c5th/pipeline-run-with-service-accounts-rpttnfct] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:47.727 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.729 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.730 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.732 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.734 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.796 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.798 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.802 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:47.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.094 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunWithServiceAccounts + serviceaccount_test.go:193: Deleting namespace arendelle-9c5th +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +--- PASS: TestPipelineRunWithServiceAccounts (53.63s) +=== CONT TestDAGPipelineRun +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.193 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.204 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + dag_test.go:149: Waiting for DAG pipeline to complete +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.303 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.307 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.309 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.311 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.312 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.329 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestStepTimeout + stream.go:305: I 21:16:48.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 48, 327954429, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-no-timeout step-timeout step-canceled]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.331 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.332 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.397 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.400 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + stream.go:305: I 21:16:48.403 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn] Creating a new TaskRun object d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 for pipeline task pipeline-task-1 +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.403 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.405 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.410 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.411 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.425 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.428 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.429 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.432 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.433 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.435 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.436 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.437 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.438 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + stream.go:305: I 21:16:48.438 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn] PipelineRun d-a-g-pipeline-run-gyrfxvzn status is being set to &{Succeeded Unknown {2023-06-09 21:16:48.438232263 +0000 UTC m=+2837.998523380} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 5, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.439 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.507 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.509 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.510 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.511 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestStepTimeout + stream.go:305: I 21:16:48.512 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 48, 512274096, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-no-timeout step-timeout step-canceled]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.512 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.514 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.515 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.520 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.522 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.524 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.528 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.529 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.530 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.531 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.532 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.533 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.534 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.535 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.536 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.537 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.593 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.595 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.597 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.598 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.599 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.604 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.605 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.607 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.614 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + stream.go:305: E 21:16:48.618 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1] Reconcile: Could not find results with names: result for task d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.623 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestStepTimeoutWithWS + timeout_test.go:259: Deleting namespace arendelle-4hg4k +--- PASS: TestStepTimeoutWithWS (43.28s) +=== CONT TestDuplicatePodTaskRun + duplicate_test.go:41: Create namespace arendelle-gvxnp to deploy to +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.703 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.705 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.710 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.713 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + duplicate_test.go:41: Verify SA "default" is created in namespace "arendelle-gvxnp" + duplicate_test.go:53: Creating taskrun "duplicate-pod-task-run-qwyuesql". +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.715 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + stream.go:305: I 21:16:48.720 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn] Found a TaskRun d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 that was missing from the PipelineRun status +=== NAME TestDuplicatePodTaskRun + duplicate_test.go:53: Creating taskrun "duplicate-pod-task-run-syljcirn". +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.717 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.730 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.731 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.792 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.794 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.795 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.797 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.798 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.800 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.811 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.817 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.819 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.820 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.821 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.822 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.823 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.824 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.826 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.827 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + duplicate_test.go:53: Creating taskrun "duplicate-pod-task-run-jewvxflz". +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:48.831 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:48.834 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + stream.go:305: I 21:16:48.835 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn] PipelineRun d-a-g-pipeline-run-gyrfxvzn status is being set to &{Succeeded Unknown {2023-06-09 21:16:48.835116555 +0000 UTC m=+2838.395407713} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 5, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:48.906 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] Successfully reconciled taskrun duplicate-pod-task-run-qwyuesql/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 48, 906497138, time.Local)}, Reason:"Pending", Message:"Pending"} + duplicate_test.go:53: Creating taskrun "duplicate-pod-task-run-wtzpmowd". +=== NAME TestDAGPipelineRun + stream.go:305: E 21:16:48.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1] Returned an error err=1 error occurred: + * Could not find results with names: result for task d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 + + stream.go:305: E 21:16:48.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1] Reconcile error err=1 error occurred: + * Could not find results with names: result for task d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 + +=== NAME TestDuplicatePodTaskRun + duplicate_test.go:53: Creating taskrun "duplicate-pod-task-run-zbthdpty". +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:49.095 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.118 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.194 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.223 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.228 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.233 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.234 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.294 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.303 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.315 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.327 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:49.329 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] Successfully reconciled taskrun duplicate-pod-task-run-syljcirn/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 49, 325821763, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:49.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.393 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + stream.go:305: I 21:16:49.394 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1] taskrun done : d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:49.398 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.400 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.402 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.404 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.407 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.410 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + stream.go:305: I 21:16:49.433 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:49.511 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.527 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.533 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.598 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.602 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + stream.go:305: I 21:16:49.610 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn] All TaskRuns have finished for PipelineRun d-a-g-pipeline-run-gyrfxvzn so it has finished + stream.go:305: I 21:16:49.626 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn] PipelineRun d-a-g-pipeline-run-gyrfxvzn status is being set to &{Succeeded False {2023-06-09 21:16:49.614725555 +0000 UTC m=+2839.175016464} Failed Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 4} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:49.631 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.719 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.721 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.727 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.729 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.733 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.735 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.799 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:49.801 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-jewvxflz] Successfully reconciled taskrun duplicate-pod-task-run-jewvxflz/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 49, 801841763, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:49.801 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.803 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.804 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.806 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.808 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.809 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.810 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.814 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.815 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.816 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.817 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.822 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.824 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.825 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.832 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.833 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.895 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + stream.go:305: I 21:16:49.905 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jnb7x/d-a-g-pipeline-run-gyrfxvzn] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:49.907 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.909 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.920 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.924 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:49.927 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.017 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.093 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.103 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:16:50.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 50, 119828180, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.193 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.195 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.197 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + dag_test.go:151: Error waiting for PipelineRun to finish: "d-a-g-pipeline-run-gyrfxvzn" failed + panic.go:522: ############################################ + panic.go:522: ### Dumping objects from arendelle-jnb7x ### + panic.go:522: ############################################ +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:50.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] Successfully reconciled taskrun duplicate-pod-task-run-wtzpmowd/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 50, 206348014, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.223 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.228 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.230 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.394 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.396 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.400 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:16:50.405 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] PipelineRun pipeline-run-c-r-d-conversion-nlbeuada status is being set to &{Succeeded Unknown {2023-06-09 21:16:44 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.405 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.407 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + panic.go:522: + --- + apiVersion: tekton.dev/v1beta1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:16:48Z" + generation: 1 + name: d-a-g-pipeline-run-ndslbjez + namespace: arendelle-jnb7x + resourceVersion: "1707219" + uid: ee2068e3-9134-4de4-8ec8-cae06d5d5ccf + spec: + tasks: + - name: pipeline-task-3 + params: + - name: text + value: wow + - name: result-p2 + value: $(tasks.pipeline-task-2-parallel-2.results.result) + - name: result-p1 + value: $(tasks.pipeline-task-2-parallel-1.results.result) + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-2-parallel-2 + params: + - name: text + value: such parallel + - name: result1 + value: $(tasks.pipeline-task-1.results.result) + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-4 + params: + - name: text + value: very cloud native + runAfter: + - pipeline-task-3 + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-2-parallel-1 + params: + - name: text + value: much graph + runAfter: + - pipeline-task-1 + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-1 + params: + - name: text + value: how to ci/cd? + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:16:48Z" + generation: 1 + labels: + tekton.dev/pipeline: d-a-g-pipeline-run-ndslbjez + name: d-a-g-pipeline-run-gyrfxvzn + namespace: arendelle-jnb7x + resourceVersion: "1707274" + uid: 0ecb80f1-514f-41be-aefc-591ce8e8937b + spec: + pipelineRef: + name: d-a-g-pipeline-run-ndslbjez + serviceAccountName: default + timeout: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 + pipelineTaskName: pipeline-task-1 + completionTime: "2023-06-09T21:16:49Z" + conditions: + - lastTransitionTime: "2023-06-09T21:16:49Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 4' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: pipeline-task-3 + params: + - name: text + value: wow + - name: result-p2 + value: $(tasks.pipeline-task-2-parallel-2.results.result) + - name: result-p1 + value: $(tasks.pipeline-task-2-parallel-1.results.result) + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-2-parallel-2 + params: + - name: text + value: such parallel + - name: result1 + value: $(tasks.pipeline-task-1.results.result) + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-4 + params: + - name: text + value: very cloud native + runAfter: + - pipeline-task-3 + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-2-parallel-1 + params: + - name: text + value: much graph + runAfter: + - pipeline-task-1 + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-1 + params: + - name: text + value: how to ci/cd? + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: pipeline-task-3 + reason: PipelineRun was stopping + - name: pipeline-task-2-parallel-2 + reason: PipelineRun was stopping + - name: pipeline-task-4 + reason: PipelineRun was stopping + - name: pipeline-task-2-parallel-1 + reason: PipelineRun was stopping + startTime: "2023-06-09T21:16:48Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:16:48Z" + generation: 1 + name: d-a-g-pipeline-run-fleawxkn + namespace: arendelle-jnb7x + resourceVersion: "1707216" + uid: d10ebee2-eeb6-4cb3-96f6-10322c045468 + spec: + params: + - description: The text that should be echoed + name: text + type: string + results: + - name: result + type: string + steps: + - image: busybox + name: "" + resources: {} + script: echo $(params["text"]) + - image: busybox + name: "" + resources: {} + script: | + sleep 15 + echo $(params.text) | tee $(results.result.path) + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:16:48Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: d-a-g-pipeline-run-ndslbjez + tekton.dev/pipelineRun: d-a-g-pipeline-run-gyrfxvzn + tekton.dev/pipelineTask: pipeline-task-1 + tekton.dev/task: d-a-g-pipeline-run-fleawxkn + name: d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 + namespace: arendelle-jnb7x + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: d-a-g-pipeline-run-gyrfxvzn + uid: 0ecb80f1-514f-41be-aefc-591ce8e8937b + resourceVersion: "1707246" + uid: f1b0c4a9-dd26-4f5d-877e-b9a4e0340b5f + spec: + params: + - name: text + value: how to ci/cd? + serviceAccountName: default + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:16:48Z" + conditions: + - lastTransitionTime: "2023-06-09T21:16:48Z" + message: 'Could not find results with names: result for task d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:16:48Z" + taskSpec: + params: + - description: The text that should be echoed + name: text + type: string + results: + - name: result + type: string + steps: + - image: busybox + name: "" + resources: {} + script: echo how to ci/cd? + - image: busybox + name: "" + resources: {} + script: | + sleep 15 + echo how to ci/cd? | tee /tekton/results/result + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:16:48Z" + generation: 1 + name: d-a-g-pipeline-run-fleawxkn + namespace: arendelle-jnb7x + resourceVersion: "1707216" + uid: d10ebee2-eeb6-4cb3-96f6-10322c045468 + spec: + params: + - description: The text that should be echoed + name: text + type: string + results: + - name: result + type: string + steps: + - computeResources: {} + image: busybox + name: "" + script: echo $(params["text"]) + - computeResources: {} + image: busybox + name: "" + script: | + sleep 15 + echo $(params.text) | tee $(results.result.path) + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:16:48Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: d-a-g-pipeline-run-ndslbjez + tekton.dev/pipelineRun: d-a-g-pipeline-run-gyrfxvzn + tekton.dev/pipelineTask: pipeline-task-1 + tekton.dev/task: d-a-g-pipeline-run-fleawxkn + name: d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 + namespace: arendelle-jnb7x + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: d-a-g-pipeline-run-gyrfxvzn + uid: 0ecb80f1-514f-41be-aefc-591ce8e8937b + resourceVersion: "1707246" + uid: f1b0c4a9-dd26-4f5d-877e-b9a4e0340b5f + spec: + params: + - name: text + value: how to ci/cd? + serviceAccountName: default + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:16:48Z" + conditions: + - lastTransitionTime: "2023-06-09T21:16:48Z" + message: 'Could not find results with names: result for task d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:16:48Z" + taskSpec: + params: + - description: The text that should be echoed + name: text + type: string + results: + - name: result + type: string + steps: + - computeResources: {} + image: busybox + name: "" + script: echo how to ci/cd? + - computeResources: {} + image: busybox + name: "" + script: | + sleep 15 + echo how to ci/cd? | tee /tekton/results/result + + --- + apiVersion: tekton.dev/v1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:16:48Z" + generation: 1 + name: d-a-g-pipeline-run-ndslbjez + namespace: arendelle-jnb7x + resourceVersion: "1707219" + uid: ee2068e3-9134-4de4-8ec8-cae06d5d5ccf + spec: + tasks: + - name: pipeline-task-3 + params: + - name: text + value: wow + - name: result-p2 + value: $(tasks.pipeline-task-2-parallel-2.results.result) + - name: result-p1 + value: $(tasks.pipeline-task-2-parallel-1.results.result) + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-2-parallel-2 + params: + - name: text + value: such parallel + - name: result1 + value: $(tasks.pipeline-task-1.results.result) + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-4 + params: + - name: text + value: very cloud native + runAfter: + - pipeline-task-3 + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-2-parallel-1 + params: + - name: text + value: much graph + runAfter: + - pipeline-task-1 + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-1 + params: + - name: text + value: how to ci/cd? + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:16:48Z" + generation: 1 + labels: + tekton.dev/pipeline: d-a-g-pipeline-run-ndslbjez + name: d-a-g-pipeline-run-gyrfxvzn + namespace: arendelle-jnb7x + resourceVersion: "1707274" + uid: 0ecb80f1-514f-41be-aefc-591ce8e8937b + spec: + pipelineRef: + name: d-a-g-pipeline-run-ndslbjez + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 + pipelineTaskName: pipeline-task-1 + completionTime: "2023-06-09T21:16:49Z" + conditions: + - lastTransitionTime: "2023-06-09T21:16:49Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 4' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: pipeline-task-3 + params: + - name: text + value: wow + - name: result-p2 + value: $(tasks.pipeline-task-2-parallel-2.results.result) + - name: result-p1 + value: $(tasks.pipeline-task-2-parallel-1.results.result) + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-2-parallel-2 + params: + - name: text + value: such parallel + - name: result1 + value: $(tasks.pipeline-task-1.results.result) + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-4 + params: + - name: text + value: very cloud native + runAfter: + - pipeline-task-3 + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-2-parallel-1 + params: + - name: text + value: much graph + runAfter: + - pipeline-task-1 + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + - name: pipeline-task-1 + params: + - name: text + value: how to ci/cd? + taskRef: + kind: Task + name: d-a-g-pipeline-run-fleawxkn + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: pipeline-task-3 + reason: PipelineRun was stopping + - name: pipeline-task-2-parallel-2 + reason: PipelineRun was stopping + - name: pipeline-task-4 + reason: PipelineRun was stopping + - name: pipeline-task-2-parallel-1 + reason: PipelineRun was stopping + startTime: "2023-06-09T21:16:48Z" + + --- + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:16:48Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: d-a-g-pipeline-run-ndslbjez + tekton.dev/pipelineRun: d-a-g-pipeline-run-gyrfxvzn + tekton.dev/pipelineTask: pipeline-task-1 + tekton.dev/task: d-a-g-pipeline-run-fleawxkn + tekton.dev/taskRun: d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 + name: d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1-pod + namespace: arendelle-jnb7x + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1 + uid: f1b0c4a9-dd26-4f5d-877e-b9a4e0340b5f + resourceVersion: "1707229" + uid: 90f19706-8325-41b4-915c-976bb7bb87ef + spec: + activeDeadlineSeconds: 5400 + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -results + - result + - -entrypoint + - /tekton/scripts/script-0-vrxcf + - -- + command: + - /tekton/bin/entrypoint + image: busybox + imagePullPolicy: Always + name: step-unnamed-0 + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/run/1 + name: tekton-internal-run-1 + readOnly: true + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-qx22p + readOnly: true + - args: + - -wait_file + - /tekton/run/0/out + - -post_file + - /tekton/run/1/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/1/status + - -results + - result + - -entrypoint + - /tekton/scripts/script-1-mdg7q + - -- + command: + - /tekton/bin/entrypoint + image: busybox + imagePullPolicy: Always + name: step-unnamed-1 + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-1 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + readOnly: true + - mountPath: /tekton/run/1 + name: tekton-internal-run-1 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-qx22p + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-unnamed-0 + - step-unnamed-1 + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-qx22p + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-vrxcf" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQplY2hvIGhvdyB0byBjaS9jZD8= + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + scriptfile="/tekton/scripts/script-1-mdg7q" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQpzbGVlcCAxNQplY2hvIGhvdyB0byBjaS9jZD8gfCB0ZWUgL3Rla3Rvbi9yZXN1bHRzL3Jlc3VsdAo= + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-qx22p + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - emptyDir: + medium: Memory + name: tekton-creds-init-home-1 + - emptyDir: {} + name: tekton-internal-run-1 + - name: kube-api-access-qx22p + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:16:48Z" + status: "True" + type: PodScheduled + phase: Pending + qosClass: BestEffort + + panic.go:522: ##################################################### + panic.go:522: ### Dumping logs from Pods in the arendelle-jnb7x ### + panic.go:522: ##################################################### +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:50.418 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Successfully reconciled taskrun duplicate-pod-task-run-zbthdpty/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 50, 418783430, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.418 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.423 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + build_logs.go:35: Could not get logs for pod d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1-pod: container "step-unnamed-0" in pod "d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.431 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.497 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.520 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.522 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.595 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDAGPipelineRun + build_logs.go:35: Could not get logs for pod d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1-pod: container "step-unnamed-0" in pod "d-a-g-pipeline-run-gyrfxvzn-pipeline-task-1-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + panic.go:522: Not deleting namespace arendelle-jnb7x +--- FAIL: TestDAGPipelineRun (3.51s) +=== CONT TestPipelineCRDConversion + conversion_test.go:1019: Create namespace arendelle-g2c7l to deploy to +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.612 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.618 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.637 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.639 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.692 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineCRDConversion + conversion_test.go:1019: Verify SA "default" is created in namespace "arendelle-g2c7l" +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:50.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] Successfully reconciled taskrun duplicate-pod-task-run-qwyuesql/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 50, 706942389, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:16:50.720 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] Successfully reconciled taskrun duplicate-pod-task-run-syljcirn/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 50, 720598680, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:16:50.725 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-jewvxflz] Successfully reconciled taskrun duplicate-pod-task-run-jewvxflz/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 50, 725710097, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:16:50.727 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 50, 727188764, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:50.728 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] Successfully reconciled taskrun duplicate-pod-task-run-wtzpmowd/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 50, 728593555, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.796 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.798 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.802 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.805 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.810 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.821 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.826 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.827 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.829 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.893 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.897 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.899 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.901 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.903 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:50.909 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Successfully reconciled taskrun duplicate-pod-task-run-zbthdpty/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 50, 909494250, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.911 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.914 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineCRDConversion + conversion_test.go:1070: Deleting namespace arendelle-g2c7l +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.918 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:50.921 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Successfully reconciled taskrun duplicate-pod-task-run-zbthdpty/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 50, 921389250, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.924 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +--- PASS: TestPipelineCRDConversion (0.40s) +=== CONT TestPipelineRunStatusSpec +=== RUN TestPipelineRunStatusSpec/pipeline_status_spec_updated +=== PAUSE TestPipelineRunStatusSpec/pipeline_status_spec_updated +=== CONT TestStepOutputWithWorkspace + step_output_test.go:119: Create namespace arendelle-pnd96 to deploy to +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:50.926 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:50.996 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.000 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.006 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.016 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestStepOutputWithWorkspace + step_output_test.go:119: Verify SA "default" is created in namespace "arendelle-pnd96" +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:51.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestStepOutputWithWorkspace + step_output_test.go:119: 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":"true", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "results-from":"termination-message", "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: TestStepOutputWithWorkspace (0.11s) +=== CONT TestTaskRunStatus + taskrun_test.go:151: Creating Task and TaskRun in namespace arendelle-sqkz8 +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:51.032 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.033 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.035 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.093 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.098 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.121 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.126 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.127 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.195 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestTaskRunStatus + taskrun_test.go:177: Waiting for TaskRun in namespace arendelle-sqkz8 to fail +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:51.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.232 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.233 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.235 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.298 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.307 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.308 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.405 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.425 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.433 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.609 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.701 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.702 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.704 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.705 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestTaskRunStatus + stream.go:305: I 21:16:51.720 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 51, 720000292, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:51.728 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.807 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.810 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.824 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.899 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.901 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.903 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.913 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.922 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.929 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.933 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.934 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:51.997 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.023 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.025 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.026 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.031 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.036 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.094 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.099 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.127 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.132 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.195 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.197 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.202 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.205 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.208 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestTaskRunStatus + stream.go:305: I 21:16:52.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 52, 213900000, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:52.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.239 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.299 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.307 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.310 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.312 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.314 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.316 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.320 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.322 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.324 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.326 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.327 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.329 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.331 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.332 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.335 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.336 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.393 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.395 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.396 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.398 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.399 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.401 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.403 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestTaskRunStatus + stream.go:305: I 21:16:52.431 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 52, 430990584, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:16:52.498 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 52, 497872959, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:52.500 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.508 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.513 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.515 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.521 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.609 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.616 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.623 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.625 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.626 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.628 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.629 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.630 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.631 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.633 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.693 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.695 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.696 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.698 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.699 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.701 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.702 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.704 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.705 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.712 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.717 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.719 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.723 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.726 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.729 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.731 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.732 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.794 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.803 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.810 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.814 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:52.817 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.105 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:16:53.106 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv-some-pipeline-task] Successfully reconciled taskrun cluster-resolver-ewqectzv-some-pipeline-task/arendelle-8scbt with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 53, 105812376, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:53.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.117 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.131 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.134 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.216 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.229 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.298 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.302 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.304 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.305 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.308 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.311 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.324 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.327 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.393 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.397 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:16:53.400 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv-some-pipeline-task] taskrun done : cluster-resolver-ewqectzv-some-pipeline-task +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:53.401 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.403 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.407 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:16:53.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv] All TaskRuns have finished for PipelineRun cluster-resolver-ewqectzv so it has finished +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:53.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.428 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + stream.go:305: I 21:16:53.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv] PipelineRun cluster-resolver-ewqectzv status is being set to &{Succeeded True {2023-06-09 21:16:53.408272042 +0000 UTC m=+2842.968294965} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0} + stream.go:305: I 21:16:53.520 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv-some-pipeline-task] Reconcile succeeded +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:53.593 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.596 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.598 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.624 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.704 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.716 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.719 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.725 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.732 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:53.793 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestClusterResolver + resolvers_test.go:427: Deleting namespace arendelle-8scbt + stream.go:305: I 21:16:53.824 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-8scbt/cluster-resolver-ewqectzv] Reconcile succeeded +--- PASS: TestClusterResolver (59.45s) +=== CONT TestTektonBundlesResolver +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:53.924 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:53.995 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] Successfully reconciled taskrun duplicate-pod-task-run-syljcirn/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 53, 995349626, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:54.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.095 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.134 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.234 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.312 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.328 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestEntrypointRunningStepsInOrder + stream.go:305: I 21:16:54.330 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 54, 330605168, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:54.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.393 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.397 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.400 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.405 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.406 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.410 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.412 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.415 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.417 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.419 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.421 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:54.424 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] Successfully reconciled taskrun duplicate-pod-task-run-syljcirn/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 54, 423965085, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:54.426 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.427 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.428 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.503 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.504 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.505 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.507 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.510 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.512 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestEntrypointRunningStepsInOrder + stream.go:305: I 21:16:54.528 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 54, 528025876, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:54.530 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.532 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.533 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.534 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.596 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.598 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.605 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.606 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.608 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.609 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.610 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.611 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.613 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.615 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.618 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.623 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.625 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.627 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.630 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.632 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.692 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.696 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.704 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.710 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.717 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.719 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.732 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.734 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.735 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.794 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.802 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.825 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.834 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.836 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.837 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.838 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.839 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.840 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.893 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.895 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.902 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.907 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.931 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:54.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.027 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.104 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestTaskRunStatus + stream.go:305: I 21:16:55.107 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 55, 107244502, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:55.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.127 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.194 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.201 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.204 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestTaskRunStatus + stream.go:305: I 21:16:55.208 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 55, 208052377, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:55.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.211 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.215 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.220 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.223 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.225 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.228 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.233 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.297 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.332 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.333 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.337 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.338 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.398 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.400 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:55.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] Successfully reconciled taskrun duplicate-pod-task-run-qwyuesql/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 55, 414835293, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:55.415 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.417 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.500 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.502 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.505 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.514 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.532 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.533 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.536 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.537 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.593 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:55.607 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] Successfully reconciled taskrun duplicate-pod-task-run-qwyuesql/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 55, 607703543, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:55.609 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.611 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.612 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.615 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.616 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.618 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.619 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.621 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.631 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.633 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.634 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.694 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.695 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.699 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.701 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.702 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.704 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.705 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.709 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.711 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.712 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.723 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.725 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.727 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.728 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.732 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.734 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.794 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.797 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.804 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.809 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.810 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.811 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.813 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.814 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.821 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.822 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.823 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.825 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.826 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.831 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.832 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.896 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.902 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.908 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.910 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.912 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.916 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.928 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.931 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:55.934 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.124 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.135 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.203 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.206 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.209 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.331 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.334 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.418 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.494 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.510 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.512 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.521 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.528 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:56.530 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] Successfully reconciled taskrun duplicate-pod-task-run-wtzpmowd/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 56, 530404127, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:16:56.533 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-jewvxflz] Successfully reconciled taskrun duplicate-pod-task-run-jewvxflz/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 56, 533568919, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:56.619 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.621 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.632 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.634 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.699 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.703 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.707 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.718 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.720 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.729 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.731 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.732 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.797 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.799 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.801 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.805 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.810 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.813 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.815 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.817 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.818 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.820 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.897 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:56.899 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] Successfully reconciled taskrun duplicate-pod-task-run-wtzpmowd/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 56, 899316127, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:16:56.903 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-jewvxflz] Successfully reconciled taskrun duplicate-pod-task-run-jewvxflz/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 56, 903328502, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineRunTasksTimeout + stream.go:305: I 21:16:56.904 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.906 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.908 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:56.994 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:57.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:57.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:57.012 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:57.024 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-finallytask] Successfully reconciled taskrun pipeline-run-tasks-timeout-yhazwljj-finallytask/arendelle-t56m7 with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 57, 23782836, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:16:57.018 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:57.096 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:57.098 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:57.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:57.112 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:57.114 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:57.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded Unknown {2023-06-09 21:16:20 +0000 UTC} Running Tasks Completed: 1 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:16:57.123 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-finallytask] taskrun done : pipeline-run-tasks-timeout-yhazwljj-finallytask + stream.go:305: I 21:16:57.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] All TaskRuns have finished for PipelineRun pipeline-run-tasks-timeout-yhazwljj so it has finished + stream.go:305: I 21:16:57.125 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded False {2023-06-09 21:16:57.125449419 +0000 UTC m=+2846.685471550} Failed Tasks Completed: 2 (Failed: 1, Cancelled 0), Skipped: 0} + stream.go:305: I 21:16:57.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj-finallytask] Reconcile succeeded + stream.go:305: I 21:16:57.224 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] All TaskRuns have finished for PipelineRun pipeline-run-tasks-timeout-yhazwljj so it has finished + stream.go:305: I 21:16:57.225 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t56m7/pipeline-run-tasks-timeout-yhazwljj] PipelineRun pipeline-run-tasks-timeout-yhazwljj status is being set to &{Succeeded False {2023-06-09 21:16:57.224900669 +0000 UTC m=+2846.784922842} Failed Tasks Completed: 2 (Failed: 1, Cancelled 0), Skipped: 0} + timeout_test.go:522: Waiting for TaskRun from PipelineRun pipeline-run-tasks-timeout-yhazwljj in namespace arendelle-t56m7 to time out and finally TaskRun to be successful + timeout_test.go:562: Deleting namespace arendelle-t56m7 +--- PASS: TestPipelineRunTasksTimeout (58.51s) +=== 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 TestTaskRunPipelineRunStatus + status_test.go:58: Creating Task and TaskRun in namespace arendelle-jrw7c + status_test.go:81: Waiting for TaskRun in namespace arendelle-jrw7c to fail + stream.go:305: E 21:16:57.699 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-dcygunsn] Failed to create task run pod for taskrun "task-run-pipeline-run-status-dcygunsn": failed to create task run pod "task-run-pipeline-run-status-dcygunsn": translating TaskSpec to Pod: serviceaccounts "inexistent" not found. Maybe missing or invalid Task arendelle-jrw7c/task-run-pipeline-run-status-jjuscnnk + stream.go:305: E 21:16:57.704 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-dcygunsn] Reconcile: failed to create task run pod "task-run-pipeline-run-status-dcygunsn": translating TaskSpec to Pod: serviceaccounts "inexistent" not found. Maybe missing or invalid Task arendelle-jrw7c/task-run-pipeline-run-status-jjuscnnk +=== NAME TestStepTimeout + stream.go:305: I 21:16:58.004 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 58, 3980878, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestTaskRunPipelineRunStatus + stream.go:305: E 21:16:58.101 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-dcygunsn] Returned an error err=1 error occurred: + * failed to create task run pod "task-run-pipeline-run-status-dcygunsn": translating TaskSpec to Pod: serviceaccounts "inexistent" not found. Maybe missing or invalid Task arendelle-jrw7c/task-run-pipeline-run-status-jjuscnnk + + stream.go:305: E 21:16:58.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-dcygunsn] Reconcile error err=1 error occurred: + * failed to create task run pod "task-run-pipeline-run-status-dcygunsn": translating TaskSpec to Pod: serviceaccounts "inexistent" not found. Maybe missing or invalid Task arendelle-jrw7c/task-run-pipeline-run-status-jjuscnnk + + stream.go:305: I 21:16:58.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-dcygunsn] taskrun done : task-run-pipeline-run-status-dcygunsn + stream.go:305: I 21:16:58.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-dcygunsn] Reconcile succeeded +=== NAME TestStepTimeout + stream.go:305: I 21:16:58.519 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 58, 519508378, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestTaskRunPipelineRunStatus + status_test.go:108: Waiting for PipelineRun in namespace arendelle-jrw7c to fail +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:16:58.700 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 58, 700466462, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:16:59.023 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 59, 8968545, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:16:59.019 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] PipelineRun pipeline-run-c-r-d-conversion-nlbeuada status is being set to &{Succeeded Unknown {2023-06-09 21:16:44 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestStepTimeout + stream.go:305: I 21:16:59.035 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 58, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:59.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Successfully reconciled taskrun duplicate-pod-task-run-zbthdpty/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 59, 97185878, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestTaskRunPipelineRunStatus + stream.go:305: I 21:16:59.199 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea] Creating a new TaskRun object task-run-pipeline-run-status-yjkaghea-foo for pipeline task foo + stream.go:305: I 21:16:59.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea] PipelineRun task-run-pipeline-run-status-yjkaghea status is being set to &{Succeeded Unknown {2023-06-09 21:16:59.231331462 +0000 UTC m=+2848.791353884} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:16:59.325 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Successfully reconciled taskrun duplicate-pod-task-run-zbthdpty/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 59, 325708170, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestTaskRunPipelineRunStatus + stream.go:305: E 21:16:59.394 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea-foo] Failed to create task run pod for taskrun "task-run-pipeline-run-status-yjkaghea-foo": failed to create task run pod "task-run-pipeline-run-status-yjkaghea-foo": translating TaskSpec to Pod: serviceaccounts "inexistent" not found. Maybe missing or invalid Task arendelle-jrw7c/task-run-pipeline-run-status-jjuscnnk + stream.go:305: E 21:16:59.394 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea-foo] Reconcile: failed to create task run pod "task-run-pipeline-run-status-yjkaghea-foo": translating TaskSpec to Pod: serviceaccounts "inexistent" not found. Maybe missing or invalid Task arendelle-jrw7c/task-run-pipeline-run-status-jjuscnnk +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:16:59.699 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx-foo] Successfully reconciled taskrun pipeline-run-timeout-nvbglidx-foo/arendelle-hpd6b with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 16, 59, 621822837, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} +=== NAME TestTaskRunPipelineRunStatus + stream.go:305: I 21:16:59.909 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea] Found a TaskRun task-run-pipeline-run-status-yjkaghea-foo that was missing from the PipelineRun status + stream.go:305: I 21:17:00.022 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea] PipelineRun task-run-pipeline-run-status-yjkaghea status is being set to &{Succeeded Unknown {2023-06-09 21:17:00.022293879 +0000 UTC m=+2849.582316301} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestPipelineRunTimeout + stream.go:305: I 21:17:00.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx] All TaskRuns have finished for PipelineRun pipeline-run-timeout-nvbglidx so it has finished + stream.go:305: I 21:17:00.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-hpd6b/pipeline-run-timeout-nvbglidx] PipelineRun pipeline-run-timeout-nvbglidx status is being set to &{Succeeded True {2023-06-09 21:17:00.034662962 +0000 UTC m=+2849.594685135} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0} +=== NAME TestTaskRunPipelineRunStatus + stream.go:305: E 21:17:00.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea-foo] Returned an error err=1 error occurred: + * failed to create task run pod "task-run-pipeline-run-status-yjkaghea-foo": translating TaskSpec to Pod: serviceaccounts "inexistent" not found. Maybe missing or invalid Task arendelle-jrw7c/task-run-pipeline-run-status-jjuscnnk + + stream.go:305: E 21:17:00.214 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea-foo] Reconcile error err=1 error occurred: + * failed to create task run pod "task-run-pipeline-run-status-yjkaghea-foo": translating TaskSpec to Pod: serviceaccounts "inexistent" not found. Maybe missing or invalid Task arendelle-jrw7c/task-run-pipeline-run-status-jjuscnnk + + stream.go:305: I 21:17:00.395 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea-foo] taskrun done : task-run-pipeline-run-status-yjkaghea-foo +=== NAME TestPipelineRunTimeout + timeout_test.go:158: Deleting namespace arendelle-hpd6b +=== NAME TestTaskRunPipelineRunStatus + stream.go:305: I 21:17:00.416 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea-foo] Reconcile succeeded +--- PASS: TestPipelineRunTimeout (65.94s) +=== CONT TestTaskRunCRDConversion + conversion_test.go:934: Create namespace arendelle-ns28c to deploy to + conversion_test.go:934: Verify SA "default" is created in namespace "arendelle-ns28c" +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:00.534 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 0, 534790546, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo-hello]\""} +=== NAME TestTaskRunPipelineRunStatus + stream.go:305: I 21:17:00.900 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea] All TaskRuns have finished for PipelineRun task-run-pipeline-run-status-yjkaghea so it has finished + stream.go:305: I 21:17:00.911 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea] PipelineRun task-run-pipeline-run-status-yjkaghea status is being set to &{Succeeded False {2023-06-09 21:17:00.905786796 +0000 UTC m=+2850.465809052} Failed Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:01.119 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 1, 119221671, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo-hello]\""} +=== NAME TestTaskRunPipelineRunStatus + stream.go:305: I 21:17:01.212 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-jrw7c/task-run-pipeline-run-status-yjkaghea] Reconcile succeeded +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:01.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] PipelineRun pipeline-run-c-r-d-conversion-nlbeuada status is being set to &{Succeeded Unknown {2023-06-09 21:16:44 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:01.317 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 1, 317367630, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestTaskRunPipelineRunStatus + status_test.go:112: Deleting namespace arendelle-jrw7c +--- PASS: TestTaskRunPipelineRunStatus (4.42s) +=== CONT TestStepOutput + step_output_test.go:41: Create namespace arendelle-2w9v2 to deploy to + step_output_test.go:41: Verify SA "default" is created in namespace "arendelle-2w9v2" + step_output_test.go:41: 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":"true", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "results-from":"termination-message", "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: TestStepOutput (0.09s) +=== CONT TestSidecarTaskSupport +=== RUN TestSidecarTaskSupport/A_sidecar_that_runs_forever_is_terminated_when_Steps_complete +=== PAUSE TestSidecarTaskSupport/A_sidecar_that_runs_forever_is_terminated_when_Steps_complete +=== RUN TestSidecarTaskSupport/A_sidecar_that_terminates_early_does_not_cause_problems_running_Steps +=== PAUSE TestSidecarTaskSupport/A_sidecar_that_terminates_early_does_not_cause_problems_running_Steps +=== CONT TestStartTime + start_time_test.go:51: Creating TaskRun in namespace "arendelle-kfrcd" + start_time_test.go:73: Created TaskRun "start-time-iqsbhjzc" in namespace "arendelle-kfrcd" +=== NAME TestBundleConversion + conversion_test.go:1169: 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":"true", "enable-tekton-oci-bundles":"false", "enforce-nonfalsifiablity":"none", "require-git-ssh-secret-known-hosts":"false", "results-from":"termination-message", "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: TestBundleConversion (17.28s) +=== CONT TestTaskRunFailure + taskrun_test.go:53: Creating Task and TaskRun in namespace arendelle-pdkz5 +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:02.295 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Successfully reconciled taskrun duplicate-pod-task-run-zbthdpty/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 2, 235296130, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:02.304 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 2, 304806547, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestStartTime + stream.go:305: I 21:17:02.405 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 2, 404482797, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestTaskRunFailure + taskrun_test.go:85: Waiting for TaskRun in namespace arendelle-pdkz5 to fail + stream.go:305: I 21:17:02.805 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 2, 803795047, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestStartTime + stream.go:305: I 21:17:03.130 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 3, 130436047, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestTaskRunFailure + stream.go:305: I 21:17:03.529 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 3, 529366506, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:17:03.533 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 3, 533459047, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:04.102 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] Successfully reconciled taskrun duplicate-pod-task-run-syljcirn/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 4, 101945548, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestEntrypointRunningStepsInOrder + stream.go:305: I 21:17:04.622 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 4, 622281756, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:17:04.718 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 4, 718344464, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:05.008 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] Successfully reconciled taskrun duplicate-pod-task-run-qwyuesql/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 5, 7942506, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:17:05.526 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] Successfully reconciled taskrun duplicate-pod-task-run-wtzpmowd/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 5, 526659757, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:17:05.899 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-jewvxflz] Successfully reconciled taskrun duplicate-pod-task-run-jewvxflz/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 5, 899303840, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:06.294 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 6, 294208507, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:17:06.600 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 6, 599868715, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestTaskRunStatus + stream.go:305: I 21:17:07.198 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 7, 198813216, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:08.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 8, 318889008, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:08.518 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 8, 517930883, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestStartTime + stream.go:305: I 21:17:08.518 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 8, 518361508, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:08.599 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] PipelineRun pipeline-run-c-r-d-conversion-nlbeuada status is being set to &{Succeeded Unknown {2023-06-09 21:16:44 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:17:08.709 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 8, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestStartTime + stream.go:305: I 21:17:08.726 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 8, 726227383, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestTaskRunFailure + stream.go:305: I 21:17:09.015 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 9, 15013633, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} + stream.go:305: I 21:17:09.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 9, 133104592, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\""} +=== NAME TestTaskRunStatus + stream.go:305: I 21:17:10.016 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 10, 16595050, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:17:10.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 10, 122152259, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} +=== NAME TestTaskRunFailure + stream.go:305: I 21:17:11.097 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 11, 97460051, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0 step-unnamed-1 step-unnamed-2]\""} + stream.go:305: I 21:17:11.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 11, 222329634, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0 step-unnamed-1 step-unnamed-2]\""} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:11.506 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] Successfully reconciled taskrun duplicate-pod-task-run-syljcirn/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 11, 506066509, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:17:11.610 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] Successfully reconciled taskrun duplicate-pod-task-run-syljcirn/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 11, 610552468, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} +=== NAME TestEntrypointRunningStepsInOrder + stream.go:305: I 21:17:12.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 12, 34590301, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0 step-unnamed-1]\""} + stream.go:305: I 21:17:12.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 12, 218777635, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0 step-unnamed-1]\""} +=== NAME TestTaskRunStatus + stream.go:305: I 21:17:12.836 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 12, 836682385, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:12.926 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 12, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:12.928 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 12, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:13.208 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] Successfully reconciled taskrun duplicate-pod-task-run-qwyuesql/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 13, 208105260, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:17:13.300 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] Successfully reconciled taskrun duplicate-pod-task-run-qwyuesql/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 13, 300623552, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:17:13.608 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] Successfully reconciled taskrun duplicate-pod-task-run-wtzpmowd/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 13, 608351052, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:17:13.736 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] Successfully reconciled taskrun duplicate-pod-task-run-wtzpmowd/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 13, 736040010, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:17:14.213 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-jewvxflz] Successfully reconciled taskrun duplicate-pod-task-run-jewvxflz/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 14, 213710344, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:14.319 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-jewvxflz] Successfully reconciled taskrun duplicate-pod-task-run-jewvxflz/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 14, 310813011, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:14.414 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-jewvxflz] Successfully reconciled taskrun duplicate-pod-task-run-jewvxflz/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 14, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestStepTimeout + stream.go:305: I 21:17:14.629 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Successfully reconciled taskrun step-timeout-gjfudqcq/arendelle-sbs95 with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 14, 623267303, time.Local)}, Reason:"Failed", Message:"\"step-timeout\" exited because the step exceeded the specified timeout limit; for logs run: kubectl -n arendelle-sbs95 logs step-timeout-gjfudqcq-pod -c step-timeout\n"} + stream.go:305: I 21:17:14.804 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] taskrun done : step-timeout-gjfudqcq + stream.go:305: I 21:17:14.821 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sbs95/step-timeout-gjfudqcq] Reconcile succeeded + timeout_test.go:220: Deleting namespace arendelle-sbs95 +--- PASS: TestStepTimeout (37.09s) +=== CONT TestPropagatedParams/propagated_parameters_fully + propagated_params_test.go:89: Create namespace arendelle-9fvbt to deploy to + propagated_params_test.go:89: Verify SA "default" is created in namespace "arendelle-9fvbt" + propagated_params_test.go:94: Setting up test resources for "propagated parameters fully" test in namespace arendelle-9fvbt + propagated_params_test.go:107: Waiting for PipelineRun propagated-parameters-fully in namespace arendelle-9fvbt to complete +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:15.230 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Successfully reconciled taskrun duplicate-pod-task-run-zbthdpty/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 15, 230762886, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} + stream.go:305: I 21:17:15.501 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Successfully reconciled taskrun duplicate-pod-task-run-zbthdpty/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 15, 432792345, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0]\""} +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:16.120 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 16, 114967387, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:17:16.222 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 16, 221972470, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestStartTime + stream.go:305: I 21:17:16.838 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 16, 838572679, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:17.807 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 17, 806984721, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestTektonBundlesResolver + tektonbundles_test.go:217: Waiting for PipelineRun in namespace arendelle-t2248 to finish +=== NAME TestStartTime + stream.go:305: I 21:17:18.241 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 18, 241267929, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:17:18.424 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 18, 423973179, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestTektonBundlesResolver + stream.go:305: I 21:17:18.806 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah] Creating a new TaskRun object tekton-bundles-resolver-xpixvtah-hello-world for pipeline task hello-world + stream.go:305: I 21:17:18.832 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah] PipelineRun tekton-bundles-resolver-xpixvtah status is being set to &{Succeeded Unknown {2023-06-09 21:17:18.829303721 +0000 UTC m=+2868.389326060} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:17:18.921 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Successfully reconciled taskrun tekton-bundles-resolver-xpixvtah-hello-world/arendelle-t2248 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 18, 921290388, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:17:19.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah] Found a TaskRun tekton-bundles-resolver-xpixvtah-hello-world that was missing from the PipelineRun status + stream.go:305: I 21:17:19.232 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah] PipelineRun tekton-bundles-resolver-xpixvtah status is being set to &{Succeeded Unknown {2023-06-09 21:17:19.232829721 +0000 UTC m=+2868.792852935} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:17:19.306 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Successfully reconciled taskrun tekton-bundles-resolver-xpixvtah-hello-world/arendelle-t2248 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 19, 306123055, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:17:19.719 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Successfully reconciled taskrun tekton-bundles-resolver-xpixvtah-hello-world/arendelle-t2248 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 19, 719194263, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:17:19.818 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah] PipelineRun tekton-bundles-resolver-xpixvtah status is being set to &{Succeeded Unknown {2023-06-09 21:17:18 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:19.904 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Successfully reconciled taskrun duplicate-pod-task-run-zbthdpty/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 19, 904576888, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:20.021 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Successfully reconciled taskrun duplicate-pod-task-run-zbthdpty/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 19, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:20.603 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] Successfully reconciled taskrun duplicate-pod-task-run-wtzpmowd/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 20, 603421014, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:20.712 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] Successfully reconciled taskrun duplicate-pod-task-run-wtzpmowd/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 20, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestEntrypointRunningStepsInOrder + stream.go:305: I 21:17:20.907 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 20, 907303375, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:21.109 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 20, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:21.111 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 20, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:21.215 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 21, 215514750, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\""} + stream.go:305: I 21:17:21.393 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 21, 393327833, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\""} +=== NAME TestTaskRunFailure + stream.go:305: I 21:17:21.706 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 21, 706155458, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:21.828 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 21, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:22.110 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] Successfully reconciled taskrun duplicate-pod-task-run-syljcirn/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 22, 103962250, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:22.223 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] Successfully reconciled taskrun duplicate-pod-task-run-syljcirn/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 22, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestTaskRunStatus + stream.go:305: I 21:17:22.817 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Successfully reconciled taskrun task-run-status-iykicvqj/arendelle-sqkz8 with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 22, 817494250, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:22.904 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] taskrun done : task-run-status-iykicvqj + stream.go:305: I 21:17:22.913 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-sqkz8/task-run-status-iykicvqj] Reconcile succeeded +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:23.226 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] Successfully reconciled taskrun duplicate-pod-task-run-qwyuesql/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 23, 226057167, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestTaskRunStatus + taskrun_test.go:211: Deleting namespace arendelle-sqkz8 +--- PASS: TestTaskRunStatus (32.24s) +=== CONT TestPropagatedParams/propagated_parameters_with_default_task_level + propagated_params_test.go:89: Create namespace arendelle-kb6lv to deploy to + propagated_params_test.go:89: Verify SA "default" is created in namespace "arendelle-kb6lv" +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:23.399 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] Successfully reconciled taskrun duplicate-pod-task-run-qwyuesql/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 23, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPropagatedParams/propagated_parameters_with_default_task_level + propagated_params_test.go:94: Setting up test resources for "propagated parameters with default task level" test in namespace arendelle-kb6lv + propagated_params_test.go:107: Waiting for PipelineRun propagated-parameters-default-task-level in namespace arendelle-kb6lv to complete +=== NAME TestTektonBundlesResolver + stream.go:305: I 21:17:23.635 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Successfully reconciled taskrun tekton-bundles-resolver-xpixvtah-hello-world/arendelle-t2248 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 23, 635811751, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:17:23.815 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah] PipelineRun tekton-bundles-resolver-xpixvtah status is being set to &{Succeeded Unknown {2023-06-09 21:17:18 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:17:23.816 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Successfully reconciled taskrun tekton-bundles-resolver-xpixvtah-hello-world/arendelle-t2248 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 23, 815989584, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:24.827 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-nlbeuada-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 24, 827086376, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:25.010 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] taskrun done : pipeline-run-c-r-d-conversion-nlbeuada-hello-task + stream.go:305: I 21:17:25.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] All TaskRuns have finished for PipelineRun pipeline-run-c-r-d-conversion-nlbeuada so it has finished + stream.go:305: I 21:17:25.013 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] PipelineRun pipeline-run-c-r-d-conversion-nlbeuada status is being set to &{Succeeded True {2023-06-09 21:17:25.013493543 +0000 UTC m=+2874.573259771} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0} + stream.go:305: I 21:17:25.034 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada-hello-task] Reconcile succeeded + stream.go:305: I 21:17:25.122 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] Reconcile succeeded +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:25.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 25, 218477918, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:25.396 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 25, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestStartTime + stream.go:305: I 21:17:25.711 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 25, 711693210, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0 step-unnamed-1 step-unnamed-2 step-unnamed-3 step-unnamed-4]\""} + stream.go:305: I 21:17:25.906 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 25, 905903627, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-unnamed-0 step-unnamed-1 step-unnamed-2 step-unnamed-3 step-unnamed-4]\""} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:26.217 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy] Creating a new TaskRun object pipeline-run-c-r-d-conversion-cveimwgy-hello-task for pipeline task hello-task + stream.go:305: I 21:17:26.301 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy] PipelineRun pipeline-run-c-r-d-conversion-cveimwgy status is being set to &{Succeeded Unknown {2023-06-09 21:17:26.301318335 +0000 UTC m=+2875.861084855} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:17:26.499 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 26, 499090211, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:17:26.795 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 26, 795563044, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:17:26.811 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 26, 811337169, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:17:26.818 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy] PipelineRun pipeline-run-c-r-d-conversion-cveimwgy status is being set to &{Succeeded Unknown {2023-06-09 21:17:26 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestTektonBundlesResolver + stream.go:305: I 21:17:26.821 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Successfully reconciled taskrun tekton-bundles-resolver-xpixvtah-hello-world/arendelle-t2248 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 26, 821571836, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:27.618 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] Successfully reconciled taskrun duplicate-pod-task-run-wtzpmowd/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 27, 618316503, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:27.737 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] taskrun done : duplicate-pod-task-run-wtzpmowd + stream.go:305: I 21:17:27.812 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-wtzpmowd] Reconcile succeeded + stream.go:305: I 21:17:28.419 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Successfully reconciled taskrun duplicate-pod-task-run-zbthdpty/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 28, 418899753, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:28.522 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] taskrun done : duplicate-pod-task-run-zbthdpty + stream.go:305: I 21:17:28.536 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-zbthdpty] Reconcile succeeded +=== NAME TestTaskRunFailure + stream.go:305: I 21:17:29.236 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 21, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:29.403 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 21, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:29.621 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] Successfully reconciled taskrun duplicate-pod-task-run-syljcirn/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 29, 621736087, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:29.803 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] taskrun done : duplicate-pod-task-run-syljcirn + stream.go:305: I 21:17:29.814 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-syljcirn] Reconcile succeeded +=== NAME TestTektonBundlesResolver + stream.go:305: I 21:17:30.030 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Successfully reconciled taskrun tekton-bundles-resolver-xpixvtah-hello-world/arendelle-t2248 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 30327546, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:17:30.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah] PipelineRun tekton-bundles-resolver-xpixvtah status is being set to &{Succeeded Unknown {2023-06-09 21:17:18 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:17:30.133 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Successfully reconciled taskrun tekton-bundles-resolver-xpixvtah-hello-world/arendelle-t2248 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 133155129, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} +=== NAME TestStartTime + stream.go:305: I 21:17:30.504 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 504374296, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:30.635 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:30.698 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:30.901 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 901321754, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:17:31.038 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy] PipelineRun pipeline-run-c-r-d-conversion-cveimwgy status is being set to &{Succeeded Unknown {2023-06-09 21:17:26 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:17:31.129 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 31, 129061838, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestTaskRunFailure + stream.go:305: I 21:17:31.323 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Successfully reconciled taskrun task-run-failure-aqsznnmm/arendelle-pdkz5 with status: &apis.Condition{Type:"Succeeded", Status:"False", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 31, 323513463, time.Local)}, Reason:"Failed", Message:"\"step-unnamed-1\" exited with code 1 (image: \"docker-pullable://busybox@sha256:560af6915bfc8d7630e50e212e08242d37b63bd5c1ccf9bd4acccf116e262d5b\"); for logs run: kubectl -n arendelle-pdkz5 logs task-run-failure-aqsznnmm-pod -c step-unnamed-1\n"} + stream.go:305: I 21:17:31.498 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] taskrun done : task-run-failure-aqsznnmm + stream.go:305: I 21:17:31.518 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Reconcile succeeded +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:31.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Successfully reconciled taskrun task-run-c-r-d-conversion-jbjlqlru/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 31, 932145213, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:32.108 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] taskrun done : task-run-c-r-d-conversion-jbjlqlru + stream.go:305: I 21:17:32.115 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Reconcile succeeded +=== NAME TestTaskRunFailure + stream.go:305: I 21:17:32.219 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] taskrun done : task-run-failure-aqsznnmm + stream.go:305: I 21:17:32.231 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-pdkz5/task-run-failure-aqsznnmm] Reconcile succeeded + taskrun_test.go:135: Deleting namespace arendelle-pdkz5 +--- PASS: TestTaskRunFailure (30.24s) +=== CONT TestPropagatedParams/propagated_parameters_with_task_level + propagated_params_test.go:89: Create namespace arendelle-w4tjh to deploy to + propagated_params_test.go:89: Verify SA "default" is created in namespace "arendelle-w4tjh" + propagated_params_test.go:94: Setting up test resources for "propagated parameters with task level" test in namespace arendelle-w4tjh + propagated_params_test.go:107: Waiting for PipelineRun propagated-parameters-task-level in namespace arendelle-w4tjh to complete +=== NAME TestEntrypointRunningStepsInOrder + stream.go:305: I 21:17:32.950 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Successfully reconciled taskrun entrypoint-running-steps-in-order-lecdbnef/arendelle-vbtg6 with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 32, 950690505, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:32.997 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] taskrun done : entrypoint-running-steps-in-order-lecdbnef + stream.go:305: I 21:17:33.005 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-vbtg6/entrypoint-running-steps-in-order-lecdbnef] Reconcile succeeded +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:33.116 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Successfully reconciled taskrun task-run-c-r-d-conversion-ytilsdpz/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 33, 115931547, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:17:33.408 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Successfully reconciled taskrun task-run-c-r-d-conversion-ytilsdpz/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 33, 408178839, time.Local)}, Reason:"Pending", Message:"Pending"} + stream.go:305: I 21:17:33.410 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Successfully reconciled taskrun task-run-c-r-d-conversion-ytilsdpz/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 33, 409933006, time.Local)}, Reason:"Pending", Message:"Pending"} +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:17:33.803 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] Successfully reconciled taskrun duplicate-pod-task-run-qwyuesql/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 33, 803321797, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:33.833 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] taskrun done : duplicate-pod-task-run-qwyuesql + stream.go:305: I 21:17:33.899 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-qwyuesql] Reconcile succeeded +=== NAME TestEntrypointRunningStepsInOrder + entrypoint_test.go:71: Deleting namespace arendelle-vbtg6 +--- PASS: TestEntrypointRunningStepsInOrder (48.11s) +=== CONT TestPipelineRunStatusSpec/pipeline_status_spec_updated + pipelinerun_test.go:101: Create namespace arendelle-k29q8 to deploy to + pipelinerun_test.go:101: Verify SA "default" is created in namespace "arendelle-k29q8" + pipelinerun_test.go:106: Setting up test resources for "pipeline status spec updated" test in namespace arendelle-k29q8 + pipelinerun_test.go:116: Waiting for PipelineRun pipeline-task-update in namespace arendelle-k29q8 to complete +=== NAME TestTektonBundlesResolver + stream.go:305: I 21:17:35.497 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Successfully reconciled taskrun tekton-bundles-resolver-xpixvtah-hello-world/arendelle-t2248 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 35, 497187548, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:35.730 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah] PipelineRun tekton-bundles-resolver-xpixvtah status is being set to &{Succeeded Unknown {2023-06-09 21:17:18 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:17:35.732 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Successfully reconciled taskrun tekton-bundles-resolver-xpixvtah-hello-world/arendelle-t2248 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 35, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:37.611 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 37, 610934341, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:38.809 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Successfully reconciled taskrun task-run-c-r-d-conversion-ytilsdpz/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 38, 809308175, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} + stream.go:305: I 21:17:38.932 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Successfully reconciled taskrun task-run-c-r-d-conversion-ytilsdpz/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 38, 930783050, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\""} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:39.318 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 39, 318559217, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:17:39.508 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 39, 508869300, time.Local)}, Reason:"Pending", Message:"pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\""} + stream.go:305: I 21:17:39.523 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy] PipelineRun pipeline-run-c-r-d-conversion-cveimwgy status is being set to &{Succeeded Unknown {2023-06-09 21:17:26 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:40.413 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] taskrun done : task-run-c-r-d-conversion-jbjlqlru + stream.go:305: I 21:17:40.423 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-jbjlqlru] Reconcile succeeded +=== NAME TestTektonBundlesResolver + stream.go:305: I 21:17:40.762 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Successfully reconciled taskrun tekton-bundles-resolver-xpixvtah-hello-world/arendelle-t2248 with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 40, 761934509, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:40.820 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah] All TaskRuns have finished for PipelineRun tekton-bundles-resolver-xpixvtah so it has finished + stream.go:305: I 21:17:40.820 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah] PipelineRun tekton-bundles-resolver-xpixvtah status is being set to &{Succeeded True {2023-06-09 21:17:40.820294217 +0000 UTC m=+2890.380098987} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0} + stream.go:305: I 21:17:40.830 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] taskrun done : tekton-bundles-resolver-xpixvtah-hello-world + stream.go:305: I 21:17:40.837 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah-hello-world] Reconcile succeeded + stream.go:305: I 21:17:40.926 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-t2248/tekton-bundles-resolver-xpixvtah] Reconcile succeeded + tektonbundles_test.go:255: Deleting namespace arendelle-t2248 +--- PASS: TestTektonBundlesResolver (49.22s) +=== CONT TestPipelineRun/fan-in_and_fan-out + pipelinerun_test.go:307: Create namespace arendelle-5bv5q to deploy to + pipelinerun_test.go:307: Verify SA "default" is created in namespace "arendelle-5bv5q" + pipelinerun_test.go:312: Setting up test resources for "fan-in and fan-out" test in namespace arendelle-5bv5q + pipelinerun_test.go:322: Waiting for PipelineRun pipeline-run-fan-in-and-fan-out-mmyupbph in namespace arendelle-5bv5q to complete + stream.go:305: I 21:17:41.436 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph] Creating a new TaskRun object pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis for pipeline task create-file-kritis + stream.go:305: I 21:17:41.508 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph] PipelineRun pipeline-run-fan-in-and-fan-out-mmyupbph status is being set to &{Succeeded Unknown {2023-06-09 21:17:41.508189426 +0000 UTC m=+2891.067955904} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 4, Skipped: 0} + stream.go:305: E 21:17:41.601 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis] Reconcile: Could not find results with names: result-stuff for task pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis + stream.go:305: I 21:17:41.725 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph] PipelineRun pipeline-run-fan-in-and-fan-out-mmyupbph status is being set to &{Succeeded Unknown {2023-06-09 21:17:41 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 4, Skipped: 0} + stream.go:305: E 21:17:41.805 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis] Returned an error err=1 error occurred: + * Could not find results with names: result-stuff for task pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis + + stream.go:305: E 21:17:41.818 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis] Reconcile error err=1 error occurred: + * Could not find results with names: result-stuff for task pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis + + stream.go:305: I 21:17:41.818 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis] taskrun done : pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis + stream.go:305: I 21:17:41.831 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph] All TaskRuns have finished for PipelineRun pipeline-run-fan-in-and-fan-out-mmyupbph so it has finished + stream.go:305: I 21:17:41.831 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph] PipelineRun pipeline-run-fan-in-and-fan-out-mmyupbph status is being set to &{Succeeded False {2023-06-09 21:17:41.831553676 +0000 UTC m=+2891.391319862} Failed Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 3} + stream.go:305: I 21:17:41.832 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis] Reconcile succeeded + stream.go:305: I 21:17:41.833 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis] taskrun done : pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis + stream.go:305: I 21:17:41.904 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis] Reconcile succeeded + stream.go:305: I 21:17:41.938 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-5bv5q/pipeline-run-fan-in-and-fan-out-mmyupbph] Reconcile succeeded + pipelinerun_test.go:324: Error waiting for PipelineRun pipeline-run-fan-in-and-fan-out-mmyupbph to finish: "pipeline-run-fan-in-and-fan-out-mmyupbph" failed + panic.go:522: ############################################ + panic.go:522: ### Dumping objects from arendelle-5bv5q ### + panic.go:522: ############################################ + panic.go:522: + --- + apiVersion: tekton.dev/v1beta1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + name: pipeline-run-fan-in-and-fan-out-iijbrzrl + namespace: arendelle-5bv5q + resourceVersion: "1708553" + uid: 923cc59d-975d-48e2-9291-7cdcd0c14cf7 + spec: + tasks: + - name: create-file-kritis + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-prumqqyl + - name: create-fan-out-1 + params: + - name: check-stuff + value: $(tasks.create-file-kritis.results.result-stuff) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-lruthpwu + - name: create-fan-out-2 + params: + - name: check-other + value: $(tasks.create-file-kritis.results.result-other) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-cipedwoy + - name: check-fan-in + params: + - name: workspacepath-something + value: $(tasks.create-fan-out-1.results.result-something) + - name: workspacepath-else + value: $(tasks.create-fan-out-2.results.result-else) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-trglorvp + + --- + apiVersion: tekton.dev/v1beta1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + labels: + tekton.dev/pipeline: pipeline-run-fan-in-and-fan-out-iijbrzrl + name: pipeline-run-fan-in-and-fan-out-mmyupbph + namespace: arendelle-5bv5q + resourceVersion: "1708576" + uid: f64f7260-7288-41a4-8e95-3ed290d911ec + spec: + pipelineRef: + name: pipeline-run-fan-in-and-fan-out-iijbrzrl + serviceAccountName: default + timeout: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis + pipelineTaskName: create-file-kritis + completionTime: "2023-06-09T21:17:41Z" + conditions: + - lastTransitionTime: "2023-06-09T21:17:41Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 3' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: create-file-kritis + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-prumqqyl + - name: create-fan-out-1 + params: + - name: check-stuff + value: $(tasks.create-file-kritis.results.result-stuff) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-lruthpwu + - name: create-fan-out-2 + params: + - name: check-other + value: $(tasks.create-file-kritis.results.result-other) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-cipedwoy + - name: check-fan-in + params: + - name: workspacepath-something + value: $(tasks.create-fan-out-1.results.result-something) + - name: workspacepath-else + value: $(tasks.create-fan-out-2.results.result-else) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-trglorvp + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: create-fan-out-1 + reason: PipelineRun was stopping + - name: create-fan-out-2 + reason: PipelineRun was stopping + - name: check-fan-in + reason: PipelineRun was stopping + startTime: "2023-06-09T21:17:41Z" + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + name: pipeline-run-fan-in-and-fan-out-cipedwoy + namespace: arendelle-5bv5q + resourceVersion: "1708547" + uid: b97cfd74-f171-4bee-a0db-1b4f3d01e797 + spec: + params: + - name: check-other + type: string + results: + - name: result-else + type: string + steps: + - image: busybox + name: read-from-task-0 + resources: {} + script: echo $(params.check-other) + - image: busybox + name: write-data-task-1 + resources: {} + script: echo something | tee $(results.result-else.path) + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + name: pipeline-run-fan-in-and-fan-out-lruthpwu + namespace: arendelle-5bv5q + resourceVersion: "1708543" + uid: fbc132f1-92f1-4863-8048-c4d67d5a6882 + spec: + params: + - name: check-stuff + type: string + results: + - name: result-something + type: string + steps: + - image: busybox + name: read-from-task-0 + resources: {} + script: echo $(params.check-stuff) + - image: busybox + name: write-data-task-1 + resources: {} + script: echo | tee $(results.result-something.path) + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + name: pipeline-run-fan-in-and-fan-out-prumqqyl + namespace: arendelle-5bv5q + resourceVersion: "1708551" + uid: 50ced558-f093-48d4-a5a9-b8034a553f9d + spec: + results: + - name: result-stuff + type: string + - name: result-other + type: string + steps: + - image: busybox + name: write-data-task-0-step-0 + resources: {} + script: echo stuff | tee $(results.result-stuff.path) + - image: busybox + name: write-data-task-0-step-1 + resources: {} + script: echo other | tee $(results.result-other.path) + + --- + apiVersion: tekton.dev/v1beta1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + name: pipeline-run-fan-in-and-fan-out-trglorvp + namespace: arendelle-5bv5q + resourceVersion: "1708549" + uid: ed6c1754-d07c-49a2-ad0f-9553d3e8b787 + spec: + params: + - name: workspacepath-something + type: string + - name: workspacepath-else + type: string + steps: + - image: busybox + name: "" + resources: {} + script: echo params.workspacepath-something + + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-run-fan-in-and-fan-out-iijbrzrl + tekton.dev/pipelineRun: pipeline-run-fan-in-and-fan-out-mmyupbph + tekton.dev/pipelineTask: create-file-kritis + tekton.dev/task: pipeline-run-fan-in-and-fan-out-prumqqyl + name: pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis + namespace: arendelle-5bv5q + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-run-fan-in-and-fan-out-mmyupbph + uid: f64f7260-7288-41a4-8e95-3ed290d911ec + resourceVersion: "1708570" + uid: cf2a2a5d-f9c7-4d06-8aab-1ed52e367ff8 + spec: + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-prumqqyl + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:17:41Z" + conditions: + - lastTransitionTime: "2023-06-09T21:17:41Z" + message: 'Could not find results with names: result-stuff for task pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:17:41Z" + taskSpec: + results: + - name: result-stuff + type: string + - name: result-other + type: string + steps: + - image: busybox + name: write-data-task-0-step-0 + resources: {} + script: echo stuff | tee /tekton/results/result-stuff + - image: busybox + name: write-data-task-0-step-1 + resources: {} + script: echo other | tee /tekton/results/result-other + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + name: pipeline-run-fan-in-and-fan-out-cipedwoy + namespace: arendelle-5bv5q + resourceVersion: "1708547" + uid: b97cfd74-f171-4bee-a0db-1b4f3d01e797 + spec: + params: + - name: check-other + type: string + results: + - name: result-else + type: string + steps: + - computeResources: {} + image: busybox + name: read-from-task-0 + script: echo $(params.check-other) + - computeResources: {} + image: busybox + name: write-data-task-1 + script: echo something | tee $(results.result-else.path) + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + name: pipeline-run-fan-in-and-fan-out-lruthpwu + namespace: arendelle-5bv5q + resourceVersion: "1708543" + uid: fbc132f1-92f1-4863-8048-c4d67d5a6882 + spec: + params: + - name: check-stuff + type: string + results: + - name: result-something + type: string + steps: + - computeResources: {} + image: busybox + name: read-from-task-0 + script: echo $(params.check-stuff) + - computeResources: {} + image: busybox + name: write-data-task-1 + script: echo | tee $(results.result-something.path) + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + name: pipeline-run-fan-in-and-fan-out-prumqqyl + namespace: arendelle-5bv5q + resourceVersion: "1708551" + uid: 50ced558-f093-48d4-a5a9-b8034a553f9d + spec: + results: + - name: result-stuff + type: string + - name: result-other + type: string + steps: + - computeResources: {} + image: busybox + name: write-data-task-0-step-0 + script: echo stuff | tee $(results.result-stuff.path) + - computeResources: {} + image: busybox + name: write-data-task-0-step-1 + script: echo other | tee $(results.result-other.path) + + --- + apiVersion: tekton.dev/v1 + kind: Task + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + name: pipeline-run-fan-in-and-fan-out-trglorvp + namespace: arendelle-5bv5q + resourceVersion: "1708549" + uid: ed6c1754-d07c-49a2-ad0f-9553d3e8b787 + spec: + params: + - name: workspacepath-something + type: string + - name: workspacepath-else + type: string + steps: + - computeResources: {} + image: busybox + name: "" + script: echo params.workspacepath-something + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-run-fan-in-and-fan-out-iijbrzrl + tekton.dev/pipelineRun: pipeline-run-fan-in-and-fan-out-mmyupbph + tekton.dev/pipelineTask: create-file-kritis + tekton.dev/task: pipeline-run-fan-in-and-fan-out-prumqqyl + name: pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis + namespace: arendelle-5bv5q + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: PipelineRun + name: pipeline-run-fan-in-and-fan-out-mmyupbph + uid: f64f7260-7288-41a4-8e95-3ed290d911ec + resourceVersion: "1708570" + uid: cf2a2a5d-f9c7-4d06-8aab-1ed52e367ff8 + spec: + serviceAccountName: default + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-prumqqyl + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:17:41Z" + conditions: + - lastTransitionTime: "2023-06-09T21:17:41Z" + message: 'Could not find results with names: result-stuff for task pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:17:41Z" + taskSpec: + results: + - name: result-stuff + type: string + - name: result-other + type: string + steps: + - computeResources: {} + image: busybox + name: write-data-task-0-step-0 + script: echo stuff | tee /tekton/results/result-stuff + - computeResources: {} + image: busybox + name: write-data-task-0-step-1 + script: echo other | tee /tekton/results/result-other + + --- + apiVersion: tekton.dev/v1 + kind: Pipeline + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + name: pipeline-run-fan-in-and-fan-out-iijbrzrl + namespace: arendelle-5bv5q + resourceVersion: "1708553" + uid: 923cc59d-975d-48e2-9291-7cdcd0c14cf7 + spec: + tasks: + - name: create-file-kritis + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-prumqqyl + - name: create-fan-out-1 + params: + - name: check-stuff + value: $(tasks.create-file-kritis.results.result-stuff) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-lruthpwu + - name: create-fan-out-2 + params: + - name: check-other + value: $(tasks.create-file-kritis.results.result-other) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-cipedwoy + - name: check-fan-in + params: + - name: workspacepath-something + value: $(tasks.create-fan-out-1.results.result-something) + - name: workspacepath-else + value: $(tasks.create-fan-out-2.results.result-else) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-trglorvp + + --- + apiVersion: tekton.dev/v1 + kind: PipelineRun + metadata: + creationTimestamp: "2023-06-09T21:17:41Z" + generation: 1 + labels: + tekton.dev/pipeline: pipeline-run-fan-in-and-fan-out-iijbrzrl + name: pipeline-run-fan-in-and-fan-out-mmyupbph + namespace: arendelle-5bv5q + resourceVersion: "1708576" + uid: f64f7260-7288-41a4-8e95-3ed290d911ec + spec: + pipelineRef: + name: pipeline-run-fan-in-and-fan-out-iijbrzrl + taskRunTemplate: + serviceAccountName: default + timeouts: + pipeline: 1h0m0s + status: + childReferences: + - apiVersion: tekton.dev/v1beta1 + kind: TaskRun + name: pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis + pipelineTaskName: create-file-kritis + completionTime: "2023-06-09T21:17:41Z" + conditions: + - lastTransitionTime: "2023-06-09T21:17:41Z" + message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 3' + reason: Failed + status: "False" + type: Succeeded + pipelineSpec: + tasks: + - name: create-file-kritis + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-prumqqyl + - name: create-fan-out-1 + params: + - name: check-stuff + value: $(tasks.create-file-kritis.results.result-stuff) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-lruthpwu + - name: create-fan-out-2 + params: + - name: check-other + value: $(tasks.create-file-kritis.results.result-other) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-cipedwoy + - name: check-fan-in + params: + - name: workspacepath-something + value: $(tasks.create-fan-out-1.results.result-something) + - name: workspacepath-else + value: $(tasks.create-fan-out-2.results.result-else) + taskRef: + kind: Task + name: pipeline-run-fan-in-and-fan-out-trglorvp + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + skippedTasks: + - name: create-fan-out-1 + reason: PipelineRun was stopping + - name: create-fan-out-2 + reason: PipelineRun was stopping + - name: check-fan-in + reason: PipelineRun was stopping + startTime: "2023-06-09T21:17:41Z" + + --- + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:17:41Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/memberOf: tasks + tekton.dev/pipeline: pipeline-run-fan-in-and-fan-out-iijbrzrl + tekton.dev/pipelineRun: pipeline-run-fan-in-and-fan-out-mmyupbph + tekton.dev/pipelineTask: create-file-kritis + tekton.dev/task: pipeline-run-fan-in-and-fan-out-prumqqyl + tekton.dev/taskRun: pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis + name: pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis-pod + namespace: arendelle-5bv5q + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis + uid: cf2a2a5d-f9c7-4d06-8aab-1ed52e367ff8 + resourceVersion: "1708561" + uid: 89d791c9-f303-407b-aa6e-9ffe457b028c + spec: + activeDeadlineSeconds: 5400 + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -results + - result-stuff,result-other + - -entrypoint + - /tekton/scripts/script-0-2mpxm + - -- + command: + - /tekton/bin/entrypoint + image: busybox + imagePullPolicy: Always + name: step-write-data-task-0-step-0 + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/run/1 + name: tekton-internal-run-1 + readOnly: true + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-nmbgt + readOnly: true + - args: + - -wait_file + - /tekton/run/0/out + - -post_file + - /tekton/run/1/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/1/status + - -results + - result-stuff,result-other + - -entrypoint + - /tekton/scripts/script-1-tzfwf + - -- + command: + - /tekton/bin/entrypoint + image: busybox + imagePullPolicy: Always + name: step-write-data-task-0-step-1 + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-1 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + readOnly: true + - mountPath: /tekton/run/1 + name: tekton-internal-run-1 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-nmbgt + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-write-data-task-0-step-0 + - step-write-data-task-0-step-1 + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-nmbgt + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-2mpxm" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQplY2hvIHN0dWZmIHwgdGVlIC90ZWt0b24vcmVzdWx0cy9yZXN1bHQtc3R1ZmY= + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + scriptfile="/tekton/scripts/script-1-tzfwf" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL3NoCnNldCAtZQplY2hvIG90aGVyIHwgdGVlIC90ZWt0b24vcmVzdWx0cy9yZXN1bHQtb3RoZXI= + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-nmbgt + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - emptyDir: + medium: Memory + name: tekton-creds-init-home-1 + - emptyDir: {} + name: tekton-internal-run-1 + - name: kube-api-access-nmbgt + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:17:41Z" + status: "True" + type: PodScheduled + phase: Pending + qosClass: BestEffort + + panic.go:522: ##################################################### + panic.go:522: ### Dumping logs from Pods in the arendelle-5bv5q ### + panic.go:522: ##################################################### + build_logs.go:35: Could not get logs for pod pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis-pod: container "step-write-data-task-0-step-0" in pod "pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + build_logs.go:35: Could not get logs for pod pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis-pod: container "step-write-data-task-0-step-0" in pod "pipeline-run-fan-in-and-fan-out-mmyupbph-create-file-kritis-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + panic.go:522: Not deleting namespace arendelle-5bv5q +=== CONT TestPipelineRun/pipelinerun_succeeds_with_LimitRange_minimum_in_namespace + pipelinerun_test.go:307: Create namespace arendelle-mj68b to deploy to + pipelinerun_test.go:307: Verify SA "default" is created in namespace "arendelle-mj68b" + pipelinerun_test.go:312: Setting up test resources for "pipelinerun succeeds with LimitRange minimum in namespace" test in namespace arendelle-mj68b + pipelinerun_test.go:313: build-crd-testing project got removed, the secret-sauce doesn't exist anymore, skipping + panic.go:522: Deleting namespace arendelle-mj68b +=== CONT TestPipelineRun/service_account_propagation_and_pipeline_param + pipelinerun_test.go:307: Create namespace arendelle-9m9mg to deploy to +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:42.708 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 42, 708047593, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRun/service_account_propagation_and_pipeline_param + pipelinerun_test.go:307: Verify SA "default" is created in namespace "arendelle-9m9mg" + pipelinerun_test.go:312: Setting up test resources for "service account propagation and pipeline param" test in namespace arendelle-9m9mg + pipelinerun_test.go:313: build-crd-testing project got removed, the secret-sauce doesn't exist anymore, skipping + panic.go:522: Deleting namespace arendelle-9m9mg +--- FAIL: TestPipelineRun (0.00s) + --- FAIL: TestPipelineRun/fan-in_and_fan-out (1.51s) + --- SKIP: TestPipelineRun/pipelinerun_succeeds_with_LimitRange_minimum_in_namespace (0.08s) + --- SKIP: TestPipelineRun/service_account_propagation_and_pipeline_param (0.02s) +=== CONT TestSidecarTaskSupport/A_sidecar_that_runs_forever_is_terminated_when_Steps_complete + sidecar_test.go:70: Create namespace arendelle-qjcfq to deploy to + sidecar_test.go:70: Verify SA "default" is created in namespace "arendelle-qjcfq" + sidecar_test.go:101: Creating Task "sidecar-task-support-a-sidecar-that-runs--emhbaglk" + sidecar_test.go:106: Creating TaskRun "sidecar-task-support-a-sidecar-that-runs--hjxfneli" +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:42.914 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 42, 913387385, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:42.919 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy] PipelineRun pipeline-run-c-r-d-conversion-cveimwgy status is being set to &{Succeeded Unknown {2023-06-09 21:17:26 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0} + stream.go:305: I 21:17:43.128 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 42, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:44.004 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-nlbeuada] Reconcile succeeded +=== NAME TestStartTime + stream.go:305: I 21:17:44.423 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:44.600 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:45.755 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Successfully reconciled taskrun task-run-c-r-d-conversion-ytilsdpz/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 45, 755297886, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\""} + stream.go:305: I 21:17:45.896 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Successfully reconciled taskrun task-run-c-r-d-conversion-ytilsdpz/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 45, 895952678, time.Local)}, Reason:"Pending", Message:"pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\""} + stream.go:305: I 21:17:46.210 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Successfully reconciled taskrun task-run-c-r-d-conversion-ytilsdpz/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 46, 209918553, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:46.311 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Successfully reconciled taskrun task-run-c-r-d-conversion-ytilsdpz/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 46, 311460803, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:46.439 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Successfully reconciled taskrun task-run-c-r-d-conversion-ytilsdpz/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 46, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestStartTime + stream.go:305: I 21:17:47.611 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:47.710 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunCRDConversion + stream.go:305: I 21:17:50.758 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Successfully reconciled taskrun pipeline-run-c-r-d-conversion-cveimwgy-hello-task/arendelle-92467 with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 50, 758090597, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:50.807 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy] All TaskRuns have finished for PipelineRun pipeline-run-c-r-d-conversion-cveimwgy so it has finished + stream.go:305: I 21:17:50.809 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy] PipelineRun pipeline-run-c-r-d-conversion-cveimwgy status is being set to &{Succeeded True {2023-06-09 21:17:50.80789375 +0000 UTC m=+2900.367615825} Succeeded Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0} + stream.go:305: I 21:17:50.811 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] taskrun done : pipeline-run-c-r-d-conversion-cveimwgy-hello-task + stream.go:305: I 21:17:50.819 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy-hello-task] Reconcile succeeded + stream.go:305: I 21:17:50.899 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler] [arendelle-92467/pipeline-run-c-r-d-conversion-cveimwgy] Reconcile succeeded +=== NAME TestStartTime + stream.go:305: I 21:17:51.158 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} + stream.go:305: I 21:17:51.195 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"Unknown", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 30, 0, time.Local)}, Reason:"Running", Message:"Not all Steps in the Task have finished executing"} +=== NAME TestPipelineRunCRDConversion + conversion_test.go:1154: Deleting namespace arendelle-92467 +--- PASS: TestPipelineRunCRDConversion (66.90s) +=== CONT TestSidecarTaskSupport/A_sidecar_that_terminates_early_does_not_cause_problems_running_Steps + sidecar_test.go:70: Create namespace arendelle-85r6l to deploy to + sidecar_test.go:70: Verify SA "default" is created in namespace "arendelle-85r6l" + sidecar_test.go:101: Creating Task "sidecar-task-support-a-sidecar-that-termi-hrvoftsm" + sidecar_test.go:106: Creating TaskRun "sidecar-task-support-a-sidecar-that-termi-lsjawpov" +=== NAME TestGitResolver_API + resolvers_test.go:480: Waiting for gitea user setup TaskRun in namespace arendelle-8n6p4 to succeed +=== NAME TestTaskRunCRDConversion + stream.go:305: I 21:17:53.152 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Successfully reconciled taskrun task-run-c-r-d-conversion-ytilsdpz/arendelle-ns28c with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 53, 150948126, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:53.218 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] taskrun done : task-run-c-r-d-conversion-ytilsdpz + stream.go:305: I 21:17:53.225 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-ns28c/task-run-c-r-d-conversion-ytilsdpz] Reconcile succeeded +=== NAME TestPropagatedParams/propagated_parameters_with_task_level + propagated_params_test.go:127: Checking Taskrun propagated-parameters-task-level-echo-hello + propagated_params_test.go:146: Successfully finished test "propagated parameters with task level" + propagated_params_test.go:147: Deleting namespace arendelle-w4tjh +=== NAME TestPipelineRunStatusSpec/pipeline_status_spec_updated + pipelinerun_test.go:120: Making sure the expected TaskRuns [task1] were created +=== NAME TestTaskRunCRDConversion + conversion_test.go:1006: Deleting namespace arendelle-ns28c +--- PASS: TestTaskRunCRDConversion (53.68s) +=== NAME TestGitResolver_API + resolvers_test.go:480: Error waiting for gitea user setup TaskRun to finish: "git-resolver-setup-gitea-user-nqgydgzr" failed + panic.go:522: ############################################ + panic.go:522: ### Dumping objects from arendelle-8n6p4 ### + panic.go:522: ############################################ + panic.go:522: + --- + apiVersion: tekton.dev/v1beta1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:17:53Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + name: git-resolver-setup-gitea-user-nqgydgzr + namespace: arendelle-8n6p4 + resourceVersion: "1708818" + uid: 3e230d13-2d03-4f71-aa97-8740a2e951b3 + spec: + serviceAccountName: default + taskSpec: + results: + - name: token + type: string + steps: + - image: alpine/curl + name: "" + resources: {} + script: | + #!/bin/ash + curl -X POST "http://gitea_admin:giteaPassword1234@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/admin/users" -H "accept: application/json" -H "Content-Type: application/json" -d '{"admin":true,"email":"tekton-bot@example.com","full_name":"tekton-bot","login_name":"tekton-bot","must_change_password":false,"password":"ab_d1234HIJKL","send_notify":false,"source_id":0,"username":"tekton-bot"}' + curl -X PATCH "http://gitea_admin:giteaPassword1234@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/admin/users/tekton-bot" -H "accept: application/json" -H "Content-Type: application/json" -d '{"admin":true,"email":"tekton-bot@example.com","full_name":"tekton-bot","login_name":"tekton-bot","must_change_password":false,"password":"ab_d1234HIJKL","send_notify":false,"source_id":0,"username":"tekton-bot"}' + TOKEN=$(curl -X POST "http://tekton-bot:ab_d1234HIJKL@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/users/tekton-bot/tokens" -H "accept: application/json" -H "Content-Type: application/json" -d "{\"name\":\"bot_token_name\"}" | sed 's/.*"sha1":"\([^"]*\)".*/\1/') + # Make sure we don't add a trailing newline to the result! + echo -n "$TOKEN" > $(results.token.path) + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:17:53Z" + conditions: + - lastTransitionTime: "2023-06-09T21:17:53Z" + message: 'Could not find results with names: token for task git-resolver-setup-gitea-user-nqgydgzr' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: git-resolver-setup-gitea-user-nqgydgzr-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:17:53Z" + taskSpec: + results: + - name: token + type: string + steps: + - image: alpine/curl + name: "" + resources: {} + script: | + #!/bin/ash + curl -X POST "http://gitea_admin:giteaPassword1234@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/admin/users" -H "accept: application/json" -H "Content-Type: application/json" -d '{"admin":true,"email":"tekton-bot@example.com","full_name":"tekton-bot","login_name":"tekton-bot","must_change_password":false,"password":"ab_d1234HIJKL","send_notify":false,"source_id":0,"username":"tekton-bot"}' + curl -X PATCH "http://gitea_admin:giteaPassword1234@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/admin/users/tekton-bot" -H "accept: application/json" -H "Content-Type: application/json" -d '{"admin":true,"email":"tekton-bot@example.com","full_name":"tekton-bot","login_name":"tekton-bot","must_change_password":false,"password":"ab_d1234HIJKL","send_notify":false,"source_id":0,"username":"tekton-bot"}' + TOKEN=$(curl -X POST "http://tekton-bot:ab_d1234HIJKL@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/users/tekton-bot/tokens" -H "accept: application/json" -H "Content-Type: application/json" -d "{\"name\":\"bot_token_name\"}" | sed 's/.*"sha1":"\([^"]*\)".*/\1/') + # Make sure we don't add a trailing newline to the result! + echo -n "$TOKEN" > /tekton/results/token + + --- + apiVersion: tekton.dev/v1 + kind: TaskRun + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:17:53Z" + generation: 1 + labels: + app.kubernetes.io/managed-by: tekton-pipelines + name: git-resolver-setup-gitea-user-nqgydgzr + namespace: arendelle-8n6p4 + resourceVersion: "1708818" + uid: 3e230d13-2d03-4f71-aa97-8740a2e951b3 + spec: + serviceAccountName: default + taskSpec: + results: + - name: token + type: string + steps: + - computeResources: {} + image: alpine/curl + name: "" + script: | + #!/bin/ash + curl -X POST "http://gitea_admin:giteaPassword1234@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/admin/users" -H "accept: application/json" -H "Content-Type: application/json" -d '{"admin":true,"email":"tekton-bot@example.com","full_name":"tekton-bot","login_name":"tekton-bot","must_change_password":false,"password":"ab_d1234HIJKL","send_notify":false,"source_id":0,"username":"tekton-bot"}' + curl -X PATCH "http://gitea_admin:giteaPassword1234@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/admin/users/tekton-bot" -H "accept: application/json" -H "Content-Type: application/json" -d '{"admin":true,"email":"tekton-bot@example.com","full_name":"tekton-bot","login_name":"tekton-bot","must_change_password":false,"password":"ab_d1234HIJKL","send_notify":false,"source_id":0,"username":"tekton-bot"}' + TOKEN=$(curl -X POST "http://tekton-bot:ab_d1234HIJKL@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/users/tekton-bot/tokens" -H "accept: application/json" -H "Content-Type: application/json" -d "{\"name\":\"bot_token_name\"}" | sed 's/.*"sha1":"\([^"]*\)".*/\1/') + # Make sure we don't add a trailing newline to the result! + echo -n "$TOKEN" > $(results.token.path) + timeout: 1h0m0s + status: + completionTime: "2023-06-09T21:17:53Z" + conditions: + - lastTransitionTime: "2023-06-09T21:17:53Z" + message: 'Could not find results with names: token for task git-resolver-setup-gitea-user-nqgydgzr' + reason: TaskRunValidationFailed + status: "False" + type: Succeeded + podName: git-resolver-setup-gitea-user-nqgydgzr-pod + provenance: + featureFlags: + AwaitSidecarReadiness: true + DisableAffinityAssistant: false + DisableCredsInit: false + EnableAPIFields: stable + EnableProvenanceInStatus: true + EnableTektonOCIBundles: false + EnforceNonfalsifiability: "" + MaxResultSize: 4096 + RequireGitSSHSecretKnownHosts: false + ResultExtractionMethod: termination-message + RunningInEnvWithInjectedSidecars: true + ScopeWhenExpressionsToTask: false + SendCloudEventsForRuns: false + SetSecurityContext: false + VerificationNoMatchPolicy: ignore + startTime: "2023-06-09T21:17:53Z" + taskSpec: + results: + - name: token + type: string + steps: + - computeResources: {} + image: alpine/curl + name: "" + script: | + #!/bin/ash + curl -X POST "http://gitea_admin:giteaPassword1234@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/admin/users" -H "accept: application/json" -H "Content-Type: application/json" -d '{"admin":true,"email":"tekton-bot@example.com","full_name":"tekton-bot","login_name":"tekton-bot","must_change_password":false,"password":"ab_d1234HIJKL","send_notify":false,"source_id":0,"username":"tekton-bot"}' + curl -X PATCH "http://gitea_admin:giteaPassword1234@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/admin/users/tekton-bot" -H "accept: application/json" -H "Content-Type: application/json" -d '{"admin":true,"email":"tekton-bot@example.com","full_name":"tekton-bot","login_name":"tekton-bot","must_change_password":false,"password":"ab_d1234HIJKL","send_notify":false,"source_id":0,"username":"tekton-bot"}' + TOKEN=$(curl -X POST "http://tekton-bot:ab_d1234HIJKL@gitea-http.arendelle-8n6p4.svc.cluster.local:3000/api/v1/users/tekton-bot/tokens" -H "accept: application/json" -H "Content-Type: application/json" -d "{\"name\":\"bot_token_name\"}" | sed 's/.*"sha1":"\([^"]*\)".*/\1/') + # Make sure we don't add a trailing newline to the result! + echo -n "$TOKEN" > /tekton/results/token + + --- + metadata: + annotations: + pipeline.tekton.dev/release: 128c2bf-dirty + creationTimestamp: "2023-06-09T21:17:53Z" + labels: + app.kubernetes.io/managed-by: tekton-pipelines + tekton.dev/taskRun: git-resolver-setup-gitea-user-nqgydgzr + name: git-resolver-setup-gitea-user-nqgydgzr-pod + namespace: arendelle-8n6p4 + ownerReferences: + - apiVersion: tekton.dev/v1beta1 + blockOwnerDeletion: true + controller: true + kind: TaskRun + name: git-resolver-setup-gitea-user-nqgydgzr + uid: 3e230d13-2d03-4f71-aa97-8740a2e951b3 + resourceVersion: "1708813" + uid: b0093b93-db81-4094-b171-ca0d5bbecbb5 + spec: + activeDeadlineSeconds: 5400 + containers: + - args: + - -wait_file + - /tekton/downward/ready + - -wait_file_content + - -post_file + - /tekton/run/0/out + - -termination_path + - /tekton/termination + - -step_metadata_dir + - /tekton/run/0/status + - -results + - token + - -entrypoint + - /tekton/scripts/script-0-f4ghp + - -- + command: + - /tekton/bin/entrypoint + image: alpine/curl + imagePullPolicy: Always + name: step-unnamed-0 + resources: {} + terminationMessagePath: /tekton/termination + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + readOnly: true + - mountPath: /tekton/downward + name: tekton-internal-downward + readOnly: true + - mountPath: /tekton/creds + name: tekton-creds-init-home-0 + - mountPath: /tekton/run/0 + name: tekton-internal-run-0 + - mountPath: /tekton/bin + name: tekton-internal-bin + readOnly: true + - mountPath: /workspace + name: tekton-internal-workspace + - mountPath: /tekton/home + name: tekton-internal-home + - mountPath: /tekton/results + name: tekton-internal-results + - mountPath: /tekton/steps + name: tekton-internal-steps + readOnly: true + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-nkwcg + readOnly: true + dnsPolicy: ClusterFirst + enableServiceLinks: true + initContainers: + - command: + - /ko-app/entrypoint + - init + - /ko-app/entrypoint + - /tekton/bin/entrypoint + - step-unnamed-0 + image: docker.io/emunley2/entrypoint-bff0a22da108bc2f16c818c97641a296@sha256:ff233d0899c7f181fc35ad560ff18ef0d08e698d10150687a0537b8db229c896 + imagePullPolicy: IfNotPresent + name: prepare + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /tekton/steps + name: tekton-internal-steps + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-nkwcg + readOnly: true + workingDir: / + - args: + - -c + - | + scriptfile="/tekton/scripts/script-0-f4ghp" + touch ${scriptfile} && chmod +x ${scriptfile} + cat > ${scriptfile} << '_EOF_' + IyEvYmluL2FzaApjdXJsIC1YIFBPU1QgImh0dHA6Ly9naXRlYV9hZG1pbjpnaXRlYVBhc3N3b3JkMTIzNEBnaXRlYS1odHRwLmFyZW5kZWxsZS04bjZwNC5zdmMuY2x1c3Rlci5sb2NhbDozMDAwL2FwaS92MS9hZG1pbi91c2VycyIgLUggImFjY2VwdDogYXBwbGljYXRpb24vanNvbiIgLUggIkNvbnRlbnQtVHlwZTogYXBwbGljYXRpb24vanNvbiIgLWQgJ3siYWRtaW4iOnRydWUsImVtYWlsIjoidGVrdG9uLWJvdEBleGFtcGxlLmNvbSIsImZ1bGxfbmFtZSI6InRla3Rvbi1ib3QiLCJsb2dpbl9uYW1lIjoidGVrdG9uLWJvdCIsIm11c3RfY2hhbmdlX3Bhc3N3b3JkIjpmYWxzZSwicGFzc3dvcmQiOiJhYl9kMTIzNEhJSktMIiwic2VuZF9ub3RpZnkiOmZhbHNlLCJzb3VyY2VfaWQiOjAsInVzZXJuYW1lIjoidGVrdG9uLWJvdCJ9JwpjdXJsIC1YIFBBVENIICJodHRwOi8vZ2l0ZWFfYWRtaW46Z2l0ZWFQYXNzd29yZDEyMzRAZ2l0ZWEtaHR0cC5hcmVuZGVsbGUtOG42cDQuc3ZjLmNsdXN0ZXIubG9jYWw6MzAwMC9hcGkvdjEvYWRtaW4vdXNlcnMvdGVrdG9uLWJvdCIgLUggImFjY2VwdDogYXBwbGljYXRpb24vanNvbiIgLUggIkNvbnRlbnQtVHlwZTogYXBwbGljYXRpb24vanNvbiIgLWQgJ3siYWRtaW4iOnRydWUsImVtYWlsIjoidGVrdG9uLWJvdEBleGFtcGxlLmNvbSIsImZ1bGxfbmFtZSI6InRla3Rvbi1ib3QiLCJsb2dpbl9uYW1lIjoidGVrdG9uLWJvdCIsIm11c3RfY2hhbmdlX3Bhc3N3b3JkIjpmYWxzZSwicGFzc3dvcmQiOiJhYl9kMTIzNEhJSktMIiwic2VuZF9ub3RpZnkiOmZhbHNlLCJzb3VyY2VfaWQiOjAsInVzZXJuYW1lIjoidGVrdG9uLWJvdCJ9JwpUT0tFTj0kKGN1cmwgLVggUE9TVCAiaHR0cDovL3Rla3Rvbi1ib3Q6YWJfZDEyMzRISUpLTEBnaXRlYS1odHRwLmFyZW5kZWxsZS04bjZwNC5zdmMuY2x1c3Rlci5sb2NhbDozMDAwL2FwaS92MS91c2Vycy90ZWt0b24tYm90L3Rva2VucyIgLUggImFjY2VwdDogYXBwbGljYXRpb24vanNvbiIgLUggIkNvbnRlbnQtVHlwZTogYXBwbGljYXRpb24vanNvbiIgLWQgIntcIm5hbWVcIjpcImJvdF90b2tlbl9uYW1lXCJ9IiB8IHNlZCAncy8uKiJzaGExIjoiXChbXiJdKlwpIi4qL1wxLycpCiAjIE1ha2Ugc3VyZSB3ZSBkb24ndCBhZGQgYSB0cmFpbGluZyBuZXdsaW5lIHRvIHRoZSByZXN1bHQhCiBlY2hvIC1uICIkVE9LRU4iID4gL3Rla3Rvbi9yZXN1bHRzL3Rva2VuCg== + _EOF_ + /tekton/bin/entrypoint decode-script "${scriptfile}" + command: + - sh + image: cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791 + imagePullPolicy: IfNotPresent + name: place-scripts + resources: {} + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /tekton/scripts + name: tekton-internal-scripts + - mountPath: /tekton/bin + name: tekton-internal-bin + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount + name: kube-api-access-nkwcg + readOnly: true + nodeName: minikube + preemptionPolicy: PreemptLowerPriority + priority: 0 + restartPolicy: Never + schedulerName: default-scheduler + securityContext: {} + serviceAccount: default + serviceAccountName: default + terminationGracePeriodSeconds: 30 + tolerations: + - effect: NoExecute + key: node.kubernetes.io/not-ready + operator: Exists + tolerationSeconds: 300 + - effect: NoExecute + key: node.kubernetes.io/unreachable + operator: Exists + tolerationSeconds: 300 + volumes: + - emptyDir: {} + name: tekton-internal-workspace + - emptyDir: {} + name: tekton-internal-home + - emptyDir: {} + name: tekton-internal-results + - emptyDir: {} + name: tekton-internal-steps + - emptyDir: {} + name: tekton-internal-scripts + - emptyDir: {} + name: tekton-internal-bin + - downwardAPI: + defaultMode: 420 + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.annotations['tekton.dev/ready'] + path: ready + name: tekton-internal-downward + - emptyDir: + medium: Memory + name: tekton-creds-init-home-0 + - emptyDir: {} + name: tekton-internal-run-0 + - name: kube-api-access-nkwcg + projected: + defaultMode: 420 + sources: + - serviceAccountToken: + expirationSeconds: 3607 + path: token + - configMap: + items: + - key: ca.crt + path: ca.crt + name: kube-root-ca.crt + - downwardAPI: + items: + - fieldRef: + apiVersion: v1 + fieldPath: metadata.namespace + path: namespace + status: + conditions: + - lastProbeTime: null + lastTransitionTime: "2023-06-09T21:17:53Z" + status: "True" + type: PodScheduled + phase: Pending + qosClass: BestEffort + + panic.go:522: ##################################################### + panic.go:522: ### Dumping logs from Pods in the arendelle-8n6p4 ### + panic.go:522: ##################################################### + build_logs.go:35: Could not get logs for pod git-resolver-setup-gitea-user-nqgydgzr-pod: container "step-unnamed-0" in pod "git-resolver-setup-gitea-user-nqgydgzr-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + build_logs.go:35: Could not get logs for pod git-resolver-setup-gitea-user-nqgydgzr-pod: container "step-unnamed-0" in pod "git-resolver-setup-gitea-user-nqgydgzr-pod" is waiting to start: PodInitializing + build_logs.go:37: build logs + panic.go:522: Not deleting namespace arendelle-8n6p4 +--- FAIL: TestGitResolver_API (119.82s) +=== NAME TestStartTime + stream.go:305: I 21:17:55.957 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Successfully reconciled taskrun start-time-iqsbhjzc/arendelle-kfrcd with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 17, 55, 956888335, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:17:55.992 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] taskrun done : start-time-iqsbhjzc + stream.go:305: I 21:17:56.002 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-kfrcd/start-time-iqsbhjzc] Reconcile succeeded + start_time_test.go:98: Deleting namespace arendelle-kfrcd +--- PASS: TestStartTime (54.14s) +=== NAME TestPropagatedParams/propagated_parameters_fully + propagated_params_test.go:127: Checking Taskrun propagated-parameters-fully-echo-hello + propagated_params_test.go:127: Checking Taskrun propagated-parameters-fully-echo-hello-finally + propagated_params_test.go:146: Successfully finished test "propagated parameters fully" + propagated_params_test.go:147: Deleting namespace arendelle-9fvbt +=== NAME TestPipelineRunStatusSpec/pipeline_status_spec_updated + pipelinerun_test.go:160: Checking if parameter replacements have been updated in the spec. + pipelinerun_test.go:169: Successfully finished test "pipeline status spec updated" + pipelinerun_test.go:170: Deleting namespace arendelle-k29q8 +--- PASS: TestPipelineRunStatusSpec (0.00s) + --- PASS: TestPipelineRunStatusSpec/pipeline_status_spec_updated (25.19s) +=== NAME TestSidecarTaskSupport/A_sidecar_that_terminates_early_does_not_cause_problems_running_Steps + sidecar_test.go:180: Deleting namespace arendelle-85r6l +=== NAME TestSidecarTaskSupport/A_sidecar_that_runs_forever_is_terminated_when_Steps_complete + sidecar_test.go:180: Deleting namespace arendelle-qjcfq +--- PASS: TestSidecarTaskSupport (0.00s) + --- PASS: TestSidecarTaskSupport/A_sidecar_that_terminates_early_does_not_cause_problems_running_Steps (11.09s) + --- PASS: TestSidecarTaskSupport/A_sidecar_that_runs_forever_is_terminated_when_Steps_complete (20.20s) +=== NAME TestDuplicatePodTaskRun + stream.go:305: I 21:18:28.380 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-jewvxflz] Successfully reconciled taskrun duplicate-pod-task-run-jewvxflz/arendelle-gvxnp with status: &apis.Condition{Type:"Succeeded", Status:"True", Severity:"", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2023, time.June, 9, 21, 18, 28, 380319545, time.Local)}, Reason:"Succeeded", Message:"All Steps have completed executing"} + stream.go:305: I 21:18:28.404 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-jewvxflz] taskrun done : duplicate-pod-task-run-jewvxflz + stream.go:305: I 21:18:28.409 tekton-pipelines-controller-7b4c769ccc-4h7sk [github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler] [arendelle-gvxnp/duplicate-pod-task-run-jewvxflz] Reconcile succeeded + duplicate_test.go:91: Deleting namespace arendelle-gvxnp +--- PASS: TestDuplicatePodTaskRun (100.32s) +=== NAME TestPropagatedParams/propagated_parameters_with_default_task_level + propagated_params_test.go:127: Checking Taskrun propagated-parameters-default-task-level-echo-hello + propagated_params_test.go:146: Successfully finished test "propagated parameters with default task level" + propagated_params_test.go:147: Deleting namespace arendelle-kb6lv +--- PASS: TestPropagatedParams (0.09s) + --- PASS: TestPropagatedParams/propagated_parameters_with_task_level (21.08s) + --- PASS: TestPropagatedParams/propagated_parameters_fully (42.19s) + --- PASS: TestPropagatedParams/propagated_parameters_with_default_task_level (100.19s) +FAIL +Using kubeconfig at `` with cluster `` +FAIL github.com/tektoncd/pipeline/test 586.830s +FAIL diff --git a/pkg/reconciler/taskrun/taskrun_test.go b/pkg/reconciler/taskrun/taskrun_test.go index 9f47f46ad14..dfafaa9d1bb 100644 --- a/pkg/reconciler/taskrun/taskrun_test.go +++ b/pkg/reconciler/taskrun/taskrun_test.go @@ -1638,6 +1638,11 @@ status: - name: aResult type: string value: aResultValue + - name: objectResult + type: object + value: + url: abc + commit: xyz `) failedOnReconcileFailureTaskRun = parse.MustParseV1beta1TaskRun(t, ` metadata: @@ -1652,17 +1657,23 @@ status: - reason: ToBeRetried status: Unknown type: Succeeded - message: "Provided results don't match declared results; may be invalid JSON or missing result declaration: \"aResult\": task result is expected to be \"array\" type but was initialized to a different type \"string\"" + message: "Provided results don't match declared results: \"aResult\": task result is expected to be \"array\" type but was initialized to a different type \"string\"" sideCars: retriesStatus: - conditions: - reason: TaskRunValidationFailed status: "False" type: "Succeeded" - message: "Provided results don't match declared results; may be invalid JSON or missing result declaration: \"aResult\": task result is expected to be \"array\" type but was initialized to a different type \"string\"" + message: "Provided results don't match declared results: \"aResult\": task result is expected to be \"array\" type but was initialized to a different type \"string\"" startTime: "2021-12-31T23:59:59Z" completionTime: "2022-01-01T00:00:00Z" podName: "test-taskrun-results-type-mismatched-pod" + taskResults: + - name: objectResult + type: object + value: + url: abc + commit: xyz provenance: featureFlags: RunningInEnvWithInjectedSidecars: true @@ -1673,6 +1684,12 @@ status: EnableProvenanceInStatus: true ResultExtractionMethod: "termination-message" MaxResultSize: 4096 + taskResults: + - name: objectResult + type: object + value: + url: abc + commit: xyz provenance: featureFlags: RunningInEnvWithInjectedSidecars: true @@ -1684,7 +1701,7 @@ status: ResultExtractionMethod: "termination-message" MaxResultSize: 4096 `) - reconciliatonError = fmt.Errorf("1 error occurred:\n\t* Provided results don't match declared results; may be invalid JSON or missing result declaration: \"aResult\": task result is expected to be \"array\" type but was initialized to a different type \"string\"") + reconciliatonError = fmt.Errorf("1 error occurred:\n\t* Provided results don't match declared results: \"aResult\": task result is expected to be \"array\" type but was initialized to a different type \"string\"") toBeRetriedTaskRun = parse.MustParseV1beta1TaskRun(t, ` metadata: name: test-taskrun-to-be-retried @@ -1841,6 +1858,8 @@ status: ignoreTaskRunStatusFields, } if d := cmp.Diff(reconciledTaskRun, tc.wantTr, ignoreFields...); d != "" { + fmt.Println("wantStatus", tc.wantTr.Status.TaskRunResults) + fmt.Println("gotStatus", reconciledTaskRun.Status.TaskRunResults) t.Errorf("Didn't get expected TaskRun: %v", diff.PrintWantGot(d)) } @@ -4660,6 +4679,11 @@ status: - name: aResult type: array value: aResultValue + - name: objectResult + type: object + value: + url: abc + commit: xyz `) taskRunResultsObjectValid := parse.MustParseV1beta1TaskRun(t, ` @@ -4671,6 +4695,9 @@ spec: name: test-results-task status: taskResults: + - name: aResult + type: array + value: aResultValue - name: objectResult type: object value: @@ -4678,12 +4705,8 @@ status: commit: xyz `) - taskruns := []*v1beta1.TaskRun{ - taskRunResultsTypeMatched, taskRunResultsObjectValid, - } - d := test.Data{ - TaskRuns: taskruns, + TaskRuns: []*v1beta1.TaskRun{}, Tasks: []*v1beta1.Task{resultsTask}, ConfigMaps: []*corev1.ConfigMap{{ ObjectMeta: metav1.ObjectMeta{Namespace: system.Namespace(), Name: config.GetFeatureFlagsConfigName()}, @@ -4703,6 +4726,7 @@ status: taskRun: taskRunResultsObjectValid, }} { t.Run(tc.name, func(t *testing.T) { + d.TaskRuns = append(d.TaskRuns, tc.taskRun) testAssets, cancel := getTaskRunController(t, d) defer cancel() createServiceAccount(t, testAssets, tc.taskRun.Spec.ServiceAccountName, tc.taskRun.Namespace) @@ -4788,7 +4812,7 @@ status: name: "taskrun results type mismatched", taskRun: taskRunResultsTypeMismatched, wantFailedReason: podconvert.ReasonFailedValidation, - expectedError: fmt.Errorf("1 error occurred:\n\t* Provided results don't match declared results; may be invalid JSON or missing result declaration: \"aResult\": task result is expected to be \"array\" type but was initialized to a different type \"string\", \"objectResult\": task result is expected to be \"object\" type but was initialized to a different type \"string\""), + expectedError: fmt.Errorf("1 error occurred:\n\t* Provided results don't match declared results: \"aResult\": task result is expected to be \"array\" type but was initialized to a different type \"string\", \"objectResult\": task result is expected to be \"object\" type but was initialized to a different type \"string\""), expectedResults: nil, }, { name: "taskrun results object miss key", diff --git a/pkg/reconciler/taskrun/validate_taskrun.go b/pkg/reconciler/taskrun/validate_taskrun.go index 6bde1224874..41486279d37 100644 --- a/pkg/reconciler/taskrun/validate_taskrun.go +++ b/pkg/reconciler/taskrun/validate_taskrun.go @@ -233,61 +233,98 @@ func validateSidecarOverrides(ts *v1beta1.TaskSpec, trs *v1beta1.TaskRunSpec) er return err } -// validateResults checks the emitted results type and object properties against the ones defined in spec. +// validateTaskRunResults checks that the results defined in spec are actually emitted and validates +// that the results type and object properties produced match what is defined in TaskSpec func validateTaskRunResults(tr *v1beta1.TaskRun, resolvedTaskSpec *v1beta1.TaskSpec) error { - specResults := []v1beta1.TaskResult{} + var definedResults []v1beta1.TaskResult + var validResults []v1beta1.TaskRunResult + var err error + if tr.Spec.TaskSpec != nil { - specResults = append(specResults, tr.Spec.TaskSpec.Results...) + definedResults = append(definedResults, tr.Spec.TaskSpec.Results...) } if resolvedTaskSpec != nil { - specResults = append(specResults, resolvedTaskSpec.Results...) + definedResults = append(definedResults, resolvedTaskSpec.Results...) } - // When get the results, check if the type of result is the expected one - if missmatchedTypes := mismatchedTypesResults(tr, specResults); len(missmatchedTypes) != 0 { - var s []string - for k, v := range missmatchedTypes { - s = append(s, fmt.Sprintf(" \"%v\": %v", k, v)) - } - sort.Strings(s) - return fmt.Errorf("Provided results don't match declared results; may be invalid JSON or missing result declaration: %v", strings.Join(s, ",")) + // Map Emitted Results + mappedResults := make(map[string]v1beta1.TaskRunResult) + for _, rawResult := range tr.Status.TaskRunResults { + mappedResults[rawResult.Name] = rawResult } - // When get the results, for object value need to check if they have missing keys. - if missingKeysObjectNames := missingKeysofObjectResults(tr, specResults); len(missingKeysObjectNames) != 0 { - return fmt.Errorf("missing keys for these results which are required in TaskResult's properties %v", missingKeysObjectNames) + if len(definedResults) > 0 { + // Check that all of the results defined in the Spec were actually produced + if validResults, err = checkMissingResults(mappedResults, definedResults, tr.Name); err != nil { + tr.Status.TaskRunResults = validResults + return err + } + + // Check that the types match what was defined in the Spec + if validResults, err = checkMismatchedTypes(mappedResults, definedResults); err != nil { + tr.Status.TaskRunResults = validResults + return err + } + + // For Object Results check all of the keys defined in the Spec were produced + if missingKeysObjectNames := missingKeysofObjectResults(mappedResults, definedResults); len(missingKeysObjectNames) != 0 { + return fmt.Errorf("missing keys for these results which are required in TaskResult's properties %v", missingKeysObjectNames) + } } return nil } -// mismatchedTypesResults checks and returns all the mismatched types of emitted results against specified results. -func mismatchedTypesResults(tr *v1beta1.TaskRun, specResults []v1beta1.TaskResult) map[string]string { - neededTypes := make(map[string]string) +func checkMissingResults(mappedResults map[string]v1beta1.TaskRunResult, definedResults []v1beta1.TaskResult, taskRunName string) (correctResults []v1beta1.TaskRunResult, err error) { + var missingResultNames []string + + for _, wantResult := range definedResults { + if result, ok := mappedResults[wantResult.Name]; !ok { + missingResultNames = append(missingResultNames, wantResult.Name) + } else { + correctResults = append(correctResults, result) + } + } + + // There were missing results + if len(missingResultNames) > 0 { + sort.Strings(missingResultNames) + err = fmt.Errorf("Could not find results with names: %v for task %s", strings.Join(missingResultNames, ","), taskRunName) + return correctResults, err + } + + return correctResults, nil +} + +func checkMismatchedTypes(mappedResults map[string]v1beta1.TaskRunResult, definedResults []v1beta1.TaskResult) (correctResults []v1beta1.TaskRunResult, err error) { mismatchedTypes := make(map[string]string) - var filteredResults []v1beta1.TaskRunResult - // collect needed types for results - for _, r := range specResults { - neededTypes[r.Name] = string(r.Type) + for _, wantResult := range definedResults { + if result, ok := mappedResults[wantResult.Name]; ok { + if string(result.Type) != string(wantResult.Type) { + // If the result type is incorrect, add error to mapping of mismatchedTypes + mismatchedTypes[string(wantResult.Name)] = fmt.Sprintf("task result is expected to be \"%v\" type but was initialized to a different type \"%v\"", wantResult.Type, result.Type) + } else { + correctResults = append(correctResults, result) + } + } } - // collect mismatched types for results, and correct results in filteredResults - // TODO(#6097): Validate if the emitted results are defined in taskspec - for _, trr := range tr.Status.TaskRunResults { - needed, ok := neededTypes[trr.Name] - if ok && needed != string(trr.Type) { - mismatchedTypes[trr.Name] = fmt.Sprintf("task result is expected to be \"%v\" type but was initialized to a different type \"%v\"", needed, trr.Type) - } else { - filteredResults = append(filteredResults, trr) + // There were missing types + if len(mismatchedTypes) > 0 { + var errs []string + for k, v := range mismatchedTypes { + errs = append(errs, fmt.Sprintf(" \"%v\": %v", k, v)) } + sort.Strings(errs) + err = fmt.Errorf("Provided results don't match declared results: %v", strings.Join(errs, ",")) + return correctResults, err } - // remove the mismatched results - tr.Status.TaskRunResults = filteredResults - return mismatchedTypes + + return correctResults, nil } // missingKeysofObjectResults checks and returns the missing keys of object results. -func missingKeysofObjectResults(tr *v1beta1.TaskRun, specResults []v1beta1.TaskResult) map[string][]string { +func missingKeysofObjectResults(mappedResults map[string]v1beta1.TaskRunResult, specResults []v1beta1.TaskResult) map[string][]string { neededKeys := make(map[string][]string) providedKeys := make(map[string][]string) // collect needed keys for object results @@ -300,7 +337,7 @@ func missingKeysofObjectResults(tr *v1beta1.TaskRun, specResults []v1beta1.TaskR } // collect provided keys for object results - for _, trr := range tr.Status.TaskRunResults { + for _, trr := range mappedResults { if trr.Value.Type == v1beta1.ParamTypeObject { for key := range trr.Value.ObjectVal { providedKeys[trr.Name] = append(providedKeys[trr.Name], key)