Error lines from build-log.txt
... skipping 123 lines ...
===================================
/home/prow/go/src/github.com/tektoncd/results /home/prow/go/src/github.com/tektoncd/results
Running integration test test/vendor/github.com/tektoncd/plumbing/scripts/e2e-tests.sh
Running integration test test/e2e-tests.sh
+ E2E_GO_TEST_TIMEOUT=20m
+ main
+ failed=0
+ echo 'Start e2e tests with a timeout of 20m'
Start e2e tests with a timeout of 20m
++ dirname test/e2e-tests.sh
+ timeout 20m test/e2e/e2e.sh
+ trap cleanup EXIT
+ main
... skipping 239 lines ...
I0625 11:22:47.661118 201 round_trippers.go:560] GET https://tekton-results-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0625 11:22:50.392306 201 round_trippers.go:560] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 403 Forbidden in 2231 milliseconds
I0625 11:22:50.396259 201 round_trippers.go:560] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 403 Forbidden in 3 milliseconds
I0625 11:22:50.661798 201 round_trippers.go:560] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 403 Forbidden in 0 milliseconds
I0625 11:22:51.161458 201 round_trippers.go:560] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 403 Forbidden in 0 milliseconds
I0625 11:22:51.662117 201 round_trippers.go:560] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 403 Forbidden in 0 milliseconds
I0625 11:22:52.161555 201 round_trippers.go:560] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 500 Internal Server Error in 0 milliseconds
I0625 11:22:52.663358 201 round_trippers.go:560] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 200 OK in 2 milliseconds
[api-check] The API server is healthy after 6.50305959s
I0625 11:22:52.663966 201 loader.go:402] Config loaded from file: /etc/kubernetes/admin.conf
I0625 11:22:52.664750 201 loader.go:402] Config loaded from file: /etc/kubernetes/super-admin.conf
I0625 11:22:52.665264 201 kubeconfig.go:665] ensuring that the ClusterRoleBinding for the kubeadm:cluster-admins Group exists
I0625 11:22:52.666430 201 round_trippers.go:560] POST https://tekton-results-control-plane:6443/apis/rbac.authorization.k8s.io/v1/clusterrolebindings?timeout=10s 403 Forbidden in 0 milliseconds
... skipping 110 lines ...
I0625 11:22:55.114362 229 envvar.go:172] "Feature gate default state" feature="ClientsAllowCBOR" enabled=false
I0625 11:22:55.114383 229 envvar.go:172] "Feature gate default state" feature="ClientsPreferCBOR" enabled=false
I0625 11:22:55.114389 229 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false
I0625 11:22:55.114409 229 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false
I0625 11:22:55.114794 229 token.go:230] [discovery] Waiting for the cluster-info ConfigMap to receive a JWS signature for token ID "abcdef"
I0625 11:22:55.139383 229 round_trippers.go:560] GET https://tekton-results-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s 200 OK in 24 milliseconds
I0625 11:22:55.139597 229 token.go:250] [discovery] Retrying due to error: could not find a JWS signature in the cluster-info ConfigMap for token ID "abcdef"
I0625 11:23:00.119182 229 token.go:230] [discovery] Waiting for the cluster-info ConfigMap to receive a JWS signature for token ID "abcdef"
I0625 11:23:00.151303 229 round_trippers.go:560] GET https://tekton-results-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s 200 OK in 31 milliseconds
I0625 11:23:00.152055 229 token.go:114] [discovery] Cluster info signature and contents are valid and no TLS pinning was specified, will use API Server "tekton-results-control-plane:6443"
I0625 11:23:00.152129 229 discovery.go:53] [discovery] Using provided TLSBootstrapToken as authentication credentials for the join process
I0625 11:23:00.152148 229 join.go:565] [preflight] Fetching init configuration
I0625 11:23:00.152155 229 join.go:652] [preflight] Retrieving KubeConfig objects
... skipping 341 lines ...
++ kubectl get pod -o=name -n tekton-pipelines
++ grep tekton-results-api
++ sed 's/^.\{4\}//'
+ kubectl delete pod tekton-results-api-9845796f7-b4mqx -n tekton-pipelines
pod "tekton-results-api-9845796f7-b4mqx" deleted
+ kubectl wait deployment tekton-results-api --namespace=tekton-pipelines --for=condition=available --timeout=120s
error: timed out waiting for the condition on deployments/tekton-results-api
+ cleanup
+ kind delete cluster
Deleting cluster "tekton-results" ...
Deleted nodes: ["tekton-results-worker" "tekton-results-control-plane"]
+ failed=1
+ return 1
==================================
==== INTEGRATION TESTS FAILED ====
==================================
+ EXIT_VALUE=1
+ set +o xtrace
Cleaning up after docker in docker.
================================================================================
Cleaning up binfmt_misc ...
... skipping 3 lines ...