ResultFAILURE
Tests 0 failed / 0 succeeded
Started2024-11-18 17:25
Elapsed33m36s
Revision52848f2246946ff80d86711cb846f1498da4209d
Refs 2376

No Test Failures!


Error lines from build-log.txt

... skipping 572 lines ...
2024-11-18T17:39:45.413Z	debug	common/00_tektonconfigdeployment_test.go:253	resetting the tekton config to it's default state
2024-11-18T17:39:45.457Z	debug	common/00_tektonconfigdeployment_test.go:764	tektonConfig becomes ready
2024-11-18T17:39:45.562Z	debug	common/00_tektonconfigdeployment_test.go:697	pipeline cr is available
2024-11-18T17:39:45.562Z	debug	common/00_tektonconfigdeployment_test.go:255	test environment ready. starting the actual test
2024-11-18T17:39:45.562Z	debug	common/00_tektonconfigdeployment_test.go:677	changing profile	{"newProfile": "lite"}
    00_tektonconfigdeployment_test.go:684: 
        	Error Trace:	/home/prow/go/src/github.com/tektoncd/operator/test/e2e/common/00_tektonconfigdeployment_test.go:684
        	            				/home/prow/go/src/github.com/tektoncd/operator/test/e2e/common/00_tektonconfigdeployment_test.go:288
        	Error:      	Received unexpected error:
        	            	Operation cannot be fulfilled on tektonconfigs.operator.tekton.dev "config": the object has been modified; please apply your changes to the latest version and try again
        	Test:       	TestTektonConfigTestSuite/Test02_ChangeProfile
2024-11-18T17:39:45.593Z	info	common/00_tektonconfigdeployment_test.go:263	test failed, executing debug commands	{"testName": "TestTektonConfigTestSuite/Test02_ChangeProfile"}

------------------- debug information -------------------
$ kubectl get tektonconfig
NAME     VERSION   READY   REASON
config   devel     False   Components not in ready state: TektonPipeline: reconcile again and proceed

... skipping 205 lines ...
=== RUN   TestTektonConfigTestSuite/Test06_TestSCCConfig
2024-11-18T17:42:07.249Z	debug	common/00_tektonconfigdeployment_test.go:253	resetting the tekton config to it's default state
2024-11-18T17:42:12.295Z	debug	common/00_tektonconfigdeployment_test.go:764	tektonConfig becomes ready
2024-11-18T17:42:12.383Z	debug	common/00_tektonconfigdeployment_test.go:697	pipeline cr is available
2024-11-18T17:42:12.383Z	debug	common/00_tektonconfigdeployment_test.go:255	test environment ready. starting the actual test
    00_tektonconfigdeployment_test.go:377: skipped: This test is only supported in OpenShift
--- FAIL: TestTektonConfigTestSuite (337.93s)
    --- PASS: TestTektonConfigTestSuite/Test01_AutoInstall (190.77s)
    --- FAIL: TestTektonConfigTestSuite/Test02_ChangeProfile (1.11s)
    --- PASS: TestTektonConfigTestSuite/Test03_DeletePipeline (30.28s)
    --- PASS: TestTektonConfigTestSuite/Test04_DeleteAndCreateConfig (110.27s)
    --- SKIP: TestTektonConfigTestSuite/Test05_DisableAndEnableAddons (0.18s)
    --- SKIP: TestTektonConfigTestSuite/Test06_TestSCCConfig (5.13s)
=== RUN   TestTektonPipelinesDeployment
=== RUN   TestTektonPipelinesDeployment/create-pipeline
... skipping 77 lines ...
2024-11-18T17:52:35.392Z	debug	common/05_tektonhubdeployment_test.go:172	deploying hub with external database
2024-11-18T17:52:35.472Z	debug	common/05_tektonhubdeployment_test.go:331	wait for external database deployment becomes ready	{"namespace": "hub-external-db", "deploymentName": "tekton-hub-db"}
2024-11-18T17:53:10.478Z	debug	common/05_tektonhubdeployment_test.go:337	external database deployment is ready
=== RUN   TestTektonHubTestSuite/Test04_DeployWithInvalidHubName
2024-11-18T17:53:25.537Z	debug	common/05_tektonhubdeployment_test.go:116	removing the tekton hub cr if any
2024-11-18T17:53:45.575Z	debug	common/05_tektonhubdeployment_test.go:121	test environment ready. starting the actual test
2024-11-18T17:53:50.592Z	debug	common/05_tektonhubdeployment_test.go:224	ready status	{"condition": {"type":"Ready","status":"False","lastTransitionTime":"2024-11-18T17:53:45Z","reason":"Error","message":"Ready: Resource ignored, Expected Name: hub, Got Name: custom-hub-cwfgv"}}
--- PASS: TestTektonHubTestSuite (295.88s)
    --- PASS: TestTektonHubTestSuite/Test01_DeployDefault (70.09s)
    --- PASS: TestTektonHubTestSuite/Test02_DeployWithExternalDatabase (75.15s)
    --- PASS: TestTektonHubTestSuite/Test03_DeployDefaultThenUpdateToExternalDatabase (125.22s)
    --- PASS: TestTektonHubTestSuite/Test04_DeployWithInvalidHubName (25.06s)
=== RUN   TestManualApprovalGateDeployment
... skipping 13 lines ...
=== RUN   TestTektonPipelinesStatefulset/restore-pipeline-statefulset
=== RUN   TestTektonPipelinesStatefulset/delete-pipeline
--- PASS: TestTektonPipelinesStatefulset (95.10s)
    --- PASS: TestTektonPipelinesStatefulset/create-pipeline (25.00s)
    --- PASS: TestTektonPipelinesStatefulset/restore-pipeline-statefulset (20.04s)
    --- PASS: TestTektonPipelinesStatefulset/delete-pipeline (5.02s)
FAIL
FAIL	github.com/tektoncd/operator/test/e2e/common	1271.536s
FAIL
Finished run, return code is 1
mktemp: failed to create file via template '/workspace/source/artifacts/junit_XXXXXXXX': No such file or directory
XML report written to .xml
Running tests with 'go test -race -v  -count=1 -tags=e2e -timeout=20m ./test/e2e/kubernetes --kubeconfig /root/.kube/config '
=== RUN   TestTektonDashboardsDeployment
=== RUN   TestTektonDashboardsDeployment/create-pipeline
=== RUN   TestTektonDashboardsDeployment/create-dashboard
=== RUN   TestTektonDashboardsDeployment/restore-dashboard-deployments
... skipping 10 lines ...
=== RUN   TestTektonResultDeployment
    tektonresultdeployment_test.go:40: 
--- SKIP: TestTektonResultDeployment (0.00s)
PASS
ok  	github.com/tektoncd/operator/test/e2e/kubernetes	91.315s
Finished run, return code is 0
mktemp: failed to create file via template '/workspace/source/artifacts/junit_XXXXXXXX': No such file or directory
XML report written to .xml
***************************************
***         E2E TEST FAILED         ***
***    Start of information dump    ***
***************************************
>>> All resources:
NAMESPACE            NAME                                             READY   STATUS    RESTARTS   AGE
kube-system          pod/coredns-5dd5756b68-rcbxs                     1/1     Running   0          31m
kube-system          pod/coredns-5dd5756b68-w4hhb                     1/1     Running   0          31m
... skipping 51 lines ...
tekton-operator   tekton-operator           ClusterIP   10.96.90.71     <none>        9090/TCP                 27m
tekton-operator   tekton-operator-webhook   ClusterIP   10.96.166.207   <none>        443/TCP                  27m
>>> Events:
NAMESPACE            LAST SEEN   TYPE      REASON                    OBJECT                                                           MESSAGE
default              12m         Normal    FinalizerUpdate           tektoninstallerset/chain-4wlpn                                   Updated "chain-4wlpn" finalizers
default              12m         Warning   InternalError             tektoninstallerset/chain-4wlpn                                   configmaps "tekton-chains-config-observability" already exists
default              12m         Warning   FinalizerUpdateFailed     tektoninstallerset/chain-4wlpn                                   Failed to update finalizers for "chain-4wlpn": tektoninstallersets.operator.tekton.dev "chain-4wlpn" not found
default              17m         Normal    FinalizerUpdate           tektoninstallerset/chain-8hq4c                                   Updated "chain-8hq4c" finalizers
default              17m         Warning   InternalError             tektoninstallerset/chain-8hq4c                                   configmaps "tekton-chains-config-observability" already exists
default              26m         Normal    FinalizerUpdate           tektoninstallerset/chain-config-2w5hx                            Updated "chain-config-2w5hx" finalizers
default              21m         Normal    FinalizerUpdate           tektoninstallerset/chain-config-2w5hx                            Updated "chain-config-2w5hx" finalizers
default              17m         Normal    FinalizerUpdate           tektoninstallerset/chain-config-4n422                            Updated "chain-config-4n422" finalizers
default              10m         Normal    FinalizerUpdate           tektoninstallerset/chain-config-lxgb4                            Updated "chain-config-lxgb4" finalizers
... skipping 35 lines ...
default              20m         Normal    FinalizerUpdate           tektonconfig/config                                              Updated "config" finalizers
default              19m         Warning   InternalError             tektonconfig/config                                              reconcile again and proceed
default              19m         Warning   InternalError             tektonconfig/config                                              Operation cannot be fulfilled on tektonconfigs.operator.tekton.dev "config": the object has been modified; please apply your changes to the latest version and try again
default              17m         Normal    FinalizerUpdate           tektonconfig/config                                              Updated "config" finalizers
default              17m         Warning   InternalError             tektonconfig/config                                              reconcile again and proceed
default              17m         Warning   InternalError             tektonconfig/config                                              Operation cannot be fulfilled on tektonconfigs.operator.tekton.dev "config": the object has been modified; please apply your changes to the latest version and try again
default              17m         Warning   FinalizerUpdateFailed     tektonconfig/config                                              Failed to update finalizers for "config": tektonconfigs.operator.tekton.dev "config" not found
default              11m         Normal    FinalizerUpdate           tektonconfig/config                                              Updated "config" finalizers
default              10m         Warning   InternalError             tektonconfig/config                                              reconcile again and proceed
default              10m         Warning   InternalError             tektonconfig/config                                              Operation cannot be fulfilled on tektonconfigs.operator.tekton.dev "config": the object has been modified; please apply your changes to the latest version and try again
default              10m         Warning   InternalError             tektonconfig/config                                              Operation cannot be fulfilled on tektonconfigs.operator.tekton.dev "config": the object has been modified; please apply your changes to the latest version and try again
default              5m34s       Warning   InternalError             tektonconfig/config                                              reconcile again and proceed
default              5m34s       Normal    FinalizerUpdate           tektonconfig/config                                              Updated "config" finalizers
default              5m34s       Warning   FinalizerUpdateFailed     tektonconfig/config                                              Failed to update finalizers for "config": tektonconfigs.operator.tekton.dev "config" not found
default              5m35s       Normal    FinalizerUpdate           tektonhub/custom-hub-cwfgv                                       Updated "custom-hub-cwfgv" finalizers
default              10m         Normal    FinalizerUpdate           tektoninstallerset/dashboard-main-deployment-5k92f               Updated "dashboard-main-deployment-5k92f" finalizers
default              5m35s       Normal    FinalizerUpdate           tektoninstallerset/dashboard-main-deployment-5k92f               Updated "dashboard-main-deployment-5k92f" finalizers
default              57s         Normal    FinalizerUpdate           tektoninstallerset/dashboard-main-deployment-ktxd2               Updated "dashboard-main-deployment-ktxd2" finalizers
default              26m         Normal    FinalizerUpdate           tektoninstallerset/dashboard-main-deployment-r7jj8               Updated "dashboard-main-deployment-r7jj8" finalizers
default              21m         Normal    FinalizerUpdate           tektoninstallerset/dashboard-main-deployment-r7jj8               Updated "dashboard-main-deployment-r7jj8" finalizers
default              19m         Normal    FinalizerUpdate           tektoninstallerset/dashboard-main-deployment-rxzs8               Updated "dashboard-main-deployment-rxzs8" finalizers
default              17m         Normal    FinalizerUpdate           tektoninstallerset/dashboard-main-deployment-wn5ql               Updated "dashboard-main-deployment-wn5ql" finalizers
default              10m         Normal    FinalizerUpdate           tektoninstallerset/dashboard-main-static-7bl9r                   Updated "dashboard-main-static-7bl9r" finalizers
default              10m         Warning   InternalError             tektoninstallerset/dashboard-main-static-7bl9r                   rolebindings.rbac.authorization.k8s.io "tekton-dashboard-info" already exists
default              5m35s       Normal    FinalizerUpdate           tektoninstallerset/dashboard-main-static-7bl9r                   Updated "dashboard-main-static-7bl9r" finalizers
default              5m34s       Warning   FinalizerUpdateFailed     tektoninstallerset/dashboard-main-static-7bl9r                   Failed to update finalizers for "dashboard-main-static-7bl9r": Operation cannot be fulfilled on tektoninstallersets.operator.tekton.dev "dashboard-main-static-7bl9r": the object has been modified; please apply your changes to the latest version and try again
default              19m         Normal    FinalizerUpdate           tektoninstallerset/dashboard-main-static-7ltw8                   Updated "dashboard-main-static-7ltw8" finalizers
default              19m         Warning   InternalError             tektoninstallerset/dashboard-main-static-7ltw8                   clusterrolebindings.rbac.authorization.k8s.io "tekton-dashboard-tenant" already exists
default              19m         Warning   FinalizerUpdateFailed     tektoninstallerset/dashboard-main-static-7ltw8                   Failed to update finalizers for "dashboard-main-static-7ltw8": Operation cannot be fulfilled on tektoninstallersets.operator.tekton.dev "dashboard-main-static-7ltw8": the object has been modified; please apply your changes to the latest version and try again
default              26m         Normal    FinalizerUpdate           tektoninstallerset/dashboard-main-static-85rvv                   Updated "dashboard-main-static-85rvv" finalizers
default              26m         Warning   InternalError             tektoninstallerset/dashboard-main-static-85rvv                   rolebindings.rbac.authorization.k8s.io "tekton-dashboard-info" already exists
default              21m         Normal    FinalizerUpdate           tektoninstallerset/dashboard-main-static-85rvv                   Updated "dashboard-main-static-85rvv" finalizers
default              21m         Warning   FinalizerUpdateFailed     tektoninstallerset/dashboard-main-static-85rvv                   Failed to update finalizers for "dashboard-main-static-85rvv": Operation cannot be fulfilled on tektoninstallersets.operator.tekton.dev "dashboard-main-static-85rvv": the object has been modified; please apply your changes to the latest version and try again
default              17m         Normal    FinalizerUpdate           tektoninstallerset/dashboard-main-static-wrf8k                   Updated "dashboard-main-static-wrf8k" finalizers
default              17m         Warning   InternalError             tektoninstallerset/dashboard-main-static-wrf8k                   rolebindings.rbac.authorization.k8s.io "tekton-dashboard-info" already exists
default              17m         Warning   FinalizerUpdateFailed     tektoninstallerset/dashboard-main-static-wrf8k                   Failed to update finalizers for "dashboard-main-static-wrf8k": Operation cannot be fulfilled on tektoninstallersets.operator.tekton.dev "dashboard-main-static-wrf8k": the object has been modified; please apply your changes to the latest version and try again
default              57s         Normal    FinalizerUpdate           tektoninstallerset/dashboard-main-static-xgnj8                   Updated "dashboard-main-static-xgnj8" finalizers
default              66s         Warning   InternalError             tektoninstallerset/dashboard-main-static-xgnj8                   clusterrolebindings.rbac.authorization.k8s.io "tekton-dashboard-tenant" already exists
default              56s         Warning   FinalizerUpdateFailed     tektoninstallerset/dashboard-main-static-xgnj8                   Failed to update finalizers for "dashboard-main-static-xgnj8": Operation cannot be fulfilled on tektoninstallersets.operator.tekton.dev "dashboard-main-static-xgnj8": the object has been modified; please apply your changes to the latest version and try again
default              26m         Normal    FinalizerUpdate           tektondashboard/dashboard                                        Updated "dashboard" finalizers
default              21m         Normal    FinalizerUpdate           tektondashboard/dashboard                                        Updated "dashboard" finalizers
default              19m         Normal    FinalizerUpdate           tektondashboard/dashboard                                        Updated "dashboard" finalizers
default              17m         Normal    FinalizerUpdate           tektondashboard/dashboard                                        Updated "dashboard" finalizers
default              17m         Warning   FinalizerUpdateFailed     tektondashboard/dashboard                                        Failed to update finalizers for "dashboard": tektondashboards.operator.tekton.dev "dashboard" not found
default              10m         Normal    FinalizerUpdate           tektondashboard/dashboard                                        Updated "dashboard" finalizers
default              5m35s       Normal    FinalizerUpdate           tektondashboard/dashboard                                        Updated "dashboard" finalizers
default              57s         Normal    FinalizerUpdate           tektondashboard/dashboard                                        Updated "dashboard" finalizers
default              9m20s       Normal    FinalizerUpdate           tektonhub/hub                                                    Updated "hub" finalizers
default              8m5s        Normal    FinalizerUpdate           tektonhub/hub                                                    Updated "hub" finalizers
default              6m          Normal    FinalizerUpdate           tektonhub/hub                                                    Updated "hub" finalizers
... skipping 23 lines ...
default              31m         Normal    NodeHasSufficientPID      node/kind-worker3                                                Node kind-worker3 status is now: NodeHasSufficientPID
default              31m         Normal    RegisteredNode            node/kind-worker3                                                Node kind-worker3 event: Registered Node kind-worker3 in Controller
default              31m         Normal    Starting                  node/kind-worker3                                                
default              31m         Normal    NodeReady                 node/kind-worker3                                                Node kind-worker3 status is now: NodeReady
default              4m          Normal    FinalizerUpdate           manualapprovalgate/manual-approval-gate                          Updated "manual-approval-gate" finalizers
default              4m          Normal    FinalizerUpdate           tektoninstallerset/manualapprovalgate-main-deployment-9kpjn      Updated "manualapprovalgate-main-deployment-9kpjn" finalizers
default              4m          Warning   FinalizerUpdateFailed     tektoninstallerset/manualapprovalgate-main-deployment-9kpjn      Failed to update finalizers for "manualapprovalgate-main-deployment-9kpjn": Operation cannot be fulfilled on tektoninstallersets.operator.tekton.dev "manualapprovalgate-main-deployment-9kpjn": the object has been modified; please apply your changes to the latest version and try again
default              3m59s       Normal    FinalizerUpdate           tektoninstallerset/manualapprovalgate-main-static-nwhmv          Updated "manualapprovalgate-main-static-nwhmv" finalizers
default              4m14s       Warning   InternalError             tektoninstallerset/manualapprovalgate-main-static-nwhmv          clusterrolebindings.rbac.authorization.k8s.io "manual-approval-gate-webhook-leaderelection" already exists
default              3m59s       Warning   FinalizerUpdateFailed     tektoninstallerset/manualapprovalgate-main-static-nwhmv          Failed to update finalizers for "manualapprovalgate-main-static-nwhmv": Operation cannot be fulfilled on tektoninstallersets.operator.tekton.dev "manualapprovalgate-main-static-nwhmv": the object has been modified; please apply your changes to the latest version and try again
default              19m         Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-deployment-4dqw8                Updated "pipeline-main-deployment-4dqw8" finalizers
default              15m         Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-deployment-crkl4                Updated "pipeline-main-deployment-crkl4" finalizers
default              13m         Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-deployment-f4kmp                Updated "pipeline-main-deployment-f4kmp" finalizers
default              13m         Warning   FinalizerUpdateFailed     tektoninstallerset/pipeline-main-deployment-f4kmp                Failed to update finalizers for "pipeline-main-deployment-f4kmp": Operation cannot be fulfilled on tektoninstallersets.operator.tekton.dev "pipeline-main-deployment-f4kmp": the object has been modified; please apply your changes to the latest version and try again
default              12m         Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-deployment-j97qz                Updated "pipeline-main-deployment-j97qz" finalizers
default              19m         Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-deployment-mxrvd                Updated "pipeline-main-deployment-mxrvd" finalizers
default              19m         Warning   FinalizerUpdateFailed     tektoninstallerset/pipeline-main-deployment-mxrvd                Failed to update finalizers for "pipeline-main-deployment-mxrvd": Operation cannot be fulfilled on tektoninstallersets.operator.tekton.dev "pipeline-main-deployment-mxrvd": the object has been modified; please apply your changes to the latest version and try again
default              3m54s       Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-deployment-p97lz                Updated "pipeline-main-deployment-p97lz" finalizers
default              17m         Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-deployment-qh2nn                Updated "pipeline-main-deployment-qh2nn" finalizers
default              11m         Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-deployment-tszm5                Updated "pipeline-main-deployment-tszm5" finalizers
default              5m32s       Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-deployment-tszm5                Updated "pipeline-main-deployment-tszm5" finalizers
default              51s         Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-deployment-vm9bs                Updated "pipeline-main-deployment-vm9bs" finalizers
default              50s         Warning   FinalizerUpdateFailed     tektoninstallerset/pipeline-main-deployment-vm9bs                Failed to update finalizers for "pipeline-main-deployment-vm9bs": Operation cannot be fulfilled on tektoninstallersets.operator.tekton.dev "pipeline-main-deployment-vm9bs": the object has been modified; please apply your changes to the latest version and try again
default              26m         Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-deployment-x8bg6                Updated "pipeline-main-deployment-x8bg6" finalizers
default              21m         Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-deployment-x8bg6                Updated "pipeline-main-deployment-x8bg6" finalizers
default              3m8s        Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-statefulset-xmp7j               Updated "pipeline-main-statefulset-xmp7j" finalizers
default              2m38s       Warning   InternalError             tektoninstallerset/pipeline-main-statefulset-xmp7j               tekton-pipelines-controller statefulset is not ready
default              2m57s       Warning   InternalError             tektoninstallerset/pipeline-main-statefulset-xmp7j               tekton-pipelines-remote-resolvers statefulset is not ready
default              26m         Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-static-6c9lp                    Updated "pipeline-main-static-6c9lp" finalizers
default              26m         Warning   InternalError             tektoninstallerset/pipeline-main-static-6c9lp                    Operation cannot be fulfilled on configmaps "config-observability": the object has been modified; please apply your changes to the latest version and try again
default              21m         Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-static-6c9lp                    Updated "pipeline-main-static-6c9lp" finalizers
default              2m23s       Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-static-cnptp                    Updated "pipeline-main-static-cnptp" finalizers
default              3m11s       Warning   InternalError             tektoninstallerset/pipeline-main-static-cnptp                    Operation cannot be fulfilled on configmaps "config-observability": the object has been modified; please apply your changes to the latest version and try again
default              2m39s       Warning   InternalError             tektoninstallerset/pipeline-main-static-cnptp                    tekton-pipelines-controller statefulset is not ready
default              2m58s       Warning   InternalError             tektoninstallerset/pipeline-main-static-cnptp                    Internal error occurred: failed calling webhook "config.webhook.pipeline.tekton.dev": failed to call webhook: Post "https://tekton-pipelines-webhook.tekton-pipelines.svc:443/config-validation?timeout=10s": dial tcp 10.96.104.138:443: connect: connection refused
default              2m40s       Warning   InternalError             tektoninstallerset/pipeline-main-static-cnptp                    Operation cannot be fulfilled on configmaps "config-logging": the object has been modified; please apply your changes to the latest version and try again
default              2m35s       Warning   InternalError             tektoninstallerset/pipeline-main-static-cnptp                    tekton-pipelines-remote-resolvers statefulset is not ready
default              2m27s       Warning   InternalError             tektoninstallerset/pipeline-main-static-cnptp                    roles.rbac.authorization.k8s.io "tekton-pipelines-leader-election" not found
default              2m26s       Warning   InternalError             tektoninstallerset/pipeline-main-static-cnptp                    Operation cannot be fulfilled on configmaps "config-logging": StorageError: invalid object, Code: 4, Key: /registry/configmaps/tekton-pipelines/config-logging, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: afd6fd02-c998-4f80-8a70-f6b33d56dcd1, UID in object meta:
default              2m23s       Warning   FinalizerUpdateFailed     tektoninstallerset/pipeline-main-static-cnptp                    Failed to update finalizers for "pipeline-main-static-cnptp": Operation cannot be fulfilled on tektoninstallersets.operator.tekton.dev "pipeline-main-static-cnptp": the object has been modified; please apply your changes to the latest version and try again
default              2m20s       Warning   FinalizerUpdateFailed     tektoninstallerset/pipeline-main-static-cnptp                    Failed to update finalizers for "pipeline-main-static-cnptp": tektoninstallersets.operator.tekton.dev "pipeline-main-static-cnptp" not found
default              15m         Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-static-fb5tc                    Updated "pipeline-main-static-fb5tc" finalizers
default              16m         Warning   InternalError             tektoninstallerset/pipeline-main-static-fb5tc                    Operation cannot be fulfilled on configmaps "config-observability": the object has been modified; please apply your changes to the latest version and try again
default              16m         Warning   InternalError             tektoninstallerset/pipeline-main-static-fb5tc                    Internal error occurred: failed calling webhook "config.webhook.pipeline.tekton.dev": failed to call webhook: Post "https://tekton-pipelines-webhook.tekton-pipelines.svc:443/config-validation?timeout=10s": dial tcp 10.96.216.72:443: connect: connection refused
default              15m         Warning   FinalizerUpdateFailed     tektoninstallerset/pipeline-main-static-fb5tc                    Failed to update finalizers for "pipeline-main-static-fb5tc": Operation cannot be fulfilled on tektoninstallersets.operator.tekton.dev "pipeline-main-static-fb5tc": the object has been modified; please apply your changes to the latest version and try again
default              19m         Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-static-hxqmh                    Updated "pipeline-main-static-hxqmh" finalizers
default              20m         Warning   InternalError             tektoninstallerset/pipeline-main-static-hxqmh                    Operation cannot be fulfilled on configmaps "config-observability": the object has been modified; please apply your changes to the latest version and try again
default              19m         Warning   InternalError             tektoninstallerset/pipeline-main-static-hxqmh                    clusterroles.rbac.authorization.k8s.io "tekton-operators-proxy-admin" not found
default              19m         Warning   FinalizerUpdateFailed     tektoninstallerset/pipeline-main-static-hxqmh                    Failed to update finalizers for "pipeline-main-static-hxqmh": Operation cannot be fulfilled on tektoninstallersets.operator.tekton.dev "pipeline-main-static-hxqmh": the object has been modified; please apply your changes to the latest version and try again
default              19m         Warning   FinalizerUpdateFailed     tektoninstallerset/pipeline-main-static-hxqmh                    Failed to update finalizers for "pipeline-main-static-hxqmh": tektoninstallersets.operator.tekton.dev "pipeline-main-static-hxqmh" not found
default              19m         Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-static-jz7c8                    Updated "pipeline-main-static-jz7c8" finalizers
default              19m         Warning   InternalError             tektoninstallerset/pipeline-main-static-jz7c8                    Operation cannot be fulfilled on configmaps "config-observability": the object has been modified; please apply your changes to the latest version and try again
default              11m         Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-static-k5jsj                    Updated "pipeline-main-static-k5jsj" finalizers
default              11m         Warning   InternalError             tektoninstallerset/pipeline-main-static-k5jsj                    Operation cannot be fulfilled on configmaps "config-observability": the object has been modified; please apply your changes to the latest version and try again
default              11m         Warning   InternalError             tektoninstallerset/pipeline-main-static-k5jsj                    Internal error occurred: failed calling webhook "config.webhook.pipeline.tekton.dev": failed to call webhook: Post "https://tekton-pipelines-webhook.tekton-pipelines.svc:443/config-validation?timeout=10s": dial tcp 10.96.200.166:443: connect: connection refused
default              5m28s       Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-static-k5jsj                    Updated "pipeline-main-static-k5jsj" finalizers
default              5m25s       Warning   FinalizerUpdateFailed     tektoninstallerset/pipeline-main-static-k5jsj                    Failed to update finalizers for "pipeline-main-static-k5jsj": tektoninstallersets.operator.tekton.dev "pipeline-main-static-k5jsj" not found
default              12m         Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-static-l7tnk                    Updated "pipeline-main-static-l7tnk" finalizers
default              13m         Warning   InternalError             tektoninstallerset/pipeline-main-static-l7tnk                    Operation cannot be fulfilled on configmaps "config-observability": the object has been modified; please apply your changes to the latest version and try again
default              12m         Warning   InternalError             tektoninstallerset/pipeline-main-static-l7tnk                    Internal error occurred: failed calling webhook "config.webhook.pipeline.tekton.dev": failed to call webhook: Post "https://tekton-pipelines-webhook.tekton-pipelines.svc:443/config-validation?timeout=10s": dial tcp 10.96.61.189:443: connect: connection refused
default              12m         Warning   FinalizerUpdateFailed     tektoninstallerset/pipeline-main-static-l7tnk                    Failed to update finalizers for "pipeline-main-static-l7tnk": Operation cannot be fulfilled on tektoninstallersets.operator.tekton.dev "pipeline-main-static-l7tnk": the object has been modified; please apply your changes to the latest version and try again
default              48s         Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-static-tg59h                    Updated "pipeline-main-static-tg59h" finalizers
default              88s         Warning   InternalError             tektoninstallerset/pipeline-main-static-tg59h                    Operation cannot be fulfilled on configmaps "config-observability": the object has been modified; please apply your changes to the latest version and try again
default              74s         Warning   InternalError             tektoninstallerset/pipeline-main-static-tg59h                    Internal error occurred: failed calling webhook "config.webhook.pipeline.tekton.dev": failed to call webhook: Post "https://tekton-pipelines-webhook.tekton-pipelines.svc:443/config-validation?timeout=10s": dial tcp 10.96.197.73:443: connect: connection refused
default              48s         Warning   FinalizerUpdateFailed     tektoninstallerset/pipeline-main-static-tg59h                    Failed to update finalizers for "pipeline-main-static-tg59h": Operation cannot be fulfilled on tektoninstallersets.operator.tekton.dev "pipeline-main-static-tg59h": the object has been modified; please apply your changes to the latest version and try again
default              3m51s       Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-static-vdbkk                    Updated "pipeline-main-static-vdbkk" finalizers
default              4m36s       Warning   InternalError             tektoninstallerset/pipeline-main-static-vdbkk                    Operation cannot be fulfilled on configmaps "config-observability": the object has been modified; please apply your changes to the latest version and try again
default              4m22s       Warning   InternalError             tektoninstallerset/pipeline-main-static-vdbkk                    Internal error occurred: failed calling webhook "config.webhook.pipeline.tekton.dev": failed to call webhook: Post "https://tekton-pipelines-webhook.tekton-pipelines.svc:443/config-validation?timeout=10s": dial tcp 10.96.221.233:443: connect: connection refused
default              3m51s       Warning   FinalizerUpdateFailed     tektoninstallerset/pipeline-main-static-vdbkk                    Failed to update finalizers for "pipeline-main-static-vdbkk": Operation cannot be fulfilled on tektoninstallersets.operator.tekton.dev "pipeline-main-static-vdbkk": the object has been modified; please apply your changes to the latest version and try again
default              13m         Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-static-vvgxw                    Updated "pipeline-main-static-vvgxw" finalizers
default              14m         Warning   InternalError             tektoninstallerset/pipeline-main-static-vvgxw                    Operation cannot be fulfilled on configmaps "config-observability": the object has been modified; please apply your changes to the latest version and try again
default              14m         Warning   InternalError             tektoninstallerset/pipeline-main-static-vvgxw                    Internal error occurred: failed calling webhook "config.webhook.pipeline.tekton.dev": failed to call webhook: Post "https://tekton-pipelines-webhook.tekton-pipelines.svc:443/config-validation?timeout=10s": dial tcp 10.96.99.54:443: connect: connection refused
default              13m         Warning   FinalizerUpdateFailed     tektoninstallerset/pipeline-main-static-vvgxw                    Failed to update finalizers for "pipeline-main-static-vvgxw": Operation cannot be fulfilled on tektoninstallersets.operator.tekton.dev "pipeline-main-static-vvgxw": the object has been modified; please apply your changes to the latest version and try again
default              17m         Normal    FinalizerUpdate           tektoninstallerset/pipeline-main-static-z5vms                    Updated "pipeline-main-static-z5vms" finalizers
default              18m         Warning   InternalError             tektoninstallerset/pipeline-main-static-z5vms                    Operation cannot be fulfilled on configmaps "config-observability": the object has been modified; please apply your changes to the latest version and try again
default              17m         Warning   InternalError             tektoninstallerset/pipeline-main-static-z5vms                    Internal error occurred: failed calling webhook "config.webhook.pipeline.tekton.dev": failed to call webhook: Post "https://tekton-pipelines-webhook.tekton-pipelines.svc:443/config-validation?timeout=10s": dial tcp 10.96.46.77:443: connect: connection refused
default              26m         Normal    FinalizerUpdate           tektonpipeline/pipeline                                          Updated "pipeline" finalizers
default              21m         Normal    FinalizerUpdate           tektonpipeline/pipeline                                          Updated "pipeline" finalizers
default              21m         Warning   FinalizerUpdateFailed     tektonpipeline/pipeline                                          Failed to update finalizers for "pipeline": tektonpipelines.operator.tekton.dev "pipeline" not found
default              19m         Normal    FinalizerUpdate           tektonpipeline/pipeline                                          Updated "pipeline" finalizers
default              19m         Normal    FinalizerUpdate           tektonpipeline/pipeline                                          Updated "pipeline" finalizers
default              17m         Normal    FinalizerUpdate           tektonpipeline/pipeline                                          Updated "pipeline" finalizers
default              17m         Warning   FinalizerUpdateFailed     tektonpipeline/pipeline                                          Failed to update finalizers for "pipeline": tektonpipelines.operator.tekton.dev "pipeline" not found
default              15m         Normal    FinalizerUpdate           tektonpipeline/pipeline                                          Updated "pipeline" finalizers
default              13m         Normal    FinalizerUpdate           tektonpipeline/pipeline                                          Updated "pipeline" finalizers
default              12m         Normal    FinalizerUpdate           tektonpipeline/pipeline                                          Updated "pipeline" finalizers
default              12m         Warning   FinalizerUpdateFailed     tektonpipeline/pipeline                                          Failed to update finalizers for "pipeline": tektonpipelines.operator.tekton.dev "pipeline" not found
default              11m         Normal    FinalizerUpdate           tektonpipeline/pipeline                                          Updated "pipeline" finalizers
default              5m34s       Normal    FinalizerUpdate           tektonpipeline/pipeline                                          Updated "pipeline" finalizers
default              5m34s       Warning   FinalizerUpdateFailed     tektonpipeline/pipeline                                          Failed to update finalizers for "pipeline": tektonpipelines.operator.tekton.dev "pipeline" not found
default              3m55s       Normal    FinalizerUpdate           tektonpipeline/pipeline                                          Updated "pipeline" finalizers
default              2m29s       Normal    FinalizerUpdate           tektonpipeline/pipeline                                          Updated "pipeline" finalizers
default              51s         Normal    FinalizerUpdate           tektonpipeline/pipeline                                          Updated "pipeline" finalizers
default              9m20s       Normal    FinalizerUpdate           tektoninstallerset/tekton-hub-api-cmlxw                          Updated "tekton-hub-api-cmlxw" finalizers
default              9m20s       Warning   FinalizerUpdateFailed     tektoninstallerset/tekton-hub-api-cmlxw                          Failed to update finalizers for "tekton-hub-api-cmlxw": tektoninstallersets.operator.tekton.dev "tekton-hub-api-cmlxw" not found
default              6m14s       Normal    FinalizerUpdate           tektoninstallerset/tekton-hub-api-fx89f                          Updated "tekton-hub-api-fx89f" finalizers
default              8m5s        Normal    FinalizerUpdate           tektoninstallerset/tekton-hub-api-p2nbm                          Updated "tekton-hub-api-p2nbm" finalizers
default              8m5s        Warning   FinalizerUpdateFailed     tektoninstallerset/tekton-hub-api-p2nbm                          Failed to update finalizers for "tekton-hub-api-p2nbm": tektoninstallersets.operator.tekton.dev "tekton-hub-api-p2nbm" not found
default              6m          Normal    FinalizerUpdate           tektoninstallerset/tekton-hub-api-qkrpb                          Updated "tekton-hub-api-qkrpb" finalizers
default              6m          Warning   FinalizerUpdateFailed     tektoninstallerset/tekton-hub-api-qkrpb                          Failed to update finalizers for "tekton-hub-api-qkrpb": tektoninstallersets.operator.tekton.dev "tekton-hub-api-qkrpb" not found
default              6m15s       Normal    FinalizerUpdate           tektoninstallerset/tekton-hub-db-55bck                           Updated "tekton-hub-db-55bck" finalizers
default              9m20s       Normal    FinalizerUpdate           tektoninstallerset/tekton-hub-db-bztbg                           Updated "tekton-hub-db-bztbg" finalizers
default              6m          Normal    FinalizerUpdate           tektoninstallerset/tekton-hub-db-migration-9fjpg                 Updated "tekton-hub-db-migration-9fjpg" finalizers
default              6m11s       Warning   InternalError             tektoninstallerset/tekton-hub-db-migration-9fjpg                 Job not successful
default              9m20s       Normal    FinalizerUpdate           tektoninstallerset/tekton-hub-db-migration-9xkk6                 Updated "tekton-hub-db-migration-9xkk6" finalizers
default              9m47s       Warning   InternalError             tektoninstallerset/tekton-hub-db-migration-9xkk6                 Job not successful
default              8m5s        Normal    FinalizerUpdate           tektoninstallerset/tekton-hub-db-migration-djvn7                 Updated "tekton-hub-db-migration-djvn7" finalizers
default              8m35s       Warning   InternalError             tektoninstallerset/tekton-hub-db-migration-djvn7                 Job not successful
default              6m15s       Normal    FinalizerUpdate           tektoninstallerset/tekton-hub-db-migration-fbnzc                 Updated "tekton-hub-db-migration-fbnzc" finalizers
default              7m6s        Warning   InternalError             tektoninstallerset/tekton-hub-db-migration-fbnzc                 Job not successful
default              8m5s        Normal    FinalizerUpdate           tektoninstallerset/tekton-hub-ui-5x4rk                           Updated "tekton-hub-ui-5x4rk" finalizers
default              6m7s        Normal    FinalizerUpdate           tektoninstallerset/tekton-hub-ui-7fklb                           Updated "tekton-hub-ui-7fklb" finalizers
default              6m7s        Warning   FinalizerUpdateFailed     tektoninstallerset/tekton-hub-ui-7fklb                           Failed to update finalizers for "tekton-hub-ui-7fklb": tektoninstallersets.operator.tekton.dev "tekton-hub-ui-7fklb" not found
default              6m          Normal    FinalizerUpdate           tektoninstallerset/tekton-hub-ui-kd8fz                           Updated "tekton-hub-ui-kd8fz" finalizers
default              9m20s       Normal    FinalizerUpdate           tektoninstallerset/tekton-hub-ui-ktv7p                           Updated "tekton-hub-ui-ktv7p" finalizers
default              10m         Normal    FinalizerUpdate           tektoninstallerset/tektoncd-pruner-6zkjl                         Updated "tektoncd-pruner-6zkjl" finalizers
default              5m31s       Normal    FinalizerUpdate           tektoninstallerset/tektoncd-pruner-6zkjl                         Updated "tektoncd-pruner-6zkjl" finalizers
default              17m         Normal    FinalizerUpdate           tektoninstallerset/tektoncd-pruner-btsbr                         Updated "tektoncd-pruner-btsbr" finalizers
default              26m         Normal    FinalizerUpdate           tektoninstallerset/tektoncd-pruner-ls2kv                         Updated "tektoncd-pruner-ls2kv" finalizers
default              21m         Normal    FinalizerUpdate           tektoninstallerset/tektoncd-pruner-ls2kv                         Updated "tektoncd-pruner-ls2kv" finalizers
default              19m         Normal    FinalizerUpdate           tektoninstallerset/tektoncd-pruner-p6cqz                         Updated "tektoncd-pruner-p6cqz" finalizers
default              17m         Normal    FinalizerUpdate           tektoninstallerset/trigger-main-deployment-2t8xl                 Updated "trigger-main-deployment-2t8xl" finalizers
default              13m         Normal    FinalizerUpdate           tektoninstallerset/trigger-main-deployment-b5h8h                 Updated "trigger-main-deployment-b5h8h" finalizers
default              13m         Warning   FinalizerUpdateFailed     tektoninstallerset/trigger-main-deployment-b5h8h                 Failed to update finalizers for "trigger-main-deployment-b5h8h": Operation cannot be fulfilled on tektoninstallersets.operator.tekton.dev "trigger-main-deployment-b5h8h": the object has been modified; please apply your changes to the latest version and try again
default              11m         Normal    FinalizerUpdate           tektoninstallerset/trigger-main-deployment-ccxrk                 Updated "trigger-main-deployment-ccxrk" finalizers
default              5m34s       Normal    FinalizerUpdate           tektoninstallerset/trigger-main-deployment-ccxrk                 Updated "trigger-main-deployment-ccxrk" finalizers
default              26m         Normal    FinalizerUpdate           tektoninstallerset/trigger-main-deployment-mmk9l                 Updated "trigger-main-deployment-mmk9l" finalizers
default              21m         Normal    FinalizerUpdate           tektoninstallerset/trigger-main-deployment-mmk9l                 Updated "trigger-main-deployment-mmk9l" finalizers
default              19m         Normal    FinalizerUpdate           tektoninstallerset/trigger-main-deployment-zh669                 Updated "trigger-main-deployment-zh669" finalizers
default              19m         Normal    FinalizerUpdate           tektoninstallerset/trigger-main-static-2bgwz                     Updated "trigger-main-static-2bgwz" finalizers
default              20m         Warning   InternalError             tektoninstallerset/trigger-main-static-2bgwz                     rolebindings.rbac.authorization.k8s.io "tekton-triggers-core-interceptors" already exists
default              13m         Normal    FinalizerUpdate           tektoninstallerset/trigger-main-static-5c65c                     Updated "trigger-main-static-5c65c" finalizers
default              14m         Warning   InternalError             tektoninstallerset/trigger-main-static-5c65c                     rolebindings.rbac.authorization.k8s.io "tekton-triggers-core-interceptors" already exists
default              13m         Warning   FinalizerUpdateFailed     tektoninstallerset/trigger-main-static-5c65c                     Failed to update finalizers for "trigger-main-static-5c65c": Operation cannot be fulfilled on tektoninstallersets.operator.tekton.dev "trigger-main-static-5c65c": the object has been modified; please apply your changes to the latest version and try again
default              13m         Warning   FinalizerUpdateFailed     tektoninstallerset/trigger-main-static-5c65c                     Failed to update finalizers for "trigger-main-static-5c65c": tektoninstallersets.operator.tekton.dev "trigger-main-static-5c65c" not found
default              17m         Normal    FinalizerUpdate           tektoninstallerset/trigger-main-static-9tbgt                     Updated "trigger-main-static-9tbgt" finalizers
default              11m         Normal    FinalizerUpdate           tektoninstallerset/trigger-main-static-c5kfm                     Updated "trigger-main-static-c5kfm" finalizers
default              5m32s       Normal    FinalizerUpdate           tektoninstallerset/trigger-main-static-c5kfm                     Updated "trigger-main-static-c5kfm" finalizers
default              26m         Normal    FinalizerUpdate           tektoninstallerset/trigger-main-static-vhsv4                     Updated "trigger-main-static-vhsv4" finalizers
default              26m         Warning   InternalError             tektoninstallerset/trigger-main-static-vhsv4                     rolebindings.rbac.authorization.k8s.io "tekton-triggers-core-interceptors" already exists
default              21m         Normal    FinalizerUpdate           tektoninstallerset/trigger-main-static-vhsv4                     Updated "trigger-main-static-vhsv4" finalizers
default              26m         Normal    FinalizerUpdate           tektontrigger/trigger                                            Updated "trigger" finalizers
default              21m         Normal    FinalizerUpdate           tektontrigger/trigger                                            Updated "trigger" finalizers
default              19m         Normal    FinalizerUpdate           tektontrigger/trigger                                            Updated "trigger" finalizers
default              19m         Warning   FinalizerUpdateFailed     tektontrigger/trigger                                            Failed to update finalizers for "trigger": tektontriggers.operator.tekton.dev "trigger" not found
default              17m         Normal    FinalizerUpdate           tektontrigger/trigger                                            Updated "trigger" finalizers
default              13m         Normal    FinalizerUpdate           tektontrigger/trigger                                            Updated "trigger" finalizers
default              11m         Normal    FinalizerUpdate           tektontrigger/trigger                                            Updated "trigger" finalizers
default              5m34s       Normal    FinalizerUpdate           tektontrigger/trigger                                            Updated "trigger" finalizers
default              5m34s       Warning   FinalizerUpdateFailed     tektontrigger/trigger                                            Failed to update finalizers for "trigger": tektontriggers.operator.tekton.dev "trigger" not found
default              27m         Normal    FinalizerUpdate           tektoninstallerset/validating-mutating-webhook-zsbnb             Updated "validating-mutating-webhook-zsbnb" finalizers
kube-system          31m         Warning   FailedScheduling          pod/coredns-5dd5756b68-rcbxs                                     0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
kube-system          31m         Normal    Scheduled                 pod/coredns-5dd5756b68-rcbxs                                     Successfully assigned kube-system/coredns-5dd5756b68-rcbxs to kind-control-plane
kube-system          31m         Normal    Pulled                    pod/coredns-5dd5756b68-rcbxs                                     Container image "registry.k8s.io/coredns/coredns:v1.10.1" already present on machine
kube-system          31m         Normal    Created                   pod/coredns-5dd5756b68-rcbxs                                     Created container coredns
kube-system          31m         Normal    Started                   pod/coredns-5dd5756b68-rcbxs                                     Started container coredns
... skipping 187 lines ...
tekton-operator      27m         Normal    SuccessfulCreate          replicaset/tekton-operator-5885bdf8b6                            Created pod: tekton-operator-5885bdf8b6-qjmf8
tekton-operator      22m         Normal    SuccessfulCreate          replicaset/tekton-operator-5885bdf8b6                            Created pod: tekton-operator-5885bdf8b6-6gk9c
tekton-operator      20m         Normal    SuccessfulCreate          replicaset/tekton-operator-5885bdf8b6                            Created pod: tekton-operator-5885bdf8b6-lnjtb
tekton-operator      11m         Normal    SuccessfulCreate          replicaset/tekton-operator-5885bdf8b6                            Created pod: tekton-operator-5885bdf8b6-flfjn
tekton-operator      10m         Normal    SuccessfulCreate          replicaset/tekton-operator-5885bdf8b6                            Created pod: tekton-operator-5885bdf8b6-2b9xn
tekton-operator      27m         Normal    Scheduled                 pod/tekton-operator-webhook-56c6f9b758-qmx7x                     Successfully assigned tekton-operator/tekton-operator-webhook-56c6f9b758-qmx7x to kind-worker2
tekton-operator      27m         Warning   FailedMount               pod/tekton-operator-webhook-56c6f9b758-qmx7x                     MountVolume.SetUp failed for volume "kube-api-access-8s8pr" : failed to sync configmap cache: timed out waiting for the condition
tekton-operator      27m         Normal    Pulling                   pod/tekton-operator-webhook-56c6f9b758-qmx7x                     Pulling image "registry.local:5000/webhook-f2bb711aa8f0c0892856a4cbf6d9ddd8@sha256:4ed3967f2fcb7ef0ebe5f109440c82afe97118e0e977b028a708abcff30f9ece"
tekton-operator      27m         Normal    Pulled                    pod/tekton-operator-webhook-56c6f9b758-qmx7x                     Successfully pulled image "registry.local:5000/webhook-f2bb711aa8f0c0892856a4cbf6d9ddd8@sha256:4ed3967f2fcb7ef0ebe5f109440c82afe97118e0e977b028a708abcff30f9ece" in 866ms (866ms including waiting)
tekton-operator      27m         Normal    Created                   pod/tekton-operator-webhook-56c6f9b758-qmx7x                     Created container tekton-operator-webhook
tekton-operator      27m         Normal    Started                   pod/tekton-operator-webhook-56c6f9b758-qmx7x                     Started container tekton-operator-webhook
tekton-operator      27m         Normal    SuccessfulCreate          replicaset/tekton-operator-webhook-56c6f9b758                    Created pod: tekton-operator-webhook-56c6f9b758-qmx7x
tekton-operator      27m         Normal    ScalingReplicaSet         deployment/tekton-operator-webhook                               Scaled up replica set tekton-operator-webhook-56c6f9b758 to 1
tekton-operator      27m         Normal    ScalingReplicaSet         deployment/tekton-operator                                       Scaled up replica set tekton-operator-5885bdf8b6 to 1
***************************************
***         E2E TEST FAILED         ***
***     End of information dump     ***
***************************************
+ EXIT_VALUE=1
+ set +o xtrace
Cleaning up after docker in docker.
================================================================================
... skipping 4 lines ...