ResultFAILURE
Tests 0 failed / 0 succeeded
Started2025-01-28 09:37
Elapsed11m26s
Revisionfefbe8263a3b3b3dc330c759dd7dddb408bbe118
Refs 934

No Test Failures!


Error lines from build-log.txt

... skipping 104 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 372 lines ...
I0128 09:39:32.061899     202 joinconfiguration.go:83] loading configuration from "/kind/kubeadm.conf"
I0128 09:39:32.062807     202 controlplaneprepare.go:225] [download-certs] Skipping certs download
I0128 09:39:32.062822     202 join.go:536] [preflight] Discovering cluster-info
I0128 09:39:32.062837     202 token.go:79] [discovery] Created cluster-info discovery client, requesting info from "tekton-results-control-plane:6443"
I0128 09:39:32.063235     202 token.go:210] [discovery] Waiting for the cluster-info ConfigMap to receive a JWS signaturefor token ID "abcdef"
I0128 09:39:32.090338     202 round_trippers.go:553] GET https://tekton-results-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s 200 OK in 26 milliseconds
I0128 09:39:32.091057     202 token.go:228] [discovery] Retrying due to error: could not find a JWS signature in the cluster-info ConfigMap for token ID "abcdef"
I0128 09:39:37.083694     202 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
I0128 09:39:37.083974     202 token.go:228] [discovery] Retrying due to error: could not find a JWS signature in the cluster-info ConfigMap for token ID "abcdef"
I0128 09:39:42.098615     202 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
I0128 09:39:42.098898     202 token.go:228] [discovery] Retrying due to error: could not find a JWS signature in the cluster-info ConfigMap for token ID "abcdef"
I0128 09:39:47.085258     202 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
I0128 09:39:47.086211     202 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"
I0128 09:39:47.086239     202 discovery.go:52] [discovery] Using provided TLSBootstrapToken as authentication credentials for the join process
I0128 09:39:47.086260     202 join.go:550] [preflight] Fetching init configuration
I0128 09:39:47.086266     202 join.go:596] [preflight] Retrieving KubeConfig objects
[preflight] Reading configuration from the cluster...
... skipping 340 lines ...
++ kubectl get pod -o=name -n tekton-pipelines
++ grep tekton-results-api
++ sed 's/^.\{4\}//'
+ kubectl delete pod tekton-results-api-5b677c9fb4-hzwsw -n tekton-pipelines
pod "tekton-results-api-5b677c9fb4-hzwsw" deleted
+ kubectl wait deployment tekton-results-api --namespace=tekton-pipelines --for=condition=available --timeout=120s
error: timed out waiting for the condition on deployments/tekton-results-api
+ 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 ...