+ curl -L https://github.com/openshift-cnv/cnv-ci/tarball/release-4.21 -o /tmp/cnv-ci.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20602 0 20602 0 0 79238 0 --:--:-- --:--:-- --:--:-- 79238 + mkdir -p /tmp/cnv-ci + tar -xvzf /tmp/cnv-ci.tgz -C /tmp/cnv-ci --strip-components=1 openshift-cnv-cnv-ci-e9933f7/.github/ openshift-cnv-cnv-ci-e9933f7/.github/workflows/ openshift-cnv-cnv-ci-e9933f7/.github/workflows/informing-jobs-slack-reporter.yml openshift-cnv-cnv-ci-e9933f7/.gitignore openshift-cnv-cnv-ci-e9933f7/Makefile openshift-cnv-cnv-ci-e9933f7/OWNERS openshift-cnv-cnv-ci-e9933f7/README.md openshift-cnv-cnv-ci-e9933f7/automation/ openshift-cnv-cnv-ci-e9933f7/automation/slack-reporter/ openshift-cnv-cnv-ci-e9933f7/automation/slack-reporter/go.mod openshift-cnv-cnv-ci-e9933f7/automation/slack-reporter/go.sum openshift-cnv-cnv-ci-e9933f7/automation/slack-reporter/main.go openshift-cnv-cnv-ci-e9933f7/hack/ openshift-cnv-cnv-ci-e9933f7/hack/Dockerfile.test.src.ci openshift-cnv-cnv-ci-e9933f7/hack/Dockerfile.upgrade.src.ci openshift-cnv-cnv-ci-e9933f7/hack/check-uptime.sh openshift-cnv-cnv-ci-e9933f7/hack/create-cnv-catalogsource.sh openshift-cnv-cnv-ci-e9933f7/hack/deploy-cnv.sh openshift-cnv-cnv-ci-e9933f7/hack/disable-default-catalog-source.sh openshift-cnv-cnv-ci-e9933f7/hack/dump-state.sh openshift-cnv-cnv-ci-e9933f7/hack/patch-hco-pre-test.sh openshift-cnv-cnv-ci-e9933f7/hack/quicklab.sh openshift-cnv-cnv-ci-e9933f7/hack/retry.sh openshift-cnv-cnv-ci-e9933f7/hack/set-imagecontentsourcepolicy.sh openshift-cnv-cnv-ci-e9933f7/hack/test-cnv-arm64.sh openshift-cnv-cnv-ci-e9933f7/hack/test-cnv.sh openshift-cnv-cnv-ci-e9933f7/hack/undeploy-cnv.sh openshift-cnv-cnv-ci-e9933f7/hack/update-pull-secret.sh openshift-cnv-cnv-ci-e9933f7/hack/update-version-mapping.sh openshift-cnv-cnv-ci-e9933f7/hack/upgrade-cnv.sh openshift-cnv-cnv-ci-e9933f7/hack/vm.yaml openshift-cnv-cnv-ci-e9933f7/hack/wait-for-hco.sh openshift-cnv-cnv-ci-e9933f7/manifests/ openshift-cnv-cnv-ci-e9933f7/manifests/brew/ openshift-cnv-cnv-ci-e9933f7/manifests/brew/10-master-registries.yaml openshift-cnv-cnv-ci-e9933f7/manifests/brew/10-worker-registries.yaml openshift-cnv-cnv-ci-e9933f7/manifests/testing/ openshift-cnv-cnv-ci-e9933f7/manifests/testing/kubevirt-testing-configuration.json openshift-cnv-cnv-ci-e9933f7/manifests/testing/kubevirt-testing-infra.yaml openshift-cnv-cnv-ci-e9933f7/manifests/testing/kubevirt-tier1-gp3.json openshift-cnv-cnv-ci-e9933f7/manifests/testing/kubevirt-tier1-ocs-rbd.json openshift-cnv-cnv-ci-e9933f7/manifests/testing/kubevirt-tier1-ocs.json openshift-cnv-cnv-ci-e9933f7/version-mapping.json + cd /tmp/cnv-ci + [[ -n '' ]] + make deploy_test hack/disable-default-catalog-source.sh + PRODUCTION_RELEASE=true + '[' true '!=' true ']' hack/update-pull-secret.sh getting authfile from cluster injecting credentials for brew image registry into authfile updating cluster pull secret from authfile secret/pull-secret data updated hack/set-imagecontentsourcepolicy.sh + echo 'applying imageContentSourcePolicy' applying imageContentSourcePolicy + oc apply -f - imagecontentsourcepolicy.operator.openshift.io/brew-registry created + echo 'waiting for update to start' waiting for update to start + oc wait mcp --all --for condition=updating --timeout=15m machineconfigpool.machineconfiguration.openshift.io/master condition met machineconfigpool.machineconfiguration.openshift.io/worker condition met + counter=3 + set +e ++ seq 1 3 + for i in $(seq 1 $counter) + echo 'waiting for machineconfigpool to get updated (try 1)' waiting for machineconfigpool to get updated (try 1) + oc wait mcp --all --for condition=updated --timeout=30m machineconfigpool.machineconfiguration.openshift.io/master condition met machineconfigpool.machineconfiguration.openshift.io/worker condition met + break + set -e hack/deploy-cnv.sh + PRODUCTION_RELEASE=false + unset CNV_SUBSCRIPTION_CHANNEL + trap cleanup INT TERM EXIT +++ dirname hack/deploy-cnv.sh ++ cd hack ++ pwd + SCRIPT_DIR=/tmp/cnv-ci/hack + echo 'OCP_VERSION: 4.21' OCP_VERSION: 4.21 + CNV_VERSION=4.21 + oc create ns openshift-cnv namespace/openshift-cnv created + '[' false = true ']' + CNV_CATALOG_SOURCE=cnv-catalog-source + get_cnv_catalog_image + '[' -n '' ']' + '[' -n 194f2c32-49fa-449e-9ab9-89c703e60414 ']' ++ curl -fsSL 'https://prow.ci.openshift.org/prowjob?prowjob=194f2c32-49fa-449e-9ab9-89c703e60414' ++ sed -nr '/name: CNV_CATALOG_IMAGE/ { n; s|\s+value: (.*)|\1|p }' + CNV_CATALOG_IMAGE= + '[' -z '' ']' ++ jq -r '."4.21" | to_entries[] | .key+"="+.value' version-mapping.json + eval 'index_image=brew.registry.redhat.io/rh-osbs/iib:1087206 bundle_version=v4.21.0.rhel9-123 channel=nightly' ++ index_image=brew.registry.redhat.io/rh-osbs/iib:1087206 ++ bundle_version=v4.21.0.rhel9-123 ++ channel=nightly + CNV_CATALOG_IMAGE=brew.registry.redhat.io/rh-osbs/iib:1087206 + echo 'Using bundle_version: v4.21.0.rhel9-123' Using bundle_version: v4.21.0.rhel9-123 + STARTING_CSV=v4.21.0.rhel9 + STARTING_CSV=v4.21.0 + echo 'Using index_image: brew.registry.redhat.io/rh-osbs/iib:1087206' Using index_image: brew.registry.redhat.io/rh-osbs/iib:1087206 + echo 'setting up CNV catalog source' setting up CNV catalog source + /tmp/cnv-ci/hack/create-cnv-catalogsource.sh brew.registry.redhat.io/rh-osbs/iib:1087206 + CNV_CATALOG_IMAGE=brew.registry.redhat.io/rh-osbs/iib:1087206 + CNV_CATALOG_SOURCE=cnv-catalog-source + echo 'creating CNV catalog source' creating CNV catalog source + oc create -f - catalogsource.operators.coreos.com/cnv-catalog-source created ++ oc get pods -n openshift-marketplace -l olm.catalogSource=cnv-catalog-source --no-headers ++ wc -l + '[' 1 -ne 1 ']' + echo 'waiting for the CNV catalog source to become ready' waiting for the CNV catalog source to become ready + CATALOG_SOURCE_READY=false ++ seq 1 60 + for i in $(seq 1 60) ++ oc get catsrc cnv-catalog-source -n openshift-marketplace -o 'jsonpath={.status.connectionState.lastObservedState}' + '[' TRANSIENT_FAILURE == READY ']' + echo 'Retry #1' Retry #1 + sleep 5 + for i in $(seq 1 60) ++ oc get catsrc cnv-catalog-source -n openshift-marketplace -o 'jsonpath={.status.connectionState.lastObservedState}' + '[' TRANSIENT_FAILURE == READY ']' + echo 'Retry #2' Retry #2 + sleep 5 + for i in $(seq 1 60) ++ oc get catsrc cnv-catalog-source -n openshift-marketplace -o 'jsonpath={.status.connectionState.lastObservedState}' + '[' TRANSIENT_FAILURE == READY ']' + echo 'Retry #3' Retry #3 + sleep 5 + for i in $(seq 1 60) ++ oc get catsrc cnv-catalog-source -n openshift-marketplace -o 'jsonpath={.status.connectionState.lastObservedState}' + '[' TRANSIENT_FAILURE == READY ']' + echo 'Retry #4' Retry #4 + sleep 5 + for i in $(seq 1 60) ++ oc get catsrc cnv-catalog-source -n openshift-marketplace -o 'jsonpath={.status.connectionState.lastObservedState}' + '[' TRANSIENT_FAILURE == READY ']' + echo 'Retry #5' Retry #5 + sleep 5 + for i in $(seq 1 60) ++ oc get catsrc cnv-catalog-source -n openshift-marketplace -o 'jsonpath={.status.connectionState.lastObservedState}' + '[' TRANSIENT_FAILURE == READY ']' + echo 'Retry #6' Retry #6 + sleep 5 + for i in $(seq 1 60) ++ oc get catsrc cnv-catalog-source -n openshift-marketplace -o 'jsonpath={.status.connectionState.lastObservedState}' + '[' TRANSIENT_FAILURE == READY ']' + echo 'Retry #7' Retry #7 + sleep 5 + for i in $(seq 1 60) ++ oc get catsrc cnv-catalog-source -n openshift-marketplace -o 'jsonpath={.status.connectionState.lastObservedState}' + '[' TRANSIENT_FAILURE == READY ']' + echo 'Retry #8' Retry #8 + sleep 5 + for i in $(seq 1 60) ++ oc get catsrc cnv-catalog-source -n openshift-marketplace -o 'jsonpath={.status.connectionState.lastObservedState}' + '[' TRANSIENT_FAILURE == READY ']' + echo 'Retry #9' Retry #9 + sleep 5 + for i in $(seq 1 60) ++ oc get catsrc cnv-catalog-source -n openshift-marketplace -o 'jsonpath={.status.connectionState.lastObservedState}' + '[' TRANSIENT_FAILURE == READY ']' + echo 'Retry #10' Retry #10 + sleep 5 + for i in $(seq 1 60) ++ oc get catsrc cnv-catalog-source -n openshift-marketplace -o 'jsonpath={.status.connectionState.lastObservedState}' + '[' TRANSIENT_FAILURE == READY ']' + echo 'Retry #11' Retry #11 + sleep 5 + for i in $(seq 1 60) ++ oc get catsrc cnv-catalog-source -n openshift-marketplace -o 'jsonpath={.status.connectionState.lastObservedState}' + '[' TRANSIENT_FAILURE == READY ']' + echo 'Retry #12' Retry #12 + sleep 5 + for i in $(seq 1 60) ++ oc get catsrc cnv-catalog-source -n openshift-marketplace -o 'jsonpath={.status.connectionState.lastObservedState}' + '[' TRANSIENT_FAILURE == READY ']' + echo 'Retry #13' Retry #13 + sleep 5 + for i in $(seq 1 60) ++ oc get catsrc cnv-catalog-source -n openshift-marketplace -o 'jsonpath={.status.connectionState.lastObservedState}' + '[' TRANSIENT_FAILURE == READY ']' + echo 'Retry #14' Retry #14 + sleep 5 + for i in $(seq 1 60) ++ oc get catsrc cnv-catalog-source -n openshift-marketplace -o 'jsonpath={.status.connectionState.lastObservedState}' + '[' TRANSIENT_FAILURE == READY ']' + echo 'Retry #15' Retry #15 + sleep 5 + for i in $(seq 1 60) ++ oc get catsrc cnv-catalog-source -n openshift-marketplace -o 'jsonpath={.status.connectionState.lastObservedState}' + '[' READY == READY ']' + CATALOG_SOURCE_READY=true + echo 'the brew catalog source is ready.' the brew catalog source is ready. + break + '[' true '!=' true ']' + get_cnv_channel + '[' -n '' ']' + '[' -n 194f2c32-49fa-449e-9ab9-89c703e60414 ']' ++ curl -fsSL 'https://prow.ci.openshift.org/prowjob?prowjob=194f2c32-49fa-449e-9ab9-89c703e60414' ++ sed -nr '/name: CNV_CHANNEL/ { n; s|\s+value: (.*)|\1|p }' + CNV_SUBSCRIPTION_CHANNEL= + '[' -z '' ']' ++ jq -r '."4.21".channel // empty' version-mapping.json + CNV_SUBSCRIPTION_CHANNEL=nightly + : nightly + echo 'creating subscription' creating subscription + oc create -f - subscription.operators.coreos.com/kubevirt-hyperconverged created + echo 'creating operator group' creating operator group + oc create -f - operatorgroup.operators.coreos.com/openshift-cnv-group created + echo 'waiting for HyperConverged operator to become ready' waiting for HyperConverged operator to become ready + /tmp/cnv-ci/hack/wait-for-hco.sh +++ dirname /tmp/cnv-ci/hack/wait-for-hco.sh ++ cd /tmp/cnv-ci/hack ++ pwd + SCRIPT_DIR=/tmp/cnv-ci/hack + echo 'waiting for hco-operator deployment to be created' waiting for hco-operator deployment to be created + /tmp/cnv-ci/hack/retry.sh 30 10 'oc get deployment hco-operator -n openshift-cnv' oc get deployment hco-operator -n openshift-cnv Error from server (NotFound): deployments.apps "hco-operator" not found > failed with exit code 1, waiting 10 seconds to retry... oc get deployment hco-operator -n openshift-cnv Error from server (NotFound): deployments.apps "hco-operator" not found > failed with exit code 1, waiting 10 seconds to retry... oc get deployment hco-operator -n openshift-cnv Error from server (NotFound): deployments.apps "hco-operator" not found > failed with exit code 1, waiting 10 seconds to retry... oc get deployment hco-operator -n openshift-cnv NAME READY UP-TO-DATE AVAILABLE AGE hco-operator 0/1 1 0 9s + echo 'waiting for hco-webhook deployment to be created' waiting for hco-webhook deployment to be created + /tmp/cnv-ci/hack/retry.sh 30 10 'oc get deployment hco-webhook -n openshift-cnv' oc get deployment hco-webhook -n openshift-cnv NAME READY UP-TO-DATE AVAILABLE AGE hco-webhook 0/1 1 0 10s + echo 'waiting for hco-operator and hco-webhook to be ready' waiting for hco-operator and hco-webhook to be ready + oc wait deployment hco-operator hco-webhook -n openshift-cnv --for condition=Available --timeout=30m deployment.apps/hco-operator condition met deployment.apps/hco-webhook condition met + sleep 20s + echo 'waiting for HyperConverged operator CRD to be created' waiting for HyperConverged operator CRD to be created + /tmp/cnv-ci/hack/retry.sh 30 10 'oc get crd hyperconvergeds.hco.kubevirt.io' oc get crd hyperconvergeds.hco.kubevirt.io NAME CREATED AT hyperconvergeds.hco.kubevirt.io 2026-01-07T05:26:23Z + echo 'checking if HyperConverged operator CR already exists' checking if HyperConverged operator CR already exists ++ oc get HyperConverged kubevirt-hyperconverged -n openshift-cnv --no-headers ++ wc -l Error from server (NotFound): hyperconvergeds.hco.kubevirt.io "kubevirt-hyperconverged" not found + '[' 0 -eq 0 ']' + echo 'creating HyperConverged operator CR' creating HyperConverged operator CR + oc create -f - hyperconverged.hco.kubevirt.io/kubevirt-hyperconverged created + echo 'waiting for HyperConverged operator to be available' waiting for HyperConverged operator to be available + oc wait HyperConverged kubevirt-hyperconverged -n openshift-cnv --for condition=Available --timeout=30m hyperconverged.hco.kubevirt.io/kubevirt-hyperconverged condition met + cleanup + rv=0 + '[' x0 '!=' x0 ']' + exit 0 hack/patch-hco-pre-test.sh + echo 'scale down hco-operator, as it'\''s still using the config map for KubeVirt' scale down hco-operator, as it's still using the config map for KubeVirt + oc patch deployment hco-operator -n openshift-cnv --patch '{"spec":{"replicas":0}}' deployment.apps/hco-operator patched + echo 'waiting for hco-operator pod to be scaled down' waiting for hco-operator pod to be scaled down ++ oc get pods --no-headers -l name=hyperconverged-cluster-operator -n openshift-cnv ++ wc -l + '[' 1 -gt 0 ']' + sleep 5 ++ oc get pods --no-headers -l name=hyperconverged-cluster-operator -n openshift-cnv ++ wc -l No resources found in openshift-cnv namespace. + '[' 0 -gt 0 ']' + echo 'deleting kubevirt configmap' deleting kubevirt configmap ++ oc get configmap kubevirt-config -n openshift-cnv --no-headers ++ wc -l Error from server (NotFound): configmaps "kubevirt-config" not found + '[' 0 -gt 0 ']' hack/test-cnv.sh + PRODUCTION_RELEASE=false + KUBEVIRT_TESTING_CONFIGURATION_FILE=kubevirt-tier1-ocs.json + echo 'get matching kubevirt release from the build' get matching kubevirt release from the build ++ oc get deployment virt-operator -n openshift-cnv -o 'jsonpath={.spec.template.spec.containers[0].image}' + VIRT_OPERATOR_IMAGE=registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:8c04bef81fbdd54f372dfaa4c7778255f732ebf766f3a74e20ce897d997c6950 + '[' false = false ']' + VIRT_OPERATOR_IMAGE=brew.registry.redhat.io/rh-osbs/container-native-virtualization-virt-operator-rhel9@sha256:8c04bef81fbdd54f372dfaa4c7778255f732ebf766f3a74e20ce897d997c6950 ++ oc image info -a /tmp/authfile.new brew.registry.redhat.io/rh-osbs/container-native-virtualization-virt-operator-rhel9@sha256:8c04bef81fbdd54f372dfaa4c7778255f732ebf766f3a74e20ce897d997c6950 -o json --filter-by-os=linux/amd64 ++ jq '.config.config.Labels["upstream-version"]' + KUBEVIRT_TAG='"1.7.0-26-g114d912ce2"' ++ echo '"1.7.0-26-g114d912ce2"' ++ awk -F - '{print $1}' ++ tr -d '"' + KUBEVIRT_RELEASE=v1.7.0 + [[ "1.7.0-26-g114d912ce2" == *\r\c* ]] + [[ "1.7.0-26-g114d912ce2" == *\a\l\p\h\a* ]] + [[ "1.7.0-26-g114d912ce2" == *\b\e\t\a* ]] + trap cleanup INT TERM EXIT + echo 'Kubevirt release in use is: v1.7.0' Kubevirt release in use is: v1.7.0 + echo 'downloading the test binary' downloading the test binary ++ pwd + BIN_DIR=/tmp/cnv-ci/_out + mkdir -p /tmp/cnv-ci/_out + export BIN_DIR + TESTS_BINARY=/tmp/cnv-ci/_out/tests.test + curl -Lo /tmp/cnv-ci/_out/tests.test https://github.com/kubevirt/kubevirt/releases/download/v1.7.0/tests.test % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 80.8M 100 80.8M 0 0 132M 0 --:--:-- --:--:-- --:--:-- 132M + chmod +x /tmp/cnv-ci/_out/tests.test + echo 'create testing infrastructure' create testing infrastructure ++ oc get PersistentVolume host-path-disk-alpine Error from server (NotFound): persistentvolumes "host-path-disk-alpine" not found + '[' '' ']' + oc create -n openshift-cnv -f ./manifests/testing/kubevirt-testing-infra.yaml persistentvolume/host-path-disk-alpine created persistentvolume/host-path-disk-custom created daemonset.apps/disks-images-provider created persistentvolume/local-block-storage-cirros created serviceaccount/kubevirt-testing created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-testing-cluster-admin created configmap/kubevirt-test-config created + echo 'waiting for testing infrastructure to be ready' waiting for testing infrastructure to be ready + oc wait pods -l kubevirt.io=disks-images-provider -n openshift-cnv --for condition=Ready --timeout=20m pod/disks-images-provider-fx7jg condition met pod/disks-images-provider-mg4gw condition met pod/disks-images-provider-vtd6q condition met + skip_tests+=('\[QUARANTINE\]') + skip_tests+=('Slirp Networking') + skip_tests+=('with CPU spec') + skip_tests+=('with TX offload disabled') + skip_tests+=('with cni flannel and ptp plugin interface') + skip_tests+=('with ovs-cni plugin') + skip_tests+=('SRIOV') + skip_tests+=('with EFI') + skip_tests+=('Operator') + skip_tests+=('GPU') + skip_tests+=('DataVolume Integration') + skip_tests+=('test_id:3468') + skip_tests+=('test_id:3466') + skip_tests+=('test_id:1015') + skip_tests+=('rfe_id:393') + skip_tests+=('test_id:4659') + skip_tests+=('test_id:4646') + skip_tests+=('test_id:4647') + skip_tests+=('test_id:4654') + skip_tests+=('test_id:4655') + skip_tests+=('test_id:4656') + skip_tests+=('test_id:4657') + skip_tests+=('test_id:4658') + skip_tests+=('test_id:4659') + skip_tests+=('test_id:1652') + skip_tests+=('rfe_id:273') + skip_tests+=('test_id:1304') + skip_tests+=('test_id:1615') + skip_tests+=('test_id:1616') + skip_tests+=('test_id:1617') + skip_tests+=('test_id:1618') + skip_tests+=('test_id:1626') + skip_tests+=('test_id:1651') + skip_tests+=('test_id:1657') + skip_tests+=('test_id:2188') + skip_tests+=('test_id:2190') + skip_tests+=('test_id:3007') + skip_tests+=('test_id:3178') + skip_tests+=('test_id:3180') + skip_tests+=('test_id:3182') + skip_tests+=('test_id:3184') + skip_tests+=('test_id:3185') + skip_tests+=('test_id:3199') + skip_tests+=('test_id:3312') + skip_tests+=('test_id:4119') + skip_tests+=('test_id:4136') + skip_tests+=('test_id:4622') + skip_tests+=('test_id:6993') + skip_tests+=('test_id:6311') + skip_tests+=('test_id:7164') + skip_tests+=('test_id:7679') + skip_tests+=('test_id:1520') + skip_tests+=('test_id:1521') + skip_tests+=('test_id:1525') + skip_tests+=('\[Serial\] Should leave a failed VMI') + skip_tests+=('VirtualMachine crash loop backoff should backoff attempting to create a new VMI when') + skip_tests+=('Using expand command') + skip_tests+=('Using virtctl interface') + skip_tests+=('repeately starting vmis') + skip_tests+=('Prometheus Endpoints') ++ printf '(%s)|' '\[QUARANTINE\]' 'Slirp Networking' 'with CPU spec' 'with TX offload disabled' 'with cni flannel and ptp plugin interface' 'with ovs-cni plugin' SRIOV 'with EFI' Operator GPU 'DataVolume Integration' test_id:3468 test_id:3466 test_id:1015 rfe_id:393 test_id:4659 test_id:4646 test_id:4647 test_id:4654 test_id:4655 test_id:4656 test_id:4657 test_id:4658 test_id:4659 test_id:1652 rfe_id:273 test_id:1304 test_id:1615 test_id:1616 test_id:1617 test_id:1618 test_id:1626 test_id:1651 test_id:1657 test_id:2188 test_id:2190 test_id:3007 test_id:3178 test_id:3180 test_id:3182 test_id:3184 test_id:3185 test_id:3199 test_id:3312 test_id:4119 test_id:4136 test_id:4622 test_id:6993 test_id:6311 test_id:7164 test_id:7679 test_id:1520 test_id:1521 test_id:1525 '\[Serial\] Should leave a failed VMI' 'VirtualMachine crash loop backoff should backoff attempting to create a new VMI when' 'Using expand command' 'Using virtctl interface' 'repeately starting vmis' 'Prometheus Endpoints' + skip_regex='(\[QUARANTINE\])|(Slirp Networking)|(with CPU spec)|(with TX offload disabled)|(with cni flannel and ptp plugin interface)|(with ovs-cni plugin)|(SRIOV)|(with EFI)|(Operator)|(GPU)|(DataVolume Integration)|(test_id:3468)|(test_id:3466)|(test_id:1015)|(rfe_id:393)|(test_id:4659)|(test_id:4646)|(test_id:4647)|(test_id:4654)|(test_id:4655)|(test_id:4656)|(test_id:4657)|(test_id:4658)|(test_id:4659)|(test_id:1652)|(rfe_id:273)|(test_id:1304)|(test_id:1615)|(test_id:1616)|(test_id:1617)|(test_id:1618)|(test_id:1626)|(test_id:1651)|(test_id:1657)|(test_id:2188)|(test_id:2190)|(test_id:3007)|(test_id:3178)|(test_id:3180)|(test_id:3182)|(test_id:3184)|(test_id:3185)|(test_id:3199)|(test_id:3312)|(test_id:4119)|(test_id:4136)|(test_id:4622)|(test_id:6993)|(test_id:6311)|(test_id:7164)|(test_id:7679)|(test_id:1520)|(test_id:1521)|(test_id:1525)|(\[Serial\] Should leave a failed VMI)|(VirtualMachine crash loop backoff should backoff attempting to create a new VMI when)|(Using expand command)|(Using virtctl interface)|(repeately starting vmis)|(Prometheus Endpoints)|' ++ printf -- --ginkgo.skip=%s '(\[QUARANTINE\])|(Slirp Networking)|(with CPU spec)|(with TX offload disabled)|(with cni flannel and ptp plugin interface)|(with ovs-cni plugin)|(SRIOV)|(with EFI)|(Operator)|(GPU)|(DataVolume Integration)|(test_id:3468)|(test_id:3466)|(test_id:1015)|(rfe_id:393)|(test_id:4659)|(test_id:4646)|(test_id:4647)|(test_id:4654)|(test_id:4655)|(test_id:4656)|(test_id:4657)|(test_id:4658)|(test_id:4659)|(test_id:1652)|(rfe_id:273)|(test_id:1304)|(test_id:1615)|(test_id:1616)|(test_id:1617)|(test_id:1618)|(test_id:1626)|(test_id:1651)|(test_id:1657)|(test_id:2188)|(test_id:2190)|(test_id:3007)|(test_id:3178)|(test_id:3180)|(test_id:3182)|(test_id:3184)|(test_id:3185)|(test_id:3199)|(test_id:3312)|(test_id:4119)|(test_id:4136)|(test_id:4622)|(test_id:6993)|(test_id:6311)|(test_id:7164)|(test_id:7679)|(test_id:1520)|(test_id:1521)|(test_id:1525)|(\[Serial\] Should leave a failed VMI)|(VirtualMachine crash loop backoff should backoff attempting to create a new VMI when)|(Using expand command)|(Using virtctl interface)|(repeately starting vmis)|(Prometheus Endpoints)' + skip_arg='--ginkgo.skip=(\[QUARANTINE\])|(Slirp Networking)|(with CPU spec)|(with TX offload disabled)|(with cni flannel and ptp plugin interface)|(with ovs-cni plugin)|(SRIOV)|(with EFI)|(Operator)|(GPU)|(DataVolume Integration)|(test_id:3468)|(test_id:3466)|(test_id:1015)|(rfe_id:393)|(test_id:4659)|(test_id:4646)|(test_id:4647)|(test_id:4654)|(test_id:4655)|(test_id:4656)|(test_id:4657)|(test_id:4658)|(test_id:4659)|(test_id:1652)|(rfe_id:273)|(test_id:1304)|(test_id:1615)|(test_id:1616)|(test_id:1617)|(test_id:1618)|(test_id:1626)|(test_id:1651)|(test_id:1657)|(test_id:2188)|(test_id:2190)|(test_id:3007)|(test_id:3178)|(test_id:3180)|(test_id:3182)|(test_id:3184)|(test_id:3185)|(test_id:3199)|(test_id:3312)|(test_id:4119)|(test_id:4136)|(test_id:4622)|(test_id:6993)|(test_id:6311)|(test_id:7164)|(test_id:7679)|(test_id:1520)|(test_id:1521)|(test_id:1525)|(\[Serial\] Should leave a failed VMI)|(VirtualMachine crash loop backoff should backoff attempting to create a new VMI when)|(Using expand command)|(Using virtctl interface)|(repeately starting vmis)|(Prometheus Endpoints)' + mkdir -p /logs/artifacts + [[ 4.21 == \4\.\1\0 ]] + GINKGO_FLAKE=--ginkgo.flake-attempts=3 + GINKGO_NOCOLOR=--ginkgo.no-color + GINKGO_SLOW=--ginkgo.slow-spec-threshold=60s + echo 'Starting tests 🧪' Starting tests 🧪 ++ which oc + /tmp/cnv-ci/_out/tests.test -cdi-namespace=openshift-cnv -config=./manifests/testing/kubevirt-tier1-ocs.json -installed-namespace=openshift-cnv -junit-output=/logs/artifacts/junit.functest.xml -kubeconfig=/tmp/kubeconfig-4110534182 '-ginkgo.focus=(rfe_id:1177)|(rfe_id:273)|(rfe_id:151)' --ginkgo.no-color -ginkgo.seed=0 --ginkgo.slow-spec-threshold=60s -ginkgo.v -ginkgo.trace -kubectl-path=/usr/bin/oc -utility-container-prefix=quay.io/kubevirt -test.timeout=3h -test.v -utility-container-tag=v1.4.0 --ginkgo.flake-attempts=3 '--ginkgo.skip=(\[QUARANTINE\])|(Slirp Networking)|(with CPU spec)|(with TX offload disabled)|(with cni flannel and ptp plugin interface)|(with ovs-cni plugin)|(SRIOV)|(with EFI)|(Operator)|(GPU)|(DataVolume Integration)|(test_id:3468)|(test_id:3466)|(test_id:1015)|(rfe_id:393)|(test_id:4659)|(test_id:4646)|(test_id:4647)|(test_id:4654)|(test_id:4655)|(test_id:4656)|(test_id:4657)|(test_id:4658)|(test_id:4659)|(test_id:1652)|(rfe_id:273)|(test_id:1304)|(test_id:1615)|(test_id:1616)|(test_id:1617)|(test_id:1618)|(test_id:1626)|(test_id:1651)|(test_id:1657)|(test_id:2188)|(test_id:2190)|(test_id:3007)|(test_id:3178)|(test_id:3180)|(test_id:3182)|(test_id:3184)|(test_id:3185)|(test_id:3199)|(test_id:3312)|(test_id:4119)|(test_id:4136)|(test_id:4622)|(test_id:6993)|(test_id:6311)|(test_id:7164)|(test_id:7679)|(test_id:1520)|(test_id:1521)|(test_id:1525)|(\[Serial\] Should leave a failed VMI)|(VirtualMachine crash loop backoff should backoff attempting to create a new VMI when)|(Using expand command)|(Using virtctl interface)|(repeately starting vmis)|(Prometheus Endpoints)' === RUN TestTests Running Suite: KubeVirt Tests Suite - /tmp/cnv-ci ================================================= Random Seed: 0 Will run 52 of 1412 specs ------------------------------ [ReportBeforeSuite] tests/tests_suite_test.go:176 ConfigurePerSpecReporting r.programmaticFocus = false[ReportBeforeSuite] PASSED [0.000 seconds] ------------------------------ [SynchronizedBeforeSuite] tests/tests_suite_test.go:105 [SynchronizedBeforeSuite] PASSED [4.788 seconds] ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [rfe_id:151][crit:high][vendor:cnv-qe@redhat.com][level:component][sig-compute]CloudInit UserData [rfe_id:151][crit:medium][vendor:cnv-qe@redhat.com][level:component]A new VirtualMachineInstance with cloudInitConfigDrive cloud-init instance-id should be stable [sig-compute] tests/vmi_cloudinit_test.go:195 STEP: Start VM @ 01/07/26 05:30:44.623 STEP: Get VM cloud-init instance-id @ 01/07/26 05:30:44.965 {"[namespace kubevirt-test-default1 name testvmi-txhzt kind VirtualMachineInstance uid f7c1f2a6-d8d0-4bc9-861e-b22611e3fe47]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-txhzt\", UID:\"f7c1f2a6-d8d0-4bc9-861e-b22611e3fe47\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"105962\", FieldPath:\"\"}): type: 'Normal' reason: 'Created' VirtualMachineInstance defined.","pos":"watcher.go:150","timestamp":"2026-01-07T05:31:38.505220Z"} {"[namespace kubevirt-test-default1 name testvmi-txhzt kind VirtualMachineInstance uid f7c1f2a6-d8d0-4bc9-861e-b22611e3fe47]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-txhzt\", UID:\"f7c1f2a6-d8d0-4bc9-861e-b22611e3fe47\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"105998\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' VirtualMachineInstance started.","pos":"watcher.go:150","timestamp":"2026-01-07T05:31:38.749235Z"} Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:31:39.268444Z","ts":"2026/01/07 05:31:39"} Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:31:39.268541Z","ts":"2026/01/07 05:31:39"} Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:31:49.270362Z","ts":"2026/01/07 05:31:49"} Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:31:49.270492Z","ts":"2026/01/07 05:31:49"} Match for RE: "(localhost|fedora|testvmi-txhzt|testvmi-txhzt) login: " found: ["testvmi-txhzt login: " "testvmi-txhzt"] Buffer: [ OK ] Mounted /boot/efi. Starting Load Kernel Module configfs... [ OK ] Finished Load Kernel Module configfs. [ OK ] Finished Load Kernel Modules. Starting Apply Kernel Variables... [ 5.264712] lpc_ich 0000:00:1f.0: I/O space for GPIO uninitialized [ OK ] Finished Apply Kernel Variables. [ 5.281506] Free page reporting enabled [ 5.355342] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt [ 5.380508] i2c i2c-0: 1/1 memory slots populated (from DMI) [ 5.382252] i2c i2c-0: Memory type 0x07 not supported yet, not instantiating SPD [ OK ] Found device /dev/zram0. Starting Create swap on /dev/zram0... [ 5.409270] zram0: detected capacity change from 0 to 931840 [ OK ] Finished Create swap on /dev/zram0. Activating swap Compressed Swap on /dev/zram0...[ 5.447209] kauditd_printk_skb: 92 callbacks suppressed [ 5.447211] audit: type=1130 audit(1767763909.369:101): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-zram-setup@zram0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.463432] Adding 465916k swap on /dev/zram0. Priority:100 extents:1 across:465916k SSFS [ OK ] Activated swap Compressed Swap on /dev/zram0. [ OK ] Reached target Swaps. Mounting Temporary Directory /tmp... [ OK ] Mounted Temporary Directory /tmp. [ OK ] Reached target Local File Systems. Starting Restore /run/initramfs on shutdown... Starting Commit a transient machine-id on disk... Starting Create Volatile Files and Directories... [ OK ] Finished Restore /run/initramfs on shutdown. [ 5.506119] audit: type=1130 audit(1767763909.431:102): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Finished Create Volatile Files and Directories. [ 5.640025] audit: type=1130 audit(1767763909.564:103): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Starting Security Auditing Service... Starting Userspace Out-Of-Memory (OOM) Killer... Starting Network Name Resolution... [ 5.674339] audit: type=1334 audit(1767763909.580:104): prog-id=26 op=LOAD Starting User Database Manager... [ 5.686026] audit: type=1334 audit(1767763909.580:105): prog-id=27 op=LOAD [ 5.698035] audit: type=1334 audit(1767763909.580:106): prog-id=28 op=LOAD [ OK ] Finished Commit a transient machine-id on disk. [ 5.710031] audit: type=1334 audit(1767763909.587:107): prog-id=29 op=LOAD [ 5.717766] audit: type=1334 audit(1767763909.606:108): prog-id=30 op=LOAD [ 5.727037] audit: type=1334 audit(1767763909.606:109): prog-id=31 op=LOAD [ 5.736046] audit: type=1334 audit(1767763909.606:110): prog-id=32 op=LOAD [ 5.740625] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer [ OK ] Started User Database Manager. [ 5.785858] iTCO_vendor_support: vendor-support=0 [ 5.822914] input: PC Speaker as /devices/platform/pcspkr/input/input4 [ OK ] Started Security Auditing Service. Starting Record System Boot/Shutdown in UTMP... [ OK ] Finished Record System Boot/Shutdown in UTMP. [ OK ] Reached target System Initialization. [ OK ] Started dnf makecache --timer. [ OK ] Started Discard unused blocks once a week. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Started daily update of the root trust anchor for DNSSEC. [ OK ] Reached target Timer Units. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Listening on SSSD Kerberos…ache Manager responder socket. [ OK ] Reached target Socket Units. [ OK ] Reached target Basic System. Starting NTP client/server... Starting Initial cloud-init job (pre-networking)... [ OK ] Reached target sshd-keygen.target. [ OK ] Reached target User and Group Name Lookups. Starting Home Area Manager... Starting User Login Management... [ 6.033599] iTCO_wdt iTCO_wdt.1.auto: Found a ICH9 TCO device (Version=2, TCOBASE=0x0660) [ OK ] Reached target Sound Card. Starting D-Bus System Message Bus... Starting update of the roo…NSSEC validation in unbound... [ OK ] Started Userspace Out-Of-Memory (OOM) Killer. [ OK ] Started NTP client/server. [ 6.144877] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0) [ OK ] Started D-Bus System Message Bus. [ OK ] Started Home Area Manager. [ OK ] Finished Home Area Activation. [ OK ] Finished update of the roo… DNSSEC validation in unbound. [ OK ] Started User Login Management. [ OK ] Started Network Name Resolution. [ OK ] Reached target Host and Network Name Lookups. [ 7.067654] cloud-init[636]: Cloud-init v. 20.4 running 'init-local' at Wed, 07 Jan 2026 05:31:51 +0000. Up 7.04 seconds. Starting Hostname Service... [ OK ] Started Hostname Service. [ OK ] Finished Initial cloud-init job (pre-networking). [ OK ] Reached target Preparation for Network. Starting Network Manager... [ OK ] Started Network Manager. [ OK ] Reached target Network. Starting Network Manager Wait Online... Starting Initial cloud-ini… (metadata service crawler)... [ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch. Starting Network Manager Script Dispatcher Service... [ OK ] Started Network Manager Script Dispatcher Service. [ OK ] Finished Network Manager Wait Online. [ 8.065879] cloud-init[705]: Cloud-init v. 20.4 running 'init' at Wed, 07 Jan 2026 05:31:52 +0000. Up 8.04 seconds. [ 8.079768] cloud-init[705]: ci-info: +++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++ [ 8.082711] cloud-init[705]: ci-info: +--------+------+---------------------------+---------------+--------+-------------------+ [ 8.085570] cloud-init[705]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 8.088422] cloud-init[705]: ci-info: +--------+------+---------------------------+---------------+--------+-------------------+ [ 8.091272] cloud-init[705]: ci-info: | eth0 | True | 10.0.2.2 | 255.255.255.0 | global | 0a:58:0a:81:02:60 | [ 8.094123] cloud-init[705]: ci-info: | eth0 | True | fe80::858:aff:fe81:260/64 | . | link | 0a:58:0a:81:02:60 | [ 8.096952] cloud-init[705]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | [ 8.099782] cloud-init[705]: ci-info: | lo | True | ::1/128 | . | host | . | [ 8.102621] cloud-init[705]: ci-info: +--------+------+---------------------------+---------------+--------+-------------------+ [ 8.105441] cloud-init[705]: ci-info: +++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++ [ 8.108045] cloud-init[705]: ci-info: +-------+-------------+----------+---------------+-----------+-------+ [ 8.110502] cloud-init[705]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 8.112981] cloud-init[705]: ci-info: +-------+-------------+----------+---------------+-----------+-------+ [ 8.115411] cloud-init[705]: ci-info: | 0 | 0.0.0.0 | 10.0.2.1 | 0.0.0.0 | eth0 | UG | [ 8.117863] cloud-init[705]: ci-info: | 1 | 10.0.2.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 8.120293] cloud-init[705]: ci-info: +-------+-------------+----------+---------------+-----------+-------+ [ 8.122741] cloud-init[705]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ [ 8.124874] cloud-init[705]: ci-info: +-------+-------------+---------+-----------+-------+ [ 8.126976] cloud-init[705]: ci-info: | Route | Destination | Gateway | Interface | Flags | [ 8.129036] cloud-init[705]: ci-info: +-------+-------------+---------+-----------+-------+ [ 8.131121] cloud-init[705]: ci-info: | 1 | fe80::/64 | :: | eth0 | U | [ 8.133196] cloud-init[705]: ci-info: | 3 | multicast | :: | eth0 | U | [ 8.135301] cloud-init[705]: ci-info: +-------+-------------+---------+-----------+-------+ [ 8.899876] cloud-init[705]: Generating public/private rsa key pair. [ 8.901676] cloud-init[705]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key [ 8.903779] cloud-init[705]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub [ 8.905863] cloud-init[705]: The key fingerprint is: [ 8.907189] cloud-init[705]: SHA256:oZ3BfQRrsEqCewgxmFIktLRLu9zcXe2lia8H24Jv7+8 root@testvmi-txhzt [ 8.909419] cloud-init[705]: The key's randomart image is: [ 8.910882] cloud-init[705]: +---[RSA 3072]----+ [ 8.912143] cloud-init[705]: |**o . ... | [ 8.913391] cloud-init[705]: |=+o. . + o | [ 8.914644] cloud-init[705]: |o+. . . = + . | [ 8.915899] cloud-init[705]: |..oo o + =.. | [ 8.917148] cloud-init[705]: | oo . o S. . . | [ 8.918412] cloud-init[705]: |. +.. . ..o + | [ 8.919692] cloud-init[705]: | o o . ...++ | [ 8.920953] cloud-init[705]: | . +.o | [ 8.922235] cloud-init[705]: | oo*+oE | [ 8.923544] cloud-init[705]: +----[SHA256]-----+ [ 8.924822] cloud-init[705]: Generating public/private dsa key pair. [ 8.926461] cloud-init[705]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key [ 8.928577] cloud-init[705]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub [ 8.930690] cloud-init[705]: The key fingerprint is: [ 8.932037] cloud-init[705]: SHA256:4MkcYLjf34TCG4uzcBYcapR1l0ibVmT2XzEXeszuSe4 root@testvmi-txhzt [ 8.934267] cloud-init[705]: The key's randomart image is: [ 8.935718] cloud-init[705]: +---[DSA 1024]----+ [ 8.936996] cloud-init[705]: | .+.oo*. o.o| [ 8.938306] cloud-init[705]: | .+ o.B.. ++ | [ 8.939596] cloud-init[705]: | o.. * . ..+ | [ 8.940873] cloud-init[705]: | ..o * + . .o | [ 8.942138] cloud-init[705]: | o.oo= S. . o | [ 8.943387] cloud-init[705]: | . ..= . . + .| [ 8.944760] cloud-init[705]: | . o. * o + | [ 8.946968] cloud-init[705]: | +o o . . . | [ 8.948231] cloud-init[705]: | .o E | [ 8.949498] cloud-init[705]: +----[SHA256]-----+ [ 8.950786] cloud-init[705]: Generating public/private ecdsa key pair. [ 8.952459] cloud-init[705]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key [ 8.954620] cloud-init[705]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub [ 8.956787] cloud-init[705]: The key fingerprint is: [ 8.958116] cloud-init[705]: SHA256:PuVmbiv5Jse6Ex+qvuCMfr+7Seev7CrkstBjA+DmxtY root@testvmi-txhzt [ 8.960942] cloud-init[705]: The key's randomart image is: [ 8.962396] cloud-init[705]: +---[ECDSA 256]---+ [ 8.963677] cloud-init[705]: | | [ 8.964950] cloud-init[705]: | | [ 8.966221] cloud-init[705]: |. | [ 8.967756] cloud-init[705]: |o | [ 8.969036] cloud-init[705]: |.o S . | [ 8.970762] cloud-init[705]: |+o. . ..o. | [ 8.972051] cloud-init[705]: |.==E. . +*+. | [ 8.973308] cloud-init[705]: |oo.*+o =*=* | [ 8.974577] cloud-init[705]: | .++o+@OB&=. | [ 8.975853] cloud-init[705]: +----[SHA256]-----+ [ 8.977963] cloud-init[705]: Generating public/private ed25519 key pair. [ 8.979715] cloud-init[705]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key [ 8.981928] cloud-init[705]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub [ 8.984125] cloud-init[705]: The key fingerprint is: [ 8.985452] cloud-init[705]: SHA256:kJGyuYNn+IZhl2zQ66xXnkjaql3TV5g1qRaueKyKl9Q root@testvmi-txhzt [ 8.987676] cloud-init[705]: The key's randomart image is: [ 8.989240] cloud-init[705]: +--[ED25519 256]--+ [ 8.990760] cloud-init[705]: | .. | [ 8.992040] cloud-init[705]: | . .o . | [ 8.993776] cloud-init[705]: | . +o . + | [ 8.995060] cloud-init[705]: | . + o * . | [ 8.996317] cloud-init[705]: | * + S . | [ 8.997584] cloud-init[705]: | * E+.o . | [ 9.002762] cloud-init[705]: | o /+==.. | [ 9.004058] cloud-init[705]: | o=.O+o. | [ 9.005319] cloud-init[705]: |oo=*. | [ 9.006646] cloud-init[705]: +----[SHA256]-----+ [ OK ] Finished Initial cloud-ini…ob (metadata service crawler). [ OK ] Reached target Cloud-config availability. [ OK ] Reached target Network is Online. Starting Apply the settings specified in cloud-config... Starting OpenSSH server daemon... Starting Permit User Sessions... [ OK ] Finished Permit User Sessions. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS0. [ OK ] Reached target Login Prompts. [ OK ] Started OpenSSH server daemon. [ OK ] Reached target Multi-User System. Starting Record Runlevel Change in UTMP... [ OK ] Finished Record Runlevel Change in UTMP. [ 9.444221] cloud-init[778]: Cloud-init v. 20.4 running 'modules:config' at Wed, 07 Jan 2026 05:31:53 +0000. Up 9.40 seconds. Stopping OpenSSH server daemon... [ OK ] Stopped OpenSSH server daemon. [ OK ] Stopped target sshd-keygen.target. Stopping sshd-keygen.target... [ OK ] Reached target sshd-keygen.target. Starting OpenSSH server daemon... [ OK ] Started OpenSSH server daemon. [ OK ] Finished Apply the settings specified in cloud-config. Starting Execute cloud user/final scripts... [ 10.107302] cloud-init[793]: Cloud-init v. 20.4 running 'modules:final' at Wed, 07 Jan 2026 05:31:54 +0000. Up 10.07 seconds. [ 10.154674] cloud-init[793]: ci-info: no authorized SSH keys fingerprints found for user fedora. ci-info: no authorized SSH keys fingerprints found for user fedora. <14>Jan 7 05:31:54 ec2: <14>Jan 7 05:31:54 ec2: ############################################################# <14>Jan 7 05:31:54 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Jan 7 05:31:54 ec2: 1024 SHA256:4MkcYLjf34TCG4uzcBYcapR1l0ibVmT2XzEXeszuSe4 root@testvmi-txhzt (DSA) <14>Jan 7 05:31:54 ec2: 256 SHA256:PuVmbiv5Jse6Ex+qvuCMfr+7Seev7CrkstBjA+DmxtY root@testvmi-txhzt (ECDSA) <14>Jan 7 05:31:54 ec2: 256 SHA256:kJGyuYNn+IZhl2zQ66xXnkjaql3TV5g1qRaueKyKl9Q root@testvmi-txhzt (ED25519) <14>Jan 7 05:31:54 ec2: 3072 SHA256:oZ3BfQRrsEqCewgxmFIktLRLu9zcXe2lia8H24Jv7+8 root@testvmi-txhzt (RSA) <14>Jan 7 05:31:54 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Jan 7 05:31:54 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFTet/mdwceJ27gLZJfyXeSVADaS1Esf6dwEDRchtdxvQf359EQl7VuVEG77CEToXExymNIuxkLsqHlMSp2GIQA= root@testvmi-txhzt ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBrNRgEP+6KN0/buYeSqxIN5YTP+0CE/mNOvG1pX8wui root@testvmi-txhzt ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXyaUb4IfPlJZ6emJbvwQFtO6Swk/xlzS5NwvJ+U4h0xxb2QagZomaGGcD4gpXmwCG10m8iWqwzUqz21siASB5+F/VmEBr2iuJ5v1pQ5Fcp11DlGkkXY4AV5JE34WRkR3mC0M7gz/Pl48sUBP/VQP6RnVBDcRWXSadnFuAyb94DcR4UbIRBbz3a8N5hadkDfV3EU1wbop2k3gpXj7A+7+diuAcmlNhN5cKZBC5r/ArI3uchDM/cjziI+0E9M6iZY/1x7Jc5IjIq0wSLCqK1uz/+6i90GWOtnSNaMrouiywWnabpyLquWp5b6kzidC5ZpPvBHP4BgHs3q8lVMqwWwymphGsWocLSjIIiq5qsi0nwL5cshVi/GYd99pHQh37gFbI7ZE+fQetOZGg760vrxeKklwTMapn/qmmgtapvim8RDGjET1Ecb6IYlc006S5CMjpLjdyi+G1mzLt1pike+ZhnvW55dLMimrh9wz9qvz0+5KQxCbSXavzYstKCI/ZEDs= root@testvmi-txhzt -----END SSH HOST KEY KEYS----- [ 10.216788] cloud-init[793]: Cloud-init v. 20.4 finished at Wed, 07 Jan 2026 05:31:54 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/vdb]. Up 10.21 seconds [ OK ] Finished Execute cloud user/final scripts. [ OK ] Reached target Cloud-init target. Starting Wait for cloud-init to complete... [ OK ] Finished Wait for cloud-init to complete. [ OK ] Started QEMU Guest Agent. Fedora Linux 35 (Cloud Edition) Kernel 5.14.10-300.fc35.x86_64 on an x86_64 (ttyS0) eth0: 10.0.2.2 fe80::858:aff:fe81:260 testvmi-txhzt login: Sent: "fedora\n" {"component":"tests","level":"info","msg":"Sent: \"fedora\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:31:57.273191Z","ts":"2026/01/07 05:31:57"} Match for RE: "Password:" found: ["Password:"] Buffer: fedora Password: Sent: "fedora\n" {"component":"tests","level":"info","msg":"Sent: \"fedora\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:31:57.414504Z","ts":"2026/01/07 05:31:57"} Match for RE: "(\\[fedora@(localhost|fedora|testvmi-txhzt|testvmi-txhzt) ~\\]\\$ |\\[root@(localhost|fedora|testvmi-txhzt|testvmi-txhzt) fedora\\]\\# )" found: ["[fedora@testvmi-txhzt ~]$ " "[fedora@testvmi-txhzt ~]$ " "testvmi-txhzt" ""] Buffer: [fedora@testvmi-txhzt ~]$ Sent: "sudo su\n" {"component":"tests","level":"info","msg":"Sent: \"sudo su\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:31:57.829156Z","ts":"2026/01/07 05:31:57"} Match for RE: "(\\$ |\\# )" found: ["# " "# "] Buffer: sudo su [root@testvmi-txhzt fedora]# Sent: "stty cols 500 rows 500\n" {"component":"tests","level":"info","msg":"Sent: \"stty cols 500 rows 500\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:31:57.969074Z","ts":"2026/01/07 05:31:57"} Match for RE: "(\\$ |\\# )" found: ["# " "# "] Buffer: stty cols 500 rows 500 [root@testvmi-txhzt fedora]# Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:31:58.042555Z","ts":"2026/01/07 05:31:58"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n[root@testvmi-txhzt fedora]# " "# "] Buffer: echo $? 0 [root@testvmi-txhzt fedora]# Sent: "dmesg -n 1\n" {"component":"tests","level":"info","msg":"Sent: \"dmesg -n 1\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:31:58.110674Z","ts":"2026/01/07 05:31:58"} Match for RE: "(\\$ |\\# )" found: ["# " "# "] Buffer: dmesg -n 1 [root@testvmi-txhzt fedora]# Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:31:58.183875Z","ts":"2026/01/07 05:31:58"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n[root@testvmi-txhzt fedora]# " "# "] Buffer: echo $? 0 [root@testvmi-txhzt fedora]# {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:31:58.251923Z","ts":"2026/01/07 05:31:58"} STEP: Restart VM @ 01/07/26 05:31:58.682 STEP: Waiting for VM to stop @ 01/07/26 05:32:03.131 STEP: Waiting for VM to be ready @ 01/07/26 05:32:03.428 STEP: Get VM cloud-init instance-id after restart @ 01/07/26 05:32:14.253 Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:32:14.615928Z","ts":"2026/01/07 05:32:14"} Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:32:14.615984Z","ts":"2026/01/07 05:32:14"} Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:32:19.616993Z","ts":"2026/01/07 05:32:19"} Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:32:19.617692Z","ts":"2026/01/07 05:32:19"} Match for RE: "(localhost|fedora|testvmi-txhzt|testvmi-txhzt) login: " found: ["testvmi-txhzt login: " "testvmi-txhzt"] Buffer: [ 1.932308] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 1.934224] rodata_test: all tests were successful [ 1.935683] x86/mm: Checking user space page tables [ 1.980722] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 1.982893] Run /init as init process [ 1.992079] systemd[1]: systemd v249.4-2.fc35 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 2.002661] systemd[1]: Detected virtualization kvm. [ 2.004190] systemd[1]: Detected architecture x86-64. [ 2.005731] systemd[1]: Running in initial RAM disk. Welcome to Fedora Linux 35 (Cloud Edition) dracut-055-5.fc35 (Initramfs)! [ 2.009771] systemd[1]: No hostname configured, using default hostname. [ 2.011801] systemd[1]: Hostname set to . [ 2.013319] systemd[1]: Initializing machine ID from VM UUID. [ 2.095846] systemd[1]: Queued start job for default target Initrd Default Target. [ 2.098280] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 2.102700] systemd[1]: Reached target Local Encrypted Volumes. [ OK ] Reached target Local Encrypted Volumes. [ 2.106132] systemd[1]: Reached target Initrd /usr File System. [ OK ] Reached target Initrd /usr File System. [ 2.109545] systemd[1]: Reached target Local File Systems. [ OK ] Reached target Local File Systems. [ 2.112750] systemd[1]: Reached target Path Units. [ OK ] Reached target Path Units. [ 2.115600] systemd[1]: Reached target Slice Units. [ OK ] Reached target Slice Units. [ 2.118492] systemd[1]: Reached target Swaps. [ OK ] Reached target Swaps. [ 2.121149] systemd[1]: Reached target Timer Units. [ OK ] Reached target Timer Units. [ 2.124171] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ 2.127469] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 2.130987] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 2.133998] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 2.137233] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 2.140350] systemd[1]: Reached target Socket Units. [ OK ] Reached target Socket Units. [ 2.144210] systemd[1]: Starting Create List of Static Device Nodes... Starting Create List of Static Device Nodes... [ 2.147870] systemd[1]: Condition check resulted in Memstrack Anylazing Service being skipped. [ 2.152769] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.155690] systemd[1]: Condition check resulted in Load Kernel Modules being skipped. [ 2.162661] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 2.172468] systemd[1]: Starting Setup Virtual Console... Starting Setup Virtual Console... [ 2.183635] systemd[1]: Finished Create List of Static Device Nodes. [ OK ] Finished Create List of Static Device Nodes. [ 2.191418] audit: type=1130 audit(1767763939.068:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 2.197978] systemd[1]: Finished Apply Kernel Variables. [ OK ] Finished Apply Kernel Variables. [ 2.207707] systemd[1]: Starting Create Static Device Nodes in /dev... [ 2.209724] audit: type=1130 audit(1767763939.082:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Starting Create Static Device Nodes in /dev... [ 2.226469] systemd[1]: Finished Create Static Device Nodes in /dev. [ OK ] Finished Create Static Device Nodes in /dev. [ 2.237605] audit: type=1130 audit(1767763939.112:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 2.263965] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ 2.266827] audit: type=1130 audit(1767763939.144:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Starting Create Volatile Files and Directories... [ OK ] Finished Create Volatile Files and Directories. [ 2.287790] audit: type=1130 audit(1767763939.165:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Finished Setup Virtual Console. [ 2.317571] audit: type=1130 audit(1767763939.194:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Starting dracut ask for additional cmdline parameters... [ OK ] Finished dracut ask for additional cmdline parameters. Starting dracut cmdline hook...[ 2.341581] audit: type=1130 audit(1767763939.217:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline-ask comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Finished dracut cmdline hook. Starting dracut pre-udev hook...[ 2.400973] audit: type=1130 audit(1767763939.276:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Finished dracut pre-udev hook. Starting Rule-based Manage…for Device Events and Files...[ 2.430876] audit: type=1130 audit(1767763939.305:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Started Rule-based Manager for Device Events and Files. Starting Coldplug All udev Devices... [ 2.466334] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 [ OK ] Finished Coldplug All udev Devices. [ OK ] Reached target System Initialization. [ OK ] Reached target Basic System. Starting dracut initqueue hook... [ 2.643795] virtio_blk virtio3: [vda] 10485760 512-byte logical blocks (5.37 GB/5.00 GiB) [ 2.656210] scsi host6: Virtio SCSI HBA [ 2.693595] vda: vda1 vda2 vda3 vda4 vda5 [ 2.721228] virtio_blk virtio4: [vdb] 2048 512-byte logical blocks (1.05 MB/1.00 MiB) [ 2.825777] BTRFS: device label fedora devid 1 transid 41 /dev/vda5 scanned by systemd-udevd (368) [ OK ] Found device /dev/disk/by-…1-d1ba-4577-b624-48a51910a100. [ OK ] Reached target Initrd Root Device. [ OK ] Finished dracut initqueue hook. [ OK ] Reached target Preparation for Remote File Systems. [ OK ] Reached target Remote Encrypted Volumes. [ OK ] Reached target Remote File Systems. Starting File System Check…d1ba-4577-b624-48a51910a100... [ OK ] Finished File System Check…1-d1ba-4577-b624-48a51910a100. Mounting /sysroot... [ 2.937445] BTRFS info (device vda5): flagging fs with big metadata feature [ 2.939534] BTRFS info (device vda5): disk space caching is enabled [ 2.941429] BTRFS info (device vda5): has skinny extents [ OK ] Mounted /sysroot. [ OK ] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [ OK ] Finished Reload Configuration from the Real Root. [ OK ] Reached target Initrd File Systems. [ OK ] Reached target Initrd Default Target. Starting dracut mount hook... [ OK ] Finished dracut mount hook. Starting dracut pre-pivot and cleanup hook... [ OK ] Finished dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [ OK ] Stopped target Remote Encrypted Volumes. [ OK ] Stopped target Timer Units. [ OK ] Stopped dracut pre-pivot and cleanup hook. [ OK ] Stopped target Initrd Default Target. [ OK ] Stopped target Basic System. [ OK ] Stopped target Initrd Root Device. [ OK ] Stopped target Initrd /usr File System. [ OK ] Stopped target Path Units. [ OK ] Stopped target Remote File Systems. [ OK ] Stopped target Preparation for Remote File Systems. [ OK ] Stopped target Slice Units. [ OK ] Stopped target Socket Units. [ OK ] Stopped target System Initialization. [ OK ] Stopped target Local Encrypted Volumes. [ OK ] Stopped Dispatch Password …ts to Console Directory Watch. [ OK ] Stopped target Swaps. [ OK ] Stopped dracut mount hook. [ OK ] Stopped dracut initqueue hook. [ OK ] Stopped Apply Kernel Variables. [ OK ] Stopped Create Volatile Files and Directories. [ OK ] Stopped target Local File Systems. [ OK ] Stopped Coldplug All udev Devices. Stopping Rule-based Manage…for Device Events and Files... [ OK ] Stopped Rule-based Manager for Device Events and Files. [ OK ] Finished Cleaning Up and Shutting Down Daemons. [ OK ] Closed udev Control Socket. [ OK ] Closed udev Kernel Socket. [ OK ] Stopped dracut pre-udev hook. [ OK ] Stopped dracut cmdline hook. [ OK ] Stopped dracut ask for additional cmdline parameters. Starting Cleanup udev Database... [ OK ] Stopped Create Static Device Nodes in /dev. [ OK ] Stopped Create List of Static Device Nodes. [ OK ] Stopped Setup Virtual Console. [ OK ] Finished Cleanup udev Database. [ OK ] Reached target Switch Root. Starting Switch Root... [ 3.279313] systemd-journald[243]: Received SIGTERM from PID 1 (systemd). [ 3.510456] SELinux: policy capability network_peer_controls=1 [ 3.512431] SELinux: policy capability open_perms=1 [ 3.514066] SELinux: policy capability extended_socket_class=1 [ 3.516014] SELinux: policy capability always_check_network=0 [ 3.517901] SELinux: policy capability cgroup_seclabel=1 [ 3.519687] SELinux: policy capability nnp_nosuid_transition=1 [ 3.521625] SELinux: policy capability genfs_seclabel_symlinks=0 [ 3.541132] systemd[1]: Successfully loaded SELinux policy in 71.688ms. [ 3.606701] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 22.642ms. [ 3.613537] systemd[1]: systemd v249.4-2.fc35 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 3.622959] systemd[1]: Detected virtualization kvm. [ 3.624599] systemd[1]: Detected architecture x86-64. Welcome to Fedora Linux 35 (Cloud Edition)! [ 3.629867] systemd[1]: Initializing machine ID from VM UUID. [ 3.631810] systemd[1]: Installed transient /etc/machine-id file. [ 3.768922] zram: Added device: zram0 [ 3.995847] systemd[1]: Configuration file /etc/systemd/system/wait-for-cloud-init.service is marked executable. Please remove executable permission bits. Proceeding anyway. [ 4.046679] systemd[1]: initrd-switch-root.service: Deactivated successfully. [ 4.049279] systemd[1]: Stopped Switch Root. [ OK ] Stopped Switch Root. [ 4.052521] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1. [ 4.055728] systemd[1]: Created slice Slice /system/getty. [ OK ] Created slice Slice /system/getty. [ 4.059531] systemd[1]: Created slice Slice /system/modprobe. [ OK ] Created slice Slice /system/modprobe. [ 4.063472] systemd[1]: Created slice Slice /system/serial-getty. [ OK ] Created slice Slice /system/serial-getty. [ 4.067537] systemd[1]: Created slice Slice /system/sshd-keygen. [ OK ] Created slice Slice /system/sshd-keygen. [ 4.071585] systemd[1]: Created slice Slice /system/systemd-fsck. [ OK ] Created slice Slice /system/systemd-fsck. [ 4.075650] systemd[1]: Created slice Slice /system/systemd-zram-setup. [ OK ] Created slice Slice /system/systemd-zram-setup. [ 4.080049] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 4.083848] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 4.088732] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ 4.093820] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ OK ] Set up automount Arbitrary…s File System Automount Point. [ 4.099077] systemd[1]: Reached target Local Encrypted Volumes. [ OK ] Reached target Local Encrypted Volumes. [ 4.102831] systemd[1]: Stopped target Switch Root. [ OK ] Stopped target Switch Root. [ 4.106018] systemd[1]: Stopped target Initrd File Systems. [ OK ] Stopped target Initrd File Systems. [ 4.109578] systemd[1]: Stopped target Initrd Root File System. [ OK ] Stopped target Initrd Root File System. [ 4.113329] systemd[1]: Reached target Path Units. [ OK ] Reached target Path Units. [ 4.116455] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 4.119993] systemd[1]: Reached target Slice Units. [ OK ] Reached target Slice Units. [ 4.123185] systemd[1]: Reached target Local Verity Integrity Protected Volumes. [ OK ] Reached target Local Verity Integrity Protected Volumes. [ 4.128934] systemd[1]: Listening on Process Core Dump Socket. [ OK ] Listening on Process Core Dump Socket. [ 4.132838] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 4.138665] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 4.142457] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 4.147146] systemd[1]: Listening on User Database Manager Socket. [ OK ] Listening on User Database Manager Socket. [ 4.152054] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 4.156749] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 4.166083] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 4.171955] systemd[1]: Mounting Kernel Trace File System... Mounting Kernel Trace File System... [ 4.177799] systemd[1]: Starting Create List of Static Device Nodes... Starting Create List of Static Device Nodes... [ 4.184351] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs... [ 4.190372] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm... [ 4.196138] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse... [ 4.207104] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 4.211226] systemd[1]: systemd-fsck-root.service: Deactivated successfully. [ 4.225640] systemd[1]: Stopped File System Check on Root Device. [ OK ] Stopped File System Check on Root Device. [ 4.229634] systemd[1]: Stopped Journal Service. [ 4.236779] fuse: init (API version 7.34) [ OK ] Stopped Journal Service. [ 4.241287] systemd[1]: Starting Journal Service... Starting Journal Service... [ 4.254926] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 4.269669] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 4.285771] systemd[1]: Condition check resulted in Repartition Root Disk being skipped. [ 4.298242] BTRFS info (device vda5): use zstd compression, level 1 [ 4.300308] BTRFS info (device vda5): disk space caching is enabled [ 4.303776] systemd[1]: Starting Coldplug All udev Devices... Starting Coldplug All udev Devices... [ 4.317989] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Mounted Huge Pages File System. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Kernel Debug File System. [ OK ] Mounted Kernel Trace File System. [ OK ] Finished Create List of Static Device Nodes. [ OK ] Finished Load Kernel Module configfs. [ OK ] Finished Load Kernel Module drm. [ OK ] Finished Load Kernel Module fuse. [ OK ] Finished Remount Root and Kernel File Systems. Mounting FUSE Control File System... Mounting Kernel Configuration File System... Starting Flush Journal to Persistent Storage... [ 4.386865] i40e: Intel(R) Ethernet Connection XL710 Network Driver [ 4.388914] i40e: Copyright (c) 2013 - 2019 Intel Corporation. Starting Load/Save Random Seed... Starting Create Static Device Nodes in /dev... [ 4.411658] systemd-journald[530]: Received client request to flush runtime journal. [ OK ] Mounted FUSE Control File System. [ OK ] Mounted Kernel Configuration File System. [ OK ] Finished Load/Save Random Seed. [ 4.446712] dca service started, version 1.12.1 [ OK ] Finished Create Static Device Nodes in /dev. [ OK ] Reached target Preparation for Local File Systems. Mounting /home... Starting File System Check…2d6a-4735-9faa-d71adfba9798... Starting File System Check…/dev/disk/by-uuid/4524-5C35... [ 4.534812] igb: Intel(R) Gigabit Ethernet Network Driver [ 4.536613] igb: Copyright (c) 2007-2014 Intel Corporation. Starting Rule-based Manage…for Device Events and Files... [ OK ] Mounted /home. [ OK ] Finished Flush Journal to Persistent Storage. [ OK ] Finished File System Check…e-2d6a-4735-9faa-d71adfba9798. Mounting /boot... [ OK ] Finished File System Check…n /dev/disk/by-uuid/4524-5C35. [ 4.644590] EXT4-fs (vda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 4.651224] ext4 filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff) [ OK ] Finished Coldplug All udev Devices. [ OK ] Started Rule-based Manager for Device Events and Files. [ OK ] Mounted /boot. Mounting /boot/efi... [ OK ] Mounted /boot/efi. Starting Load Kernel Module configfs... [ OK ] Finished Load Kernel Module configfs. [ OK ] Finished Load Kernel Modules. Starting Apply Kernel Variables... [ 5.040434] lpc_ich 0000:00:1f.0: I/O space for GPIO uninitialized [ 5.046401] Free page reporting enabled [ OK ] Finished Apply Kernel Variables. [ 5.105193] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt [ 5.134162] i2c i2c-0: 1/1 memory slots populated (from DMI) [ 5.136022] i2c i2c-0: Memory type 0x07 not supported yet, not instantiating SPD [ OK ] Found device /dev/zram0. Starting Create swap on /dev/zram0... [ 5.177621] zram0: detected capacity change from 0 to 931840 [ OK ] Finished Create swap on /dev/zram0. Activating swap Compressed Swap on /dev/zram0... [ 5.211548] Adding 465916k swap on /dev/zram0. Priority:100 extents:1 across:465916k SSFS [ OK ] Activated swap Compressed Swap on /dev/zram0. [ OK ] Reached target Swaps. Mounting Temporary Directory /tmp... [ OK ] Mounted Temporary Directory /tmp. [ OK ] Reached target Local File Systems. Starting Restore /run/initramfs on shutdown... Starting Commit a transient machine-id on disk... Starting Create Volatile Files and Directories... [ OK ] Finished Restore /run/initramfs on shutdown. [ OK ] Finished Create Volatile Files and Directories. [ 5.383227] kauditd_printk_skb: 94 callbacks suppressed [ 5.383230] audit: type=1130 audit(1767763942.259:103): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Starting Security Auditing Service... Starting Userspace Out-Of-Memory (OOM) Killer... Starting Network Name Resolution... [ 5.429152] audit: type=1334 audit(1767763942.278:104): prog-id=26 op=LOAD Starting User Database Manager... [ 5.442837] audit: type=1334 audit(1767763942.278:105): prog-id=27 op=LOAD [ 5.453673] audit: type=1334 audit(1767763942.278:106): prog-id=28 op=LOAD [ 5.463570] audit: type=1334 audit(1767763942.286:107): prog-id=29 op=LOAD [ 5.472176] audit: type=1334 audit(1767763942.304:108): prog-id=30 op=LOAD [ 5.484661] audit: type=1334 audit(1767763942.304:109): prog-id=31 op=LOAD [ OK ] Finished Commit a transient machine-id on disk. [ 5.496572] audit: type=1334 audit(1767763942.304:110): prog-id=32 op=LOAD [ 5.503270] audit: type=1305 audit(1767763942.362:111): op=set audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 [ OK ] Started User Database Manager. [ 5.518925] audit: type=1300 audit(1767763942.362:111): arch=c000003e syscall=44 success=yes exit=60 a0=3 a1=7ffdef8996f0 a2=3c a3=0 items=0 ppid=591 pid=595 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="auditd" exe="/usr/sbin/auditd" subj=system_u:system_r:auditd_t:s0 key=(null) [ 5.541640] input: PC Speaker as /devices/platform/pcspkr/input/input4 [ 5.546605] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer [ 5.582485] iTCO_vendor_support: vendor-support=0 [ OK ] Reached target Sound Card. [ OK ] Started Userspace Out-Of-Memory (OOM) Killer. [ OK ] Started Security Auditing Service. Starting Record System Boot/Shutdown in UTMP... [ 5.735012] iTCO_wdt iTCO_wdt.1.auto: Found a ICH9 TCO device (Version=2, TCOBASE=0x0660) [ OK ] Finished Record System Boot/Shutdown in UTMP. [ OK ] Reached target System Initialization. [ OK ] Started dnf makecache --timer. [ OK ] Started Discard unused blocks once a week. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Started daily update of the root trust anchor for DNSSEC. [ OK ] Reached target Timer Units. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Listening on SSSD Kerberos…ache Manager responder socket. [ OK ] Reached target Socket Units. [ OK ] Reached target Basic System. Starting NTP client/server... Starting Initial cloud-init job (pre-networking)... [ OK ] Reached target sshd-keygen.target. [ 5.813367] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0) [ OK ] Reached target User and Group Name Lookups. Starting Home Area Manager... Starting User Login Management... [ OK ] Started NTP client/server. Starting D-Bus System Message Bus... Starting update of the roo…NSSEC validation in unbound... [ OK ] Started D-Bus System Message Bus. [ OK ] Finished update of the roo… DNSSEC validation in unbound. [ OK ] Started Home Area Manager. [ OK ] Finished Home Area Activation. [ OK ] Started Network Name Resolution. [ OK ] Reached target Host and Network Name Lookups. [ OK ] Started User Login Management. [ 6.750651] cloud-init[637]: Cloud-init v. 20.4 running 'init-local' at Wed, 07 Jan 2026 05:32:23 +0000. Up 6.72 seconds. Starting Hostname Service... [ OK ] Started Hostname Service. [ OK ] Finished Initial cloud-init job (pre-networking). [ OK ] Reached target Preparation for Network. Starting Network Manager... [ OK ] Started Network Manager. [ OK ] Reached target Network. Starting Network Manager Wait Online... Starting Initial cloud-ini… (metadata service crawler)... [ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch. Starting Network Manager Script Dispatcher Service... [ OK ] Started Network Manager Script Dispatcher Service. [ OK ] Finished Network Manager Wait Online. [ 7.673039] cloud-init[706]: Cloud-init v. 20.4 running 'init' at Wed, 07 Jan 2026 05:32:24 +0000. Up 7.65 seconds. [ 7.687842] cloud-init[706]: ci-info: +++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++ [ 7.690819] cloud-init[706]: ci-info: +--------+------+---------------------------+---------------+--------+-------------------+ [ 7.693683] cloud-init[706]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 7.696531] cloud-init[706]: ci-info: +--------+------+---------------------------+---------------+--------+-------------------+ [ 7.699385] cloud-init[706]: ci-info: | eth0 | True | 10.0.2.2 | 255.255.255.0 | global | 0a:58:0a:81:02:61 | [ 7.702260] cloud-init[706]: ci-info: | eth0 | True | fe80::858:aff:fe81:261/64 | . | link | 0a:58:0a:81:02:61 | [ 7.705117] cloud-init[706]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | [ 7.707979] cloud-init[706]: ci-info: | lo | True | ::1/128 | . | host | . | [ 7.710843] cloud-init[706]: ci-info: +--------+------+---------------------------+---------------+--------+-------------------+ [ 7.713705] cloud-init[706]: ci-info: +++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++ [ 7.716157] cloud-init[706]: ci-info: +-------+-------------+----------+---------------+-----------+-------+ [ 7.718607] cloud-init[706]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 7.721052] cloud-init[706]: ci-info: +-------+-------------+----------+---------------+-----------+-------+ [ 7.723494] cloud-init[706]: ci-info: | 0 | 0.0.0.0 | 10.0.2.1 | 0.0.0.0 | eth0 | UG | [ 7.725956] cloud-init[706]: ci-info: | 1 | 10.0.2.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 7.728411] cloud-init[706]: ci-info: +-------+-------------+----------+---------------+-----------+-------+ [ 7.730888] cloud-init[706]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ [ 7.733018] cloud-init[706]: ci-info: +-------+-------------+---------+-----------+-------+ [ 7.735150] cloud-init[706]: ci-info: | Route | Destination | Gateway | Interface | Flags | [ 7.737268] cloud-init[706]: ci-info: +-------+-------------+---------+-----------+-------+ [ 7.739387] cloud-init[706]: ci-info: | 1 | fe80::/64 | :: | eth0 | U | [ 7.741517] cloud-init[706]: ci-info: | 3 | multicast | :: | eth0 | U | [ 7.743652] cloud-init[706]: ci-info: +-------+-------------+---------+-----------+-------+ [ 9.016073] cloud-init[706]: Generating public/private rsa key pair. [ 9.018018] cloud-init[706]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key [ 9.020295] cloud-init[706]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub [ 9.022571] cloud-init[706]: The key fingerprint is: [ 9.023956] cloud-init[706]: SHA256:BdFqM1xoudvfGlCNnJnXWjhfwUq8sMreWVkJCR9dz8k root@testvmi-txhzt [ 9.026352] cloud-init[706]: The key's randomart image is: [ 9.027898] cloud-init[706]: +---[RSA 3072]----+ [ 9.029253] cloud-init[706]: | o= .o.+.o| [ 9.030611] cloud-init[706]: | +.oo.@o*+| [ 9.031979] cloud-init[706]: | o +. @.OEB| [ 9.033335] cloud-init[706]: | B. o + B.| [ 9.034732] cloud-init[706]: | .S=o + .| [ 9.036099] cloud-init[706]: | .o.. o | [ 9.037474] cloud-init[706]: | . ..+. | [ 9.039676] cloud-init[706]: | . o... | [ 9.041060] cloud-init[706]: | .. | [ 9.042482] cloud-init[706]: +----[SHA256]-----+ [ 9.043848] cloud-init[706]: Generating public/private dsa key pair. [ 9.045590] cloud-init[706]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key [ 9.047985] cloud-init[706]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub [ 9.050227] cloud-init[706]: The key fingerprint is: [ 9.051626] cloud-init[706]: SHA256:rvrCyaOzOCYGv+czYGtbLNVTK93brZOUayeQFMGJzSU root@testvmi-txhzt [ 9.055003] cloud-init[706]: The key's randomart image is: [ 9.056567] cloud-init[706]: +---[DSA 1024]----+ [ 9.057938] cloud-init[706]: | =E+. | [ 9.059305] cloud-init[706]: | . *. | [ 9.060676] cloud-init[706]: | . . | [ 9.062018] cloud-init[706]: | . o o. | [ 9.063384] cloud-init[706]: | . + S... . | [ 9.064708] cloud-init[706]: |. oo + ooo. | [ 9.066078] cloud-init[706]: |.o.=o. . .o.o. | [ 9.067799] cloud-init[706]: |o+=oX . *.. | [ 9.069174] cloud-init[706]: |=o=OoBo ..+ | [ 9.070522] cloud-init[706]: +----[SHA256]-----+ [ 9.075831] cloud-init[706]: Generating public/private ecdsa key pair. [ 9.077566] cloud-init[706]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key [ 9.079921] cloud-init[706]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub [ 9.082258] cloud-init[706]: The key fingerprint is: [ 9.083691] cloud-init[706]: SHA256:MLDal101dIUGLdz1F0L3H1AUcM+SvRJ2U1bTS3sSqFc root@testvmi-txhzt [ 9.086060] cloud-init[706]: The key's randomart image is: [ 9.087615] cloud-init[706]: +---[ECDSA 256]---+ [ 9.088978] cloud-init[706]: | . o*X=%X| [ 9.090342] cloud-init[706]: | o .+oE*O| [ 9.091697] cloud-init[706]: | . o .. *+=X| [ 9.093049] cloud-init[706]: | o = .. o ++B| [ 9.094412] cloud-init[706]: | . . o S . . oo| [ 9.095773] cloud-init[706]: | . . | [ 9.097126] cloud-init[706]: | | [ 9.098508] cloud-init[706]: | | [ 9.099874] cloud-init[706]: | | [ 9.101226] cloud-init[706]: +----[SHA256]-----+ [ 9.102618] cloud-init[706]: Generating public/private ed25519 key pair. [ 9.104590] cloud-init[706]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key [ 9.106972] cloud-init[706]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub [ 9.109335] cloud-init[706]: The key fingerprint is: [ 9.110785] cloud-init[706]: SHA256:OB8fd4L+d/RvQFIfXra/S4gT1lCdqRa64f9qpbi7/Dk root@testvmi-txhzt [ 9.113192] cloud-init[706]: The key's randomart image is: [ 9.114731] cloud-init[706]: +--[ED25519 256]--+ [ 9.116086] cloud-init[706]: | .. o| [ 9.117435] cloud-init[706]: | ...=o| [ 9.118768] cloud-init[706]: | ...+o+| [ 9.120099] cloud-init[706]: | . ++o.o.| [ 9.121456] cloud-init[706]: | o S +o*+. .| [ 9.122805] cloud-init[706]: | o +.=ooo.o| [ 9.124166] cloud-init[706]: | . ooo.o+o| [ 9.125550] cloud-init[706]: | .o.E+.+| [ 9.126932] cloud-init[706]: | =B=+=+| [ 9.128317] cloud-init[706]: +----[SHA256]-----+ [ OK ] Finished Initial cloud-ini…ob (metadata service crawler). [ OK ] Reached target Cloud-config availability. [ OK ] Reached target Network is Online. Starting Apply the settings specified in cloud-config... Starting OpenSSH server daemon... Starting Permit User Sessions... [ OK ] Started OpenSSH server daemon. [ OK ] Finished Permit User Sessions. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS0. [ OK ] Reached target Login Prompts. [ OK ] Reached target Multi-User System. Starting Record Runlevel Change in UTMP... [ OK ] Finished Record Runlevel Change in UTMP. [ 9.561006] cloud-init[779]: Cloud-init v. 20.4 running 'modules:config' at Wed, 07 Jan 2026 05:32:26 +0000. Up 9.52 seconds. Stopping OpenSSH server daemon... [ OK ] Stopped OpenSSH server daemon. [ OK ] Stopped target sshd-keygen.target. Stopping sshd-keygen.target... [ OK ] Reached target sshd-keygen.target. Starting OpenSSH server daemon... [ OK ] Started OpenSSH server daemon. [ OK ] Finished Apply the settings specified in cloud-config. Starting Execute cloud user/final scripts... [ 10.175670] cloud-init[794]: Cloud-init v. 20.4 running 'modules:final' at Wed, 07 Jan 2026 05:32:27 +0000. Up 10.14 seconds. [ 10.221919] cloud-init[794]: ci-info: no authorized SSH keys fingerprints found for user fedora. ci-info: no authorized SSH keys fingerprints found for user fedora. <14>Jan 7 05:32:27 ec2: <14>Jan 7 05:32:27 ec2: ############################################################# <14>Jan 7 05:32:27 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Jan 7 05:32:27 ec2: 1024 SHA256:rvrCyaOzOCYGv+czYGtbLNVTK93brZOUayeQFMGJzSU root@testvmi-txhzt (DSA) <14>Jan 7 05:32:27 ec2: 256 SHA256:MLDal101dIUGLdz1F0L3H1AUcM+SvRJ2U1bTS3sSqFc root@testvmi-txhzt (ECDSA) <14>Jan 7 05:32:27 ec2: 256 SHA256:OB8fd4L+d/RvQFIfXra/S4gT1lCdqRa64f9qpbi7/Dk root@testvmi-txhzt (ED25519) <14>Jan 7 05:32:27 ec2: 3072 SHA256:BdFqM1xoudvfGlCNnJnXWjhfwUq8sMreWVkJCR9dz8k root@testvmi-txhzt (RSA) <14>Jan 7 05:32:27 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Jan 7 05:32:27 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIRwEkhRq4plsDHMbI0oiZ8U/6RPhfo6d4XQsa8Vn5kMXEBs2B6XOejpIpj2sKF8Me4bLCfOVQOvLrdv3YrF0fE= root@testvmi-txhzt ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHSrDsfAscYCJeLKrF0CfFHHXsf5jAatkOr+TVUBtZIc root@testvmi-txhzt ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHbs9X7yxJYBoaBIM1yQVWZkgIE3WqIOMx9Tls/xvLzNBZbeqIxaQqPRsxbmEhWgwT2Tp/6fDA6cLwxlqRW/vFNoCemeTzSmqUmdrXi0EpZ/XHqQY0Y8G/fg0Asu+Pp1L98LjbSlCjKEbS5tgaVLn5pPGXNY1XVWiTKrmiOMIWVJ4epEE1zemr3nxe/DZEP7OTGMHW8gJks2gzD0GaR1VQU7S0oB1Bji6ehAX4qx1d097HK7zkXL0AwtxA1nO7yxFkExuHVAWEcHbeP7TiEdyfl2vDY0irhoEiPNY3Y/kJbAKUQY4LlfiKEZlLGQgAamdIOObdVRmsb97+e1/kyoU0TQXLWc3oliQ1zlucQK7sW+VUhEqOKH0C9D9Wrg8eKK6MDQvHfT6bFIWqopDP2JyTAXoKPz0/Wn0PsvOUv9NXwhDv51hRdLqwRaIgaji4EbgNjdAT4Z6MEeL2v4CyrUrOMSVy0TUC8rQRi79JdkqUApNJ0hUv8oBWRlrxPI3iXfU= root@testvmi-txhzt -----END SSH HOST KEY KEYS----- [ 10.289844] cloud-init[794]: Cloud-init v. 20.4 finished at Wed, 07 Jan 2026 05:32:27 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/vdb]. Up 10.28 seconds [ OK ] Finished Execute cloud user/final scripts. [ OK ] Reached target Cloud-init target. Starting Wait for cloud-init to complete... [ OK ] Finished Wait for cloud-init to complete. [ OK ] Started QEMU Guest Agent. Fedora Linux 35 (Cloud Edition) Kernel 5.14.10-300.fc35.x86_64 on an x86_64 (ttyS0) eth0: 10.0.2.2 fe80::858:aff:fe81:261 testvmi-txhzt login: Sent: "fedora\n" {"component":"tests","level":"info","msg":"Sent: \"fedora\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:32:31.626994Z","ts":"2026/01/07 05:32:31"} Match for RE: "Password:" found: ["Password:"] Buffer: fedora Password: Sent: "fedora\n" {"component":"tests","level":"info","msg":"Sent: \"fedora\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:32:31.758571Z","ts":"2026/01/07 05:32:31"} Match for RE: "(\\[fedora@(localhost|fedora|testvmi-txhzt|testvmi-txhzt) ~\\]\\$ |\\[root@(localhost|fedora|testvmi-txhzt|testvmi-txhzt) fedora\\]\\# )" found: ["[fedora@testvmi-txhzt ~]$ " "[fedora@testvmi-txhzt ~]$ " "testvmi-txhzt" ""] Buffer: [fedora@testvmi-txhzt ~]$ Sent: "sudo su\n" {"component":"tests","level":"info","msg":"Sent: \"sudo su\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:32:32.086967Z","ts":"2026/01/07 05:32:32"} Match for RE: "(\\$ |\\# )" found: ["# " "# "] Buffer: sudo su [root@testvmi-txhzt fedora]# Sent: "stty cols 500 rows 500\n" {"component":"tests","level":"info","msg":"Sent: \"stty cols 500 rows 500\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:32:32.218571Z","ts":"2026/01/07 05:32:32"} Match for RE: "(\\$ |\\# )" found: ["# " "# "] Buffer: stty cols 500 rows 500 [root@testvmi-txhzt fedora]# Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:32:32.290643Z","ts":"2026/01/07 05:32:32"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n[root@testvmi-txhzt fedora]# " "# "] Buffer: echo $? 0 [root@testvmi-txhzt fedora]# Sent: "dmesg -n 1\n" {"component":"tests","level":"info","msg":"Sent: \"dmesg -n 1\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:32:32.358632Z","ts":"2026/01/07 05:32:32"} Match for RE: "(\\$ |\\# )" found: ["# " "# "] Buffer: dmesg -n 1 [root@testvmi-txhzt fedora]# Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:32:32.430294Z","ts":"2026/01/07 05:32:32"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n[root@testvmi-txhzt fedora]# " "# "] Buffer: echo $? 0 [root@testvmi-txhzt fedora]# {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:32:32.498537Z","ts":"2026/01/07 05:32:32"} STEP: Make sure the instance-ids match @ 01/07/26 05:32:32.923 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [121.271 seconds] ------------------------------ [rfe_id:151][crit:high][vendor:cnv-qe@redhat.com][level:component][sig-compute]CloudInit UserData [rfe_id:151][crit:medium][vendor:cnv-qe@redhat.com][level:component]A new VirtualMachineInstance with cloudInitNoCloud networkData [test_id:3181]should have cloud-init network-config with NetworkData source [sig-compute] tests/vmi_cloudinit_test.go:240 STEP: Waiting until the VirtualMachineInstance reaches the desired phase @ 01/07/26 05:32:46.037 {"[namespace kubevirt-test-default1 name testvmi-vnmz7 kind VirtualMachineInstance uid aeb74110-5413-45d5-bc60-3600d8e30b13]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-vnmz7\", UID:\"aeb74110-5413-45d5-bc60-3600d8e30b13\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"107295\", FieldPath:\"\"}): type: 'Normal' reason: 'SuccessfulCreate' Created virtual machine pod virt-launcher-testvmi-vnmz7-kl78z","pos":"watcher.go:150","timestamp":"2026-01-07T05:32:46.196409Z"} {"[namespace kubevirt-test-default1 name testvmi-vnmz7 kind VirtualMachineInstance uid aeb74110-5413-45d5-bc60-3600d8e30b13]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-vnmz7\", UID:\"aeb74110-5413-45d5-bc60-3600d8e30b13\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"107516\", FieldPath:\"\"}): type: 'Normal' reason: 'Created' VirtualMachineInstance defined.","pos":"watcher.go:150","timestamp":"2026-01-07T05:32:59.928092Z"} {"[namespace kubevirt-test-default1 name testvmi-vnmz7 kind VirtualMachineInstance uid aeb74110-5413-45d5-bc60-3600d8e30b13]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-vnmz7\", UID:\"aeb74110-5413-45d5-bc60-3600d8e30b13\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"107549\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' VirtualMachineInstance started.","pos":"watcher.go:150","timestamp":"2026-01-07T05:32:59.987699Z"} Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:00.297541Z","ts":"2026/01/07 05:33:00"} Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:05.297985Z","ts":"2026/01/07 05:33:05"} Match for RE: "login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root." found: ["login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root."] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:05.366403Z","ts":"2026/01/07 05:33:05"} Match for RE: "testvmi-vnmz7 login:" found: ["testvmi-vnmz7 login:"] Buffer: testvmi-vnmz7 login: Sent: "cirros\n" {"component":"tests","level":"info","msg":"Sent: \"cirros\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:05.366773Z","ts":"2026/01/07 05:33:05"} Match for RE: "Password:" found: ["Password:"] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. testvmi-vnmz7 login: cirros Password: Sent: "gocubsgo\n" {"component":"tests","level":"info","msg":"Sent: \"gocubsgo\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:05.436792Z","ts":"2026/01/07 05:33:05"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: $ Sent: "stty cols 500 rows 500\n" {"component":"tests","level":"info","msg":"Sent: \"stty cols 500 rows 500\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:05.509287Z","ts":"2026/01/07 05:33:05"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: stty cols 500 rows 500 $ Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:05.580151Z","ts":"2026/01/07 05:33:05"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ Sent: "sudo dmesg -n 1\n" {"component":"tests","level":"info","msg":"Sent: \"sudo dmesg -n 1\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:05.649043Z","ts":"2026/01/07 05:33:05"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: sudo dmesg -n 1 $ Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:05.725782Z","ts":"2026/01/07 05:33:05"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:05.793399Z","ts":"2026/01/07 05:33:05"} STEP: Checking cloud init ISO at '/var/run/kubevirt-ephemeral-disks/cloud-init-data/kubevirt-test-default1/testvmi-vnmz7/noCloud.iso' is 4k-block fs compatible @ 01/07/26 05:33:05.994 STEP: mouting cloudinit iso @ 01/07/26 05:33:06.439 Sent: "sudo su -\n" {"component":"tests","level":"info","msg":"Sent: \"sudo su -\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:06.664716Z","ts":"2026/01/07 05:33:06"} Match for RE: "sudo su -((?s).*)((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "" "# "] Buffer: sudo su - # Sent: "mount $(blkid -L cidata) /mnt/\n" {"component":"tests","level":"info","msg":"Sent: \"mount $(blkid -L cidata) /mnt/\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:06.795362Z","ts":"2026/01/07 05:33:06"} Match for RE: "mount \\$\\(blkid -L cidata\\) /mnt/((?s).*)((?s).*)(\\$ |\\# )" found: ["mount $(blkid -L cidata) /mnt/\r\n# " "\r\n" "" "# "] Buffer: mount $(blkid -L cidata) /mnt/ # Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:06.927756Z","ts":"2026/01/07 05:33:06"} Match for RE: "echo \\$\\?((?s).*)[\\r\\n]0\r\n((?s).*)(\\$ |\\# )" found: ["echo $?\r\n0\r\n# " "\r" "" "# "] Buffer: echo $? 0 # STEP: checking cloudinit network-config @ 01/07/26 05:33:06.995 {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:06.995392Z","ts":"2026/01/07 05:33:06"} Sent: "sudo su -\n" {"component":"tests","level":"info","msg":"Sent: \"sudo su -\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:07.242578Z","ts":"2026/01/07 05:33:07"} Match for RE: "sudo su -((?s).*)((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "" "# "] Buffer: sudo su - # Sent: "cat /mnt/network-config\n" {"component":"tests","level":"info","msg":"Sent: \"cat /mnt/network-config\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:07.372637Z","ts":"2026/01/07 05:33:07"} Match for RE: "cat /mnt/network-config((?s).*)#Test networkData((?s).*)(\\$ |\\# )" found: ["cat /mnt/network-config\r\n#Test networkData# " "\r\n" "" "# "] Buffer: cat /mnt/network-config #Test networkData# On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:07.503307Z","ts":"2026/01/07 05:33:07"} Global test cleanup started. Global test cleanup ended. • [33.137 seconds] ------------------------------ S ------------------------------ [rfe_id:151][crit:high][vendor:cnv-qe@redhat.com][level:component][sig-compute]CloudInit UserData [rfe_id:151][crit:medium][vendor:cnv-qe@redhat.com][level:component]A new VirtualMachineInstance with cloudInitNoCloud networkData [test_id:3183]should have cloud-init network-config from k8s secret [sig-compute] tests/vmi_cloudinit_test.go:276 STEP: Creating a secret with network data @ 01/07/26 05:33:19.032 STEP: Waiting until the VirtualMachineInstance reaches the desired phase @ 01/07/26 05:33:19.314 {"[namespace kubevirt-test-default1 name testvmi-fb92r kind VirtualMachineInstance uid 72c2048c-1ff8-403e-aa3e-04ebf559f46a]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-fb92r\", UID:\"72c2048c-1ff8-403e-aa3e-04ebf559f46a\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"107930\", FieldPath:\"\"}): type: 'Normal' reason: 'SuccessfulCreate' Created virtual machine pod virt-launcher-testvmi-fb92r-8724t","pos":"watcher.go:150","timestamp":"2026-01-07T05:33:19.479045Z"} {"[namespace kubevirt-test-default1 name testvmi-fb92r kind VirtualMachineInstance uid 72c2048c-1ff8-403e-aa3e-04ebf559f46a]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-fb92r\", UID:\"72c2048c-1ff8-403e-aa3e-04ebf559f46a\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"108087\", FieldPath:\"\"}): type: 'Normal' reason: 'Created' VirtualMachineInstance defined.","pos":"watcher.go:150","timestamp":"2026-01-07T05:33:30.423503Z"} {"[namespace kubevirt-test-default1 name testvmi-fb92r kind VirtualMachineInstance uid 72c2048c-1ff8-403e-aa3e-04ebf559f46a]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-fb92r\", UID:\"72c2048c-1ff8-403e-aa3e-04ebf559f46a\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"108121\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' VirtualMachineInstance started.","pos":"watcher.go:150","timestamp":"2026-01-07T05:33:30.475959Z"} Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:31.444380Z","ts":"2026/01/07 05:33:31"} Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:36.445041Z","ts":"2026/01/07 05:33:36"} Match for RE: "login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root." found: ["login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root."] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:36.576221Z","ts":"2026/01/07 05:33:36"} Match for RE: "testvmi-fb92r login:" found: ["testvmi-fb92r login:"] Buffer: testvmi-fb92r login: Sent: "cirros\n" {"component":"tests","level":"info","msg":"Sent: \"cirros\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:36.576387Z","ts":"2026/01/07 05:33:36"} Match for RE: "Password:" found: ["Password:"] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. testvmi-fb92r login: cirros Password: Sent: "gocubsgo\n" {"component":"tests","level":"info","msg":"Sent: \"gocubsgo\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:36.707734Z","ts":"2026/01/07 05:33:36"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: $ Sent: "stty cols 500 rows 500\n" {"component":"tests","level":"info","msg":"Sent: \"stty cols 500 rows 500\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:36.780138Z","ts":"2026/01/07 05:33:36"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: stty cols 500 rows 500 $ Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:36.852068Z","ts":"2026/01/07 05:33:36"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ Sent: "sudo dmesg -n 1\n" {"component":"tests","level":"info","msg":"Sent: \"sudo dmesg -n 1\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:36.920312Z","ts":"2026/01/07 05:33:36"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: sudo dmesg -n 1 $ Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:36.994909Z","ts":"2026/01/07 05:33:36"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:37.063365Z","ts":"2026/01/07 05:33:37"} STEP: Checking cloud init ISO at '/var/run/kubevirt-ephemeral-disks/cloud-init-data/kubevirt-test-default1/testvmi-fb92r/noCloud.iso' is 4k-block fs compatible @ 01/07/26 05:33:37.264 STEP: mouting cloudinit iso @ 01/07/26 05:33:37.734 Sent: "sudo su -\n" {"component":"tests","level":"info","msg":"Sent: \"sudo su -\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:37.968078Z","ts":"2026/01/07 05:33:37"} Match for RE: "sudo su -((?s).*)((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "" "# "] Buffer: sudo su - # Sent: "mount $(blkid -L cidata) /mnt/\n" {"component":"tests","level":"info","msg":"Sent: \"mount $(blkid -L cidata) /mnt/\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:38.099873Z","ts":"2026/01/07 05:33:38"} Match for RE: "mount \\$\\(blkid -L cidata\\) /mnt/((?s).*)((?s).*)(\\$ |\\# )" found: ["mount $(blkid -L cidata) /mnt/\r\n# " "\r\n" "" "# "] Buffer: mount $(blkid -L cidata) /mnt/ # Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:38.194398Z","ts":"2026/01/07 05:33:38"} Match for RE: "echo \\$\\?((?s).*)[\\r\\n]0\r\n((?s).*)(\\$ |\\# )" found: ["echo $?\r\n0\r\n# " "\r" "" "# "] Buffer: echo $? 0 # STEP: checking cloudinit network-config @ 01/07/26 05:33:38.263 {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:38.263159Z","ts":"2026/01/07 05:33:38"} Sent: "sudo su -\n" {"component":"tests","level":"info","msg":"Sent: \"sudo su -\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:38.486721Z","ts":"2026/01/07 05:33:38"} Match for RE: "sudo su -((?s).*)((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "" "# "] Buffer: sudo su - # Sent: "cat /mnt/network-config\n" {"component":"tests","level":"info","msg":"Sent: \"cat /mnt/network-config\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:38.617375Z","ts":"2026/01/07 05:33:38"} Match for RE: "cat /mnt/network-config((?s).*)#Test networkData((?s).*)(\\$ |\\# )" found: ["cat /mnt/network-config\r\n#Test networkData# " "\r\n" "" "# "] Buffer: cat /mnt/network-config #Test networkData# {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:33:38.748160Z","ts":"2026/01/07 05:33:38"} On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [31.364 seconds] ------------------------------ SSS ------------------------------ [rfe_id:151][crit:high][vendor:cnv-qe@redhat.com][level:component][sig-compute]CloudInit UserData [rfe_id:151][crit:medium][vendor:cnv-qe@redhat.com][level:component]A new VirtualMachineInstance with cloudInitConfigDrive networkData [test_id:3186]should have cloud-init network-config from k8s secret [sig-compute] tests/vmi_cloudinit_test.go:401 STEP: Creating a secret with user and network data @ 01/07/26 05:33:50.395 STEP: Waiting until the VirtualMachineInstance reaches the desired phase @ 01/07/26 05:33:50.676 {"[namespace kubevirt-test-default1 name testvmi-w57rg kind VirtualMachineInstance uid 57b4e3a6-8700-4148-905e-b139d8b49b1a]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-w57rg\", UID:\"57b4e3a6-8700-4148-905e-b139d8b49b1a\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"108490\", FieldPath:\"\"}): type: 'Normal' reason: 'SuccessfulCreate' Created virtual machine pod virt-launcher-testvmi-w57rg-wz9lg","pos":"watcher.go:150","timestamp":"2026-01-07T05:33:50.744143Z"} {"[namespace kubevirt-test-default1 name testvmi-w57rg kind VirtualMachineInstance uid 57b4e3a6-8700-4148-905e-b139d8b49b1a]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-w57rg\", UID:\"57b4e3a6-8700-4148-905e-b139d8b49b1a\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"108619\", FieldPath:\"\"}): type: 'Normal' reason: 'Created' VirtualMachineInstance defined.","pos":"watcher.go:150","timestamp":"2026-01-07T05:34:01.696968Z"} {"[namespace kubevirt-test-default1 name testvmi-w57rg kind VirtualMachineInstance uid 57b4e3a6-8700-4148-905e-b139d8b49b1a]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-w57rg\", UID:\"57b4e3a6-8700-4148-905e-b139d8b49b1a\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"108683\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' VirtualMachineInstance started.","pos":"watcher.go:150","timestamp":"2026-01-07T05:34:01.759327Z"} Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:02.796089Z","ts":"2026/01/07 05:34:02"} Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:07.797075Z","ts":"2026/01/07 05:34:07"} Match for RE: "login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root." found: ["login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root."] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:07.926930Z","ts":"2026/01/07 05:34:07"} Match for RE: "testvmi-w57rg login:" found: ["testvmi-w57rg login:"] Buffer: testvmi-w57rg login: Sent: "cirros\n" {"component":"tests","level":"info","msg":"Sent: \"cirros\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:07.927051Z","ts":"2026/01/07 05:34:07"} Match for RE: "Password:" found: ["Password:"] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. testvmi-w57rg login: cirros Password: Sent: "gocubsgo\n" {"component":"tests","level":"info","msg":"Sent: \"gocubsgo\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:08.056484Z","ts":"2026/01/07 05:34:08"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: $ Sent: "stty cols 500 rows 500\n" {"component":"tests","level":"info","msg":"Sent: \"stty cols 500 rows 500\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:08.127342Z","ts":"2026/01/07 05:34:08"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: stty cols 500 rows 500 $ Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:08.197249Z","ts":"2026/01/07 05:34:08"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ Sent: "sudo dmesg -n 1\n" {"component":"tests","level":"info","msg":"Sent: \"sudo dmesg -n 1\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:08.264338Z","ts":"2026/01/07 05:34:08"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: sudo dmesg -n 1 $ Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:08.339689Z","ts":"2026/01/07 05:34:08"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:08.408192Z","ts":"2026/01/07 05:34:08"} STEP: Checking cloud init ISO at '/var/run/kubevirt-ephemeral-disks/cloud-init-data/kubevirt-test-default1/testvmi-w57rg/configdrive.iso' is 4k-block fs compatible @ 01/07/26 05:34:08.609 STEP: mouting cloudinit iso @ 01/07/26 05:34:09.055 Sent: "sudo su -\n" {"component":"tests","level":"info","msg":"Sent: \"sudo su -\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:09.316037Z","ts":"2026/01/07 05:34:09"} Match for RE: "sudo su -((?s).*)((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "" "# "] Buffer: sudo su - # Sent: "mount $(blkid -L config-2) /mnt/\n" {"component":"tests","level":"info","msg":"Sent: \"mount $(blkid -L config-2) /mnt/\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:09.447385Z","ts":"2026/01/07 05:34:09"} Match for RE: "mount \\$\\(blkid -L config-2\\) /mnt/((?s).*)((?s).*)(\\$ |\\# )" found: ["mount $(blkid -L config-2) /mnt/\r\n# " "\r\n" "" "# "] Buffer: mount $(blkid -L config-2) /mnt/ # Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:09.579347Z","ts":"2026/01/07 05:34:09"} Match for RE: "echo \\$\\?((?s).*)[\\r\\n]0\r\n((?s).*)(\\$ |\\# )" found: ["echo $?\r\n0\r\n# " "\r" "" "# "] Buffer: echo $? 0 # STEP: checking cloudinit network-config @ 01/07/26 05:34:09.647 {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:09.647156Z","ts":"2026/01/07 05:34:09"} Sent: "sudo su -\n" {"component":"tests","level":"info","msg":"Sent: \"sudo su -\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:09.868932Z","ts":"2026/01/07 05:34:09"} Match for RE: "sudo su -((?s).*)((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "" "# "] Buffer: sudo su - # Sent: "cat /mnt/openstack/latest/network_data.json\n" {"component":"tests","level":"info","msg":"Sent: \"cat /mnt/openstack/latest/network_data.json\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:09.999468Z","ts":"2026/01/07 05:34:09"} Match for RE: "cat /mnt/openstack/latest/network_data\\.json((?s).*)#Test networkData((?s).*)(\\$ |\\# )" found: ["cat /mnt/openstack/latest/network_data.json\r\n#Test networkData# " "\r\n" "" "# "] Buffer: cat /mnt/openstack/latest/network_data.json #Test networkData# {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:10.131355Z","ts":"2026/01/07 05:34:10"} Sent: "sudo su -\n" {"component":"tests","level":"info","msg":"Sent: \"sudo su -\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:10.350891Z","ts":"2026/01/07 05:34:10"} Match for RE: "sudo su -((?s).*)((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "" "# "] Buffer: sudo su - # Sent: "cat /mnt/openstack/latest/user_data\n" {"component":"tests","level":"info","msg":"Sent: \"cat /mnt/openstack/latest/user_data\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:10.481832Z","ts":"2026/01/07 05:34:10"} Match for RE: "cat /mnt/openstack/latest/user_data((?s).*)#cloud-config((?s).*)(\\$ |\\# )" found: ["cat /mnt/openstack/latest/user_data\r\n#cloud-config# " "\r\n" "" "# "] Buffer: cat /mnt/openstack/latest/user_data #cloud-config# {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:10.612600Z","ts":"2026/01/07 05:34:10"} On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [35.507 seconds] ------------------------------ [rfe_id:151][crit:high][vendor:cnv-qe@redhat.com][level:component][sig-compute]CloudInit UserData [rfe_id:151][crit:medium][vendor:cnv-qe@redhat.com][level:component]A new VirtualMachineInstance with cloudInitConfigDrive networkData [test_id:3187]should have cloud-init userdata and network-config from separate k8s secrets with lowercase labels [sig-compute] tests/vmi_cloudinit_test.go:505 STEP: Creating a secret with userdata @ 01/07/26 05:34:25.97 STEP: Creating a secret with network data @ 01/07/26 05:34:26.039 STEP: Waiting until the VirtualMachineInstance reaches the desired phase @ 01/07/26 05:34:26.253 {"[namespace kubevirt-test-default1 name testvmi-7j99w kind VirtualMachineInstance uid c0dd5298-1fc4-4a29-962f-164dfe971cb1]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-7j99w\", UID:\"c0dd5298-1fc4-4a29-962f-164dfe971cb1\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"109094\", FieldPath:\"\"}): type: 'Normal' reason: 'SuccessfulCreate' Created virtual machine pod virt-launcher-testvmi-7j99w-m52dl","pos":"watcher.go:150","timestamp":"2026-01-07T05:34:26.330994Z"} {"[namespace kubevirt-test-default1 name testvmi-7j99w kind VirtualMachineInstance uid c0dd5298-1fc4-4a29-962f-164dfe971cb1]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-7j99w\", UID:\"c0dd5298-1fc4-4a29-962f-164dfe971cb1\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"109247\", FieldPath:\"\"}): type: 'Normal' reason: 'Created' VirtualMachineInstance defined.","pos":"watcher.go:150","timestamp":"2026-01-07T05:34:36.576429Z"} {"[namespace kubevirt-test-default1 name testvmi-7j99w kind VirtualMachineInstance uid c0dd5298-1fc4-4a29-962f-164dfe971cb1]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-7j99w\", UID:\"c0dd5298-1fc4-4a29-962f-164dfe971cb1\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"109279\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' VirtualMachineInstance started.","pos":"watcher.go:150","timestamp":"2026-01-07T05:34:36.633866Z"} Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:37.304157Z","ts":"2026/01/07 05:34:37"} Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:42.304983Z","ts":"2026/01/07 05:34:42"} Match for RE: "login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root." found: ["login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root."] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:42.435581Z","ts":"2026/01/07 05:34:42"} Match for RE: "testvmi-7j99w login:" found: ["testvmi-7j99w login:"] Buffer: testvmi-7j99w login: Sent: "cirros\n" {"component":"tests","level":"info","msg":"Sent: \"cirros\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:42.435750Z","ts":"2026/01/07 05:34:42"} Match for RE: "Password:" found: ["Password:"] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. testvmi-7j99w login: cirros Password: Sent: "gocubsgo\n" {"component":"tests","level":"info","msg":"Sent: \"gocubsgo\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:42.566244Z","ts":"2026/01/07 05:34:42"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: $ Sent: "stty cols 500 rows 500\n" {"component":"tests","level":"info","msg":"Sent: \"stty cols 500 rows 500\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:42.636183Z","ts":"2026/01/07 05:34:42"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: stty cols 500 rows 500 $ Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:42.706802Z","ts":"2026/01/07 05:34:42"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ Sent: "sudo dmesg -n 1\n" {"component":"tests","level":"info","msg":"Sent: \"sudo dmesg -n 1\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:42.774333Z","ts":"2026/01/07 05:34:42"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: sudo dmesg -n 1 $ Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:42.850593Z","ts":"2026/01/07 05:34:42"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:42.917565Z","ts":"2026/01/07 05:34:42"} STEP: Checking cloud init ISO at '/var/run/kubevirt-ephemeral-disks/cloud-init-data/kubevirt-test-default1/testvmi-7j99w/configdrive.iso' is 4k-block fs compatible @ 01/07/26 05:34:43.116 STEP: mounting cloudinit iso @ 01/07/26 05:34:43.566 Sent: "sudo su -\n" {"component":"tests","level":"info","msg":"Sent: \"sudo su -\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:43.789973Z","ts":"2026/01/07 05:34:43"} Match for RE: "sudo su -((?s).*)((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "" "# "] Buffer: sudo su - # Sent: "mount $(blkid -L config-2) /mnt/\n" {"component":"tests","level":"info","msg":"Sent: \"mount $(blkid -L config-2) /mnt/\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:43.920020Z","ts":"2026/01/07 05:34:43"} Match for RE: "mount \\$\\(blkid -L config-2\\) /mnt/((?s).*)((?s).*)(\\$ |\\# )" found: ["mount $(blkid -L config-2) /mnt/\r\n# " "\r\n" "" "# "] Buffer: mount $(blkid -L config-2) /mnt/ # Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:44.050638Z","ts":"2026/01/07 05:34:44"} Match for RE: "echo \\$\\?((?s).*)[\\r\\n]0\r\n((?s).*)(\\$ |\\# )" found: ["echo $?\r\n0\r\n# " "\r" "" "# "] Buffer: echo $? 0 # STEP: checking cloudinit network-config @ 01/07/26 05:34:44.118 {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:44.118289Z","ts":"2026/01/07 05:34:44"} Sent: "sudo su -\n" {"component":"tests","level":"info","msg":"Sent: \"sudo su -\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:44.339080Z","ts":"2026/01/07 05:34:44"} Match for RE: "sudo su -((?s).*)((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "" "# "] Buffer: sudo su - # Sent: "cat /mnt/openstack/latest/network_data.json\n" {"component":"tests","level":"info","msg":"Sent: \"cat /mnt/openstack/latest/network_data.json\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:44.470475Z","ts":"2026/01/07 05:34:44"} Match for RE: "cat /mnt/openstack/latest/network_data\\.json((?s).*)#Test networkData((?s).*)(\\$ |\\# )" found: ["cat /mnt/openstack/latest/network_data.json\r\n#Test networkData# " "\r\n" "" "# "] Buffer: cat /mnt/openstack/latest/network_data.json #Test networkData# STEP: checking cloudinit user-data @ 01/07/26 05:34:44.603 {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:44.603222Z","ts":"2026/01/07 05:34:44"} Sent: "sudo su -\n" {"component":"tests","level":"info","msg":"Sent: \"sudo su -\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:44.825824Z","ts":"2026/01/07 05:34:44"} Match for RE: "sudo su -((?s).*)((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "" "# "] Buffer: sudo su - # Sent: "cat /mnt/openstack/latest/user_data\n" {"component":"tests","level":"info","msg":"Sent: \"cat /mnt/openstack/latest/user_data\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:44.955944Z","ts":"2026/01/07 05:34:44"} Match for RE: "cat /mnt/openstack/latest/user_data((?s).*)#cloud-config((?s).*)(\\$ |\\# )" found: ["cat /mnt/openstack/latest/user_data\r\n#cloud-config# " "\r\n" "" "# "] Buffer: cat /mnt/openstack/latest/user_data #cloud-config# {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:34:45.087183Z","ts":"2026/01/07 05:34:45"} On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [30.625 seconds] ------------------------------ [rfe_id:151][crit:high][vendor:cnv-qe@redhat.com][level:component][sig-compute]CloudInit UserData [rfe_id:151][crit:medium][vendor:cnv-qe@redhat.com][level:component]A new VirtualMachineInstance with cloudInitConfigDrive networkData [test_id:3187]should have cloud-init userdata and network-config from separate k8s secrets with camelCase labels [sig-compute] tests/vmi_cloudinit_test.go:506 STEP: Creating a secret with userdata @ 01/07/26 05:34:56.594 STEP: Creating a secret with network data @ 01/07/26 05:34:56.663 STEP: Waiting until the VirtualMachineInstance reaches the desired phase @ 01/07/26 05:34:56.876 {"[namespace kubevirt-test-default1 name testvmi-bbqwh kind VirtualMachineInstance uid 687d4dfc-3891-4b7a-990a-0a77f2ed2c4e]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-bbqwh\", UID:\"687d4dfc-3891-4b7a-990a-0a77f2ed2c4e\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"109609\", FieldPath:\"\"}): type: 'Normal' reason: 'SuccessfulCreate' Created virtual machine pod virt-launcher-testvmi-bbqwh-djsxw","pos":"watcher.go:150","timestamp":"2026-01-07T05:34:56.988035Z"} {"[namespace kubevirt-test-default1 name testvmi-bbqwh kind VirtualMachineInstance uid 687d4dfc-3891-4b7a-990a-0a77f2ed2c4e]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-bbqwh\", UID:\"687d4dfc-3891-4b7a-990a-0a77f2ed2c4e\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"109804\", FieldPath:\"\"}): type: 'Normal' reason: 'Created' VirtualMachineInstance defined.","pos":"watcher.go:150","timestamp":"2026-01-07T05:35:07.274867Z"} {"[namespace kubevirt-test-default1 name testvmi-bbqwh kind VirtualMachineInstance uid 687d4dfc-3891-4b7a-990a-0a77f2ed2c4e]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-bbqwh\", UID:\"687d4dfc-3891-4b7a-990a-0a77f2ed2c4e\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"109834\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' VirtualMachineInstance started.","pos":"watcher.go:150","timestamp":"2026-01-07T05:35:07.332657Z"} Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:35:07.931412Z","ts":"2026/01/07 05:35:07"} Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:35:12.931992Z","ts":"2026/01/07 05:35:12"} Match for RE: "login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root." found: ["login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root."] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:35:13.063617Z","ts":"2026/01/07 05:35:13"} Match for RE: "testvmi-bbqwh login:" found: ["testvmi-bbqwh login:"] Buffer: testvmi-bbqwh login: Sent: "cirros\n" {"component":"tests","level":"info","msg":"Sent: \"cirros\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:35:13.063738Z","ts":"2026/01/07 05:35:13"} Match for RE: "Password:" found: ["Password:"] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. testvmi-bbqwh login: cirros Password: Sent: "gocubsgo\n" {"component":"tests","level":"info","msg":"Sent: \"gocubsgo\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:35:13.195032Z","ts":"2026/01/07 05:35:13"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: $ Sent: "stty cols 500 rows 500\n" {"component":"tests","level":"info","msg":"Sent: \"stty cols 500 rows 500\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:35:13.266926Z","ts":"2026/01/07 05:35:13"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: stty cols 500 rows 500 $ Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:35:13.338452Z","ts":"2026/01/07 05:35:13"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ Sent: "sudo dmesg -n 1\n" {"component":"tests","level":"info","msg":"Sent: \"sudo dmesg -n 1\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:35:13.406373Z","ts":"2026/01/07 05:35:13"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: sudo dmesg -n 1 $ Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:35:13.481915Z","ts":"2026/01/07 05:35:13"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:35:13.550191Z","ts":"2026/01/07 05:35:13"} STEP: Checking cloud init ISO at '/var/run/kubevirt-ephemeral-disks/cloud-init-data/kubevirt-test-default1/testvmi-bbqwh/configdrive.iso' is 4k-block fs compatible @ 01/07/26 05:35:13.749 STEP: mounting cloudinit iso @ 01/07/26 05:35:14.198 Sent: "sudo su -\n" {"component":"tests","level":"info","msg":"Sent: \"sudo su -\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:35:14.420317Z","ts":"2026/01/07 05:35:14"} Match for RE: "sudo su -((?s).*)((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "" "# "] Buffer: sudo su - # Sent: "mount $(blkid -L config-2) /mnt/\n" {"component":"tests","level":"info","msg":"Sent: \"mount $(blkid -L config-2) /mnt/\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:35:14.551048Z","ts":"2026/01/07 05:35:14"} Match for RE: "mount \\$\\(blkid -L config-2\\) /mnt/((?s).*)((?s).*)(\\$ |\\# )" found: ["mount $(blkid -L config-2) /mnt/\r\n# " "\r\n" "" "# "] Buffer: mount $(blkid -L config-2) /mnt/ # Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:35:14.682516Z","ts":"2026/01/07 05:35:14"} Match for RE: "echo \\$\\?((?s).*)[\\r\\n]0\r\n((?s).*)(\\$ |\\# )" found: ["echo $?\r\n0\r\n# " "\r" "" "# "] Buffer: echo $? 0 # STEP: checking cloudinit network-config @ 01/07/26 05:35:14.749 {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:35:14.749384Z","ts":"2026/01/07 05:35:14"} Sent: "sudo su -\n" {"component":"tests","level":"info","msg":"Sent: \"sudo su -\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:35:14.970007Z","ts":"2026/01/07 05:35:14"} Match for RE: "sudo su -((?s).*)((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "" "# "] Buffer: sudo su - # Sent: "cat /mnt/openstack/latest/network_data.json\n" {"component":"tests","level":"info","msg":"Sent: \"cat /mnt/openstack/latest/network_data.json\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:35:15.099522Z","ts":"2026/01/07 05:35:15"} Match for RE: "cat /mnt/openstack/latest/network_data\\.json((?s).*)#Test networkData((?s).*)(\\$ |\\# )" found: ["cat /mnt/openstack/latest/network_data.json\r\n#Test networkData# " "\r\n" "" "# "] Buffer: cat /mnt/openstack/latest/network_data.json #Test networkData# STEP: checking cloudinit user-data @ 01/07/26 05:35:15.23 {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:35:15.230965Z","ts":"2026/01/07 05:35:15"} Sent: "sudo su -\n" {"component":"tests","level":"info","msg":"Sent: \"sudo su -\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:35:15.449145Z","ts":"2026/01/07 05:35:15"} Match for RE: "sudo su -((?s).*)((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "" "# "] Buffer: sudo su - # Sent: "cat /mnt/openstack/latest/user_data\n" {"component":"tests","level":"info","msg":"Sent: \"cat /mnt/openstack/latest/user_data\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:35:15.579114Z","ts":"2026/01/07 05:35:15"} Match for RE: "cat /mnt/openstack/latest/user_data((?s).*)#cloud-config((?s).*)(\\$ |\\# )" found: ["cat /mnt/openstack/latest/user_data\r\n#cloud-config# " "\r\n" "" "# "] Buffer: cat /mnt/openstack/latest/user_data #cloud-config# {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:35:15.710274Z","ts":"2026/01/07 05:35:15"} On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [30.584 seconds] ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given cpu/memory in requests/limits should allow int type [sig-compute] tests/vm_test.go:176 STEP: Verify VM can be created @ 01/07/26 05:35:27.182 STEP: Verify VM will run @ 01/07/26 05:35:27.272 STEP: Waiting for VM to be ready @ 01/07/26 05:35:27.448 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [26.011 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given cpu/memory in requests/limits should allow float type [sig-compute] tests/vm_test.go:177 STEP: Verify VM can be created @ 01/07/26 05:35:53.195 STEP: Verify VM will run @ 01/07/26 05:35:53.276 STEP: Waiting for VM to be ready @ 01/07/26 05:35:53.454 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [25.075 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:3161]should carry vm.template.spec.annotations to VMI and ignore vm ones [sig-compute, conformance] tests/vm_test.go:180 STEP: Waiting for VM to be ready @ 01/07/26 05:36:18.51 STEP: checking for annotations propagation @ 01/07/26 05:36:22.922 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [16.136 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should sync the generation annotation on the vmi during restarts [sig-compute, conformance] tests/vm_test.go:198 STEP: Creating stopped VirtualMachine @ 01/07/26 05:36:34.334 STEP: Waiting for VM to be ready @ 01/07/26 05:36:34.641 STEP: By validating the generation states @ 01/07/26 05:36:45.463 STEP: Expecting the generation to match @ 01/07/26 05:36:45.53 STEP: Expecting the generation state in the vm status to match @ 01/07/26 05:36:45.53 STEP: Expecting the generation annotation on the vmi to match @ 01/07/26 05:36:45.53 STEP: Restarting the VM @ 01/07/26 05:36:45.598 STEP: Waiting for VM to stop @ 01/07/26 05:36:51.112 STEP: Waiting for VM to be ready @ 01/07/26 05:36:51.413 STEP: By validating the generation states @ 01/07/26 05:37:02.256 STEP: Expecting the generation to match @ 01/07/26 05:37:02.325 STEP: Expecting the generation state in the vm status to match @ 01/07/26 05:37:02.325 STEP: Expecting the generation annotation on the vmi to match @ 01/07/26 05:37:02.325 STEP: Restarting the VM @ 01/07/26 05:37:02.395 STEP: Waiting for VM to stop @ 01/07/26 05:37:06.841 STEP: Waiting for VM to be ready @ 01/07/26 05:37:07.141 STEP: By validating the generation states @ 01/07/26 05:37:17.983 STEP: Expecting the generation to match @ 01/07/26 05:37:18.054 STEP: Expecting the generation state in the vm status to match @ 01/07/26 05:37:18.054 STEP: Expecting the generation annotation on the vmi to match @ 01/07/26 05:37:18.054 STEP: Restarting the VM @ 01/07/26 05:37:18.123 STEP: Waiting for VM to stop @ 01/07/26 05:37:22.567 STEP: Waiting for VM to be ready @ 01/07/26 05:37:22.879 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [71.587 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should not update the vmi generation annotation when the template changes [sig-compute, conformance] tests/vm_test.go:213 STEP: Creating stopped VirtualMachine @ 01/07/26 05:37:45.921 STEP: Waiting for VM to be ready @ 01/07/26 05:37:46.23 STEP: Updating the VM template metadata @ 01/07/26 05:37:57.067 STEP: By validating the generation states @ 01/07/26 05:37:57.161 STEP: Expecting the generation to match @ 01/07/26 05:37:57.231 STEP: Expecting the generation state in the vm status to match @ 01/07/26 05:37:57.231 STEP: Expecting the generation annotation on the vmi to match @ 01/07/26 05:37:57.231 STEP: Updating the VM template spec @ 01/07/26 05:37:57.301 STEP: By validating the generation states @ 01/07/26 05:37:57.453 STEP: Expecting the generation to match @ 01/07/26 05:37:57.522 STEP: Expecting the generation state in the vm status to match @ 01/07/26 05:37:57.522 STEP: Expecting the generation annotation on the vmi to match @ 01/07/26 05:37:57.522 STEP: Restarting the VM @ 01/07/26 05:37:57.592 STEP: Waiting for VM to stop @ 01/07/26 05:38:02.032 STEP: Waiting for VM to be ready @ 01/07/26 05:38:02.338 STEP: By validating the generation states @ 01/07/26 05:38:13.182 STEP: Expecting the generation to match @ 01/07/26 05:38:13.251 STEP: Expecting the generation state in the vm status to match @ 01/07/26 05:38:13.251 STEP: Expecting the generation annotation on the vmi to match @ 01/07/26 05:38:13.251 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [39.340 seconds] ------------------------------ SSS ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1522]should remove owner references on the VirtualMachineInstance if it is orphan deleted [sig-compute, conformance] tests/vm_test.go:270 STEP: Creating stopped VirtualMachine @ 01/07/26 05:38:25.261 STEP: Waiting for VM to be ready @ 01/07/26 05:38:25.572 STEP: Getting owner references @ 01/07/26 05:38:36.393 STEP: Deleting VM @ 01/07/26 05:38:36.461 STEP: Waiting for VM to delete @ 01/07/26 05:38:36.534 STEP: Verifying orphaned VMI still exists @ 01/07/26 05:38:37.669 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [23.864 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1523]should recreate VirtualMachineInstance if it gets deleted [sig-compute, conformance] tests/vm_test.go:291 STEP: Creating stopped VirtualMachine @ 01/07/26 05:38:49.125 STEP: Waiting for VM to be ready @ 01/07/26 05:38:49.436 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [42.827 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1524]should recreate VirtualMachineInstance if the VirtualMachineInstance's pod gets deleted [sig-compute, conformance] tests/vm_test.go:302 STEP: Start a new VM @ 01/07/26 05:39:31.953 STEP: Creating stopped VirtualMachine @ 01/07/26 05:39:31.953 STEP: Waiting for VM to be ready @ 01/07/26 05:39:32.26 STEP: Getting the pod backing the VirtualMachineInstance @ 01/07/26 05:39:43.151 STEP: Deleting the VirtualMachineInstance's pod @ 01/07/26 05:39:43.287 STEP: Waiting for a new VirtualMachineInstance to spawn @ 01/07/26 05:39:43.361 STEP: Verifying a new pod backs the VMI @ 01/07/26 05:39:58.387 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [39.782 seconds] ------------------------------ SSS ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1526]should start and stop VirtualMachineInstance multiple times [sig-compute, conformance] tests/vm_test.go:340 STEP: Creating stopped VirtualMachine @ 01/07/26 05:40:11.735 STEP: Doing run: 0 @ 01/07/26 05:40:11.884 STEP: Waiting for VM to be ready @ 01/07/26 05:40:12.039 STEP: Waiting for VM to stop @ 01/07/26 05:40:28.385 STEP: Doing run: 1 @ 01/07/26 05:40:28.518 STEP: Waiting for VM to be ready @ 01/07/26 05:40:28.687 STEP: Waiting for VM to stop @ 01/07/26 05:40:43.951 STEP: Doing run: 2 @ 01/07/26 05:40:44.087 STEP: Waiting for VM to be ready @ 01/07/26 05:40:44.245 STEP: Waiting for VM to stop @ 01/07/26 05:41:00.585 STEP: Doing run: 3 @ 01/07/26 05:41:00.719 STEP: Waiting for VM to be ready @ 01/07/26 05:41:00.883 STEP: Waiting for VM to stop @ 01/07/26 05:41:16.147 STEP: Doing run: 4 @ 01/07/26 05:41:16.283 STEP: Waiting for VM to be ready @ 01/07/26 05:41:16.439 STEP: Waiting for VM to stop @ 01/07/26 05:41:31.7 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [92.125 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1527]should not update the VirtualMachineInstance spec if Running [sig-compute, conformance] tests/vm_test.go:349 STEP: Creating stopped VirtualMachine @ 01/07/26 05:41:43.861 STEP: Waiting for VM to be ready @ 01/07/26 05:41:44.166 STEP: Updating the VM template spec @ 01/07/26 05:41:54.982 STEP: Expecting the old VirtualMachineInstance spec still running @ 01/07/26 05:41:55.066 STEP: Restarting the VM @ 01/07/26 05:41:55.133 STEP: Waiting for VM to stop @ 01/07/26 05:42:00.64 STEP: Waiting for VM to be ready @ 01/07/26 05:42:00.928 STEP: Expecting updated spec running @ 01/07/26 05:42:10.673 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [38.784 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1528]should survive guest shutdown, multiple times [sig-compute, conformance] tests/vm_test.go:388 STEP: Creating running VirtualMachine @ 01/07/26 05:42:22.645 STEP: Getting the running VirtualMachineInstance @ 01/07/26 05:42:33.546 STEP: Obtaining the serial console @ 01/07/26 05:42:33.613 Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:42:33.838411Z","ts":"2026/01/07 05:42:33"} Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:42:38.839064Z","ts":"2026/01/07 05:42:38"} Match for RE: "login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root." found: ["login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root."] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:42:38.968657Z","ts":"2026/01/07 05:42:38"} Match for RE: "testvmi-lkxgn login:" found: ["testvmi-lkxgn login:"] Buffer: testvmi-lkxgn login: Sent: "cirros\n" {"component":"tests","level":"info","msg":"Sent: \"cirros\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:42:38.968955Z","ts":"2026/01/07 05:42:38"} Match for RE: "Password:" found: ["Password:"] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. testvmi-lkxgn login: cirros Password: Sent: "gocubsgo\n" {"component":"tests","level":"info","msg":"Sent: \"gocubsgo\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:42:39.098643Z","ts":"2026/01/07 05:42:39"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: $ Sent: "stty cols 500 rows 500\n" {"component":"tests","level":"info","msg":"Sent: \"stty cols 500 rows 500\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:42:39.169905Z","ts":"2026/01/07 05:42:39"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: stty cols 500 rows 500 $ Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:42:39.247278Z","ts":"2026/01/07 05:42:39"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ Sent: "sudo dmesg -n 1\n" {"component":"tests","level":"info","msg":"Sent: \"sudo dmesg -n 1\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:42:39.314443Z","ts":"2026/01/07 05:42:39"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: sudo dmesg -n 1 $ Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:42:39.391949Z","ts":"2026/01/07 05:42:39"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ STEP: Guest shutdown @ 01/07/26 05:42:39.459 {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:42:39.459246Z","ts":"2026/01/07 05:42:39"} Sent: "sudo poweroff\n" {"component":"tests","level":"info","msg":"Sent: \"sudo poweroff\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:42:39.683358Z","ts":"2026/01/07 05:42:39"} Match for RE: "The system is going down NOW!" found: ["The system is going down NOW!"] Buffer: sudo poweroff The system is going down NOW! STEP: waiting for the controller to replace the shut-down vmi with a new instance @ 01/07/26 05:42:39.815 {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:42:39.815297Z","ts":"2026/01/07 05:42:39"} STEP: Getting the running VirtualMachineInstance @ 01/07/26 05:42:56.977 STEP: Obtaining the serial console @ 01/07/26 05:42:57.044 Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:42:57.273678Z","ts":"2026/01/07 05:42:57"} Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:43:02.275016Z","ts":"2026/01/07 05:43:02"} Match for RE: "login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root." found: ["login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root."] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:43:02.406038Z","ts":"2026/01/07 05:43:02"} Match for RE: "testvmi-lkxgn login:" found: ["testvmi-lkxgn login:"] Buffer: testvmi-lkxgn login: Sent: "cirros\n" {"component":"tests","level":"info","msg":"Sent: \"cirros\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:43:02.406188Z","ts":"2026/01/07 05:43:02"} Match for RE: "Password:" found: ["Password:"] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. testvmi-lkxgn login: cirros Password: Sent: "gocubsgo\n" {"component":"tests","level":"info","msg":"Sent: \"gocubsgo\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:43:02.537067Z","ts":"2026/01/07 05:43:02"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: $ Sent: "stty cols 500 rows 500\n" {"component":"tests","level":"info","msg":"Sent: \"stty cols 500 rows 500\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:43:02.608996Z","ts":"2026/01/07 05:43:02"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: stty cols 500 rows 500 $ Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:43:02.679893Z","ts":"2026/01/07 05:43:02"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ Sent: "sudo dmesg -n 1\n" {"component":"tests","level":"info","msg":"Sent: \"sudo dmesg -n 1\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:43:02.747769Z","ts":"2026/01/07 05:43:02"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: sudo dmesg -n 1 $ Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:43:02.824004Z","ts":"2026/01/07 05:43:02"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ STEP: Guest shutdown @ 01/07/26 05:43:02.892 {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:43:02.892482Z","ts":"2026/01/07 05:43:02"} Sent: "sudo poweroff\n" {"component":"tests","level":"info","msg":"Sent: \"sudo poweroff\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:43:03.114893Z","ts":"2026/01/07 05:43:03"} Match for RE: "The system is going down NOW!" found: ["The system is going down NOW!"] Buffer: sudo poweroff The system is going down NOW! Sent SIGTERM to all processes Terminated $ STEP: waiting for the controller to replace the shut-down vmi with a new instance @ 01/07/26 05:43:03.246 {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:43:03.246041Z","ts":"2026/01/07 05:43:03"} STEP: Getting the running VirtualMachineInstance @ 01/07/26 05:43:20.411 STEP: Obtaining the serial console @ 01/07/26 05:43:20.479 Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:43:20.702884Z","ts":"2026/01/07 05:43:20"} Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:43:25.703136Z","ts":"2026/01/07 05:43:25"} Match for RE: "login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root." found: ["login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root."] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:43:25.835425Z","ts":"2026/01/07 05:43:25"} Match for RE: "testvmi-lkxgn login:" found: ["testvmi-lkxgn login:"] Buffer: testvmi-lkxgn login: Sent: "cirros\n" {"component":"tests","level":"info","msg":"Sent: \"cirros\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:43:25.835577Z","ts":"2026/01/07 05:43:25"} Match for RE: "Password:" found: ["Password:"] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. testvmi-lkxgn login: cirros Password: Sent: "gocubsgo\n" {"component":"tests","level":"info","msg":"Sent: \"gocubsgo\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:43:25.967265Z","ts":"2026/01/07 05:43:25"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: $ Sent: "stty cols 500 rows 500\n" {"component":"tests","level":"info","msg":"Sent: \"stty cols 500 rows 500\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:43:26.037482Z","ts":"2026/01/07 05:43:26"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: stty cols 500 rows 500 $ Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:43:26.108425Z","ts":"2026/01/07 05:43:26"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ Sent: "sudo dmesg -n 1\n" {"component":"tests","level":"info","msg":"Sent: \"sudo dmesg -n 1\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:43:26.175973Z","ts":"2026/01/07 05:43:26"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: sudo dmesg -n 1 $ Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:43:26.252463Z","ts":"2026/01/07 05:43:26"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ STEP: Guest shutdown @ 01/07/26 05:43:26.319 {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:43:26.320008Z","ts":"2026/01/07 05:43:26"} Sent: "sudo poweroff\n" {"component":"tests","level":"info","msg":"Sent: \"sudo poweroff\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:43:26.542502Z","ts":"2026/01/07 05:43:26"} Match for RE: "The system is going down NOW!" found: ["The system is going down NOW!"] Buffer: sudo poweroff The system is going down NOW! STEP: waiting for the controller to replace the shut-down vmi with a new instance @ 01/07/26 05:43:26.672 {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:43:26.673026Z","ts":"2026/01/07 05:43:26"} On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [93.251 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should always have updated vm revision when starting vm [sig-compute, conformance] tests/vm_test.go:408 STEP: Starting the VM @ 01/07/26 05:43:55.896 STEP: Creating stopped VirtualMachine @ 01/07/26 05:43:55.896 STEP: Waiting for VM to be ready @ 01/07/26 05:43:56.216 STEP: Stopping the VM @ 01/07/26 05:44:07.176 STEP: Waiting for VM to stop @ 01/07/26 05:44:11.621 STEP: Starting the VM after update @ 01/07/26 05:44:11.838 STEP: Waiting for VM to be ready @ 01/07/26 05:44:11.996 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [39.143 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:4645]should set the Ready condition on VM [sig-compute, conformance] tests/vm_test.go:468 STEP: Creating stopped VirtualMachine @ 01/07/26 05:44:35.039 STEP: Waiting for VM to be ready @ 01/07/26 05:44:35.445 STEP: Waiting for VM to stop @ 01/07/26 05:44:51.83 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [28.245 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should report an error status [test_id:6867] when VM scheduling error occurs with unsatisfiable resource requirements [sig-compute, conformance] tests/vm_test.go:486 STEP: Creating running VirtualMachine @ 01/07/26 05:45:03.284 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [12.537 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should report an error status [test_id:6868] when VM scheduling error occurs with unsatisfiable scheduling constraints [sig-compute, conformance] tests/vm_test.go:494 STEP: Creating running VirtualMachine @ 01/07/26 05:45:15.821 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [12.542 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should report an error status [test_id:7596] when a VM with a missing PVC is started [sig-compute, conformance] tests/vm_test.go:501 STEP: Creating running VirtualMachine @ 01/07/26 05:45:28.363 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [12.340 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should report an error status [test_id:7597] when a VM with a missing DV is started [sig-compute, conformance] tests/vm_test.go:509 STEP: Creating running VirtualMachine @ 01/07/26 05:45:40.703 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [12.428 seconds] ------------------------------ SS ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should stop a running VM [test_id:3163]with RunStrategyAlways [sig-compute] tests/vm_test.go:589 STEP: Creating a VM @ 01/07/26 05:45:53.131 STEP: Waiting for VM to be ready @ 01/07/26 05:45:53.277 STEP: Stopping the VM @ 01/07/26 05:45:57.612 STEP: Ensuring the VirtualMachineInstance is removed @ 01/07/26 05:45:57.722 STEP: Ensuring stateChangeRequests list gets cleared @ 01/07/26 05:46:04.195 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [22.585 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should stop a running VM [test_id:2186]with RunStrategyRerunOnFailure [sig-compute] tests/vm_test.go:590 STEP: Creating a VM @ 01/07/26 05:46:15.716 STEP: Waiting for VM to be ready @ 01/07/26 05:46:15.86 STEP: Stopping the VM @ 01/07/26 05:46:20.2 STEP: Ensuring the VirtualMachineInstance is removed @ 01/07/26 05:46:20.285 STEP: Ensuring stateChangeRequests list gets cleared @ 01/07/26 05:46:24.623 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [20.236 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should stop a running VM [test_id:2189]with RunStrategyManual [sig-compute] tests/vm_test.go:591 STEP: Creating a VM @ 01/07/26 05:46:35.952 STEP: Starting the VM @ 01/07/26 05:46:36.098 STEP: Waiting for VM to be ready @ 01/07/26 05:46:36.186 STEP: Stopping the VM @ 01/07/26 05:46:40.526 STEP: Ensuring the VirtualMachineInstance is removed @ 01/07/26 05:46:40.61 STEP: Ensuring stateChangeRequests list gets cleared @ 01/07/26 05:46:44.947 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [20.299 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should restart a running VM [test_id:3164]with RunStrategyAlways [sig-compute] tests/vm_test.go:630 STEP: Creating a VM @ 01/07/26 05:46:56.251 STEP: Waiting for VM to be ready @ 01/07/26 05:46:56.395 STEP: Getting VMI's UUID @ 01/07/26 05:47:01.801 STEP: Restarting the VM @ 01/07/26 05:47:01.867 STEP: Ensuring the VirtualMachineInstance is restarted @ 01/07/26 05:47:01.951 STEP: Ensuring stateChangeRequests list gets cleared @ 01/07/26 05:47:10.644 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [25.842 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should restart a running VM [test_id:2187]with RunStrategyRerunOnFailure [sig-compute] tests/vm_test.go:631 STEP: Creating a VM @ 01/07/26 05:47:22.093 STEP: Waiting for VM to be ready @ 01/07/26 05:47:22.239 STEP: Getting VMI's UUID @ 01/07/26 05:47:26.577 STEP: Restarting the VM @ 01/07/26 05:47:26.644 STEP: Ensuring the VirtualMachineInstance is restarted @ 01/07/26 05:47:26.725 STEP: Ensuring stateChangeRequests list gets cleared @ 01/07/26 05:47:35.402 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [24.873 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should restart a running VM [test_id:2035]with RunStrategyManual [sig-compute] tests/vm_test.go:632 STEP: Creating a VM @ 01/07/26 05:47:46.966 STEP: Starting the VM @ 01/07/26 05:47:47.109 STEP: Waiting for VM to be ready @ 01/07/26 05:47:47.192 STEP: Getting VMI's UUID @ 01/07/26 05:47:52.605 STEP: Restarting the VM @ 01/07/26 05:47:52.673 STEP: Ensuring the VirtualMachineInstance is restarted @ 01/07/26 05:47:52.759 STEP: Ensuring stateChangeRequests list gets cleared @ 01/07/26 05:48:01.439 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [25.977 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1529]should start a stopped VM only once [test_id:2036]with RunStrategyManual [sig-compute] tests/vm_test.go:660 STEP: Creating a VM @ 01/07/26 05:48:12.943 STEP: Starting the VM @ 01/07/26 05:48:13.091 STEP: Waiting for VM to be ready @ 01/07/26 05:48:13.179 STEP: Ensuring stateChangeRequests list is cleared @ 01/07/26 05:48:18.667 STEP: Ensuring a second invocation should fail @ 01/07/26 05:48:18.667 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [17.419 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1529]should start a stopped VM only once [test_id:2037]with RunStrategyHalted [sig-compute] tests/vm_test.go:661 STEP: Creating a VM @ 01/07/26 05:48:30.362 STEP: Starting the VM @ 01/07/26 05:48:30.506 STEP: Waiting for VM to be ready @ 01/07/26 05:48:30.598 STEP: Ensuring stateChangeRequests list is cleared @ 01/07/26 05:48:36.071 STEP: Ensuring a second invocation should fail @ 01/07/26 05:48:36.071 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [16.949 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should not remove a succeeded VMI with RunStrategyOnce [sig-compute] tests/vm_test.go:698 STEP: creating a VM @ 01/07/26 05:48:47.311 STEP: Waiting for VM to be ready @ 01/07/26 05:48:47.456 Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:48:59.560748Z","ts":"2026/01/07 05:48:59"} Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:49:04.561015Z","ts":"2026/01/07 05:49:04"} Match for RE: "login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root." found: ["login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root."] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. testvmi-2xmk8 login: Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:49:04.690371Z","ts":"2026/01/07 05:49:04"} Match for RE: "testvmi-2xmk8 login:" found: ["testvmi-2xmk8 login:"] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. testvmi-2xmk8 login: Sent: "cirros\n" {"component":"tests","level":"info","msg":"Sent: \"cirros\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:49:04.819647Z","ts":"2026/01/07 05:49:04"} Match for RE: "Password:" found: ["Password:"] Buffer: cirros Password: Sent: "gocubsgo\n" {"component":"tests","level":"info","msg":"Sent: \"gocubsgo\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:49:04.887207Z","ts":"2026/01/07 05:49:04"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: $ Sent: "stty cols 500 rows 500\n" {"component":"tests","level":"info","msg":"Sent: \"stty cols 500 rows 500\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:49:04.957393Z","ts":"2026/01/07 05:49:04"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: stty cols 500 rows 500 $ Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:49:05.027052Z","ts":"2026/01/07 05:49:05"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ Sent: "sudo dmesg -n 1\n" {"component":"tests","level":"info","msg":"Sent: \"sudo dmesg -n 1\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:49:05.093790Z","ts":"2026/01/07 05:49:05"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: sudo dmesg -n 1 $ Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:49:05.169093Z","ts":"2026/01/07 05:49:05"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ STEP: Issuing a poweroff command from inside VM @ 01/07/26 05:49:05.235 {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:49:05.236062Z","ts":"2026/01/07 05:49:05"} Sent: "sudo poweroff\n" {"component":"tests","level":"info","msg":"Sent: \"sudo poweroff\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:49:05.459402Z","ts":"2026/01/07 05:49:05"} Match for RE: "The system is going down NOW!" found: ["The system is going down NOW!"] Buffer: sudo poweroff The system is going down NOW! STEP: Ensuring the VirtualMachineInstance enters Succeeded phase @ 01/07/26 05:49:05.59 {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:49:05.590130Z","ts":"2026/01/07 05:49:05"} STEP: Ensuring the VirtualMachine remains stopped @ 01/07/26 05:49:08.862 STEP: Ensuring the VirtualMachine remains Ready=false @ 01/07/26 05:50:08.865 STEP: Starting the VM @ 01/07/26 05:51:08.869 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [152.869 seconds] ------------------------------ SS ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given Using RunStrategyAlways [test_id:3165]should restart a succeeded VMI [sig-compute] tests/vm_test.go:742 STEP: Creating a VM with RunStategyRunning @ 01/07/26 05:51:20.18 STEP: Waiting for VM to be ready @ 01/07/26 05:51:20.335 Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:51:31.379005Z","ts":"2026/01/07 05:51:31"} Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:51:36.379988Z","ts":"2026/01/07 05:51:36"} Match for RE: "login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root." found: ["login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root."] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. Sent: "\n" {"component":"tests","level":"info","msg":"Sent: \"\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:51:36.510712Z","ts":"2026/01/07 05:51:36"} Match for RE: "testvmi-s5wj7 login:" found: ["testvmi-s5wj7 login:"] Buffer: testvmi-s5wj7 login: Sent: "cirros\n" {"component":"tests","level":"info","msg":"Sent: \"cirros\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:51:36.510925Z","ts":"2026/01/07 05:51:36"} Match for RE: "Password:" found: ["Password:"] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. testvmi-s5wj7 login: cirros Password: Sent: "gocubsgo\n" {"component":"tests","level":"info","msg":"Sent: \"gocubsgo\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:51:36.642146Z","ts":"2026/01/07 05:51:36"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: $ Sent: "stty cols 500 rows 500\n" {"component":"tests","level":"info","msg":"Sent: \"stty cols 500 rows 500\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:51:36.712866Z","ts":"2026/01/07 05:51:36"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: stty cols 500 rows 500 $ Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:51:36.783902Z","ts":"2026/01/07 05:51:36"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ Sent: "sudo dmesg -n 1\n" {"component":"tests","level":"info","msg":"Sent: \"sudo dmesg -n 1\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:51:36.852230Z","ts":"2026/01/07 05:51:36"} Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: sudo dmesg -n 1 $ Sent: "echo $?\n" {"component":"tests","level":"info","msg":"Sent: \"echo $?\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:51:36.928405Z","ts":"2026/01/07 05:51:36"} Match for RE: "[\\r\\n]0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ STEP: Issuing a poweroff command from inside VM @ 01/07/26 05:51:36.995 {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:51:36.995944Z","ts":"2026/01/07 05:51:36"} Sent: "sudo poweroff\n" {"component":"tests","level":"info","msg":"Sent: \"sudo poweroff\\n\"","pos":"stdlib.go:105","timestamp":"2026-01-07T05:51:37.219787Z","ts":"2026/01/07 05:51:37"} Match for RE: "The system is going down NOW!" found: ["The system is going down NOW!"] Buffer: sudo poweroff The system is going down NOW! STEP: Ensuring the VirtualMachineInstance is restarted @ 01/07/26 05:51:37.349 {"component":"tests","level":"info","msg":"read closing down: EOF","pos":"stdlib.go:105","timestamp":"2026-01-07T05:51:37.349250Z","ts":"2026/01/07 05:51:37"} On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [46.187 seconds] ------------------------------ S ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given Using RunStrategyAlways [test_id:7743]should not migrate a running vm if dry-run option is passed [sig-compute] tests/vm_test.go:792 STEP: Creating a VM with RunStrategyAlways @ 01/07/26 05:52:06.443 STEP: Waiting for VM to be ready @ 01/07/26 05:52:06.591 STEP: Migrating the VM with dry-run option @ 01/07/26 05:52:18.422 STEP: Check that no migration was actually created @ 01/07/26 05:52:18.516 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [84.027 seconds] ------------------------------ S ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given Using RunStrategyRerunOnFailure should restart a failed VMI [sig-compute] tests/vm_test.go:845 STEP: Creating a VM with RunStrategyRerunOnFailure @ 01/07/26 05:53:30.395 STEP: Waiting for VM to exist @ 01/07/26 05:53:30.54 STEP: Waiting for VM to start @ 01/07/26 05:53:34.879 STEP: Killing the VirtualMachineInstance @ 01/07/26 05:53:35.014 {"[namespace kubevirt-test-default1 name testvmi-w294v kind VirtualMachineInstance uid 306fd17c-ff2e-48f0-8994-5c81c6726ee6]":"(MISSING)","component":"tests","level":"error","msg":"cannot detect vm \"testvmi-w294v\", err: Could not get owner Pid of socket /pods/150493b6-1630-42ba-b77e-d69d402b32ad/volumes/kubernetes.io~empty-dir/sockets/launcher-sock: dial unix /proc/self/fd/3: connect: connection refused","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:53:45.611726Z"} {"[namespace kubevirt-test-default1 name testvmi-w294v kind VirtualMachineInstance uid 306fd17c-ff2e-48f0-8994-5c81c6726ee6]":"(MISSING)","component":"tests","level":"error","msg":"cannot detect vm \"testvmi-w294v\", err: Could not get owner Pid of socket /pods/150493b6-1630-42ba-b77e-d69d402b32ad/volumes/kubernetes.io~empty-dir/sockets/launcher-sock: dial unix /proc/self/fd/3: connect: connection refused","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:53:45.634490Z"} {"[namespace kubevirt-test-default1 name testvmi-w294v kind VirtualMachineInstance uid 306fd17c-ff2e-48f0-8994-5c81c6726ee6]":"(MISSING)","component":"tests","level":"error","msg":"cannot detect vm \"testvmi-w294v\", err: Could not get owner Pid of socket /pods/150493b6-1630-42ba-b77e-d69d402b32ad/volumes/kubernetes.io~empty-dir/sockets/launcher-sock: dial unix /proc/self/fd/3: connect: connection refused","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:53:45.640779Z"} {"[namespace kubevirt-test-default1 name testvmi-w294v kind VirtualMachineInstance uid 306fd17c-ff2e-48f0-8994-5c81c6726ee6]":"(MISSING)","component":"tests","level":"error","msg":"cannot detect vm \"testvmi-w294v\", err: Could not get owner Pid of socket /pods/150493b6-1630-42ba-b77e-d69d402b32ad/volumes/kubernetes.io~empty-dir/sockets/launcher-sock: dial unix /proc/self/fd/3: connect: connection refused","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:53:45.662487Z"} {"[namespace kubevirt-test-default1 name testvmi-w294v kind VirtualMachineInstance uid 306fd17c-ff2e-48f0-8994-5c81c6726ee6]":"(MISSING)","component":"tests","level":"error","msg":"cannot detect vm \"testvmi-w294v\", err: Could not get owner Pid of socket /pods/150493b6-1630-42ba-b77e-d69d402b32ad/volumes/kubernetes.io~empty-dir/sockets/launcher-sock: dial unix /proc/self/fd/3: connect: connection refused","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:53:45.707764Z"} {"[namespace kubevirt-test-default1 name testvmi-w294v kind VirtualMachineInstance uid 306fd17c-ff2e-48f0-8994-5c81c6726ee6]":"(MISSING)","component":"tests","level":"error","msg":"cannot detect vm \"testvmi-w294v\", err: Could not get owner Pid of socket /pods/150493b6-1630-42ba-b77e-d69d402b32ad/volumes/kubernetes.io~empty-dir/sockets/launcher-sock: dial unix /proc/self/fd/3: connect: connection refused","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:53:45.793663Z"} {"[namespace kubevirt-test-default1 name testvmi-w294v kind VirtualMachineInstance uid 306fd17c-ff2e-48f0-8994-5c81c6726ee6]":"(MISSING)","component":"tests","level":"error","msg":"cannot detect vm \"testvmi-w294v\", err: Could not get owner Pid of socket /pods/150493b6-1630-42ba-b77e-d69d402b32ad/volumes/kubernetes.io~empty-dir/sockets/launcher-sock: dial unix /proc/self/fd/3: connect: connection refused","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:53:45.959797Z"} {"[namespace kubevirt-test-default1 name testvmi-w294v kind VirtualMachineInstance uid 306fd17c-ff2e-48f0-8994-5c81c6726ee6]":"(MISSING)","component":"tests","level":"error","msg":"cannot detect vm \"testvmi-w294v\", err: Could not get owner Pid of socket /pods/150493b6-1630-42ba-b77e-d69d402b32ad/volumes/kubernetes.io~empty-dir/sockets/launcher-sock: dial unix /proc/self/fd/3: connect: connection refused","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:53:46.287501Z"} {"[namespace kubevirt-test-default1 name testvmi-w294v kind VirtualMachineInstance uid 306fd17c-ff2e-48f0-8994-5c81c6726ee6]":"(MISSING)","component":"tests","level":"error","msg":"Can not update a VirtualMachineInstance with unresponsive command server.","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:53:46.931088Z"} {"[namespace kubevirt-test-default1 name testvmi-w294v kind VirtualMachineInstance uid 306fd17c-ff2e-48f0-8994-5c81c6726ee6]":"(MISSING)","component":"tests","level":"error","msg":"Can not update a VirtualMachineInstance with unresponsive command server.","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:53:48.219581Z"} {"[namespace kubevirt-test-default1 name testvmi-w294v kind VirtualMachineInstance uid 306fd17c-ff2e-48f0-8994-5c81c6726ee6]":"(MISSING)","component":"tests","level":"error","msg":"Can not update a VirtualMachineInstance with unresponsive command server.","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:53:50.786242Z"} {"[namespace kubevirt-test-default1 name testvmi-w294v kind VirtualMachineInstance uid 306fd17c-ff2e-48f0-8994-5c81c6726ee6]":"(MISSING)","component":"tests","level":"error","msg":"Can not update a VirtualMachineInstance with unresponsive command server.","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:53:55.914253Z"} {"[namespace kubevirt-test-default1 name testvmi-w294v kind VirtualMachineInstance uid 306fd17c-ff2e-48f0-8994-5c81c6726ee6]":"(MISSING)","component":"tests","level":"error","msg":"Can not update a VirtualMachineInstance with unresponsive command server.","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:54:06.162031Z"} {"[namespace kubevirt-test-default1 name testvmi-w294v kind VirtualMachineInstance uid 306fd17c-ff2e-48f0-8994-5c81c6726ee6]":"(MISSING)","component":"tests","level":"error","msg":"Can not update a VirtualMachineInstance with unresponsive command server.","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:54:26.651416Z"} {"[namespace kubevirt-test-default1 name testvmi-w294v kind VirtualMachineInstance uid 306fd17c-ff2e-48f0-8994-5c81c6726ee6]":"(MISSING)","component":"tests","level":"error","msg":"The VirtualMachineInstance crashed.","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:54:28.093225Z"} STEP: Waiting for VM to start again @ 01/07/26 05:54:28.093 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [73.587 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given Using RunStrategyOnce Should leave a failed VMI [sig-compute] tests/vm_test.go:875 STEP: creating a VM with RunStrategyOnce @ 01/07/26 05:54:43.982 STEP: Waiting for VM to be ready @ 01/07/26 05:54:44.131 STEP: Killing the VirtualMachineInstance @ 01/07/26 05:54:48.535 {"[namespace kubevirt-test-default1 name testvmi-tdg2r kind VirtualMachineInstance uid 7fa93385-8177-4c5d-b568-e40f094fee06]":"(MISSING)","component":"tests","level":"error","msg":"cannot detect vm \"testvmi-tdg2r\", err: Could not get owner Pid of socket /pods/ce615310-708a-4d88-a15b-8c428dbfb688/volumes/kubernetes.io~empty-dir/sockets/launcher-sock: dial unix /proc/self/fd/3: connect: connection refused","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:54:50.088182Z"} {"[namespace kubevirt-test-default1 name testvmi-tdg2r kind VirtualMachineInstance uid 7fa93385-8177-4c5d-b568-e40f094fee06]":"(MISSING)","component":"tests","level":"error","msg":"cannot detect vm \"testvmi-tdg2r\", err: Could not get owner Pid of socket /pods/ce615310-708a-4d88-a15b-8c428dbfb688/volumes/kubernetes.io~empty-dir/sockets/launcher-sock: dial unix /proc/self/fd/3: connect: connection refused","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:54:50.112437Z"} {"[namespace kubevirt-test-default1 name testvmi-tdg2r kind VirtualMachineInstance uid 7fa93385-8177-4c5d-b568-e40f094fee06]":"(MISSING)","component":"tests","level":"error","msg":"cannot detect vm \"testvmi-tdg2r\", err: Could not get owner Pid of socket /pods/ce615310-708a-4d88-a15b-8c428dbfb688/volumes/kubernetes.io~empty-dir/sockets/launcher-sock: dial unix /proc/self/fd/3: connect: connection refused","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:54:50.118758Z"} {"[namespace kubevirt-test-default1 name testvmi-tdg2r kind VirtualMachineInstance uid 7fa93385-8177-4c5d-b568-e40f094fee06]":"(MISSING)","component":"tests","level":"error","msg":"cannot detect vm \"testvmi-tdg2r\", err: Could not get owner Pid of socket /pods/ce615310-708a-4d88-a15b-8c428dbfb688/volumes/kubernetes.io~empty-dir/sockets/launcher-sock: dial unix /proc/self/fd/3: connect: connection refused","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:54:50.140370Z"} {"[namespace kubevirt-test-default1 name testvmi-tdg2r kind VirtualMachineInstance uid 7fa93385-8177-4c5d-b568-e40f094fee06]":"(MISSING)","component":"tests","level":"error","msg":"cannot detect vm \"testvmi-tdg2r\", err: Could not get owner Pid of socket /pods/ce615310-708a-4d88-a15b-8c428dbfb688/volumes/kubernetes.io~empty-dir/sockets/launcher-sock: dial unix /proc/self/fd/3: connect: connection refused","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:54:50.184174Z"} {"[namespace kubevirt-test-default1 name testvmi-tdg2r kind VirtualMachineInstance uid 7fa93385-8177-4c5d-b568-e40f094fee06]":"(MISSING)","component":"tests","level":"error","msg":"cannot detect vm \"testvmi-tdg2r\", err: Could not get owner Pid of socket /pods/ce615310-708a-4d88-a15b-8c428dbfb688/volumes/kubernetes.io~empty-dir/sockets/launcher-sock: dial unix /proc/self/fd/3: connect: connection refused","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:54:50.270745Z"} {"[namespace kubevirt-test-default1 name testvmi-tdg2r kind VirtualMachineInstance uid 7fa93385-8177-4c5d-b568-e40f094fee06]":"(MISSING)","component":"tests","level":"error","msg":"cannot detect vm \"testvmi-tdg2r\", err: Could not get owner Pid of socket /pods/ce615310-708a-4d88-a15b-8c428dbfb688/volumes/kubernetes.io~empty-dir/sockets/launcher-sock: dial unix /proc/self/fd/3: connect: connection refused","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:54:50.445669Z"} {"[namespace kubevirt-test-default1 name testvmi-tdg2r kind VirtualMachineInstance uid 7fa93385-8177-4c5d-b568-e40f094fee06]":"(MISSING)","component":"tests","level":"error","msg":"cannot detect vm \"testvmi-tdg2r\", err: Could not get owner Pid of socket /pods/ce615310-708a-4d88-a15b-8c428dbfb688/volumes/kubernetes.io~empty-dir/sockets/launcher-sock: dial unix /proc/self/fd/3: connect: connection refused","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:54:50.762670Z"} {"[namespace kubevirt-test-default1 name testvmi-tdg2r kind VirtualMachineInstance uid 7fa93385-8177-4c5d-b568-e40f094fee06]":"(MISSING)","component":"tests","level":"error","msg":"Can not update a VirtualMachineInstance with unresponsive command server.","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:54:51.408735Z"} {"[namespace kubevirt-test-default1 name testvmi-tdg2r kind VirtualMachineInstance uid 7fa93385-8177-4c5d-b568-e40f094fee06]":"(MISSING)","component":"tests","level":"error","msg":"Can not update a VirtualMachineInstance with unresponsive command server.","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:54:52.698346Z"} {"[namespace kubevirt-test-default1 name testvmi-tdg2r kind VirtualMachineInstance uid 7fa93385-8177-4c5d-b568-e40f094fee06]":"(MISSING)","component":"tests","level":"error","msg":"Can not update a VirtualMachineInstance with unresponsive command server.","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:54:55.266041Z"} {"[namespace kubevirt-test-default1 name testvmi-tdg2r kind VirtualMachineInstance uid 7fa93385-8177-4c5d-b568-e40f094fee06]":"(MISSING)","component":"tests","level":"error","msg":"Can not update a VirtualMachineInstance with unresponsive command server.","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:55:00.402075Z"} {"[namespace kubevirt-test-default1 name testvmi-tdg2r kind VirtualMachineInstance uid 7fa93385-8177-4c5d-b568-e40f094fee06]":"(MISSING)","component":"tests","level":"error","msg":"Can not update a VirtualMachineInstance with unresponsive command server.","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:55:10.639122Z"} {"[namespace kubevirt-test-default1 name testvmi-tdg2r kind VirtualMachineInstance uid 7fa93385-8177-4c5d-b568-e40f094fee06]":"(MISSING)","component":"tests","level":"error","msg":"The VirtualMachineInstance crashed.","pos":"watcher.go:157","reason":"warning event received","timestamp":"2026-01-07T05:55:23.094547Z"} STEP: Ensuring the VirtualMachineInstance enters Failed phase @ 01/07/26 05:55:23.094 STEP: Ensuring the VirtualMachine remains stopped @ 01/07/26 05:55:23.163 STEP: Ensuring the VirtualMachine remains Ready=false @ 01/07/26 05:56:23.165 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [170.718 seconds] ------------------------------ SS ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine [release-blocker][test_id:299][test_id:264]should create and delete a VM using all supported API versions with v1 api [sig-compute, conformance] tests/vm_test.go:989 STEP: Creating VM @ 01/07/26 05:57:34.7 STEP: Waiting for VMI to start @ 01/07/26 05:57:34.848 STEP: Looking up virt-launcher pod @ 01/07/26 05:57:40.267 STEP: Deleting VM @ 01/07/26 05:57:40.476 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [21.744 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine [release-blocker][test_id:299][test_id:264]should create and delete a VM using all supported API versions with v1alpha3 api [sig-compute, conformance] tests/vm_test.go:990 STEP: Creating VM @ 01/07/26 05:57:56.444 STEP: Waiting for VMI to start @ 01/07/26 05:57:56.591 STEP: Looking up virt-launcher pod @ 01/07/26 05:58:00.939 STEP: Deleting VM @ 01/07/26 05:58:01.146 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [20.987 seconds] ------------------------------ S ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine crash loop backoff should be able to stop a VM during crashloop backoff when when 'runStrategy: Always' is set [sig-compute, conformance] tests/vm_test.go:1038 STEP: Creating VirtualMachine @ 01/07/26 05:58:17.431 STEP: Creating running VirtualMachine @ 01/07/26 05:58:17.431 STEP: waiting for crash loop state @ 01/07/26 05:58:17.581 STEP: Stopping the VM while in a crash loop @ 01/07/26 05:58:37.938 STEP: Waiting on crash loop status to be removed. @ 01/07/26 05:58:38.041 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [32.834 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine VirtualMachineControllerFinalizer should be added when the vm is created and removed when the vm is being deleted [sig-compute, conformance] tests/vm_test.go:1094 STEP: Creating VirtualMachine @ 01/07/26 05:58:50.265 I0107 05:58:50.416483 978 warnings.go:110] "Warning: metadata.finalizers: \"customFinalizer\": prefer a domain-qualified finalizer name to avoid accidental conflicts with other finalizer writers" On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* STEP: Ensure the vm has disappeared @ 01/07/26 05:58:52.925 Global test cleanup started. Global test cleanup ended. • [14.195 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine VirtualMachineControllerFinalizer should be removed when the vm has child resources, such as instance type ControllerRevisions, that have been deleted before the vm - issue #9438 [sig-compute, conformance, sig-compute-instancetype] tests/vm_test.go:1121 STEP: creating a VirtualMachineClusterInstancetype @ 01/07/26 05:59:04.46 STEP: creating a VirtualMachine @ 01/07/26 05:59:04.537 I0107 05:59:04.691076 978 warnings.go:110] "Warning: metadata.finalizers: \"customFinalizer\": prefer a domain-qualified finalizer name to avoid accidental conflicts with other finalizer writers" STEP: waiting until the VirtualMachine has the VirtualMachineControllerFinalizer, customFinalizer and revisionName @ 01/07/26 05:59:04.691 STEP: deleting the ControllerRevision associated with the VirtualMachine and VirtualMachineClusterInstancetype testvmi-wpn9f-instancetype-jm62s-v1beta1-7ca0012c-83a3-4c30-9985-4a7cd26f0e82-1 @ 01/07/26 05:59:04.832 STEP: deleting the VirtualMachineClusterInstancetype @ 01/07/26 05:59:04.902 STEP: deleting the VirtualMachine @ 01/07/26 05:59:04.974 STEP: waiting until the VirtualMachineControllerFinalizer has been removed from the VirtualMachine @ 01/07/26 05:59:05.047 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* STEP: Ensure the vm has disappeared @ 01/07/26 05:59:08.477 Global test cleanup started. Global test cleanup ended. • [15.831 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine when node becomes unhealthy the VMs running in that node should be respawned [sig-compute, Serial] tests/vm_test.go:1201 STEP: Starting VM @ 01/07/26 05:59:20.291 STEP: Creating stopped VirtualMachine @ 01/07/26 05:59:20.291 STEP: Waiting for VM to be ready @ 01/07/26 05:59:20.613 STEP: Blocking virt-handler from reconciling the VMI @ 01/07/26 05:59:31.514 STEP: Simulating loss of the virt-launcher @ 01/07/26 06:01:12.35 STEP: The VM should not be Ready @ 01/07/26 06:01:12.438 STEP: Check if the VMI has been recreated @ 01/07/26 06:01:12.507 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Forwarding from 127.0.0.1:7654 -> 8443 Forwarding from [::1]:7654 -> 8443 Handling connection for 7654 Forwarding from 127.0.0.1:6276 -> 8443 Forwarding from [::1]:6276 -> 8443 Handling connection for 6276 Forwarding from 127.0.0.1:8902 -> 8443 Forwarding from [::1]:8902 -> 8443 Handling connection for 8902 Global test cleanup started. Forwarding from 127.0.0.1:4933 -> 8443 Forwarding from [::1]:4933 -> 8443 Handling connection for 4933 Forwarding from 127.0.0.1:4973 -> 8443 Forwarding from [::1]:4973 -> 8443 Handling connection for 4973 Forwarding from 127.0.0.1:5736 -> 8443 Forwarding from [::1]:5736 -> 8443 Handling connection for 5736 Forwarding from 127.0.0.1:5591 -> 8443 Forwarding from [::1]:5591 -> 8443 Handling connection for 5591 Forwarding from 127.0.0.1:5071 -> 8443 Forwarding from [::1]:5071 -> 8443 Handling connection for 5071 Forwarding from 127.0.0.1:6449 -> 8443 Forwarding from [::1]:6449 -> 8443 Handling connection for 6449 Forwarding from 127.0.0.1:5538 -> 8443 Forwarding from [::1]:5538 -> 8443 Handling connection for 5538 {"component":"tests","level":"info","msg":"system is in sync with kubevirt config resource version 138777","pos":"kvconfig.go:102","timestamp":"2026-01-07T06:01:50.340825Z"} Global test cleanup ended. • [150.317 seconds] ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-compute] [rfe_id:1177][crit:medium] VirtualMachine should force stop a VM with terminationGracePeriodSeconds>0 with Fedora based VMI [sig-compute] tests/compute/vm_lifecycle.go:118 STEP: getting a VM with high TerminationGracePeriod @ 01/07/26 06:01:50.61 STEP: setting up a watch for vmi @ 01/07/26 06:02:01.51 STEP: Stopping the VM @ 01/07/26 06:02:01.577 STEP: Ensuring the VirtualMachineInstance is removed @ 01/07/26 06:02:01.709 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [28.887 seconds] ------------------------------ [sig-compute] [rfe_id:1177][crit:medium] VirtualMachine should force stop a VM with terminationGracePeriodSeconds>0 with unresponsive empty-disk VMI [sig-compute] tests/compute/vm_lifecycle.go:119 STEP: getting a VM with high TerminationGracePeriod @ 01/07/26 06:02:19.497 STEP: setting up a watch for vmi @ 01/07/26 06:02:23.983 STEP: Stopping the VM @ 01/07/26 06:02:24.053 STEP: Ensuring the VirtualMachineInstance is removed @ 01/07/26 06:02:24.158 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [20.236 seconds] ------------------------------ [sig-compute] [rfe_id:1177][crit:medium] VirtualMachine with paused vmi [test_id:4598][test_id:3060]should signal paused/unpaused state with condition [sig-compute, conformance] tests/compute/vm_lifecycle.go:123 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [24.299 seconds] ------------------------------ [sig-compute] [rfe_id:1177][crit:medium] VirtualMachine with paused vmi [test_id:3085]should be stopped successfully [sig-compute, conformance] tests/compute/vm_lifecycle.go:141 STEP: Stopping the VM @ 01/07/26 06:03:14.934 STEP: Checking deletion of VMI @ 01/07/26 06:03:15.025 STEP: Checking status of VM @ 01/07/26 06:03:19.372 STEP: Ensuring a second invocation should fail @ 01/07/26 06:03:19.44 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [26.861 seconds] ------------------------------ [sig-compute] [rfe_id:1177][crit:medium] VirtualMachine with paused vmi [test_id:3229]should gracefully handle being started again [sig-compute] tests/compute/vm_lifecycle.go:167 STEP: Starting the VM @ 01/07/26 06:03:41.803 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [22.634 seconds] ------------------------------ [sig-compute] [rfe_id:1177][crit:medium] VirtualMachine with paused vmi [test_id:3226]should be restarted successfully into unpaused state [sig-compute] tests/compute/vm_lifecycle.go:183 STEP: Pausing the VM @ 01/07/26 06:04:05.498 STEP: Restarting the VM @ 01/07/26 06:04:05.736 STEP: Checking VMI is restarted @ 01/07/26 06:04:05.824 STEP: Ensuring unpaused state @ 01/07/26 06:04:19.788 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [38.345 seconds] ------------------------------ [sig-compute] [rfe_id:1177][crit:medium] VirtualMachine should not change anything if dry-run option is passed [test_id:7530]when starting a VM [sig-compute] tests/compute/vm_lifecycle.go:215 STEP: Creating VM @ 01/07/26 06:04:31.872 STEP: Performing dry run start @ 01/07/26 06:04:32.022 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [41.518 seconds] ------------------------------ [sig-compute] [rfe_id:1177][crit:medium] VirtualMachine should not change anything if dry-run option is passed when stopping a VM [test_id:7529]with no other flags [sig-compute] tests/compute/vm_lifecycle.go:273 STEP: Creating VM @ 01/07/26 06:05:13.39 STEP: Waiting for VMI to start @ 01/07/26 06:05:13.538 STEP: Getting current vmi instance @ 01/07/26 06:05:17.884 STEP: Getting current vm instance @ 01/07/26 06:05:17.951 STEP: Performing dry run stop @ 01/07/26 06:05:18.019 STEP: Checking that VM is still running @ 01/07/26 06:05:18.106 STEP: Checking VM Running spec does not change @ 01/07/26 06:05:48.107 STEP: Checking VMI TerminationGracePeriodSeconds does not change @ 01/07/26 06:05:48.176 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [46.592 seconds] ------------------------------ [sig-compute] [rfe_id:1177][crit:medium] VirtualMachine should not change anything if dry-run option is passed when stopping a VM [test_id:7604]with grace period [sig-compute] tests/compute/vm_lifecycle.go:274 STEP: Creating VM @ 01/07/26 06:05:59.983 STEP: Waiting for VMI to start @ 01/07/26 06:06:00.133 STEP: Getting current vmi instance @ 01/07/26 06:06:05.556 STEP: Getting current vm instance @ 01/07/26 06:06:05.626 STEP: Performing dry run stop @ 01/07/26 06:06:05.693 STEP: Checking that VM is still running @ 01/07/26 06:06:05.811 STEP: Checking VM Running spec does not change @ 01/07/26 06:06:35.811 STEP: Checking VMI TerminationGracePeriodSeconds does not change @ 01/07/26 06:06:35.878 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [47.751 seconds] ------------------------------ [sig-compute] [rfe_id:1177][crit:medium] VirtualMachine should not change anything if dry-run option is passed [test_id:7528]when restarting a VM [sig-compute] tests/compute/vm_lifecycle.go:277 STEP: Creating VM @ 01/07/26 06:06:47.734 STEP: Waiting for VMI to start @ 01/07/26 06:06:47.88 STEP: Getting current vmi instance @ 01/07/26 06:06:53.294 STEP: Performing dry run restart @ 01/07/26 06:06:53.362 STEP: Comparing the CreationTimeStamp and UUID and check no Deletion Timestamp was set @ 01/07/26 06:06:53.45 STEP: Checking that VM is still running @ 01/07/26 06:06:53.517 On failure, artifacts will be collected in /logs/artifacts/k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [47.620 seconds] ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS P [PENDING] Ensure stable functionality by repeately starting vmis many times without issues tests/stability_test.go:16 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS P [PENDING] [sig-monitoring]Component Monitoring Errors metrics VirtControllerRESTErrorsBurst should be triggered when requests to virt-controller are failing [Serial, sig-monitoring] tests/monitoring/component_monitoring.go:275 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS P [PENDING] [sig-monitoring]Monitoring Migration Alerts KubeVirtVMIExcessiveMigrations should be triggered when a VMI has been migrated more than 12 times during the last 24 hours [Serial, sig-monitoring, sig-compute-migrations] tests/monitoring/monitoring.go:94 ------------------------------ SSSSSSSSSSSSSSSS ------------------------------ [SynchronizedAfterSuite] tests/tests_suite_test.go:107 Waiting for namespace kubevirt-test-default1 to be removed, this can take a while ... Waiting for namespace kubevirt-test-alternative1 to be removed, this can take a while ... Waiting for namespace kubevirt-test-operator1 to be removed, this can take a while ... Waiting for namespace kubevirt-test-privileged1 to be removed, this can take a while ... [SynchronizedAfterSuite] PASSED [24.431 seconds] ------------------------------ [ReportAfterSuite] Collect cluster data tests/tests_suite_test.go:162 [ReportAfterSuite] PASSED [0.000 seconds] ------------------------------ [ReportAfterSuite] TestTests tests/tests_suite_test.go:170 JUnit report was created: /logs/artifacts/junit.functest.xml [ReportAfterSuite] PASSED [0.006 seconds] ------------------------------ Ran 52 of 1412 Specs in 2239.974 seconds SUCCESS! -- 52 Passed | 0 Failed | 3 Pending | 1357 Skipped You're using deprecated Ginkgo functionality: ============================================= --ginkgo.slow-spec-threshold is deprecated --slow-spec-threshold has been deprecated and will be removed in a future version of Ginkgo. This feature has proved to be more noisy than useful. You can use --poll-progress-after, instead, to get more actionable feedback about potentially slow specs and understand where they might be getting stuck. To silence deprecations that can be silenced set the following environment variable: ACK_GINKGO_DEPRECATIONS=2.22.1 --- PASS: TestTests (2240.12s) PASS + cleanup + rv=0 + '[' x0 '!=' x0 ']' + rm -rf '/tmp/authfile*' + exit 0 + set +x Patching Tests Result File: /logs/artifacts/junit.functest.xml environment: line 15: install_yq_if_not_exists: command not found