Error lines from build-log.txt
... skipping 2273 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 230 lines ...
I0401 10:43:51.466474 199 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0401 10:43:51.965403 199 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0401 10:43:55.220030 199 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 403 Forbidden in 2754 milliseconds
I0401 10:43:55.233232 199 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 403 Forbidden in 4 milliseconds
I0401 10:43:55.466488 199 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 403 Forbidden in 0 milliseconds
I0401 10:43:55.966067 199 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 403 Forbidden in 0 milliseconds
I0401 10:43:56.466847 199 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 500 Internal Server Error in 0 milliseconds
[api-check] The API server is healthy after 6.002084287s
I0401 10:43:56.966698 199 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 200 OK in 1 milliseconds
I0401 10:43:56.967490 199 loader.go:395] Config loaded from file: /etc/kubernetes/admin.conf
I0401 10:43:56.968299 199 loader.go:395] Config loaded from file: /etc/kubernetes/super-admin.conf
I0401 10:43:56.968784 199 kubeconfig.go:608] ensuring that the ClusterRoleBinding for the kubeadm:cluster-admins Group exists
I0401 10:43:56.970024 199 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 ...
I0401 10:43:59.484756 204 joinconfiguration.go:83] loading configuration from "/kind/kubeadm.conf"
I0401 10:43:59.486701 204 controlplaneprepare.go:225] [download-certs] Skipping certs download
I0401 10:43:59.486788 204 join.go:536] [preflight] Discovering cluster-info
I0401 10:43:59.486829 204 token.go:79] [discovery] Created cluster-info discovery client, requesting info from "tekton-results-control-plane:6443"
I0401 10:43:59.487440 204 token.go:210] [discovery] Waiting for the cluster-info ConfigMap to receive a JWS signaturefor token ID "abcdef"
I0401 10:43:59.525195 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 37 milliseconds
I0401 10:43:59.525800 204 token.go:228] [discovery] Retrying due to error: could not find a JWS signature in the cluster-info ConfigMap for token ID "abcdef"
I0401 10:44:04.517628 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 25 milliseconds
I0401 10:44:04.518030 204 token.go:228] [discovery] Retrying due to error: could not find a JWS signature in the cluster-info ConfigMap for token ID "abcdef"
I0401 10:44:09.526818 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 35 milliseconds
I0401 10:44:09.527053 204 token.go:228] [discovery] Retrying due to error: could not find a JWS signature in the cluster-info ConfigMap for token ID "abcdef"
I0401 10:44:14.522423 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 31 milliseconds
I0401 10:44:14.523342 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"
I0401 10:44:14.523362 204 discovery.go:52] [discovery] Using provided TLSBootstrapToken as authentication credentials for the join process
I0401 10:44:14.523377 204 join.go:550] [preflight] Fetching init configuration
I0401 10:44:14.523388 204 join.go:596] [preflight] Retrieving KubeConfig objects
[preflight] Reading configuration from the cluster...
... skipping 198 lines ...
+ CGO_ENABLED=0
++ 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
e2e_test.go:160: error waiting for Result ID: timed out waiting for the condition
=== RUN TestTaskRun/check_deletion
e2e_test.go:176: Error waiting for TaskRun deletion: timed out waiting for the condition
=== RUN TestTaskRun/check_result
e2e_test.go:182: Result name not found
=== RUN TestTaskRun/check_record
e2e_test.go:192: Record name not found
=== RUN TestTaskRun/check_event_record
e2e_test.go:202: Event Record name not found
--- FAIL: TestTaskRun (120.08s)
--- FAIL: TestTaskRun/check_annotations (60.01s)
--- FAIL: TestTaskRun/check_deletion (60.01s)
--- SKIP: TestTaskRun/check_result (0.00s)
--- SKIP: TestTaskRun/check_record (0.00s)
--- SKIP: TestTaskRun/check_event_record (0.00s)
=== RUN TestPipelineRun
=== RUN TestPipelineRun/check_annotations
e2e_test.go:251: Error waiting for PipelineRun creation: timed out waiting for the condition
=== RUN TestPipelineRun/check_deletion
e2e_test.go:267: Error waiting for PipelineRun deletion: timed out waiting for the condition
=== RUN TestPipelineRun/check_result
e2e_test.go:273: Result name not found
=== RUN TestPipelineRun/check_record
e2e_test.go:283: Record name not found
=== RUN TestPipelineRun/check_event_record
e2e_test.go:293: Event Record name not found
=== RUN TestPipelineRun/result_data_consistency
e2e_test.go:306: rpc error: code = InvalidArgument desc = rpc error: code = InvalidArgument desc = name must match (^[a-z0-9_-]{1,63})/results/([a-z0-9_-]{1,63}$)
--- FAIL: TestPipelineRun (120.06s)
--- FAIL: TestPipelineRun/check_annotations (60.01s)
--- FAIL: TestPipelineRun/check_deletion (60.01s)
--- SKIP: TestPipelineRun/check_result (0.00s)
--- SKIP: TestPipelineRun/check_record (0.00s)
--- SKIP: TestPipelineRun/check_event_record (0.00s)
--- FAIL: TestPipelineRun/result_data_consistency (0.00s)
=== RUN TestGRPCLogging
=== RUN TestGRPCLogging/log_entry_is_found_when_not_expected
=== RUN TestGRPCLogging/log_entry_is_found_when_expected
--- PASS: TestGRPCLogging (0.05s)
--- PASS: TestGRPCLogging/log_entry_is_found_when_not_expected (0.02s)
--- PASS: TestGRPCLogging/log_entry_is_found_when_expected (0.02s)
... skipping 2 lines ...
e2e_test.go:525: No Results returned by the API server
=== RUN TestListResults/list_results_across_parents
=== RUN TestListResults/return_an_error_because_the_identity_isn't_authorized_to_access_all_namespaces
=== RUN TestListResults/list_results_under_the_default_parent_using_the_identity_with_more_limited_access
e2e_test.go:578: No Results returned by the API server
=== RUN TestListResults/grpc_and_rest_consistency
--- FAIL: TestListResults (1.19s)
--- FAIL: TestListResults/list_results_under_the_default_parent (0.02s)
--- PASS: TestListResults/list_results_across_parents (0.02s)
--- PASS: TestListResults/return_an_error_because_the_identity_isn't_authorized_to_access_all_namespaces (0.02s)
--- FAIL: TestListResults/list_results_under_the_default_parent_using_the_identity_with_more_limited_access (0.33s)
--- PASS: TestListResults/grpc_and_rest_consistency (0.80s)
=== RUN TestListRecords
=== RUN TestListRecords/list_records_by_omitting_the_result_name
e2e_test.go:612: No Records returned by the API server
=== RUN TestListRecords/list_records_by_omitting_the_parent_and_result_names
=== RUN TestListRecords/return_an_error_because_the_identity_isn't_authorized_to_access_all_namespaces
=== RUN TestListRecords/list_records_using_the_identity_with_more_limited_access
e2e_test.go:664: No Records returned by the API server
=== RUN TestListRecords/grpc_and_rest_consistency
--- FAIL: TestListRecords (2.80s)
--- FAIL: TestListRecords/list_records_by_omitting_the_result_name (0.40s)
--- PASS: TestListRecords/list_records_by_omitting_the_parent_and_result_names (0.80s)
--- PASS: TestListRecords/return_an_error_because_the_identity_isn't_authorized_to_access_all_namespaces (0.40s)
--- FAIL: TestListRecords/list_records_using_the_identity_with_more_limited_access (0.40s)
--- PASS: TestListRecords/grpc_and_rest_consistency (0.80s)
=== RUN TestGetResult
--- FAIL: TestGetResult (0.40s)
panic: runtime error: index out of range [0] with length 0 [recovered]
panic: runtime error: index out of range [0] with length 0
goroutine 459 [running]:
testing.tRunner.func1.2({0x1c8b900, 0xc0007ec0a8})
/usr/local/go/src/testing/testing.go:1632 +0x230
testing.tRunner.func1()
/usr/local/go/src/testing/testing.go:1635 +0x35e
... skipping 2 lines ...
github.com/tektoncd/results/test/e2e.TestGetResult(0xc0000dfba0)
/home/prow/go/src/github.com/tektoncd/results/test/e2e/e2e_test.go:696 +0x3a5
testing.tRunner(0xc0000dfba0, 0x1eec4e8)
/usr/local/go/src/testing/testing.go:1690 +0xf4
created by testing.(*T).Run in goroutine 1
/usr/local/go/src/testing/testing.go:1743 +0x390
FAIL github.com/tektoncd/results/test/e2e 244.598s
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 ...