ResultFAILURE
Tests 0 failed / 0 succeeded
Started2024-11-19 08:03
Elapsed9m6s
Revision2f5fec7a6528dc329fe7d779a2479154ae5bca3a
Refs 888

No Test Failures!


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 348 lines ...
I1119 08:04:37.332575     203 joinconfiguration.go:83] loading configuration from "/kind/kubeadm.conf"
I1119 08:04:37.333676     203 controlplaneprepare.go:225] [download-certs] Skipping certs download
I1119 08:04:37.333696     203 join.go:536] [preflight] Discovering cluster-info
I1119 08:04:37.333716     203 token.go:79] [discovery] Created cluster-info discovery client, requesting info from "tekton-results-control-plane:6443"
I1119 08:04:37.334142     203 token.go:210] [discovery] Waiting for the cluster-info ConfigMap to receive a JWS signaturefor token ID "abcdef"
I1119 08:04:37.364853     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 30 milliseconds
I1119 08:04:37.365457     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:04:42.368884     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 30 milliseconds
I1119 08:04:42.369269     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:04:47.365626     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:04:47.365945     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:04:52.370161     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 31 milliseconds
I1119 08:04:52.371208     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:04:52.371233     203 discovery.go:52] [discovery] Using provided TLSBootstrapToken as authentication credentials for the join process
I1119 08:04:52.371250     203 join.go:550] [preflight] Fetching init configuration
I1119 08:04:52.371257     203 join.go:596] [preflight] Retrieving KubeConfig objects
[preflight] Reading configuration from the cluster...
... skipping 200 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.09s)
    --- PASS: TestTaskRun/check_annotations (11.01s)
    --- FAIL: TestTaskRun/check_deletion (60.01s)
    --- PASS: TestTaskRun/check_result (0.01s)
    --- PASS: TestTaskRun/check_record (0.01s)
    --- 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.600s
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 ...