Error lines from build-log.txt
... skipping 79 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 349 lines ...
I0311 06:32:53.790031 205 joinconfiguration.go:83] loading configuration from "/kind/kubeadm.conf"
I0311 06:32:53.790908 205 controlplaneprepare.go:225] [download-certs] Skipping certs download
I0311 06:32:53.790924 205 join.go:536] [preflight] Discovering cluster-info
I0311 06:32:53.790938 205 token.go:79] [discovery] Created cluster-info discovery client, requesting info from "tekton-results-control-plane:6443"
I0311 06:32:53.791329 205 token.go:210] [discovery] Waiting for the cluster-info ConfigMap to receive a JWS signaturefor token ID "abcdef"
I0311 06:32:53.814685 205 round_trippers.go:553] GET https://tekton-results-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s 200 OK in 23 milliseconds
I0311 06:32:53.815086 205 token.go:228] [discovery] Retrying due to error: could not find a JWS signature in the cluster-info ConfigMap for token ID "abcdef"
I0311 06:32:58.818792 205 round_trippers.go:553] GET https://tekton-results-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s 200 OK in 23 milliseconds
I0311 06:32:58.819001 205 token.go:228] [discovery] Retrying due to error: could not find a JWS signature in the cluster-info ConfigMap for token ID "abcdef"
I0311 06:33:03.812474 205 round_trippers.go:553] GET https://tekton-results-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s 200 OK in 16 milliseconds
I0311 06:33:03.812722 205 token.go:228] [discovery] Retrying due to error: could not find a JWS signature in the cluster-info ConfigMap for token ID "abcdef"
I0311 06:33:08.813911 205 round_trippers.go:553] GET https://tekton-results-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s 200 OK in 18 milliseconds
I0311 06:33:08.815506 205 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"
I0311 06:33:08.815526 205 discovery.go:52] [discovery] Using provided TLSBootstrapToken as authentication credentials for the join process
I0311 06:33:08.815540 205 join.go:550] [preflight] Fetching init configuration
I0311 06:33:08.815546 205 join.go:596] [preflight] Retrieving KubeConfig objects
[preflight] Reading configuration from the cluster...
... skipping 218 lines ...
=== RUN TestPipelineRun/check_record
=== RUN TestPipelineRun/check_event_record
=== RUN TestPipelineRun/result_data_consistency
=== RUN TestPipelineRun/result_data_consistency/Result_and_RecordSummary_Annotations_were_set_accordingly
=== RUN TestPipelineRun/result_data_consistency/the_PipelineRun_was_archived_in_its_final_state
e2e_test.go:330: Result.Summary.Status: want SUCCESS, but got FAILURE
--- FAIL: TestPipelineRun (67.20s)
--- PASS: TestPipelineRun/check_annotations (52.01s)
--- PASS: TestPipelineRun/check_deletion (12.01s)
--- PASS: TestPipelineRun/check_result (0.75s)
--- PASS: TestPipelineRun/check_record (0.80s)
--- PASS: TestPipelineRun/check_event_record (0.80s)
--- FAIL: TestPipelineRun/result_data_consistency (0.80s)
--- PASS: TestPipelineRun/result_data_consistency/Result_and_RecordSummary_Annotations_were_set_accordingly (0.00s)
--- FAIL: TestPipelineRun/result_data_consistency/the_PipelineRun_was_archived_in_its_final_state (0.00s)
=== RUN TestGRPCLogging
=== RUN TestGRPCLogging/log_entry_is_found_when_not_expected
=== RUN TestGRPCLogging/log_entry_is_found_when_expected
--- PASS: TestGRPCLogging (0.61s)
--- PASS: TestGRPCLogging/log_entry_is_found_when_not_expected (0.02s)
--- PASS: TestGRPCLogging/log_entry_is_found_when_expected (0.58s)
... skipping 90 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 122.118s
FAIL
+ cleanup
+ kind delete cluster
Deleting cluster "tekton-results" ...
Deleted nodes: ["tekton-results-control-plane" "tekton-results-worker"]
+ 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 ...