Error lines from build-log.txt
... skipping 103 lines ...
==== RUNNING INTEGRATION TESTS ====
===================================
/home/prow/go/src/github.com/tektoncd/results /home/prow/go/src/github.com/tektoncd/results
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 231 lines ...
I0128 10:22:01.192271 201 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0128 10:22:01.692253 201 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0128 10:22:04.328860 201 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 403 Forbidden in 2137 milliseconds
I0128 10:22:04.337204 201 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 403 Forbidden in 7 milliseconds
I0128 10:22:04.692960 201 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 403 Forbidden in 1 milliseconds
I0128 10:22:05.192673 201 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 403 Forbidden in 1 milliseconds
I0128 10:22:05.692850 201 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 500 Internal Server Error in 0 milliseconds
I0128 10:22:06.192443 201 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 200 OK in 0 milliseconds
[api-check] The API server is healthy after 6.001532827s
I0128 10:22:06.193094 201 loader.go:395] Config loaded from file: /etc/kubernetes/admin.conf
I0128 10:22:06.193892 201 loader.go:395] Config loaded from file: /etc/kubernetes/super-admin.conf
I0128 10:22:06.194385 201 kubeconfig.go:608] ensuring that the ClusterRoleBinding for the kubeadm:cluster-admins Group exists
I0128 10:22:06.195511 201 round_trippers.go:553] POST https://tekton-results-control-plane:6443/apis/rbac.authorization.k8s.io/v1/clusterrolebindings?timeout=10s 403 Forbidden in 0 milliseconds
... skipping 105 lines ...
I0128 10:22:08.698656 202 joinconfiguration.go:83] loading configuration from "/kind/kubeadm.conf"
I0128 10:22:08.699713 202 controlplaneprepare.go:225] [download-certs] Skipping certs download
I0128 10:22:08.699732 202 join.go:536] [preflight] Discovering cluster-info
I0128 10:22:08.699753 202 token.go:79] [discovery] Created cluster-info discovery client, requesting info from "tekton-results-control-plane:6443"
I0128 10:22:08.700230 202 token.go:210] [discovery] Waiting for the cluster-info ConfigMap to receive a JWS signaturefor token ID "abcdef"
I0128 10:22:08.725300 202 round_trippers.go:553] GET https://tekton-results-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s 200 OK in 24 milliseconds
I0128 10:22:08.725821 202 token.go:228] [discovery] Retrying due to error: could not find a JWS signature in the cluster-info ConfigMap for token ID "abcdef"
I0128 10:22:13.726233 202 round_trippers.go:553] GET https://tekton-results-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s 200 OK in 22 milliseconds
I0128 10:22:13.726586 202 token.go:228] [discovery] Retrying due to error: could not find a JWS signature in the cluster-info ConfigMap for token ID "abcdef"
I0128 10:22:18.724398 202 round_trippers.go:553] GET https://tekton-results-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s 200 OK in 20 milliseconds
I0128 10:22:18.724695 202 token.go:228] [discovery] Retrying due to error: could not find a JWS signature in the cluster-info ConfigMap for token ID "abcdef"
I0128 10:22:23.744922 202 round_trippers.go:553] GET https://tekton-results-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s 200 OK in 40 milliseconds
I0128 10:22:23.745976 202 token.go:104] [discovery] Cluster info signature and contents are valid and no TLS pinning was specified, will use API Server "tekton-results-control-plane:6443"
I0128 10:22:23.746041 202 discovery.go:52] [discovery] Using provided TLSBootstrapToken as authentication credentials for the join process
I0128 10:22:23.746087 202 join.go:550] [preflight] Fetching init configuration
I0128 10:22:23.746098 202 join.go:596] [preflight] Retrieving KubeConfig objects
[preflight] Reading configuration from the cluster...
... skipping 340 lines ...
++ kubectl get pod -o=name -n tekton-pipelines
++ grep tekton-results-api
++ sed 's/^.\{4\}//'
+ kubectl delete pod tekton-results-api-5b677c9fb4-xw9px -n tekton-pipelines
pod "tekton-results-api-5b677c9fb4-xw9px" 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-control-plane" "tekton-results-worker"]
+ failed=1
+ return 1
Running integration test test/vendor/github.com/tektoncd/plumbing/scripts/e2e-tests.sh
==================================
==== INTEGRATION TESTS FAILED ====
==================================
+ EXIT_VALUE=1
+ set +o xtrace
Cleaning up after docker in docker.
================================================================================
Cleaning up binfmt_misc ...
... skipping 3 lines ...