Error lines from build-log.txt
... skipping 123 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 238 lines ...
I0812 13:08:48.871630 201 round_trippers.go:560] GET https://tekton-results-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0812 13:08:49.370140 201 round_trippers.go:560] GET https://tekton-results-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0812 13:08:52.072164 201 round_trippers.go:560] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 403 Forbidden in 2201 milliseconds
I0812 13:08:52.092769 201 round_trippers.go:560] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 403 Forbidden in 7 milliseconds
I0812 13:08:52.370908 201 round_trippers.go:560] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 403 Forbidden in 0 milliseconds
I0812 13:08:52.870598 201 round_trippers.go:560] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 403 Forbidden in 0 milliseconds
I0812 13:08:53.371532 201 round_trippers.go:560] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 500 Internal Server Error in 1 milliseconds
I0812 13:08:53.871482 201 round_trippers.go:560] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 200 OK in 1 milliseconds
[api-check] The API server is healthy after 6.002194433s
I0812 13:08:53.872088 201 loader.go:402] Config loaded from file: /etc/kubernetes/admin.conf
I0812 13:08:53.872850 201 loader.go:402] Config loaded from file: /etc/kubernetes/super-admin.conf
I0812 13:08:53.873317 201 kubeconfig.go:665] ensuring that the ClusterRoleBinding for the kubeadm:cluster-admins Group exists
I0812 13:08:53.874448 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 ...
I0812 13:08:56.357948 227 envvar.go:172] "Feature gate default state" feature="ClientsAllowCBOR" enabled=false
I0812 13:08:56.357972 227 envvar.go:172] "Feature gate default state" feature="ClientsPreferCBOR" enabled=false
I0812 13:08:56.357980 227 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false
I0812 13:08:56.357987 227 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false
I0812 13:08:56.358397 227 token.go:230] [discovery] Waiting for the cluster-info ConfigMap to receive a JWS signature for token ID "abcdef"
I0812 13:08:56.389775 227 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
I0812 13:08:56.390240 227 token.go:250] [discovery] Retrying due to error: could not find a JWS signature in the cluster-info ConfigMap for token ID "abcdef"
I0812 13:09:01.362578 227 token.go:230] [discovery] Waiting for the cluster-info ConfigMap to receive a JWS signature for token ID "abcdef"
I0812 13:09:01.393117 227 round_trippers.go:560] GET https://tekton-results-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s 200 OK in 30 milliseconds
I0812 13:09:01.394403 227 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"
I0812 13:09:01.394584 227 discovery.go:53] [discovery] Using provided TLSBootstrapToken as authentication credentials for the join process
I0812 13:09:01.394680 227 join.go:565] [preflight] Fetching init configuration
I0812 13:09:01.394793 227 join.go:652] [preflight] Retrieving KubeConfig objects
... skipping 850 lines ...
++ kubectl get pod -o=name -n tekton-pipelines
++ grep tekton-results-api
++ sed 's/^.\{4\}//'
+ kubectl delete pod tekton-results-api-647475f6df-nkdxc -n tekton-pipelines
pod "tekton-results-api-647475f6df-nkdxc" 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 ...