crc-org / snc

Single Node Cluster creation scripts for OpenShift 4.x as used by CodeReady Containers
https://crc.dev
Apache License 2.0
103 stars 50 forks source link

Investigate failing e2e-microshift pipeline #956

Closed redbeam closed 2 months ago

redbeam commented 2 months ago

e2e-microshift pipeline has been failing for 4.17-rc.1 version.

The pipeline will timeout during this step:

+ sudo virt-install --name crc --vcpus 2 --memory 2048 --arch=x86_64 --disk path=/var/lib/libvirt/crc/crc.qcow2,size=31 --network network=crc,mac=52:54:00:ee:42:e1 --os-variant rhel9-unknown --nographics --cdrom /var/lib/libvirt/crc/microshift-installer.iso --events on_reboot=restart --autoconsole none --boot uefi --wait

Starting install...

Allocating 'crc.qcow2'                                      |  31 GB  00:00     

Creating domain...                                          |         00:00     
{"component":"entrypoint","file":"sigs.k8s.io/prow/pkg/entrypoint/run.go:173","func":"sigs.k8s.io/prow/pkg/entrypoint.Options.ExecuteProcess","level":"error","msg":"Entrypoint received interrupt: terminated","severity":"error","time":"2024-09-06T04:06:17Z"}
Connection to 34.29.171.186 closed by remote host.
ERROR: (gcloud.compute.ssh) [/bin/ssh] exited with return code [255].
{"component":"entrypoint","file":"sigs.k8s.io/prow/pkg/entrypoint/run.go:264","func":"sigs.k8s.io/prow/pkg/entrypoint.gracefullyTerminate","level":"error","msg":"Process gracefully exited before 10m0s grace period","severity":"error","time":"2024-09-06T04:06:55Z"}
praveenkumar commented 2 months ago

Looks like some issue during boot loader configuration. Screenshot from 2024-09-17 13-21-42

praveenkumar commented 2 months ago

https://issues.redhat.com/browse/THEEDGE-4006

praveenkumar commented 2 months ago

This is now fixed upstream and e2e-microshift green again so closing it.