SIG Failure Report

Generated at 2026-04-04 01:56 UTC

storage pull-kubevirt-e2e-k8s-1.34-sig-storage 2026-04-02 16:41 UTC
https://prow.ci.kubevirt.io//view/gs/kubevirt-prow/pr-logs/pull/kubevirt_kubevirt/15117/pull-kubevirt-e2e-k8s-1.34-sig-storage/2039744918611562496
Test Name Failure Message
[sig-storage] VirtualMachineSnapshot Tests [storage-req] With online vm snapshot should report appropriate event when freeze fails tests/storage/snapshot.go:637 Expected success, but got an error: <expect.TimeoutError>: expect: timer expired after 120 seconds 120000000000 tests/storage/snapshot.go:679
storage pull-kubevirt-e2e-k8s-1.34-sig-storage 2026-04-02 12:51 UTC
https://prow.ci.kubevirt.io//view/gs/kubevirt-prow/pr-logs/pull/kubevirt_kubevirt/17355/pull-kubevirt-e2e-k8s-1.34-sig-storage/2039687031835070464
Test Name Failure Message
[sig-storage] Backup Backup falls back to Full when checkpoint is corrupted tests/storage/backup.go:411 Timed out after 720.001s. Expected <[]interface {} | len:4, cap:4>: [ <map[string]interface {} | len:4>{ "lastTransitionTime": <string>"2026-04-02T13:38:45Z", "type": <string>"Ready", "status": <string>"True", "lastProbeTime": nil, }, <map[string]interface {} | len:6>{ "reason": <string>"AllDVsReady", "message": <string>"All of the VMI's DVs are bound and ready", "type": <string>"DataVolumesReady", "status": <string>"True", "lastProbeTime": nil, "lastTransitionTime": nil, }, <map[string]interface {} | len:4>{ "lastTransitionTime": nil, "type": <string>"LiveMigratable", "status": <string>"True", "lastProbeTime": nil, }, <map[string]interface {} | len:4>{ "status": <string>"True", "lastProbeTime": nil, "lastTransitionTime": nil, "type": <string>"StorageLiveMigratable", }, ] expected condition of type 'AgentConnected' was not found tests/storage/backup.go:472
storage pull-kubevirt-e2e-k8s-1.34-sig-storage 2026-03-31 15:45 UTC
https://prow.ci.kubevirt.io//view/gs/kubevirt-prow/pr-logs/pull/kubevirt_kubevirt/17102/pull-kubevirt-e2e-k8s-1.34-sig-storage/2038999021917310976
Test Name Failure Message
[sig-storage] ContainerPath virtiofs volumes With webhook-injected ConfigMap volume and migration Should preserve ConfigMap data accessible via ContainerPath after migration tests/virtiofs/containerpath.go:214 Timed out after 240.001s. migration should succeed after 240 s Unexpected error: <*errors.errorString | 0xc007b02e00>: migration is in the phase: Running { s: "migration is in the phase: Running", } occurred tests/libmigration/migration.go:151
storage pull-kubevirt-e2e-k8s-1.35-sig-storage 2026-03-30 11:36 UTC
https://prow.ci.kubevirt.io//view/gs/kubevirt-prow/pr-logs/pull/kubevirt_kubevirt/17333/pull-kubevirt-e2e-k8s-1.35-sig-storage/2038581038715768832
Test Name Failure Message
[sig-storage] Backup Full Backup with source VirtualMachine 2 backups to the same PVC should succeed tests/storage/backup.go:118 Timed out after 180.000s. Expected <string>: VirtualMachineBackupStatus to match fields: { .Conditions: Expected <[]v1alpha1.Condition | len:2, cap:2>: [ { Type: "Progressing", Status: "False", LastProbeTime: { Time: 0001-01-01T00:00:00Z, }, LastTransitionTime: { Time: 2026-03-30T12:06:53Z, }, Reason: "Completed VirtualMachineBackup, warning: Failed freezing guest filesystem: virError(Code=113, Domain=10, Message='guest agent command failed: unable to execute QEMU agent command 'guest-fsfreeze-freeze': failed to freeze /: I/O error')", Message: "", }, { Type: "Done", Status: "True", LastProbeTime: { Time: 0001-01-01T00:00:00Z, }, LastTransitionTime: { Time: 2026-03-30T12:06:53Z, }, Reason: "Completed VirtualMachineBackup, warning: Failed freezing guest filesystem: virError(Code=113, Domain=10, Message='guest agent command failed: unable to execute QEMU agent command 'guest-fsfreeze-freeze': failed to freeze /: I/O error')", Message: "", }, ] to contain elements <[]*gstruct.FieldsMatcher | len:2, cap:2>: [ { Fields: { "Type": <*matchers.EqualMatcher | 0xc004815930>{ Expected: <v1alpha1.ConditionType>"Done", }, "Status": <*matchers.EqualMatcher | 0xc004815940>{ Expected: <v1.ConditionStatus>"True", }, "Reason": <*matchers.ContainSubstringMatcher | 0xc00264a900>{ Substr: "Successfully completed VirtualMachineBackup", Args: nil, }, }, IgnoreExtras: true, IgnoreUnexportedExtras: false, IgnoreMissing: false, failures: [ <*errors.NestedError | 0xc00448e880>{ Path: ".Reason", Err: <*errors.errorString | 0xc0040cf4d0>{ s: "Expected\n <string>: Completed VirtualMachineBackup, warning: Failed freezing guest filesystem: virError(Code=113, Domain=10, Message='guest agent command failed: unable to execute QEMU agent command 'guest-fsfreeze-freeze': failed to freeze /: I/O error')\nto contain substring\n <string>: Successfully completed VirtualMachineBackup", }, }, ], }, { Fields: { "Type": <*matchers.EqualMatcher | 0xc0048159a0>{ Expected: <v1alpha1.ConditionType>"Progressing", }, "Status": <*matchers.EqualMatcher | 0xc0048159b0>{ Expected: <v1.ConditionStatus>"False", }, }, IgnoreExtras: true, IgnoreUnexportedExtras: false, IgnoreMissing: false, failures: [ <*errors.NestedError | 0xc00448e8a0>{ Path: ".Type", Err: <*errors.errorString | 0xc0040cf6a0>{ s: "Expected\n <v1alpha1.ConditionType>: Done\nto equal\n <v1alpha1.ConditionType>: Progressing", }, }, <*errors.NestedError | 0xc00448e8c0>{ Path: ".Status", Err: <*errors.errorString | 0xc0040cf830>{ s: "Expected\n <v1.ConditionStatus>: True\nto equal\n <v1.ConditionStatus>: False", }, }, ], }, ] the missing elements were <[]*gstruct.FieldsMatcher | len:1, cap:1>: [ { Fields: { "Status": <*matchers.EqualMatcher | 0xc004815940>{ Expected: <v1.ConditionStatus>"True", }, "Reason": <*matchers.ContainSubstringMatcher | 0xc00264a900>{ Substr: "Successfully completed VirtualMachineBackup", Args: nil, }, "Type": <*matchers.EqualMatcher | 0xc004815930>{ Expected: <v1alpha1.ConditionType>"Done", }, }, IgnoreExtras: true, IgnoreUnexportedExtras: false, IgnoreMissing: false, failures: [ <*errors.NestedError | 0xc00448e880>{ Path: ".Reason", Err: <*errors.errorString | 0xc0040cf4d0>{ s: "Expected\n <string>: Completed VirtualMachineBackup, warning: Failed freezing guest filesystem: virError(Code=113, Domain=10, Message='guest agent command failed: unable to execute QEMU agent command 'guest-fsfreeze-freeze': failed to freeze /: I/O error')\nto contain substring\n <string>: Successfully completed VirtualMachineBackup", }, }, ], }, ] } tests/storage/backup.go:1404
storage pull-kubevirt-e2e-k8s-1.35-sig-storage 2026-03-30 08:01 UTC
https://prow.ci.kubevirt.io//view/gs/kubevirt-prow/pr-logs/pull/kubevirt_kubevirt/17333/pull-kubevirt-e2e-k8s-1.35-sig-storage/2038526935658663936
Test Name Failure Message
[sig-storage] Backup Incremental Backup after VM shutdown and restart tests/storage/backup.go:301 Should be able to login to Alpine VM Expected success, but got an error: <expect.TimeoutError>: expect: timer expired after 180 seconds 180000000000 tests/storage/backup.go:352
storage pull-kubevirt-e2e-k8s-1.33-sig-storage 2026-03-30 08:01 UTC
https://prow.ci.kubevirt.io//view/gs/kubevirt-prow/pr-logs/pull/kubevirt_kubevirt/17333/pull-kubevirt-e2e-k8s-1.33-sig-storage/2038526913131057152
Test Name Failure Message
[sig-storage] Backup Pull Mode Backup should recreate VMExport and maintain endpoint access if VMExport was deleted during backup tests/storage/backup.go:1062 Timed out after 180.001s. Failed to curl map endpoint after retries Expected success, but got an error: <*errors.errorString | 0xc0027d6770>: curl failed: command terminated with exit code 22, stderr: { s: "curl failed: command terminated with exit code 22, stderr: ", } tests/storage/backup.go:1739
storage pull-kubevirt-e2e-k8s-1.33-sig-storage 2026-03-30 07:37 UTC
https://prow.ci.kubevirt.io//view/gs/kubevirt-prow/pr-logs/pull/kubevirt_kubevirt/17277/pull-kubevirt-e2e-k8s-1.33-sig-storage/2038520880958541824
Test Name Failure Message
[sig-storage] DataVolume Integration Fedora VMI tests [rfe_id:5070][crit:medium][vendor:cnv-qe@redhat.com][level:component]fstrim from the VM influences disk.img [test_id:5898]with preallocation true, fstrim has no effect tests/storage/datavolume.go:1125 Expected success, but got an error: <expect.TimeoutError>: expect: timer expired after 120 seconds 120000000000 tests/storage/datavolume.go:1055