Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Executing a Pipeline with a single Task results in multiple TaskRuns #3126

Closed
Fabian-K opened this issue Aug 24, 2020 · 31 comments · Fixed by #3558
Closed

Executing a Pipeline with a single Task results in multiple TaskRuns #3126

Fabian-K opened this issue Aug 24, 2020 · 31 comments · Fixed by #3558
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now.

Comments

@Fabian-K
Copy link
Contributor

Hi,

I have a simple pipeline that consists only of a single task. When creating a PipelineRun for it, I expect that one TaskRun is created. Sometimes however, I observe two TaskRuns being created for the same PipelineRun. Here is an example: PipelineRun uiveri5-lunchmenu-1598256551145 resulted in two TaskRuns uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh and uiveri5-lunchmenu-1598256551145-uiveri5-vllbc.

Is my expectation right that only one TaskRun should be created? Any ideas what could lead to this situation?

Thank you!

tekton-pipelines-controller logs

{"level":"info","logger":"tekton.event-broadcaster","caller":"record/event.go:281","msg":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"site\", Name:\"uiveri5-lunchmenu-1598256551145\", UID:\"9d70ede0-b3c3-4bf0-9928-505cd905d655\", APIVersion:\"tekton.dev/v1beta1\", ResourceVersion:\"28479590\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"6d12d1e"}
{"level":"info","logger":"tekton","caller":"timeout/handler.go:277","msg":"About to start timeout timer for PipelineRun/0xc001ffcb40. started at 2020-08-24 08:09:11.370358788 +0000 UTC m=+7101.475560498, timeout is 1h0m0s, running for 106.715µs","commit":"6d12d1e"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"pipelinerun/pipelinerun.go:686","msg":"Creating a new TaskRun object uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh","commit":"6d12d1e","knative.dev/traceid":"eba2b022-8d22-474c-8b21-ebb15b3ccf75","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"pipelinerun/pipelinerun.go:475","msg":"PipelineRun uiveri5-lunchmenu-1598256551145 status is being set to &{Succeeded Unknown  {2020-08-24 08:09:11.482441283 +0000 UTC m=+7101.587642959} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"6d12d1e","knative.dev/traceid":"eba2b022-8d22-474c-8b21-ebb15b3ccf75","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.event-broadcaster","caller":"record/event.go:281","msg":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"site\", Name:\"uiveri5-lunchmenu-1598256551145\", UID:\"9d70ede0-b3c3-4bf0-9928-505cd905d655\", APIVersion:\"tekton.dev/v1beta1\", ResourceVersion:\"28479590\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"6d12d1e"}
{"level":"info","logger":"tekton.event-broadcaster","caller":"record/event.go:281","msg":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"site\", Name:\"uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh\", UID:\"39c36de3-fb9b-4128-bc76-56956d640711\", APIVersion:\"tekton.dev/v1beta1\", ResourceVersion:\"28479591\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"6d12d1e"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"f6fabc35-1410-452c-87f6-10e8bf45c62f","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"warn","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"artifacts/artifacts_storage.go:139","msg":"the configmap key \"location\" is empty","commit":"6d12d1e","knative.dev/traceid":"f6fabc35-1410-452c-87f6-10e8bf45c62f","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton","caller":"timeout/handler.go:277","msg":"About to start timeout timer for TaskRun/0xc0024fc280. started at 2020-08-24 08:09:11.483483998 +0000 UTC m=+7101.588685700, timeout is 1h0m0s, running for 111.00709ms","commit":"6d12d1e"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0xbfc8fb49e396383c, ext:7101702249044, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Pending\", Message:\"Pending\"}","commit":"6d12d1e","knative.dev/traceid":"f6fabc35-1410-452c-87f6-10e8bf45c62f","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.event-broadcaster","caller":"record/event.go:281","msg":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"site\", Name:\"uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh\", UID:\"39c36de3-fb9b-4128-bc76-56956d640711\", APIVersion:\"tekton.dev/v1beta1\", ResourceVersion:\"28479591\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"6d12d1e"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 419.623362ms","commit":"6d12d1e","knative.dev/traceid":"eba2b022-8d22-474c-8b21-ebb15b3ccf75","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.event-broadcaster","caller":"record/event.go:281","msg":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"site\", Name:\"uiveri5-lunchmenu-1598256551145\", UID:\"9d70ede0-b3c3-4bf0-9928-505cd905d655\", APIVersion:\"tekton.dev/v1beta1\", ResourceVersion:\"28479594\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"6d12d1e"}
{"level":"info","logger":"tekton","caller":"timeout/handler.go:277","msg":"About to start timeout timer for PipelineRun/0xc001b9e900. started at 2020-08-24 08:09:11.790093798 +0000 UTC m=+7101.895295483, timeout is 1h0m0s, running for 3.226751ms","commit":"6d12d1e"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"pipelinerun/pipelinerun.go:686","msg":"Creating a new TaskRun object uiveri5-lunchmenu-1598256551145-uiveri5-vllbc","commit":"6d12d1e","knative.dev/traceid":"8e09a60f-efdf-4574-9f71-333c0b7f263e","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 472.182934ms","commit":"6d12d1e","knative.dev/traceid":"f6fabc35-1410-452c-87f6-10e8bf45c62f","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.event-broadcaster","caller":"record/event.go:281","msg":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"site\", Name:\"uiveri5-lunchmenu-1598256551145-uiveri5-vllbc\", UID:\"b0d01c48-af18-45bf-a2d7-ca3372b76e12\", APIVersion:\"tekton.dev/v1beta1\", ResourceVersion:\"28479602\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"6d12d1e"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"pipelinerun/pipelinerun.go:475","msg":"PipelineRun uiveri5-lunchmenu-1598256551145 status is being set to &{Succeeded Unknown  {2020-08-24 08:09:11.959656331 +0000 UTC m=+7102.064858010} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"6d12d1e","knative.dev/traceid":"8e09a60f-efdf-4574-9f71-333c0b7f263e","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.event-broadcaster","caller":"record/event.go:281","msg":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"site\", Name:\"uiveri5-lunchmenu-1598256551145\", UID:\"9d70ede0-b3c3-4bf0-9928-505cd905d655\", APIVersion:\"tekton.dev/v1beta1\", ResourceVersion:\"28479594\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"6d12d1e"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"9b31da45-cdf3-4025-b0c6-7947cda24751","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"9bc017be-61eb-47be-b0b2-5ae23c49792a","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0xbfc8fb49fa531c6e, ext:7102083726974, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [working-dir-initializer place-tools]\\\"\"}","commit":"6d12d1e","knative.dev/traceid":"9b31da45-cdf3-4025-b0c6-7947cda24751","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.event-broadcaster","caller":"record/event.go:281","msg":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"site\", Name:\"uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh\", UID:\"39c36de3-fb9b-4128-bc76-56956d640711\", APIVersion:\"tekton.dev/v1beta1\", ResourceVersion:\"28479601\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [working-dir-initializer place-tools]\"","commit":"6d12d1e"}
{"level":"warn","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"artifacts/artifacts_storage.go:139","msg":"the configmap key \"location\" is empty","commit":"6d12d1e","knative.dev/traceid":"9bc017be-61eb-47be-b0b2-5ae23c49792a","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 145.827255ms","commit":"6d12d1e","knative.dev/traceid":"9b31da45-cdf3-4025-b0c6-7947cda24751","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"e2dbe703-242a-45a9-9e7a-d8c70532421c","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0xbfc8fb4a076f6ff3, ext:7102229945344, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [working-dir-initializer place-tools]\\\"\"}","commit":"6d12d1e","knative.dev/traceid":"e2dbe703-242a-45a9-9e7a-d8c70532421c","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 23.19643ms","commit":"6d12d1e","knative.dev/traceid":"e2dbe703-242a-45a9-9e7a-d8c70532421c","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton","caller":"timeout/handler.go:277","msg":"About to start timeout timer for TaskRun/0xc00386c780. started at 2020-08-24 08:09:11.959093614 +0000 UTC m=+7102.064295304, timeout is 1h0m0s, running for 184.991567ms","commit":"6d12d1e"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-vllbc/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0xbfc8fb4a08ac26c6, ext:7102250701511, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Pending\", Message:\"Pending\"}","commit":"6d12d1e","knative.dev/traceid":"9bc017be-61eb-47be-b0b2-5ae23c49792a","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.event-broadcaster","caller":"record/event.go:281","msg":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"site\", Name:\"uiveri5-lunchmenu-1598256551145-uiveri5-vllbc\", UID:\"b0d01c48-af18-45bf-a2d7-ca3372b76e12\", APIVersion:\"tekton.dev/v1beta1\", ResourceVersion:\"28479602\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"6d12d1e"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 372.105315ms","commit":"6d12d1e","knative.dev/traceid":"8e09a60f-efdf-4574-9f71-333c0b7f263e","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"pipelinerun/pipelinerun.go:475","msg":"PipelineRun uiveri5-lunchmenu-1598256551145 status is being set to &{Succeeded Unknown  {2020-08-24 08:09:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"6d12d1e","knative.dev/traceid":"2f3abe22-7ddf-4ff0-bac5-0ccbacdbc165","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 18.099055ms","commit":"6d12d1e","knative.dev/traceid":"2f3abe22-7ddf-4ff0-bac5-0ccbacdbc165","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"pipelinerun/pipelinerun.go:475","msg":"PipelineRun uiveri5-lunchmenu-1598256551145 status is being set to &{Succeeded Unknown  {2020-08-24 08:09:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"6d12d1e","knative.dev/traceid":"74af8e68-3064-4267-8fc8-d15ef6037c53","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 55.81474ms","commit":"6d12d1e","knative.dev/traceid":"74af8e68-3064-4267-8fc8-d15ef6037c53","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 448.180396ms","commit":"6d12d1e","knative.dev/traceid":"9bc017be-61eb-47be-b0b2-5ae23c49792a","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"616ac362-2672-46f6-bffc-91d5fcfc7dc8","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"pipelinerun/pipelinerun.go:475","msg":"PipelineRun uiveri5-lunchmenu-1598256551145 status is being set to &{Succeeded Unknown  {2020-08-24 08:09:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"6d12d1e","knative.dev/traceid":"02c5858e-1c8a-48b0-8c18-6562ff627471","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-vllbc/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0xbfc8fb4a1998ec7b, ext:7102534654087, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [working-dir-initializer place-tools]\\\"\"}","commit":"6d12d1e","knative.dev/traceid":"616ac362-2672-46f6-bffc-91d5fcfc7dc8","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.event-broadcaster","caller":"record/event.go:281","msg":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"site\", Name:\"uiveri5-lunchmenu-1598256551145-uiveri5-vllbc\", UID:\"b0d01c48-af18-45bf-a2d7-ca3372b76e12\", APIVersion:\"tekton.dev/v1beta1\", ResourceVersion:\"28479610\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [working-dir-initializer place-tools]\"","commit":"6d12d1e"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 83.988831ms","commit":"6d12d1e","knative.dev/traceid":"02c5858e-1c8a-48b0-8c18-6562ff627471","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"pipelinerun/pipelinerun.go:475","msg":"PipelineRun uiveri5-lunchmenu-1598256551145 status is being set to &{Succeeded Unknown  {2020-08-24 08:09:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"6d12d1e","knative.dev/traceid":"d313af46-1f16-4848-b2ca-21cf00e7c0ec","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 14.292536ms","commit":"6d12d1e","knative.dev/traceid":"d313af46-1f16-4848-b2ca-21cf00e7c0ec","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 97.114422ms","commit":"6d12d1e","knative.dev/traceid":"616ac362-2672-46f6-bffc-91d5fcfc7dc8","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"pipelinerun/pipelinerun.go:475","msg":"PipelineRun uiveri5-lunchmenu-1598256551145 status is being set to &{Succeeded Unknown  {2020-08-24 08:09:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"6d12d1e","knative.dev/traceid":"e8534463-59c1-47f6-b045-4e6775f5b740","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"de0634d6-ddee-4f0f-9011-5e52b427cd1f","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-vllbc/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0xbfc8fb4a29a34b68, ext:7102803769205, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [working-dir-initializer place-tools]\\\"\"}","commit":"6d12d1e","knative.dev/traceid":"de0634d6-ddee-4f0f-9011-5e52b427cd1f","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 188.005259ms","commit":"6d12d1e","knative.dev/traceid":"de0634d6-ddee-4f0f-9011-5e52b427cd1f","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 327.580992ms","commit":"6d12d1e","knative.dev/traceid":"e8534463-59c1-47f6-b045-4e6775f5b740","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"pipelinerun/pipelinerun.go:475","msg":"PipelineRun uiveri5-lunchmenu-1598256551145 status is being set to &{Succeeded Unknown  {2020-08-24 08:09:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"6d12d1e","knative.dev/traceid":"50133f3a-7230-4dea-89fa-d550c9c776b9","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 52.387014ms","commit":"6d12d1e","knative.dev/traceid":"50133f3a-7230-4dea-89fa-d550c9c776b9","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"c8b21709-caf4-407e-8f13-c1463f732b8e","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0xbfc8fb4a452739a3, ext:7103191658418, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [working-dir-initializer place-tools]\\\"\"}","commit":"6d12d1e","knative.dev/traceid":"c8b21709-caf4-407e-8f13-c1463f732b8e","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 24.151068ms","commit":"6d12d1e","knative.dev/traceid":"c8b21709-caf4-407e-8f13-c1463f732b8e","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"0347b371-e59d-497b-b6d7-90efe7bdeae1","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-vllbc/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0xbfc8fb4a601aba5e, ext:7103643824237, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [working-dir-initializer place-tools]\\\"\"}","commit":"6d12d1e","knative.dev/traceid":"0347b371-e59d-497b-b6d7-90efe7bdeae1","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 27.375089ms","commit":"6d12d1e","knative.dev/traceid":"0347b371-e59d-497b-b6d7-90efe7bdeae1","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"a4349823-8372-4893-815e-93559861aaba","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-vllbc/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0xbfc8fb4aa2995ffb, ext:7104685678600, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-tools]\\\"\"}","commit":"6d12d1e","knative.dev/traceid":"a4349823-8372-4893-815e-93559861aaba","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.event-broadcaster","caller":"record/event.go:281","msg":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"site\", Name:\"uiveri5-lunchmenu-1598256551145-uiveri5-vllbc\", UID:\"b0d01c48-af18-45bf-a2d7-ca3372b76e12\", APIVersion:\"tekton.dev/v1beta1\", ResourceVersion:\"28479613\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-tools]\"","commit":"6d12d1e"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"3b4afa99-0f48-44e2-9770-c606f965dc96","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0xbfc8fb4aa3735231, ext:7104699961917, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-tools]\\\"\"}","commit":"6d12d1e","knative.dev/traceid":"3b4afa99-0f48-44e2-9770-c606f965dc96","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.event-broadcaster","caller":"record/event.go:281","msg":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"site\", Name:\"uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh\", UID:\"39c36de3-fb9b-4128-bc76-56956d640711\", APIVersion:\"tekton.dev/v1beta1\", ResourceVersion:\"28479603\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-tools]\"","commit":"6d12d1e"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 97.556794ms","commit":"6d12d1e","knative.dev/traceid":"3b4afa99-0f48-44e2-9770-c606f965dc96","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 125.652934ms","commit":"6d12d1e","knative.dev/traceid":"a4349823-8372-4893-815e-93559861aaba","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"28dee744-a7fd-4a41-8cc7-3cc0129b3e51","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"pipelinerun/pipelinerun.go:475","msg":"PipelineRun uiveri5-lunchmenu-1598256551145 status is being set to &{Succeeded Unknown  {2020-08-24 08:09:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"6d12d1e","knative.dev/traceid":"81b78711-0504-4dd7-829c-6d66abddde73","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"728ea771-e3b3-4422-8738-2cc34499bf37","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0xbfc8fb4aa976acf3, ext:7104800845055, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-tools]\\\"\"}","commit":"6d12d1e","knative.dev/traceid":"28dee744-a7fd-4a41-8cc7-3cc0129b3e51","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 25.313452ms","commit":"6d12d1e","knative.dev/traceid":"28dee744-a7fd-4a41-8cc7-3cc0129b3e51","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-vllbc/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0xbfc8fb4aa9af6b6e, ext:7104804563835, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Pending\", Message:\"pod status \\\"Initialized\\\":\\\"False\\\"; message: \\\"containers with incomplete status: [place-tools]\\\"\"}","commit":"6d12d1e","knative.dev/traceid":"728ea771-e3b3-4422-8738-2cc34499bf37","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 23.030917ms","commit":"6d12d1e","knative.dev/traceid":"728ea771-e3b3-4422-8738-2cc34499bf37","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 111.598368ms","commit":"6d12d1e","knative.dev/traceid":"81b78711-0504-4dd7-829c-6d66abddde73","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"pipelinerun/pipelinerun.go:475","msg":"PipelineRun uiveri5-lunchmenu-1598256551145 status is being set to &{Succeeded Unknown  {2020-08-24 08:09:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"6d12d1e","knative.dev/traceid":"7ba4018f-5a70-4237-9421-d2a0c587b175","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 16.438572ms","commit":"6d12d1e","knative.dev/traceid":"7ba4018f-5a70-4237-9421-d2a0c587b175","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"6bf350f4-ae00-4758-9c76-b3cba1918b6a","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-vllbc/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0xbfc8fb4ae86a842d, ext:7105783270981, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-git-source-workspace-spgfc step-uiveri5]\\\"\"}","commit":"6d12d1e","knative.dev/traceid":"6bf350f4-ae00-4758-9c76-b3cba1918b6a","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.event-broadcaster","caller":"record/event.go:281","msg":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"site\", Name:\"uiveri5-lunchmenu-1598256551145-uiveri5-vllbc\", UID:\"b0d01c48-af18-45bf-a2d7-ca3372b76e12\", APIVersion:\"tekton.dev/v1beta1\", ResourceVersion:\"28479637\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-git-source-workspace-spgfc step-uiveri5]\"","commit":"6d12d1e"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"7d5b288d-ac72-4d25-8b45-f04f1921f30d","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0xbfc8fb4aecfa67e9, ext:7105859809783, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-git-source-workspace-2lfxv step-uiveri5]\\\"\"}","commit":"6d12d1e","knative.dev/traceid":"7d5b288d-ac72-4d25-8b45-f04f1921f30d","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.event-broadcaster","caller":"record/event.go:281","msg":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"site\", Name:\"uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh\", UID:\"39c36de3-fb9b-4128-bc76-56956d640711\", APIVersion:\"tekton.dev/v1beta1\", ResourceVersion:\"28479636\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-git-source-workspace-2lfxv step-uiveri5]\"","commit":"6d12d1e"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 133.680265ms","commit":"6d12d1e","knative.dev/traceid":"6bf350f4-ae00-4758-9c76-b3cba1918b6a","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"860dee3c-07d3-4936-99da-382a0461e4e5","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"pipelinerun/pipelinerun.go:475","msg":"PipelineRun uiveri5-lunchmenu-1598256551145 status is being set to &{Succeeded Unknown  {2020-08-24 08:09:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"6d12d1e","knative.dev/traceid":"ec47e79a-9d42-4480-ab59-62d94204f07f","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-vllbc/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0xbfc8fb4af0707cb6, ext:7105917880005, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-git-source-workspace-spgfc step-uiveri5]\\\"\"}","commit":"6d12d1e","knative.dev/traceid":"860dee3c-07d3-4936-99da-382a0461e4e5","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 23.344591ms","commit":"6d12d1e","knative.dev/traceid":"860dee3c-07d3-4936-99da-382a0461e4e5","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 95.536509ms","commit":"6d12d1e","knative.dev/traceid":"7d5b288d-ac72-4d25-8b45-f04f1921f30d","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"0cc939c0-84f4-4ad4-9484-df28435e6b9c","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0xbfc8fb4af31ce534, ext:7105962733379, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Pending\", Message:\"pod status \\\"Ready\\\":\\\"False\\\"; message: \\\"containers with unready status: [step-git-source-workspace-2lfxv step-uiveri5]\\\"\"}","commit":"6d12d1e","knative.dev/traceid":"0cc939c0-84f4-4ad4-9484-df28435e6b9c","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 30.83189ms","commit":"6d12d1e","knative.dev/traceid":"0cc939c0-84f4-4ad4-9484-df28435e6b9c","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 69.901954ms","commit":"6d12d1e","knative.dev/traceid":"ec47e79a-9d42-4480-ab59-62d94204f07f","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"pipelinerun/pipelinerun.go:475","msg":"PipelineRun uiveri5-lunchmenu-1598256551145 status is being set to &{Succeeded Unknown  {2020-08-24 08:09:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"6d12d1e","knative.dev/traceid":"4d83a223-491a-43c7-a421-abf49fd671f5","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 95.761668ms","commit":"6d12d1e","knative.dev/traceid":"4d83a223-491a-43c7-a421-abf49fd671f5","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"pipelinerun/pipelinerun.go:475","msg":"PipelineRun uiveri5-lunchmenu-1598256551145 status is being set to &{Succeeded Unknown  {2020-08-24 08:09:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"6d12d1e","knative.dev/traceid":"07d38e78-d298-4af6-9cb0-e9f1046f0678","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 15.68744ms","commit":"6d12d1e","knative.dev/traceid":"07d38e78-d298-4af6-9cb0-e9f1046f0678","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"298cefc8-2c6e-4ead-aac4-69c7b099dd4f","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"0ccd48f7-3d5b-4c6c-a9b2-26b5db72448c","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-vllbc/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0xbfc8fb4b33a1dc19, ext:7106971447359, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"6d12d1e","knative.dev/traceid":"298cefc8-2c6e-4ead-aac4-69c7b099dd4f","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.event-broadcaster","caller":"record/event.go:281","msg":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"site\", Name:\"uiveri5-lunchmenu-1598256551145-uiveri5-vllbc\", UID:\"b0d01c48-af18-45bf-a2d7-ca3372b76e12\", APIVersion:\"tekton.dev/v1beta1\", ResourceVersion:\"28479643\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"6d12d1e"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0xbfc8fb4b34fb0ae4, ext:7106994069266, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"6d12d1e","knative.dev/traceid":"0ccd48f7-3d5b-4c6c-a9b2-26b5db72448c","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.event-broadcaster","caller":"record/event.go:281","msg":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"site\", Name:\"uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh\", UID:\"39c36de3-fb9b-4128-bc76-56956d640711\", APIVersion:\"tekton.dev/v1beta1\", ResourceVersion:\"28479644\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"6d12d1e"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 313.704808ms","commit":"6d12d1e","knative.dev/traceid":"298cefc8-2c6e-4ead-aac4-69c7b099dd4f","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"b9a8d568-43d4-4d9a-8973-edc858f3ca6b","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"pipelinerun/pipelinerun.go:475","msg":"PipelineRun uiveri5-lunchmenu-1598256551145 status is being set to &{Succeeded Unknown  {2020-08-24 08:09:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"6d12d1e","knative.dev/traceid":"621aa81a-24b8-484b-802f-cd02d87a063b","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 310.662778ms","commit":"6d12d1e","knative.dev/traceid":"0ccd48f7-3d5b-4c6c-a9b2-26b5db72448c","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-vllbc/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0x0, ext:63733853356, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"6d12d1e","knative.dev/traceid":"b9a8d568-43d4-4d9a-8973-edc858f3ca6b","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 34.435854ms","commit":"6d12d1e","knative.dev/traceid":"b9a8d568-43d4-4d9a-8973-edc858f3ca6b","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"c300455c-19fe-4ab2-b08e-a78a4a495f1c","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0xbfc8fb4b4afdf934, ext:7107289618247, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"6d12d1e","knative.dev/traceid":"c300455c-19fe-4ab2-b08e-a78a4a495f1c","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.event-broadcaster","caller":"record/event.go:281","msg":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"site\", Name:\"uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh\", UID:\"39c36de3-fb9b-4128-bc76-56956d640711\", APIVersion:\"tekton.dev/v1beta1\", ResourceVersion:\"28479644\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"6d12d1e"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 69.290271ms","commit":"6d12d1e","knative.dev/traceid":"621aa81a-24b8-484b-802f-cd02d87a063b","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"pipelinerun/pipelinerun.go:475","msg":"PipelineRun uiveri5-lunchmenu-1598256551145 status is being set to &{Succeeded Unknown  {2020-08-24 08:09:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"6d12d1e","knative.dev/traceid":"416cd7ec-5739-4465-8e69-5164a1229972","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 140.464732ms","commit":"6d12d1e","knative.dev/traceid":"416cd7ec-5739-4465-8e69-5164a1229972","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"pipelinerun/pipelinerun.go:475","msg":"PipelineRun uiveri5-lunchmenu-1598256551145 status is being set to &{Succeeded Unknown  {2020-08-24 08:09:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"6d12d1e","knative.dev/traceid":"1aa30693-e011-431e-ae35-cc90850111d5","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 14.890052ms","commit":"6d12d1e","knative.dev/traceid":"1aa30693-e011-431e-ae35-cc90850111d5","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 232.165837ms","commit":"6d12d1e","knative.dev/traceid":"c300455c-19fe-4ab2-b08e-a78a4a495f1c","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"68326d7f-9ed8-41a0-b7cc-6ae81e475bc6","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"pipelinerun/pipelinerun.go:475","msg":"PipelineRun uiveri5-lunchmenu-1598256551145 status is being set to &{Succeeded Unknown  {2020-08-24 08:09:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"6d12d1e","knative.dev/traceid":"1cfc858a-dcd3-4b68-aabc-e1f366ed871c","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 17.389688ms","commit":"6d12d1e","knative.dev/traceid":"1cfc858a-dcd3-4b68-aabc-e1f366ed871c","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0x0, ext:63733853357, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"6d12d1e","knative.dev/traceid":"68326d7f-9ed8-41a0-b7cc-6ae81e475bc6","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 33.780464ms","commit":"6d12d1e","knative.dev/traceid":"68326d7f-9ed8-41a0-b7cc-6ae81e475bc6","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"7e134d2f-6c08-43b7-8ffd-645b2616e37e","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0x0, ext:63733853357, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"6d12d1e","knative.dev/traceid":"7e134d2f-6c08-43b7-8ffd-645b2616e37e","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 33.628007ms","commit":"6d12d1e","knative.dev/traceid":"7e134d2f-6c08-43b7-8ffd-645b2616e37e","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"06c4e6c5-f0fd-49e5-bdce-199496e1786c","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"f584a489-4394-4ba4-af25-0b9b7f455408","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-vllbc/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0x0, ext:63733853356, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"6d12d1e","knative.dev/traceid":"06c4e6c5-f0fd-49e5-bdce-199496e1786c","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0x0, ext:63733853357, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"6d12d1e","knative.dev/traceid":"f584a489-4394-4ba4-af25-0b9b7f455408","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 118.024919ms","commit":"6d12d1e","knative.dev/traceid":"06c4e6c5-f0fd-49e5-bdce-199496e1786c","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 122.166858ms","commit":"6d12d1e","knative.dev/traceid":"f584a489-4394-4ba4-af25-0b9b7f455408","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"pipelinerun/pipelinerun.go:475","msg":"PipelineRun uiveri5-lunchmenu-1598256551145 status is being set to &{Succeeded Unknown  {2020-08-24 08:09:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"6d12d1e","knative.dev/traceid":"5560efe4-3511-4c60-91dc-d7a010689107","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"0335e504-1b7f-4883-9dc3-6c9b34448895","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"82fbd93d-c595-4c51-b243-a0056f22c98c","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-vllbc/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0x0, ext:63733853356, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"6d12d1e","knative.dev/traceid":"0335e504-1b7f-4883-9dc3-6c9b34448895","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0x0, ext:63733853357, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Running\", Message:\"Not all Steps in the Task have finished executing\"}","commit":"6d12d1e","knative.dev/traceid":"82fbd93d-c595-4c51-b243-a0056f22c98c","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 80.240557ms","commit":"6d12d1e","knative.dev/traceid":"5560efe4-3511-4c60-91dc-d7a010689107","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"pipelinerun/pipelinerun.go:475","msg":"PipelineRun uiveri5-lunchmenu-1598256551145 status is being set to &{Succeeded Unknown  {2020-08-24 08:09:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"6d12d1e","knative.dev/traceid":"dc2c02dc-ed52-499b-980f-5249c86a55e0","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 16.768409ms","commit":"6d12d1e","knative.dev/traceid":"dc2c02dc-ed52-499b-980f-5249c86a55e0","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 107.605075ms","commit":"6d12d1e","knative.dev/traceid":"0335e504-1b7f-4883-9dc3-6c9b34448895","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 165.027083ms","commit":"6d12d1e","knative.dev/traceid":"82fbd93d-c595-4c51-b243-a0056f22c98c","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"fb195edb-95a8-423f-a50c-70b6d2605abb","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"False\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0xbfc8fb554ca9b227, ext:7147317649493, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Failed\", Message:\"\\\"step-uiveri5\\\" exited with code 1 (image: \\\"docker-pullable://docker.wdf.sap.corp:51175/platformcoe/beekeeper/uiveri5@sha256:d27c785eeafc0115265eff0da5668819c243d0fd8ee83c7762095749b1ca9a91\\\"); for logs run: kubectl -n site logs uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh-pod-rrh9d -c step-uiveri5\\n\"}","commit":"6d12d1e","knative.dev/traceid":"fb195edb-95a8-423f-a50c-70b6d2605abb","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.event-broadcaster","caller":"record/event.go:281","msg":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"site\", Name:\"uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh\", UID:\"39c36de3-fb9b-4128-bc76-56956d640711\", APIVersion:\"tekton.dev/v1beta1\", ResourceVersion:\"28479673\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' \"step-uiveri5\" exited with code 1 (image: \"docker-pullable://docker.wdf.sap.corp:51175/platformcoe/beekeeper/uiveri5@sha256:d27c785eeafc0115265eff0da5668819c243d0fd8ee83c7762095749b1ca9a91\"); for logs run: kubectl -n site logs uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh-pod-rrh9d -c step-uiveri5\n","commit":"6d12d1e"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:315","msg":"Cloud Events: []","commit":"6d12d1e","knative.dev/traceid":"aaa2e175-c4d8-4ff6-8171-1d84d7831366","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:406","msg":"Successfully reconciled taskrun uiveri5-lunchmenu-1598256551145-uiveri5-vllbc/site with status: &apis.Condition{Type:\"Succeeded\", Status:\"False\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:v1.Time{Time:time.Time{wall:0xbfc8fb554f4cf7ae, ext:7147361904088, loc:(*time.Location)(0x3307a80)}}}, Reason:\"Failed\", Message:\"\\\"step-uiveri5\\\" exited with code 1 (image: \\\"docker-pullable://docker.wdf.sap.corp:51175/platformcoe/beekeeper/uiveri5@sha256:d27c785eeafc0115265eff0da5668819c243d0fd8ee83c7762095749b1ca9a91\\\"); for logs run: kubectl -n site logs uiveri5-lunchmenu-1598256551145-uiveri5-vllbc-pod-hxxx2 -c step-uiveri5\\n\"}","commit":"6d12d1e","knative.dev/traceid":"aaa2e175-c4d8-4ff6-8171-1d84d7831366","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.event-broadcaster","caller":"record/event.go:281","msg":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"site\", Name:\"uiveri5-lunchmenu-1598256551145-uiveri5-vllbc\", UID:\"b0d01c48-af18-45bf-a2d7-ca3372b76e12\", APIVersion:\"tekton.dev/v1beta1\", ResourceVersion:\"28479672\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' \"step-uiveri5\" exited with code 1 (image: \"docker-pullable://docker.wdf.sap.corp:51175/platformcoe/beekeeper/uiveri5@sha256:d27c785eeafc0115265eff0da5668819c243d0fd8ee83c7762095749b1ca9a91\"); for logs run: kubectl -n site logs uiveri5-lunchmenu-1598256551145-uiveri5-vllbc-pod-hxxx2 -c step-uiveri5\n","commit":"6d12d1e"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 115.360571ms","commit":"6d12d1e","knative.dev/traceid":"fb195edb-95a8-423f-a50c-70b6d2605abb","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:110","msg":"taskrun done : uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh \n","commit":"6d12d1e","knative.dev/traceid":"75da5794-3c2d-4135-b49d-14576a06884c","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"pipelinerun/pipelinerun.go:475","msg":"PipelineRun uiveri5-lunchmenu-1598256551145 status is being set to &{Succeeded Unknown  {2020-08-24 08:09:11 +0000 UTC} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"6d12d1e","knative.dev/traceid":"6ae703aa-b1bb-4d4f-8cf6-d1e5fb927052","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 16.556962ms","commit":"6d12d1e","knative.dev/traceid":"6ae703aa-b1bb-4d4f-8cf6-d1e5fb927052","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 155.969785ms","commit":"6d12d1e","knative.dev/traceid":"aaa2e175-c4d8-4ff6-8171-1d84d7831366","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"taskrun/taskrun.go:110","msg":"taskrun done : uiveri5-lunchmenu-1598256551145-uiveri5-vllbc \n","commit":"6d12d1e","knative.dev/traceid":"1655147b-86c8-457c-b538-80c34294d6b8","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-vllbc"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-taskrun.Reconciler","caller":"controller/controller.go:474","msg":"Reconcile succeeded. Time taken: 68.834907ms","commit":"6d12d1e","knative.dev/traceid":"75da5794-3c2d-4135-b49d-14576a06884c","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"resources/pipelinerunresolution.go:567","msg":"All TaskRuns have finished for PipelineRun uiveri5-lunchmenu-1598256551145 so it has finished","commit":"6d12d1e","knative.dev/traceid":"db8350ff-d88a-44c8-80d9-5137f3322681","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.github.com-tektoncd-pipeline-pkg-reconciler-pipelinerun.Reconciler","caller":"pipelinerun/pipelinerun.go:475","msg":"PipelineRun uiveri5-lunchmenu-1598256551145 status is being set to &{Succeeded False  {2020-08-24 08:09:57.374219509 +0000 UTC m=+7147.479421185} Failed Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0}","commit":"6d12d1e","knative.dev/traceid":"db8350ff-d88a-44c8-80d9-5137f3322681","knative.dev/key":"site/uiveri5-lunchmenu-1598256551145"}
{"level":"info","logger":"tekton.event-broadcaster","caller":"record/event.go:281","msg":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"site\", Name:\"uiveri5-lunchmenu-1598256551145\", UID:\"9d70ede0-b3c3-4bf0-9928-505cd905d655\", APIVersion:\"tekton.dev/v1beta1\", ResourceVersion:\"28479674\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0","commit":"6d12d1e"}

pipeline

apiVersion: tekton.dev/v1beta1
kind: Pipeline
metadata:
  annotations:
    fluxcd.io/sync-checksum: 61a317e9bf1eba3100f64a57c618d5a346e7c82b
    kubectl.kubernetes.io/last-applied-configuration: |
      {"apiVersion":"tekton.dev/v1beta1","kind":"Pipeline","metadata":{"annotations":{"fluxcd.io/sync-checksum":"61a317e9bf1eba3100f64a57c618d5a346e7c82b"},"labels":{"fluxcd.io/sync-gc-mark":"sha256.D5QWv8-8W1lY3-H4_5LxwilzVXygk0aSWl7S0KuLAcI"},"name":"uiveri5-pipeline-v3","namespace":"site"},"spec":{"params":[{"description":"Secret containing the user for text execution","name":"user-secret","type":"string"}],"resources":[{"name":"source-repo","type":"git"}],"tasks":[{"name":"uiveri5","params":[{"name":"user-secret","value":"$(params.user-secret)"}],"resources":{"inputs":[{"name":"workspace","resource":"source-repo"}]},"taskRef":{"name":"uiveri5-v3"}}]}}
  creationTimestamp: "2020-04-03T08:15:14Z"
  generation: 2
  labels:
    fluxcd.io/sync-gc-mark: sha256.D5QWv8-8W1lY3-H4_5LxwilzVXygk0aSWl7S0KuLAcI
  name: uiveri5-pipeline-v3
  namespace: site
  resourceVersion: "23364481"
  selfLink: /apis/tekton.dev/v1beta1/namespaces/site/pipelines/uiveri5-pipeline-v3
  uid: 65d47673-14ca-4668-b439-e9f89718a8fd
spec:
  params:
  - description: Secret containing the user for test execution
    name: user-secret
    type: string
  resources:
  - name: source-repo
    type: git
  tasks:
  - name: uiveri5
    params:
    - name: user-secret
      value: $(params.user-secret)
    resources:
      inputs:
      - name: workspace
        resource: source-repo
    taskRef:
      kind: Task
      name: uiveri5-v3

Additional Info

  • Kubernetes version:
Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.6", GitCommit:"dff82dc0de47299ab66c83c626e08b245ab19037", GitTreeState:"clean", BuildDate:"2020-07-16T00:04:31Z", GoVersion:"go1.14.4", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.5", GitCommit:"e6503f8d8f769ace2f338794c914a96fc335df0f", GitTreeState:"clean", BuildDate:"2020-06-26T03:39:24Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"}
  • Tekton Pipeline version:
v0.15.2
@Fabian-K Fabian-K added the kind/bug Categorizes issue or PR as related to a bug. label Aug 24, 2020
@vdemeester
Copy link
Member

This might be related to #2813 🤔

@bobcatfish
Copy link
Collaborator

Is my expectation right that only one TaskRun should be created?

yep!

This might be related to #2813 🤔

hmm in that one, a container within a pod was restarted, im not sure that would be caused by the same thing, since this sounds like the controller is deciding to create more than one TaskRun

@Fabian-K do you happen to have the PipelineRun status information available? it would be interesting to see if it included more information, e.g. did it include just the one TaskRun or both

Also does this happen consistently or just sometimes?

@Fabian-K
Copy link
Contributor Author

Thanks for the quick reply. This is not the first time I noticed multiple taskrun creations but it´s difficult to say how often this happens - also because this particular pipeline can be executed multiple times without an issue so it might also happen unnoticed.

Background Info: We also run https://github.com/fluxcd/flux in the cluster. Flux is creating the Pipeline and the Task objects - but should not do anything related to PipelineRuns. Those are created via the Kubernetes API.

I´m currently thinking if some of the flux-related annotations/labels were added by the flux controller (?) after the initial creation and that this modification causes an unexpected reconciliation which with bad timing results in multiple taskruns being created? 🤔 Although this is just a guess, not sure if the annotations are added after creation or if they are propagated by tekton from the pipeline?!

Here is the PipelineRun:

apiVersion: tekton.dev/v1beta1
kind: PipelineRun
metadata:
  annotations:
    fluxcd.io/sync-checksum: 61a317e9bf1eba3100f64a57c618d5a346e7c82b
    kubectl.kubernetes.io/last-applied-configuration: |
      {"apiVersion":"tekton.dev/v1beta1","kind":"Pipeline","metadata":{"annotations":{"fluxcd.io/sync-checksum":"61a317e9bf1eba3100f64a57c618d5a346e7c82b"},"labels":{"fluxcd.io/sync-gc-mark":"sha256.D5QWv8-8W1lY3-H4_5LxwilzVXygk0aSWl7S0KuLAcI"},"name":"uiveri5-pipeline-v3","namespace":"site"},"spec":{"params":[{"description":"Secret containing the user for text execution","name":"user-secret","type":"string"}],"resources":[{"name":"source-repo","type":"git"}],"tasks":[{"name":"uiveri5","params":[{"name":"user-secret","value":"$(params.user-secret)"}],"resources":{"inputs":[{"name":"workspace","resource":"source-repo"}]},"taskRef":{"name":"uiveri5-v3"}}]}}
  creationTimestamp: "2020-08-24T08:09:11Z"
  generation: 1
  labels:
    fluxcd.io/sync-gc-mark: sha256.D5QWv8-8W1lY3-H4_5LxwilzVXygk0aSWl7S0KuLAcI
    kind: uiveri5
    project: "5005"
    technical-name: lunchmenu
    tekton.dev/pipeline: uiveri5-pipeline-v3
  name: uiveri5-lunchmenu-1598256551145
  namespace: site
  resourceVersion: "28479873"
  selfLink: /apis/tekton.dev/v1beta1/namespaces/site/pipelineruns/uiveri5-lunchmenu-1598256551145
  uid: 9d70ede0-b3c3-4bf0-9928-505cd905d655
spec:
  params:
  - name: user-secret
    value: uiveri5-e2e-test-user
  pipelineRef:
    name: uiveri5-pipeline-v3
  resources:
  - name: source-repo
    resourceSpec:
      params:
      - name: url
        value: [email protected]:catering/lunchmenu-e2e-tests.git
      - name: revision
        value: master
      type: git
  serviceAccountName: build-bot
  timeout: 1h0m0s
status:
  completionTime: "2020-08-24T08:09:57Z"
  conditions:
  - lastTransitionTime: "2020-08-24T08:09:57Z"
    message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0'
    reason: Failed
    status: "False"
    type: Succeeded
  pipelineSpec:
    params:
    - description: Secret containing the user for text execution
      name: user-secret
      type: string
    resources:
    - name: source-repo
      type: git
    tasks:
    - name: uiveri5
      params:
      - name: user-secret
        value: $(params.user-secret)
      resources:
        inputs:
        - name: workspace
          resource: source-repo
      taskRef:
        kind: Task
        name: uiveri5-v3
  startTime: "2020-08-24T08:09:11Z"
  taskRuns:
    uiveri5-lunchmenu-1598256551145-uiveri5-vllbc:
      pipelineTaskName: uiveri5
      status:
        completionTime: "2020-08-24T08:09:57Z"
        conditions:
        - lastTransitionTime: "2020-08-24T08:09:57Z"
          message: |
            "step-uiveri5" exited with code 1 (image: "docker-pullable://docker.wdf.sap.corp:51175/platformcoe/beekeeper/uiveri5@sha256:d27c785eeafc0115265eff0da5668819c243d0fd8ee83c7762095749b1ca9a91"); for logs run: kubectl -n site logs uiveri5-lunchmenu-1598256551145-uiveri5-vllbc-pod-hxxx2 -c step-uiveri5
          reason: Failed
          status: "False"
          type: Succeeded
        podName: uiveri5-lunchmenu-1598256551145-uiveri5-vllbc-pod-hxxx2
        startTime: "2020-08-24T08:09:11Z"
        steps:
        - container: step-uiveri5
          imageID: docker-pullable://docker.wdf.sap.corp:51175/platformcoe/beekeeper/uiveri5@sha256:d27c785eeafc0115265eff0da5668819c243d0fd8ee83c7762095749b1ca9a91
          name: uiveri5
          terminated:
            containerID: docker://913276c49c6bbfcdd3d7225abcccd313c876dbfd527bce7398a404c2bbc5a8cf
            exitCode: 1
            finishedAt: "2020-08-24T08:09:56Z"
            reason: Error
            startedAt: "2020-08-24T08:09:18Z"
        - container: step-git-source-workspace-spgfc
          imageID: docker-pullable://gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init@sha256:c6cb2257d718bbd6281f0d028c801c26333221a2c38ce85ae8e23b24bf20e781
          name: git-source-workspace-spgfc
          terminated:
            containerID: docker://1554263ff61d03f6bd3ec32c2ca7154c5c5bac55ec8e8f7ddaed5252ceef9715
            exitCode: 0
            finishedAt: "2020-08-24T08:09:18Z"
            message: '[{"key":"commit","value":"4eed19e75aef56fcff2a89ffc4995d51263b509d","resourceName":"workspace","resourceRef":{"name":"workspace"}}]'
            reason: Completed
            startedAt: "2020-08-24T08:09:18Z"
        taskSpec:
          params:
          - name: user-secret
            type: string
          resources:
            inputs:
            - name: workspace
              type: git
          stepTemplate:
            env:
            - name: DT_CLUSTER_ID
              value: uiveri5-v3
            name: ""
            resources: {}
          steps:
          - args:
            - --seleniumAddress=https://$(SAUCELABS_USER):$(SAUCELABS_PASSWORD)@ondemand.eu-central-1.saucelabs.com/wd/hub
            - --params.user=$(TEST_USER)
            - --params.pass=$(TEST_PASSWORD)
            command:
            - uiveri5
            env:
            - name: TEST_USER
              valueFrom:
                secretKeyRef:
                  key: username
                  name: $(inputs.params.user-secret)
            - name: TEST_PASSWORD
              valueFrom:
                secretKeyRef:
                  key: password
                  name: $(inputs.params.user-secret)
            - name: SAUCELABS_USER
              valueFrom:
                secretKeyRef:
                  key: user
                  name: bot-build-platform-coe-at-saucelabs
            - name: SAUCELABS_PASSWORD
              valueFrom:
                secretKeyRef:
                  key: password
                  name: bot-build-platform-coe-at-saucelabs
            image: docker.wdf.sap.corp:51175/platformcoe/beekeeper/uiveri5:e168823de1b6ef6750e195b8ee0c7456061fec0f
            name: uiveri5
            resources:
              requests:
                cpu: 1m
                memory: 50Mi
            workingDir: /workspace/workspace

@bobcatfish
Copy link
Collaborator

interesting, it looks like uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh ended up in the status and not uiveri5-lunchmenu-1598256551145-uiveri5-d7fkh

i wonder if something could happen that interrupts the reconciler from updating the status and so it thinks it needs to create another taskrun?? very curious!!

@GregDritschler
Copy link
Contributor

The log shows that the pipelinerun reconciler issued a "started" event for the pipelinerun again as well before creating the duplicate TaskRun. This confirms that it is reading "old" PR status. The log does not show any errors updating the status (and genreconciler code would log that).

The pipelinerun reconciler has a function called updatePipelineRunStatusFromInformer which is intended to close holes like this
where TaskRuns aren't in the status due to a lost status update. It lists the TaskRuns that are associated with the PipelineRun (matching via labels) and adds any that are missing back to the status. It is using the lister to find the TaskRuns and I suppose there's an exposure here that the TaskRun isn't in the lister yet. It seems unlikely in this case because the log shows that the first TaskRun was reconciled and started before the pipelinerun was reconciled again (presumably for that TaskRun status update), so the TaskRun ought to be in the lister (?). It would be costly to go to the API server to find the TaskRuns.

As far as why only one TaskRun ends up in the PR's status, this is because the pipelineState can hold only one TaskRun per pipeline task so one of them wins. The pipelineState is used to completely rewrite the PR's TaskRun statuses at the end of the reconcile.

cc @afrittoli

@ghost
Copy link

ghost commented Nov 11, 2020

I've been trying to reproduce this but am struggling to do so. I've rolled my cluster back to Pipelines 0.15.2 and then written up some resources:

  1. Create a Task with similar signature to that in the original post:
apiVersion: tekton.dev/v1beta1                                                                                                                    
kind: Task                                                                                                                                        
metadata:                                                                                                                                         
  name: test-task                                                                                                                                 
spec:                                                                                                                                             
  params:                                                                                                                                         
  - name: user-secret                                                                                                                             
    type: string                                                                                                                                  
  resources:                                                                                                                                      
    inputs:                                                                                                                                       
    - name: workspace                                                                                                                             
      type: git                                                                                                                                   
  steps:                                                                                                                                          
  - name: uiveri5                                                                                                                                 
    image: alpine:3.12.0                                                                                                                          
    script: |                                                                                                                                     
      echo "$(params.user-secret)"                                                                                                                
      cd /workspace/workspace                                                                                                                     
      ls                                                                                                                                          
      sleep 20                                                                                                                                    
      exit 1
  1. Then create a Pipeline using it:
apiVersion: tekton.dev/v1beta1                                                                                                                    
kind: Pipeline                                                                                                                                    
metadata:                                                                                                                                         
  name: test-pipeline                                                                                                                             
spec:                                                                                                                                             
  params:                                                                                                                                         
  - description: Secret containing the user for test execution                                                                                    
    name: user-secret                                                                                                                             
    type: string                                                                                                                                  
  resources:                                                                                                                                      
  - name: source-repo                                                                                                                             
    type: git                                                                                                                                     
  tasks:                                                                                                                                          
  - name: uiveri5                                                                                                                                 
    taskRef:                                                                                                                                      
      name: test-task                                                                                                                             
    params:                                                                                                                                       
    - name: user-secret                                                                                                                           
      value: $(params.user-secret)                                                                                                                
    resources:                                                                                                                                    
      inputs:                                                                                                                                     
      - name: workspace                                                                                                                           
        resource: source-repo
  1. and then the PipelineRun:
apiVersion: tekton.dev/v1beta1                                                                                                                    
kind: PipelineRun                                                                                                                                 
metadata:                                                                                                                                         
  generateName: test-pr                                                                                                                           
spec:                                                                                                                                             
  pipelineRef:                                                                                                                                    
    name: test-pipeline                                                                                                                           
  params:                                                                                                                                         
  - name: user-secret                                                                                                                             
    value: foo                                                                                                                                    
  resources:                                                                                                                                      
  - name: source-repo                                                                                                                             
    resourceSpec:                                                                                                                                 
      type: git                                                                                                                                   
      params:                                                                                                                                     
      - name: url                                                                                                                                 
        value: https://github.com/tektoncd/pipeline.git
  1. Then I've used a for loop to spin up 100 PipelineRuns using this Pipeline:
for i in {1..100} ; do kubectl create -f ./test.yaml ; done
  1. And finally count the generated list of PipelineRuns and TaskRuns:
kubectl get pipelineruns | wc -l
kubectl get taskruns | wc -l

I've repeated this test maybe 20 times and haven't been able to repro. I'm running on GKE with a 1.16 server so I'm going through the steps now to upgrade to a 1.18 server to match the original post and see if that makes a difference.

@Fabian-K which platform are you running on here? Is it a bare metal cluster or something else?

@ghost
Copy link

ghost commented Nov 11, 2020

I've updated to k8s 1.18 and have written a script to try and replicate the annotation/label behaviour of fluxcd described in #3126 (comment)

#!/usr/bin/env bash                                                                                                                               
                                                                                                                                                  
set -x                                                                                                                                            
                                                                                                                                                  
for i in {1..40} ; do                                                                                                                             
    kubectl create -f ./test.yaml                                                                                                             
done                                                                                                                                              
                                                                                                                                                  
for i in {1..5} ; do                                                                                                                              
    runs=$(kubectl get taskruns --no-headers | awk '{ print $1 }')                                                                            
    for run in $runs ; do                                                                                                                     
        value="$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 8 | head -n 1)"                                                          
        kubectl annotate --overwrite taskrun $run foo="$value"                                                                            
        value="$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 8 | head -n 1)"                                                          
        kubectl label --overwrite taskrun $run bar="$value"                                                                               
    done                                                                                                                                      
    sleep 2                                                                                                                                   
done

I've run this maybe 10 times and haven't been able to trigger a mismatch in taskrun count vs pipelinerun count. So I'm clearly missing something here in the reproduction of the bad behaviour. 😕

@pritidesai
Copy link
Member

thanks a bunch @sbwsg 🙏

I think the best would be hear back from @Fabian-K with the platform details.

Also, if @Fabian-K can provide exact pipeline with task and resources used, might help troubleshoot this further. The reason being the pipeline in the description has some metadata which I am sure not sent while creating pipelineRun.

@Fabian-K it would be great if you can reproduce this on 0.18 since 0.18 has timestamps in the controller logs which would be again helpful.

@michaelsauter
Copy link

I am seeing this behaviour as well as commented in #3510. I'm running OpenShift Pipelines Technology Preview 1.1, which means:

  • Kubernetes 1.18
  • Tekton Pipelines 0.14.3

@Fabian-K
Copy link
Contributor Author

Thanks for your effort in reproducing the issue! The cluster is a managed cluster by https://gardener.cloud/ with OpenStack as the infrastructure provider. I also tried to reproduce it locally using kind but so far did not manage to do so :(

We are updating our two instances to 0.18 soon. Will definitely look for new occurrences and try to provide controller logs.

Not sure if this is helpful but it seems to me that this tends to happen in namespaces with a lot of PipelineRuns / TaskRuns (in our case around 2000 instances).

@pritidesai
Copy link
Member

thanks @Fabian-K

@psschwei did you notice any such odd behavior (multiple taskruns getting created for a pipeline with a single task) while running the stress test?

@psschwei
Copy link
Contributor

@psschwei did you notice any such odd behavior (multiple taskruns getting created for a pipeline with a single task) while running the stress test?

Not that I recall, although it wasn't something I was explicitly watching for either.

@michaelsauter
Copy link

In my case it is not related to stress at all. Happens from the very first PipelineRun in a namespace.

@GregDritschler
Copy link
Contributor

@michaelsauter Can you provide your pipeline controller log for the period where the duplicate taskruns are created?

@GregDritschler
Copy link
Contributor

I've tried to run some tests and I can't recreate a duplicated TaskRun. This included several thousand runs on OpenShift 4.5 (== Kubernetes 0.18 and Tekton 0.14.3).

Out of curiosity I ran an instrumented PipelineRun controller to see how quickly the informer distributes added/updated *Run objects. I was surprised to see it happens very quickly. The informer consistently notified it of a new TaskRun created by the
PipelineRun reconciler before the reconciler exited the reconcile call that created it. In other words it was pseudo-synchronous.
If there is a caching issue, this probably explains why I'm not seeing it. I'm observing practically no delay in my cache.

Since I still suspect it's a problem with the informer cache, I started looking around for more details and guidance about dealing with stale objects and found this:

https://github.com/kubernetes-sigs/controller-runtime/blob/master/FAQ.md#q-my-cache-might-be-stale-if-i-read-from-a-cache-how-should-i-deal-with-that

The first piece of advice, "use deterministic names for objects you create", got me to wondering about how the PipelineRun reconciler generates random suffixes for the TaskRuns. It has to generate a suffix because the Pipeline task name might get truncated and no longer be unique. However I don't think the suffix needs to be random -- just unique within the PipelineRun. It could use the index of the pipeline task which would be unique and deterministic.

I believe this should work whether the PipelineRun's name is generated or not (i.e. uses generateName or name). In the former case the random suffix generated for the PipelineRun will distinguish its TaskRuns as well. In the latter case there can be only one PipelineRun with that name so the only requirement is to distinguish the TaskRuns within that one PipelineRun.

If we did this then as the article suggests the PipelineRun reconciler would get an error when it tried to create a duplicate TaskRun. Theoretically it would just skip creating that TaskRun and go on normally. It would trust that the TaskRun would eventually show up in the cache. (I guess we could debate how much trust it should have in that.)

Food for thought anyway. I am curious if anyone knows why the TaskRuns should have their own random suffix, not just a unique-within-the-pipeline suffix.

@ghost
Copy link

ghost commented Nov 13, 2020

Wow, thanks for digging further into this @GregDritschler! Your theory regarding the cache makes sense to me and I think your proposed solution would afford us an opportunity to introduce better logging when the creation happens but fails. This would in turn validate whether the theory is on the money.

It could use the index of the pipeline task which would be unique and deterministic.

We'd need to account for retries of Tasks as well I think? Otherwise Task N might fail, retry, but be blocked from creating the new TaskRun due to name collision? So maybe <PR-name>-<Task-Index>-<Task-Retry-Count>?

Food for thought anyway. I am curious if anyone knows why the TaskRuns should have their own random suffix, not just a unique-within-the-pipeline suffix.

Other than the retries thing I'm not aware of another reason that we'd require a random suffix in PipelineRun TaskRuns.

@GregDritschler
Copy link
Contributor

Retries reuse the same TaskRun. They just recreate a new pod from the same TaskRun.
https://github.com/tektoncd/pipeline/blob/release-v0.17.x/pkg/reconciler/pipelinerun/pipelinerun.go#L592

The new pod will still have its own random suffix.
https://github.com/tektoncd/pipeline/blob/release-v0.17.x/pkg/pod/pod.go#L267

This does make me wonder if the TaskRun reconciler has a duplication exposure as well, i.e. it creates a pod, gets re-driven again with stale status that doesn't have the pod name, and creates a duplicate pod. I don't recall seeing any reports of that happening. If it did happen, I guess the TaskRun reconciler could be changed to generate the pod suffix deterministically. It can compute the retry number by looking at the retriesStatus.

That comment in pod.go indicates the choice to use a random suffix was "to avoid confusion when a build is deleted and re-created with the same name." I suspect that's what drove the use of a random suffix for the TaskRuns too. I'm not sure I buy the argument. When you delete a run, it deletes the owned objects as well. So the only objects that exist at a given time for a given run name are the ones from the latest run. I'm not sure if that's "confusing". Regardless I hope these days everyone uses generateName in their runs anyway.

@GregDritschler
Copy link
Contributor

I thought about this some more and found a case where the random suffix for the TaskRun comes into play. This happens when the name of the PipelineRun itself is the max length of 64 characters. I created this PipelineRun:

apiVersion: tekton.dev/v1beta1
kind: PipelineRun
metadata:
  generateName: the-itsy-bitsy-spider-climbed-up-the-waterspout-down-came-the-rain-and-washed-the-spider-out
...

This resulted in a PipelineRun name of the-itsy-bitsy-spider-climbed-up-the-waterspout-down-came-x44zw.
The PipelineRun created a TaskRun named the-itsy-bitsy-spider-climbed-up-the-waterspout-down-came-9rmdm.
The PipelineRun's name was truncated (dropping off its unique suffix) and the random suffix for the TaskRun was appended.

So this puts a monkey wrench in my idea about using predictable TaskRun names. I suppose the PipelineRun name could be truncated in some way to preserve its unique suffix but that makes me worry that it introduces a new exposure that that name might not be unique anymore. (That is, the name created by generateName is unique across PipelineRuns, but a truncated version of that may not be.)

@michaelsauter
Copy link

Finally, here are my Tekton controller logs: https://gist.github.com/michaelsauter/9af328156693e9f615cb1fa699fdd69f.

There are some errors like Failed to delete StatefulSet for PipelineRun build-and-deploy-run-8sxp8: failed to delete StatefulSet affinity-assistant-59d5d42441: statefulsets.apps \"affinity-assistant-59d5d42441\" not found ... could that be causing the behaviour?

@Fabian-K
Copy link
Contributor Author

The gist https://gist.github.com/Fabian-K/10f46e5b0cd23318985e5d8f3c7b5bc2 contains one occurrence using Tekton 0.18.0

@GregDritschler
Copy link
Contributor

I finally was able to recreate the problem on OpenShift with Tekton 0.18 (with some debugging statements added).

I ran a script to repeatedly create a PipelineRun and then update its labels. It took several hundred runs but I finally got a PR to create a duplicate TR. The log clearly shows the reconciler being driven with state status, the TR not being found in the lister cache, and the reconciler creating a duplicate TR.

I'm going to bring the problem up in the next API WG.

@GregDritschler
Copy link
Contributor

I´m currently thinking if some of the flux-related annotations/labels were added by the flux controller (?) after the initial creation and that this modification causes an unexpected reconciliation which with bad timing results in multiple taskruns being created?

@Fabian-K This is in fact the problem. The reconciler is using all of the PipelineRun's labels (which includes labels propagated from the Pipeline) to look for TaskRuns associated with the PipelineRun. If the labels change in any way, it won't find the TaskRuns that it created prior to that change and it will create duplicate TaskRuns. I have linked a pull request that changes the code to use only the tekton.dev/pipelineRun label for the listing of existing TaskRuns.

@itewk @michaelsauter Please check if anything is modifying Pipeline or PipelineRun labels while the PipelineRun is running. If not, then we will have to keep digging into your scenarios.

@michaelsauter
Copy link

@GregDritschler At least for me, I just followed https://github.com/openshift/pipelines-tutorial. Nothing special, and there is nothing else on that cluster that would cause modifications to labels. I have another cluster available now though, with the same versions, and I can try there again ...

@michaelsauter
Copy link

Just as a FYI: I'm now on a OpenShift 4.6 cluster which provides OpenShift Pipelines 1.2 instead of 1.1. On 1.2, I cannot reproduce the problem above.

@itewk
Copy link

itewk commented Jan 18, 2021

i am on OCP 4.6 with Pipelines Operator 1.2.2 and deffinitly still seeing this. I thought this fix was gonna be in 1.3 of the operator based on how versions are matched up.

@Rand01ph
Copy link

Rand01ph commented Oct 21, 2021

I've tried to run some tests and I can't recreate a duplicated TaskRun. This included several thousand runs on OpenShift 4.5 (== Kubernetes 0.18 and Tekton 0.14.3).

Out of curiosity I ran an instrumented PipelineRun controller to see how quickly the informer distributes added/updated *Run objects. I was surprised to see it happens very quickly. The informer consistently notified it of a new TaskRun created by the PipelineRun reconciler before the reconciler exited the reconcile call that created it. In other words it was pseudo-synchronous. If there is a caching issue, this probably explains why I'm not seeing it. I'm observing practically no delay in my cache.

Since I still suspect it's a problem with the informer cache, I started looking around for more details and guidance about dealing with stale objects and found this:

https://github.com/kubernetes-sigs/controller-runtime/blob/master/FAQ.md#q-my-cache-might-be-stale-if-i-read-from-a-cache-how-should-i-deal-with-that

The first piece of advice, "use deterministic names for objects you create", got me to wondering about how the PipelineRun reconciler generates random suffixes for the TaskRuns. It has to generate a suffix because the Pipeline task name might get truncated and no longer be unique. However I don't think the suffix needs to be random -- just unique within the PipelineRun. It could use the index of the pipeline task which would be unique and deterministic.

I believe this should work whether the PipelineRun's name is generated or not (i.e. uses generateName or name). In the former case the random suffix generated for the PipelineRun will distinguish its TaskRuns as well. In the latter case there can be only one PipelineRun with that name so the only requirement is to distinguish the TaskRuns within that one PipelineRun.

If we did this then as the article suggests the PipelineRun reconciler would get an error when it tried to create a duplicate TaskRun. Theoretically it would just skip creating that TaskRun and go on normally. It would trust that the TaskRun would eventually show up in the cache. (I guess we could debate how much trust it should have in that.)

Food for thought anyway. I am curious if anyone knows why the TaskRuns should have their own random suffix, not just a unique-within-the-pipeline suffix.

I Have reproduce this bug on Pipeline version: v0.25.0
I fix it with get taskrun from apiserver directly

@pritidesai
Copy link
Member

Similar issue is reported in #3557

@pritidesai
Copy link
Member

@Rand01ph I have added this item in the API WG to discuss, is there anyway you can provide more details which we can discuss in the WG? It will be great if you can attend the discussion. If not, I will appreciate any more details such as, screen shots, screen recording or anything else 🙏

@Rand01ph
Copy link

Rand01ph commented Nov 2, 2021

@Rand01ph I have added this item in the API WG to discuss, is there anyway you can provide more details which we can discuss in the WG? It will be great if you can attend the discussion. If not, I will appreciate any more details such as, screen shots, screen recording or anything else pray

Yes, I'm very happly to join your discuss.
I only have some log now, for the recreate taskruns.

first create taskrun

{"level":"info","ts":"2021-10-18T09:03:51.721Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:282","msg":"Event(v1.ObjectReference{Kind:"PipelineRun", Namespace:"tyw-xxxx-api", Name:"1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41", UID:"3c30044d-1b1b-41dc-b9dd-632c8bcb5269", APIVersion:"tekton.dev/v1beta1", ResourceVersion:"114893338", FieldPath:""}): type: 'Normal' reason: 'Started' ","commit":"584b527"}

{"level":"info","ts":"2021-10-18T09:03:51.729Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:353","msg":"No.1 pipelineMeta is: &ObjectMeta{Name:3b8d0ae68a6fc5c95a91570e9528807c9eb2f164,GenerateName:,Namespace:tyw-xxxx-api,SelfLink:/apis/tekton.dev/v1beta1/namespaces/tyw-xxxx-api/pipelines/3b8d0ae68a6fc5c95a91570e9528807c9eb2f164,UID:29481e0e-19e9-43fb-b036-f2e87a71bc2f,ResourceVersion:114893337,Generation:1,CreationTimestamp:2021-10-18 09:03:51 +0000 UTC,DeletionTimestamp:,DeletionGracePeriodSeconds:nil,Labels:map[string]string{},Annotations:map[string]string{},OwnerReferences:[]OwnerReference{},Finalizers:[],ClusterName:,ManagedFields:[]ManagedFieldsEntry{ManagedFieldsEntry{Manager:OpenAPI-Generator,Operation:Update,APIVersion:tekton.dev/v1beta1,Time:2021-10-18 09:03:51 +0000 UTC,FieldsType:FieldsV1,FieldsV1:{"f:spec":{".":{},"f:description":{},"f:tasks":{},"f:workspaces":{}}},},},}, pipelineSpec is: &{Description:测试clone的问题123 Resources:[] Tasks:[{Name:3d8e52746c39bdaf383fc1026d2ebd56816b9ca8 TaskRef:0xc000dd6000 TaskSpec: Conditions:[] WhenExpressions:[] Retries:0 RunAfter:[] Resources: Params:[] Workspaces:[{Name:xxxx Workspace:shared-data SubPath:}] Timeout:nil}] Params:[] Workspaces:[{Name:shared-data Description: Optional:false}] Results:[] Finally:[]}","commit":"584b527","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"57fe491d-3862-41bf-9b53-116cff25ab80","knative.dev/key":"tyw-xxxx-api/1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41"}

{"level":"info","ts":"2021-10-18T09:03:51.738Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:493","msg":"No.2 resolvePipelineState is: &[0xc0009b3ce0]","commit":"584b527","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"57fe491d-3862-41bf-9b53-116cff25ab80","knative.dev/key":"tyw-xxxx-api/1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41"}

{"level":"info","ts":"2021-10-18T09:03:51.757Z","logger":"tekton-pipelines-controller","caller":"volumeclaim/pvchandler.go:67","msg":"Created PersistentVolumeClaim pvc-9b4da94f2e in namespace tyw-xxxx-api","commit":"584b527"}

{"level":"info","ts":"2021-10-18T09:03:51.777Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/affinity_assistant.go:66","msg":"Created StatefulSet affinity-assistant-819ff3551e in namespace tyw-xxxx-api","commit":"584b527","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"57fe491d-3862-41bf-9b53-116cff25ab80","knative.dev/key":"tyw-xxxx-api/1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41"}

{"level":"info","ts":"2021-10-18T09:03:51.777Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:771","msg":"Creating a new TaskRun object 1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41-3d8e52746c-7w4sq for pipeline task 3d8e52746c39bdaf383fc1026d2ebd56816b9ca8","commit":"584b527","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"57fe491d-3862-41bf-9b53-116cff25ab80","knative.dev/key":"tyw-xxxx-api/1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41"}

{"level":"info","ts":"2021-10-18T09:03:51.850Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:601","msg":"PipelineRun 1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41 status is being set to &{Succeeded Unknown {2021-10-18 09:03:51.85019029 +0000 UTC m=+440512.276097640} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"584b527","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"57fe491d-3862-41bf-9b53-116cff25ab80","knative.dev/key":"tyw-xxxx-api/1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41"}

{"level":"info","ts":"2021-10-18T09:03:51.851Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:282","msg":"Event(v1.ObjectReference{Kind:"PipelineRun", Namespace:"tyw-xxxx-api", Name:"1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41", UID:"3c30044d-1b1b-41dc-b9dd-632c8bcb5269", APIVersion:"tekton.dev/v1beta1", ResourceVersion:"114893338", FieldPath:""}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"584b527"}

{"level":"info","ts":"2021-10-18T09:03:51.921Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:538","msg":"Reconcile succeeded","commit":"584b527","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"57fe491d-3862-41bf-9b53-116cff25ab80","knative.dev/key":"tyw-xxxx-api/1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41","duration":0.202026368}

{"level":"info","ts":"2021-10-18T09:03:51.921Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:282","msg":"Event(v1.ObjectReference{Kind:"PipelineRun", Namespace:"tyw-xxxx-api", Name:"1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41", UID:"3c30044d-1b1b-41dc-b9dd-632c8bcb5269", APIVersion:"tekton.dev/v1beta1", ResourceVersion:"114893338", FieldPath:""}): type: 'Normal' reason: 'Started' ","commit":"584b527"}

second create taskrun

{"level":"info","ts":"2021-10-18T09:03:51.926Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:353","msg":"No.1 pipelineMeta is: &ObjectMeta{Name:3b8d0ae68a6fc5c95a91570e9528807c9eb2f164,GenerateName:,Namespace:tyw-xxxx-api,SelfLink:/apis/tekton.dev/v1beta1/namespaces/tyw-xxxx-api/pipelines/3b8d0ae68a6fc5c95a91570e9528807c9eb2f164,UID:29481e0e-19e9-43fb-b036-f2e87a71bc2f,ResourceVersion:114893337,Generation:1,CreationTimestamp:2021-10-18 09:03:51 +0000 UTC,DeletionTimestamp:,DeletionGracePeriodSeconds:nil,Labels:map[string]string{},Annotations:map[string]string{},OwnerReferences:[]OwnerReference{},Finalizers:[],ClusterName:,ManagedFields:[]ManagedFieldsEntry{ManagedFieldsEntry{Manager:OpenAPI-Generator,Operation:Update,APIVersion:tekton.dev/v1beta1,Time:2021-10-18 09:03:51 +0000 UTC,FieldsType:FieldsV1,FieldsV1:{"f:spec":{".":{},"f:description":{},"f:tasks":{},"f:workspaces":{}}},},},}, pipelineSpec is: &{Description:测试clone的问题123 Resources:[] Tasks:[{Name:3d8e52746c39bdaf383fc1026d2ebd56816b9ca8 TaskRef:0xc001e2d880 TaskSpec: Conditions:[] WhenExpressions:[] Retries:0 RunAfter:[] Resources: Params:[] Workspaces:[{Name:xxxx Workspace:shared-data SubPath:}] Timeout:nil}] Params:[] Workspaces:[{Name:shared-data Description: Optional:false}] Results:[] Finally:[]}","commit":"584b527","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"57c1f38d-7b73-4987-bd00-448b305f16d2","knative.dev/key":"tyw-xxxx-api/1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41"}

{"level":"info","ts":"2021-10-18T09:03:51.934Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:493","msg":"No.2 resolvePipelineState is: &[0xc001a29200]","commit":"584b527","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"57c1f38d-7b73-4987-bd00-448b305f16d2","knative.dev/key":"tyw-xxxx-api/1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41"}

{"level":"info","ts":"2021-10-18T09:03:51.944Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:771","msg":"Creating a new TaskRun object 1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41-3d8e52746c-wh66c for pipeline task 3d8e52746c39bdaf383fc1026d2ebd56816b9ca8","commit":"584b527","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"57c1f38d-7b73-4987-bd00-448b305f16d2","knative.dev/key":"tyw-xxxx-api/1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41"}

{"level":"info","ts":"2021-10-18T09:03:51.962Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:601","msg":"PipelineRun 1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41 status is being set to &{Succeeded Unknown {2021-10-18 09:03:51.962330786 +0000 UTC m=+440512.388238183} Running Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0}","commit":"584b527","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"57c1f38d-7b73-4987-bd00-448b305f16d2","knative.dev/key":"tyw-xxxx-api/1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41"}

{"level":"info","ts":"2021-10-18T09:03:51.963Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:282","msg":"Event(v1.ObjectReference{Kind:"PipelineRun", Namespace:"tyw-xxxx-api", Name:"1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41", UID:"3c30044d-1b1b-41dc-b9dd-632c8bcb5269", APIVersion:"tekton.dev/v1beta1", ResourceVersion:"114893338", FieldPath:""}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"584b527"}

{"level":"warn","ts":"2021-10-18T09:03:51.984Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:261","msg":"Failed to update PipelineRun labels/annotations{error 26 0 Operation cannot be fulfilled on pipelineruns.tekton.dev "1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41": the object has been modified; please apply your changes to the latest version and try again}","commit":"584b527","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"57c1f38d-7b73-4987-bd00-448b305f16d2","knative.dev/key":"tyw-xxxx-api/1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41"}

{"level":"info","ts":"2021-10-18T09:03:51.985Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:282","msg":"Event(v1.ObjectReference{Kind:"PipelineRun", Namespace:"tyw-xxxx-api", Name:"1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41", UID:"3c30044d-1b1b-41dc-b9dd-632c8bcb5269", APIVersion:"tekton.dev/v1beta1", ResourceVersion:"114893338", FieldPath:""}): type: 'Warning' reason: 'Error' Operation cannot be fulfilled on pipelineruns.tekton.dev "1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41": the object has been modified; please apply your changes to the latest version and try again","commit":"584b527"}

{"level":"error","ts":"2021-10-18T09:03:52.047Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/reconciler.go:294","msg":"Returned an error","commit":"584b527","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"57c1f38d-7b73-4987-bd00-448b305f16d2","knative.dev/key":"tyw-xxxx-api/1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41","targetMethod":"ReconcileKind","error":"1 error occurred:\n\t* Operation cannot be fulfilled on pipelineruns.tekton.dev "1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41": the object has been modified; please apply your changes to the latest version and try again\n\n","stacktrace":"github.com/tektoncd/pipeline/pkg/client/injection/reconciler/pipeline/v1beta1/pipelinerun.(*reconcilerImpl).Reconcile\n\tgithub.com/tektoncd/pipeline/pkg/client/injection/reconciler/pipeline/v1beta1/pipelinerun/reconciler.go:294\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/[email protected]/controller/controller.go:530\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/[email protected]/controller/controller.go:468"}

{"level":"error","ts":"2021-10-18T09:03:52.047Z","logger":"tekton-pipelines-controller","caller":"controller/controller.go:548","msg":"Reconcile error","commit":"584b527","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","duration":0.126541491,"error":"1 error occurred:\n\t* Operation cannot be fulfilled on pipelineruns.tekton.dev "1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41": the object has been modified; please apply your changes to the latest version and try again\n\n","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/[email protected]/controller/controller.go:548\nknative.dev/pkg/controller.(*Impl).processNextWorkItem\n\tknative.dev/[email protected]/controller/controller.go:531\nknative.dev/pkg/controller.(*Impl).RunContext.func3\n\tknative.dev/[email protected]/controller/controller.go:468"}

{"level":"info","ts":"2021-10-18T09:03:52.048Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:282","msg":"Event(v1.ObjectReference{Kind:"PipelineRun", Namespace:"tyw-xxxx-api", Name:"1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41", UID:"3c30044d-1b1b-41dc-b9dd-632c8bcb5269", APIVersion:"tekton.dev/v1beta1", ResourceVersion:"114893338", FieldPath:""}): type: 'Warning' reason: 'InternalError' 1 error occurred:\n\t* Operation cannot be fulfilled on pipelineruns.tekton.dev "1-3-57-b4fa7e32-70fd-475f-b7a4-00c45914ad80-41": the object has been modified; please apply your changes to the latest version and try again\n\n","commit":"584b527"}

@pritidesai
Copy link
Member

Reopening as this is seen in recent releases 😞

PR #4361 must fix this issue 🤞

@afrittoli
Copy link
Member

This should be fixed by #4361 which will make any attempt to create a new taskrun fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

10 participants