Error lines from build-log.txt
... skipping 87 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 349 lines ...
I0219 11:14:52.662734 204 joinconfiguration.go:83] loading configuration from "/kind/kubeadm.conf"
I0219 11:14:52.663717 204 controlplaneprepare.go:225] [download-certs] Skipping certs download
I0219 11:14:52.663735 204 join.go:536] [preflight] Discovering cluster-info
I0219 11:14:52.663752 204 token.go:79] [discovery] Created cluster-info discovery client, requesting info from "tekton-results-control-plane:6443"
I0219 11:14:52.664214 204 token.go:210] [discovery] Waiting for the cluster-info ConfigMap to receive a JWS signaturefor token ID "abcdef"
I0219 11:14:52.705250 204 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
I0219 11:14:52.706823 204 token.go:228] [discovery] Retrying due to error: could not find a JWS signature in the cluster-info ConfigMap for token ID "abcdef"
I0219 11:14:57.709209 204 round_trippers.go:553] GET https://tekton-results-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s 200 OK in 41 milliseconds
I0219 11:14:57.709564 204 token.go:228] [discovery] Retrying due to error: could not find a JWS signature in the cluster-info ConfigMap for token ID "abcdef"
I0219 11:15:02.710782 204 round_trippers.go:553] GET https://tekton-results-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s 200 OK in 41 milliseconds
I0219 11:15:02.711059 204 token.go:228] [discovery] Retrying due to error: could not find a JWS signature in the cluster-info ConfigMap for token ID "abcdef"
I0219 11:15:07.702038 204 round_trippers.go:553] GET https://tekton-results-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s 200 OK in 33 milliseconds
I0219 11:15:07.703270 204 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"
I0219 11:15:07.703580 204 discovery.go:52] [discovery] Using provided TLSBootstrapToken as authentication credentials for the join process
I0219 11:15:07.703612 204 join.go:550] [preflight] Fetching init configuration
I0219 11:15:07.703619 204 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-9749c879d-g6kxn -n tekton-pipelines
pod "tekton-results-api-9749c879d-g6kxn" 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
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 ...