Closed
Description
Steps to reproduce (using same VM images as master):
$ hack/get_ci_vm.sh fedora-cloud-base-30-1-2-1556821664
...cut...
Everything works fine, including the package install/update.
[root@cevich-fedora-cloud-base-30-1-2-1556821664 storage]# contrib/cirrus/build_and_test.sh
The tests pass as normal, then I execute reboot
. After waiting a minute, reconnect to the VM and execute tests a second time:
[root@cevich-fedora-cloud-base-30-1-2-1556821664 storage]# reboot
Connection to 35.226.8.25 closed by remote host.
Connection to 35.226.8.25 closed.
ERROR: (gcloud.compute.ssh) [/bin/ssh] exited with return code [255].
Offering to Delete cevich-fedora-cloud-base-30-1-2-1556821664 (Might take a minute or two)
Note: It's safe to answer N, then re-run script again later.
+ sudo podman run -it --rm -e AS_ID=4179 -e AS_USER=cevich --security-opt label=disable -v /tmp/get_ci_vm.sh_tmpdir_NsUYzF:/home/cevich -v /home/cevich/.config/gcloud:/home/cevich/.config/gcloud -v /home/cevich/.config/gcloud/ssh:/home/cevich/.ssh -v /home/cevich/devel/storage:/home/cevich/devel/storage quay.io/cevich/gcloud_centos:latest --configuration=storage --project=storage-240716 compute instances delete --zone us-central1-b --delete-disks=all cevich-fedora-cloud-base-30-1-2-1556821664
The following instances will be deleted. Any attached disks configured
to be auto-deleted will be deleted unless they are attached to any
other instances or the `--keep-disks` flag is given and specifies them
for keeping. Deleting a disk is irreversible and any data on the disk
will be lost.
- [cevich-fedora-cloud-base-30-1-2-1556821664] in [us-central1-b]
Do you want to continue (Y/n)? n
ERROR: (gcloud.compute.instances.delete) Deletion aborted by user.
[cevich@cevich storage]$ hack/get_ci_vm.sh fedora-cloud-base-30-1-2-1556821664
...cut...
[root@cevich-fedora-cloud-base-30-1-2-1556821664 storage]# contrib/cirrus/build_and_test.sh
This time the tests fail in the same/similar manner as in #408
Master currently is: 1a0442e
Metadata
Metadata
Assignees
Labels
No labels