ResultFAILURE
Tests 0 failed / 0 succeeded
Started2024-11-19 07:45
Elapsed9m46s
Revisiond658e370f1453714687d94a2fbe4090663470fb5
Refs 888

No Test Failures!


Error lines from build-log.txt

... skipping 80 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 ...
I1119 07:46:45.604530     201 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I1119 07:46:46.104481     201 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I1119 07:46:49.765304     201 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 403 Forbidden in 3160 milliseconds
I1119 07:46:49.808630     201 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 403 Forbidden in 1 milliseconds
I1119 07:46:50.105470     201 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 403 Forbidden in 0 milliseconds
I1119 07:46:50.604979     201 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 403 Forbidden in 1 milliseconds
I1119 07:46:51.105812     201 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 500 Internal Server Error in 1 milliseconds
I1119 07:46:51.605667     201 round_trippers.go:553] GET https://tekton-results-control-plane:6443/healthz?timeout=10s 200 OK in 1 milliseconds
[api-check] The API server is healthy after 6.502000386s
I1119 07:46:51.606303     201 loader.go:395] Config loaded from file:  /etc/kubernetes/admin.conf
I1119 07:46:51.607351     201 loader.go:395] Config loaded from file:  /etc/kubernetes/super-admin.conf
I1119 07:46:51.607975     201 kubeconfig.go:608] ensuring that the ClusterRoleBinding for the kubeadm:cluster-admins Group exists
I1119 07:46:51.609253     201 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 ...
I1119 07:46:54.054934     205 joinconfiguration.go:83] loading configuration from "/kind/kubeadm.conf"
I1119 07:46:54.055803     205 controlplaneprepare.go:225] [download-certs] Skipping certs download
I1119 07:46:54.055819     205 join.go:536] [preflight] Discovering cluster-info
I1119 07:46:54.055834     205 token.go:79] [discovery] Created cluster-info discovery client, requesting info from "tekton-results-control-plane:6443"
I1119 07:46:54.056228     205 token.go:210] [discovery] Waiting for the cluster-info ConfigMap to receive a JWS signaturefor token ID "abcdef"
I1119 07:46:54.086032     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 29 milliseconds
I1119 07:46:54.086590     205 token.go:228] [discovery] Retrying due to error: could not find a JWS signature in the cluster-info ConfigMap for token ID "abcdef"
I1119 07:46:59.084477     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 27 milliseconds
I1119 07:46:59.084987     205 token.go:228] [discovery] Retrying due to error: could not find a JWS signature in the cluster-info ConfigMap for token ID "abcdef"
I1119 07:47:04.080462     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
I1119 07:47:04.080794     205 token.go:228] [discovery] Retrying due to error: could not find a JWS signature in the cluster-info ConfigMap for token ID "abcdef"
I1119 07:47:09.088696     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 28 milliseconds
I1119 07:47:09.089670     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"
I1119 07:47:09.089690     205 discovery.go:52] [discovery] Using provided TLSBootstrapToken as authentication credentials for the join process
I1119 07:47:09.089705     205 join.go:550] [preflight] Fetching init configuration
I1119 07:47:09.089711     205 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.09s)
    --- 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	119.103s
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 ...