Error lines from build-log.txt
... skipping 81 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 ...
I1119 08:20:21.072871 203 joinconfiguration.go:83] loading configuration from "/kind/kubeadm.conf"
I1119 08:20:21.073824 203 controlplaneprepare.go:225] [download-certs] Skipping certs download
I1119 08:20:21.073843 203 join.go:536] [preflight] Discovering cluster-info
I1119 08:20:21.073864 203 token.go:79] [discovery] Created cluster-info discovery client, requesting info from "tekton-results-control-plane:6443"
I1119 08:20:21.074267 203 token.go:210] [discovery] Waiting for the cluster-info ConfigMap to receive a JWS signaturefor token ID "abcdef"
I1119 08:20:21.106661 203 round_trippers.go:553] GET https://tekton-results-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s 200 OK in 32 milliseconds
I1119 08:20:21.107119 203 token.go:228] [discovery] Retrying due to error: could not find a JWS signature in the cluster-info ConfigMap for token ID "abcdef"
I1119 08:20:26.103302 203 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
I1119 08:20:26.103594 203 token.go:228] [discovery] Retrying due to error: could not find a JWS signature in the cluster-info ConfigMap for token ID "abcdef"
I1119 08:20:31.106331 203 round_trippers.go:553] GET https://tekton-results-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s 200 OK in 27 milliseconds
I1119 08:20:31.106678 203 token.go:228] [discovery] Retrying due to error: could not find a JWS signature in the cluster-info ConfigMap for token ID "abcdef"
I1119 08:20:36.105902 203 round_trippers.go:553] GET https://tekton-results-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s 200 OK in 28 milliseconds
I1119 08:20:36.106957 203 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"
I1119 08:20:36.106980 203 discovery.go:52] [discovery] Using provided TLSBootstrapToken as authentication credentials for the join process
I1119 08:20:36.106995 203 join.go:550] [preflight] Fetching init configuration
I1119 08:20:36.107009 203 join.go:596] [preflight] Retrieving KubeConfig objects
[preflight] Reading configuration from the cluster...
... skipping 199 lines ...
++ go list --tags=e2e /home/prow/go/src/github.com/tektoncd/results/test/e2e/...
++ grep -v /client
+ go test -v -count=1 --tags=e2e github.com/tektoncd/results/test/e2e
=== RUN TestTaskRun
=== RUN TestTaskRun/check_annotations
=== RUN TestTaskRun/check_deletion
e2e_test.go:176: Error waiting for TaskRun deletion: timed out waiting for the condition
=== RUN TestTaskRun/check_result
=== RUN TestTaskRun/check_record
=== RUN TestTaskRun/check_event_record
--- FAIL: TestTaskRun (71.10s)
--- PASS: TestTaskRun/check_annotations (11.01s)
--- FAIL: TestTaskRun/check_deletion (60.01s)
--- PASS: TestTaskRun/check_result (0.01s)
--- PASS: TestTaskRun/check_record (0.00s)
--- PASS: TestTaskRun/check_event_record (0.00s)
=== RUN TestPipelineRun
=== RUN TestPipelineRun/check_annotations
=== RUN TestPipelineRun/check_deletion
... skipping 111 lines ...
--- PASS: TestImpersonation/impersonate_with_user_not_having_permission (1.20s)
--- PASS: TestImpersonation/impersonate_with_user_not_having_permission/grpc (0.59s)
--- PASS: TestImpersonation/impersonate_with_user_not_having_permission/rest (0.60s)
--- PASS: TestImpersonation/impersonate_with_user_having_permission (1.20s)
--- PASS: TestImpersonation/impersonate_with_user_having_permission/grpc (0.59s)
--- PASS: TestImpersonation/impersonate_with_user_having_permission/rest (0.60s)
FAIL
FAIL github.com/tektoncd/results/test/e2e 118.140s
FAIL
+ 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 ...