kubevirt / kubevirt-tutorial

Demo that guides users through an end to end KubeVirt experience.
https://www.kubevirt.io/
Apache License 2.0
31 stars 28 forks source link

periodic-kubevirt-tutorial-lab-testing #1356930358137851904 #116

Closed nelsonspbr closed 3 years ago

nelsonspbr commented 3 years ago

https://prow.apps.ovirt.org/view/gcs/kubevirt-prow/logs/periodic-kubevirt-tutorial-lab-testing/1356930358137851904

Status:

Terminated (Error - imeout=600s -n kubevirt while ! kubectl get deployment
virt-controller -n kubevirt --no-headers && echo 'Looping...'; do sleep 5; done
kubectl wait deployment virt-controller --for condition=available --timeout=600s
-n kubevirt kubectl get all -l kubevirt.io virtctl version kubectl apply -f
$HOME/kubevirt/cdi-operator-manifests/cdi-operator.yaml kubectl config
set-context --current --namespace=cdi while ! kubectl get deployment
cdi-operator -n cdi --no-headers && echo 'Looping...'; do sleep 5; done kubectl
wait deployment cdi-operator --for condition=available --timeout=600s -n cdi
kubectl apply -f $HOME/kubevirt/cdi-operator-manifests/cdi-operator-cr.yaml
while ! kubectl get deployment cdi-apiserver -n cdi --no-headers && echo
'Looping...'; do sleep 5; done while ! kubectl get deployment cdi-deployment -n
cdi --no-headers && echo 'Looping...'; do sleep 5; done while ! kubectl get
deployment cdi-uploadproxy -n cdi --no-headers && echo 'Looping...'; do sleep 5;
done kubectl wait deployment -l cdi.kubevirt.io --for condition=available
--timeout=600s -n cdi kubectl get all #################### SOURCE OF TEST
#################### /home/prow/go/src/kubevirt-tutorial/hack/test_lab: line 70:
bc: command not found /home/prow/go/src/kubevirt-tutorial/hack/test_lab: line
70: bc: command not found
{"component":"entrypoint","file":"prow/entrypoint/run.go:164","func":"k8s.io/test-infra/prow/entrypoint.Options.ExecuteProcess","level":"error","msg":"Process
did not finish before 2h0m0s
timeout","severity":"error","time":"2021-02-03T13:39:54Z"}
{"component":"entrypoint","file":"prow/entrypoint/run.go:245","func":"k8s.io/test-infra/prow/entrypoint.gracefullyTerminate","level":"error","msg":"Process
did not exit before 15s grace
period","severity":"error","time":"2021-02-03T13:40:09Z"}
{"component":"entrypoint","error":"process timed
out","file":"prow/entrypoint/run.go:80","func":"k8s.io/test-infra/prow/entrypoint.Options.Run","level":"error","msg":"Error
executing test process","severity":"error","time":"2021-02-03T13:40:09Z"} ) at
2021-02-03 13:40:10 +0000 UTC with exit code 127

Errors in logs:

./cluster-up/up.sh
Unable to find image 'quay.io/kubevirtci/gocli:2101261557-a2af136' locally
docker: Error response from daemon: Get https://quay.io/v2/: proxyconnect tcp: dial tcp 172.30.59.198:3128: connect: no route to host.
See 'docker run --help'.
make[1]: *** [Makefile:6: cluster-up] Error 125
/home/prow/go/src/kubevirt-tutorial/hack/test_lab: line 70: bc: command not found
/home/prow/go/src/kubevirt-tutorial/hack/test_lab: line 70: bc: command not found
/home/prow/go/src/kubevirt-tutorial/hack/test_lab: line 70: bc: command not found
-------
Test Name: lab002
Test Result: ERR
Test Expected Result: PASS
Real Time: 
Retrying Test...
/home/prow/go/src/kubevirt-tutorial/hack/test_lab: line 70: bc: command not found
/home/prow/go/src/kubevirt-tutorial/hack/test_lab: line 70: bc: command not found
{"component":"entrypoint","file":"prow/entrypoint/run.go:164","func":"k8s.io/test-infra/prow/entrypoint.Options.ExecuteProcess","level":"error","msg":"Process did not finish before 2h0m0s timeout","severity":"error","time":"2021-02-03T13:39:54Z"}
{"component":"entrypoint","file":"prow/entrypoint/run.go:245","func":"k8s.io/test-infra/prow/entrypoint.gracefullyTerminate","level":"error","msg":"Process did not exit before 15s grace period","severity":"error","time":"2021-02-03T13:40:09Z"}
TASK [kubevirt : Copy student materials] ***************************************
changed: [localhost]
TASK [kubevirt : Apply Multus manifests] ***************************************
failed: [localhost] (item=multus-ns) => {"ansible_loop_var": "item", "changed": false, "item": "multus-ns", "msg": "Failed to load kubeconfig due to Invalid kube-config file. No configuration found."}
failed: [localhost] (item=nad-crd) => {"ansible_loop_var": "item", "changed": false, "item": "nad-crd", "msg": "Failed to load kubeconfig due to Invalid kube-config file. No configuration found."}
failed: [localhost] (item=multus-clusterrole) => {"ansible_loop_var": "item", "changed": false, "item": "multus-clusterrole", "msg": "Failed to load kubeconfig due to Invalid kube-config file. No configuration found."}
failed: [localhost] (item=multus-clusterrolebinding) => {"ansible_loop_var": "item", "changed": false, "item": "multus-clusterrolebinding", "msg": "Failed to load kubeconfig due to Invalid kube-config file. No configuration found."}
failed: [localhost] (item=multus-sa) => {"ansible_loop_var": "item", "changed": false, "item": "multus-sa", "msg": "Failed to load kubeconfig due to Invalid kube-config file. No configuration found."}
failed: [localhost] (item=multus-cni-configmap) => {"ansible_loop_var": "item", "changed": false, "item": "multus-cni-configmap", "msg": "Failed to load kubeconfig due to Invalid kube-config file. No configuration found."}
failed: [localhost] (item=multus-ds) => {"ansible_loop_var": "item", "changed": false, "item": "multus-ds", "msg": "Failed to load kubeconfig due to Invalid kube-config file. No configuration found."}
failed: [localhost] (item=cni-plugins) => {"ansible_loop_var": "item", "changed": false, "item": "cni-plugins", "msg": "Failed to load kubeconfig due to Invalid kube-config file. No configuration found."}
failed: [localhost] (item=l2-bridge) => {"ansible_loop_var": "item", "changed": false, "item": "l2-bridge", "msg": "Failed to load kubeconfig due to Invalid kube-config file. No configuration found."}
PLAY RECAP *********************************************************************
localhost                  : ok=8    changed=4    unreachable=0    failed=1    skipped=47   rescued=0    ignored=0   
kubevirt-bot commented 3 years ago

@nelsonspbr: The label(s) triage/build-officer cannot be applied, because the repository doesn't have them

In response to [this](https://github.com/kubevirt/kubevirt-tutorial/issues/116#issuecomment-772608842): >/triage build-officer Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
nelsonspbr commented 3 years ago

/triage build-watcher

nelsonspbr commented 3 years ago

/kind bug

codificat commented 3 years ago

/assign @mazzystr

kubevirt-bot commented 3 years ago

Issues triaged by the build watcher close after 14d of inactivity. Reopen the issue with /reopen.

/close

kubevirt-bot commented 3 years ago

@kubevirt-bot: Closing this issue.

In response to [this](https://github.com/kubevirt/kubevirt-tutorial/issues/116#issuecomment-780815312): >Issues triaged by the build watcher close after 14d of inactivity. >Reopen the issue with `/reopen`. > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.