+ export WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release + WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release + [[ k8s-1.11.0-release =~ openshift-.* ]] + [[ k8s-1.11.0-release =~ .*-1.10.4-.* ]] + export KUBEVIRT_PROVIDER=k8s-1.11.0 + KUBEVIRT_PROVIDER=k8s-1.11.0 + export KUBEVIRT_NUM_NODES=2 + KUBEVIRT_NUM_NODES=2 + export NFS_WINDOWS_DIR=/home/nfs/images/windows2016 + NFS_WINDOWS_DIR=/home/nfs/images/windows2016 + export NAMESPACE=kube-system + NAMESPACE=kube-system + trap '{ make cluster-down; }' EXIT SIGINT SIGTERM SIGSTOP + make cluster-down ./cluster/down.sh + make cluster-up ./cluster/up.sh Downloading ....... Downloading ....... 2018/08/02 16:18:36 Waiting for host: 192.168.66.101:22 2018/08/02 16:18:39 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/08/02 16:18:47 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/08/02 16:18:52 Connected to tcp://192.168.66.101:22 ++ wc -l ++ systemctl status docker ++ grep active + [[ 0 -eq 0 ]] + sleep 2 ++ systemctl status docker ++ grep active ++ wc -l + [[ 1 -eq 0 ]] + kubeadm init --config /etc/kubernetes/kubeadm.conf [init] using Kubernetes version: v1.11.0 [preflight] running pre-flight checks I0802 16:18:55.399100 1264 feature_gate.go:230] feature gates: &{map[]} I0802 16:18:55.458054 1264 kernel_validator.go:81] Validating kernel version I0802 16:18:55.458174 1264 kernel_validator.go:96] Validating kernel config [preflight/images] Pulling images required for setting up a Kubernetes cluster [preflight/images] This might take a minute or two, depending on the speed of your internet connection [preflight/images] You can also perform this action in beforehand using 'kubeadm config images pull' [kubelet] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env" [kubelet] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml" [preflight] Activating the kubelet service [certificates] Generated ca certificate and key. [certificates] Generated apiserver certificate and key. [certificates] apiserver serving cert is signed for DNS names [node01 kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local] and IPs [10.96.0.1 192.168.66.101] [certificates] Generated apiserver-kubelet-client certificate and key. [certificates] Generated sa key and public key. [certificates] Generated front-proxy-ca certificate and key. [certificates] Generated front-proxy-client certificate and key. [certificates] Generated etcd/ca certificate and key. [certificates] Generated etcd/server certificate and key. [certificates] etcd/server serving cert is signed for DNS names [node01 localhost] and IPs [127.0.0.1 ::1] [certificates] Generated etcd/peer certificate and key. [certificates] etcd/peer serving cert is signed for DNS names [node01 localhost] and IPs [192.168.66.101 127.0.0.1 ::1] [certificates] Generated etcd/healthcheck-client certificate and key. [certificates] Generated apiserver-etcd-client certificate and key. [certificates] valid certificates and keys now exist in "/etc/kubernetes/pki" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/admin.conf" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/kubelet.conf" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/controller-manager.conf" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/scheduler.conf" [controlplane] wrote Static Pod manifest for component kube-apiserver to "/etc/kubernetes/manifests/kube-apiserver.yaml" [controlplane] wrote Static Pod manifest for component kube-controller-manager to "/etc/kubernetes/manifests/kube-controller-manager.yaml" [controlplane] wrote Static Pod manifest for component kube-scheduler to "/etc/kubernetes/manifests/kube-scheduler.yaml" [etcd] Wrote Static Pod manifest for a local etcd instance to "/etc/kubernetes/manifests/etcd.yaml" [init] waiting for the kubelet to boot up the control plane as Static Pods from directory "/etc/kubernetes/manifests" [init] this might take a minute or longer if the control plane images have to be pulled [apiclient] All control plane components are healthy after 59.010542 seconds [uploadconfig] storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace [kubelet] Creating a ConfigMap "kubelet-config-1.11" in namespace kube-system with the configuration for the kubelets in the cluster [markmaster] Marking the node node01 as master by adding the label "node-role.kubernetes.io/master=''" [markmaster] Marking the node node01 as master by adding the taints [node-role.kubernetes.io/master:NoSchedule] [patchnode] Uploading the CRI Socket information "/var/run/dockershim.sock" to the Node API object "node01" as an annotation [bootstraptoken] using token: abcdef.1234567890123456 [bootstraptoken] configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials [bootstraptoken] configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token [bootstraptoken] configured RBAC rules to allow certificate rotation for all node client certificates in the cluster [bootstraptoken] creating the "cluster-info" ConfigMap in the "kube-public" namespace [addons] Applied essential addon: CoreDNS [addons] Applied essential addon: kube-proxy Your Kubernetes master has initialized successfully! To start using your cluster, you need to run the following as a regular user: mkdir -p $HOME/.kube sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config sudo chown $(id -u):$(id -g) $HOME/.kube/config You should now deploy a pod network to the cluster. Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at: https://kubernetes.io/docs/concepts/cluster-administration/addons/ You can now join any number of machines by running the following on each node as root: kubeadm join 192.168.66.101:6443 --token abcdef.1234567890123456 --discovery-token-ca-cert-hash sha256:35f92caab2ee82c2889840f55ae2d70635dccfd2eaa5de39cb246793d07e8605 + kubectl --kubeconfig=/etc/kubernetes/admin.conf apply -f https://raw.githubusercontent.com/coreos/flannel/v0.9.1/Documentation/kube-flannel.yml clusterrole.rbac.authorization.k8s.io/flannel created clusterrolebinding.rbac.authorization.k8s.io/flannel created serviceaccount/flannel created configmap/kube-flannel-cfg created daemonset.extensions/kube-flannel-ds created + kubectl --kubeconfig=/etc/kubernetes/admin.conf taint nodes node01 node-role.kubernetes.io/master:NoSchedule- node/node01 untainted + kubectl --kubeconfig=/etc/kubernetes/admin.conf create -f /tmp/local-volume.yaml storageclass.storage.k8s.io/local created configmap/local-storage-config created clusterrolebinding.rbac.authorization.k8s.io/local-storage-provisioner-pv-binding created clusterrole.rbac.authorization.k8s.io/local-storage-provisioner-node-clusterrole created clusterrolebinding.rbac.authorization.k8s.io/local-storage-provisioner-node-binding created role.rbac.authorization.k8s.io/local-storage-provisioner-jobs-role created rolebinding.rbac.authorization.k8s.io/local-storage-provisioner-jobs-rolebinding created serviceaccount/local-storage-admin created daemonset.extensions/local-volume-provisioner created 2018/08/02 16:20:11 Waiting for host: 192.168.66.102:22 2018/08/02 16:20:14 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/08/02 16:20:22 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/08/02 16:20:27 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: connection refused. Sleeping 5s 2018/08/02 16:20:32 Connected to tcp://192.168.66.102:22 ++ grep active ++ systemctl status docker ++ wc -l + [[ 1 -eq 0 ]] + kubeadm join --token abcdef.1234567890123456 192.168.66.101:6443 --ignore-preflight-errors=all --discovery-token-unsafe-skip-ca-verification=true [preflight] running pre-flight checks [WARNING RequiredIPVSKernelModulesAvailable]: the IPVS proxier will not be used, because the following required kernel modules are not loaded: [ip_vs_wrr ip_vs_sh ip_vs ip_vs_rr] or no builtin kernel ipvs support: map[ip_vs_wrr:{} ip_vs_sh:{} nf_conntrack_ipv4:{} ip_vs:{} ip_vs_rr:{}] you can solve this problem with following methods: 1. Run 'modprobe -- ' to load missing kernel modules; 2. Provide the missing builtin kernel ipvs support I0802 16:20:33.663258 1265 kernel_validator.go:81] Validating kernel version I0802 16:20:33.663485 1265 kernel_validator.go:96] Validating kernel config [discovery] Trying to connect to API Server "192.168.66.101:6443" [discovery] Created cluster-info discovery client, requesting info from "https://192.168.66.101:6443" [discovery] Cluster info signature and contents are valid and no TLS pinning was specified, will use API Server "192.168.66.101:6443" [discovery] Successfully established connection with API Server "192.168.66.101:6443" [kubelet] Downloading configuration for the kubelet from the "kubelet-config-1.11" ConfigMap in the kube-system namespace [kubelet] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml" [kubelet] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env" [preflight] Activating the kubelet service [tlsbootstrap] Waiting for the kubelet to perform the TLS Bootstrap... [patchnode] Uploading the CRI Socket information "/var/run/dockershim.sock" to the Node API object "node02" as an annotation This node has joined the cluster: * Certificate signing request was sent to master and a response was received. * The Kubelet was informed of the new secure connection details. Run 'kubectl get nodes' on the master to see this node join the cluster. Sending file modes: C0755 38739968 kubectl Sending file modes: C0600 5454 admin.conf Cluster "kubernetes" set. Cluster "kubernetes" set. + set +e + kubectl get nodes --no-headers + cluster/kubectl.sh get nodes --no-headers node01 Ready master 1m v1.11.0 node02 Ready 31s v1.11.0 + kubectl_rc=0 + '[' 0 -ne 0 ']' ++ kubectl get nodes --no-headers ++ cluster/kubectl.sh get nodes --no-headers ++ grep NotReady + '[' -n '' ']' + set -e + echo 'Nodes are ready:' Nodes are ready: + kubectl get nodes + cluster/kubectl.sh get nodes NAME STATUS ROLES AGE VERSION node01 Ready master 1m v1.11.0 node02 Ready 32s v1.11.0 + make cluster-sync ./cluster/build.sh Building ... Untagged: localhost:33355/kubevirt/virt-controller:devel Untagged: localhost:33355/kubevirt/virt-controller@sha256:c154a253fd3f61476587188cda11eda383660ad99d645ca6bf4b1b7a67c7c367 Deleted: sha256:4ff62345781e316be7bf82b0eb5b15ecf81402dc7b24f6b0c751af00eda68c3c Untagged: localhost:33355/kubevirt/virt-launcher:devel Untagged: localhost:33355/kubevirt/virt-launcher@sha256:d596b9670b48d2c4d5f4dfe8438c0e5edc375300a1c9e81bb87c3d2a93187730 Deleted: sha256:193236bbe6e6c74ca110cabff47fa3b24c5a0d3844831e0da80745623be9de98 Untagged: localhost:33355/kubevirt/virt-handler:devel Untagged: localhost:33355/kubevirt/virt-handler@sha256:6a2503c9c75bbdde235e6c4def5f2f045f4f370e31798d3b48fc397a1178c6ab Deleted: sha256:e218a8b23d43f3dac4400d6b0c9cd6b4b8886fa1acc9fd66a8f5d49d8f36edc5 Untagged: localhost:33355/kubevirt/virt-api:devel Untagged: localhost:33355/kubevirt/virt-api@sha256:311605a5e32dd89f7ed9c53b7bbcf96e90824ee38f89095a5877478ce27f6f89 Deleted: sha256:74b5a59906d51c36f9cd597afad4b226d82ceceae3f7e6f5e756d148cbe90001 Untagged: localhost:33355/kubevirt/subresource-access-test:devel Untagged: localhost:33355/kubevirt/subresource-access-test@sha256:fd0ef21718e2b00fb051065ce1de0d5484409c9dfa661e13bc96e0cef958812c Deleted: sha256:f3173230a877cee95df052d1dcd2285c9dd6ed126e733b25c5b9b7191d4c9f8a Untagged: localhost:33355/kubevirt/example-hook-sidecar:devel Untagged: localhost:33355/kubevirt/example-hook-sidecar@sha256:badbb40b62aed4f1d05c7697300fbc46922ff829d65d4328893811ed5b9e232b Deleted: sha256:09b8b2352f4cf01f892b5100b985a80bfc9136e091a5b5f98ecb76365be92c8b sha256:dcf2b21fa2ed11dcf9dbba21b1cca0ee3fad521a0e9aee61c06d0b0b66a4b200 go version go1.10 linux/amd64 go version go1.10 linux/amd64 make[1]: Entering directory `/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt' hack/dockerized "./hack/check.sh && KUBEVIRT_VERSION= ./hack/build-go.sh install " && ./hack/build-copy-artifacts.sh sha256:dcf2b21fa2ed11dcf9dbba21b1cca0ee3fad521a0e9aee61c06d0b0b66a4b200 go version go1.10 linux/amd64 go version go1.10 linux/amd64 find: '/root/go/src/kubevirt.io/kubevirt/_out/cmd': No such file or directory Compiling tests... compiled tests.test hack/build-docker.sh build Sending build context to Docker daemon 40.39 MB Step 1/8 : FROM fedora:28 ---> cc510acfcd70 Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> bfe77d5699ed Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-controller ---> Using cache ---> b00c84523b53 Step 4/8 : WORKDIR /home/virt-controller ---> Using cache ---> b76b8bd8cd39 Step 5/8 : USER 1001 ---> Using cache ---> b6d9ad9ed232 Step 6/8 : COPY virt-controller /usr/bin/virt-controller ---> Using cache ---> 91de652ff08f Step 7/8 : ENTRYPOINT /usr/bin/virt-controller ---> Using cache ---> 49d3e1e2f185 Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release0" '' "virt-controller" '' ---> Running in 3cca3b3d8ae7 ---> a170dd9bac50 Removing intermediate container 3cca3b3d8ae7 Successfully built a170dd9bac50 Sending build context to Docker daemon 43.31 MB Step 1/10 : FROM kubevirt/libvirt:4.2.0 ---> 5f0bfe81a3e0 Step 2/10 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 945996802736 Step 3/10 : RUN dnf -y install socat genisoimage util-linux libcgroup-tools ethtool net-tools sudo && dnf -y clean all && test $(id -u qemu) = 107 # make sure that the qemu user really is 107 ---> Using cache ---> 672f9ab56316 Step 4/10 : COPY virt-launcher /usr/bin/virt-launcher ---> Using cache ---> 79c4ee6f5659 Step 5/10 : COPY kubevirt-sudo /etc/sudoers.d/kubevirt ---> Using cache ---> 2eca2e6c1774 Step 6/10 : RUN setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/qemu-system-x86_64 ---> Using cache ---> 549938697e0d Step 7/10 : RUN mkdir -p /usr/share/kubevirt/virt-launcher ---> Using cache ---> 789003851574 Step 8/10 : COPY entrypoint.sh libvirtd.sh sock-connector /usr/share/kubevirt/virt-launcher/ ---> Using cache ---> 6b531e43dce1 Step 9/10 : ENTRYPOINT /usr/share/kubevirt/virt-launcher/entrypoint.sh ---> Using cache ---> 048631795b16 Step 10/10 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release0" '' "virt-launcher" '' ---> Running in 4b4bdfe35ff8 ---> 4a83eaa4e4eb Removing intermediate container 4b4bdfe35ff8 Successfully built 4a83eaa4e4eb Sending build context to Docker daemon 38.4 MB Step 1/5 : FROM fedora:28 ---> cc510acfcd70 Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> bfe77d5699ed Step 3/5 : COPY virt-handler /usr/bin/virt-handler ---> Using cache ---> ace003e0f927 Step 4/5 : ENTRYPOINT /usr/bin/virt-handler ---> Using cache ---> bd38f7f08b67 Step 5/5 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release0" '' "virt-handler" '' ---> Running in 57d9d3af788f ---> e7cea427600f Removing intermediate container 57d9d3af788f Successfully built e7cea427600f Sending build context to Docker daemon 38.81 MB Step 1/8 : FROM fedora:28 ---> cc510acfcd70 Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> bfe77d5699ed Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-api ---> Using cache ---> ed1ebf600ee1 Step 4/8 : WORKDIR /home/virt-api ---> Using cache ---> 0769dad023e5 Step 5/8 : USER 1001 ---> Using cache ---> 0cb65afb0c2b Step 6/8 : COPY virt-api /usr/bin/virt-api ---> Using cache ---> 33aa552a9a10 Step 7/8 : ENTRYPOINT /usr/bin/virt-api ---> Using cache ---> 1750305629b4 Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release0" '' "virt-api" '' ---> Running in 14fdde44a8a8 ---> 1a5dd7b0d183 Removing intermediate container 14fdde44a8a8 Successfully built 1a5dd7b0d183 Sending build context to Docker daemon 4.096 kB Step 1/7 : FROM fedora:28 ---> cc510acfcd70 Step 2/7 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> bfe77d5699ed Step 3/7 : ENV container docker ---> Using cache ---> 62847a2a1fa8 Step 4/7 : RUN mkdir -p /images/custom /images/alpine && truncate -s 64M /images/custom/disk.img && curl http://dl-cdn.alpinelinux.org/alpine/v3.7/releases/x86_64/alpine-virt-3.7.0-x86_64.iso > /images/alpine/disk.img ---> Using cache ---> 02134835a6aa Step 5/7 : ADD entrypoint.sh / ---> Using cache ---> ec0843818da7 Step 6/7 : CMD /entrypoint.sh ---> Using cache ---> 754029bb4bd2 Step 7/7 : LABEL "disks-images-provider" '' "kubevirt-functional-tests-k8s-1.11.0-release0" '' ---> Using cache ---> 2ce1eec77729 Successfully built 2ce1eec77729 Sending build context to Docker daemon 2.56 kB Step 1/5 : FROM fedora:28 ---> cc510acfcd70 Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> bfe77d5699ed Step 3/5 : ENV container docker ---> Using cache ---> 62847a2a1fa8 Step 4/5 : RUN dnf -y install procps-ng nmap-ncat && dnf -y clean all ---> Using cache ---> 207487abe7b2 Step 5/5 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release0" '' "vm-killer" '' ---> Using cache ---> 51b62a0ecd10 Successfully built 51b62a0ecd10 Sending build context to Docker daemon 5.12 kB Step 1/7 : FROM debian:sid ---> 68f33cf86aab Step 2/7 : MAINTAINER "David Vossel" \ ---> Using cache ---> 5734d749eb5c Step 3/7 : ENV container docker ---> Using cache ---> f8775a77966f Step 4/7 : RUN apt-get update && apt-get install -y bash curl bzip2 qemu-utils && mkdir -p /disk && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 1a40cf222a61 Step 5/7 : ADD entry-point.sh / ---> Using cache ---> 77b545d92fe7 Step 6/7 : CMD /entry-point.sh ---> Using cache ---> dfe20d463305 Step 7/7 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release0" '' "registry-disk-v1alpha" '' ---> Using cache ---> d47274c50623 Successfully built d47274c50623 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33503/kubevirt/registry-disk-v1alpha:devel ---> d47274c50623 Step 2/4 : MAINTAINER "David Vossel" \ ---> Using cache ---> 94c21c65872a Step 3/4 : RUN curl https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img > /disk/cirros.img ---> Using cache ---> 48605500da55 Step 4/4 : LABEL "cirros-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.11.0-release0" '' ---> Using cache ---> 4b8200fc9235 Successfully built 4b8200fc9235 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33503/kubevirt/registry-disk-v1alpha:devel ---> d47274c50623 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 8e698fc18d9d Step 3/4 : RUN curl -g -L https://download.fedoraproject.org/pub/fedora/linux/releases/27/CloudImages/x86_64/images/Fedora-Cloud-Base-27-1.6.x86_64.qcow2 > /disk/fedora.qcow2 ---> Using cache ---> e9c68c4dc91c Step 4/4 : LABEL "fedora-cloud-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.11.0-release0" '' ---> Using cache ---> 98232324771d Successfully built 98232324771d Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33503/kubevirt/registry-disk-v1alpha:devel ---> d47274c50623 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 8e698fc18d9d Step 3/4 : RUN curl http://dl-cdn.alpinelinux.org/alpine/v3.7/releases/x86_64/alpine-virt-3.7.0-x86_64.iso > /disk/alpine.iso ---> Using cache ---> 38176d1a3214 Step 4/4 : LABEL "alpine-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.11.0-release0" '' ---> Using cache ---> 8c0a79fc816d Successfully built 8c0a79fc816d Sending build context to Docker daemon 35.59 MB Step 1/8 : FROM fedora:28 ---> cc510acfcd70 Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> bfe77d5699ed Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virtctl ---> Using cache ---> 985fe391c056 Step 4/8 : WORKDIR /home/virtctl ---> Using cache ---> 3b2cae8ac543 Step 5/8 : USER 1001 ---> Using cache ---> 0c06e5b4a900 Step 6/8 : COPY subresource-access-test /subresource-access-test ---> Using cache ---> 289fcb82a981 Step 7/8 : ENTRYPOINT /subresource-access-test ---> Using cache ---> 2fbd9aada39a Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release0" '' "subresource-access-test" '' ---> Running in fea7973b59d1 ---> f14d99175b4f Removing intermediate container fea7973b59d1 Successfully built f14d99175b4f Sending build context to Docker daemon 3.072 kB Step 1/9 : FROM fedora:28 ---> cc510acfcd70 Step 2/9 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> bfe77d5699ed Step 3/9 : ENV container docker ---> Using cache ---> 62847a2a1fa8 Step 4/9 : RUN dnf -y install make git gcc && dnf -y clean all ---> Using cache ---> d3456b1644b1 Step 5/9 : ENV GIMME_GO_VERSION 1.9.2 ---> Using cache ---> 0ba81fddbba1 Step 6/9 : RUN mkdir -p /gimme && curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | HOME=/gimme bash >> /etc/profile.d/gimme.sh ---> Using cache ---> 5d33abe3f819 Step 7/9 : ENV GOPATH "/go" GOBIN "/usr/bin" ---> Using cache ---> 783826523be1 Step 8/9 : RUN mkdir -p /go && source /etc/profile.d/gimme.sh && go get github.com/masterzen/winrm-cli ---> Using cache ---> 711bc8d15952 Step 9/9 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release0" '' "winrmcli" '' ---> Using cache ---> 671374ffcc63 Successfully built 671374ffcc63 Sending build context to Docker daemon 36.8 MB Step 1/5 : FROM fedora:27 ---> 9110ae7f579f Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> e3238544ad97 Step 3/5 : COPY example-hook-sidecar /example-hook-sidecar ---> Using cache ---> c91826a7856d Step 4/5 : ENTRYPOINT /example-hook-sidecar ---> Using cache ---> aeedd1d617c5 Step 5/5 : LABEL "example-hook-sidecar" '' "kubevirt-functional-tests-k8s-1.11.0-release0" '' ---> Running in 545119b158d9 ---> b908f7a2eeff Removing intermediate container 545119b158d9 Successfully built b908f7a2eeff hack/build-docker.sh push The push refers to a repository [localhost:33503/kubevirt/virt-controller] fba46ad01e8c: Preparing aa89340cf7a8: Preparing 891e1e4ef82a: Preparing aa89340cf7a8: Pushed fba46ad01e8c: Pushed 891e1e4ef82a: Pushed devel: digest: sha256:2e49acd1697b66ebac5a42ab8e23eed64646b2de0594755051bcf2af864c396e size: 949 The push refers to a repository [localhost:33503/kubevirt/virt-launcher] 490a479a332f: Preparing 6ddb450d018b: Preparing 016248649399: Preparing 56710270f956: Preparing 496cd6a5bd89: Preparing 633427c64a24: Preparing da38cf808aa5: Preparing b83399358a92: Preparing 186d8b3e4fd8: Preparing fa6154170bf5: Preparing 5eefb9960a36: Preparing 891e1e4ef82a: Preparing b83399358a92: Waiting 496cd6a5bd89: Waiting da38cf808aa5: Waiting 5eefb9960a36: Waiting 633427c64a24: Waiting 186d8b3e4fd8: Waiting 490a479a332f: Pushed 6ddb450d018b: Pushed 56710270f956: Pushed da38cf808aa5: Pushed b83399358a92: Pushed 186d8b3e4fd8: Pushed fa6154170bf5: Pushed 016248649399: Pushed 891e1e4ef82a: Mounted from kubevirt/virt-controller 633427c64a24: Pushed 496cd6a5bd89: Pushed 5eefb9960a36: Pushed devel: digest: sha256:f7f5b9f9c3486b6ea72a33d6e0756bb09729793e4d283bf7063a739dbb2eb862 size: 2828 The push refers to a repository [localhost:33503/kubevirt/virt-handler] a40ae9244434: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-launcher a40ae9244434: Pushed devel: digest: sha256:db33051302b3c6b1cc6b9e1de5170065b164aef11bfc0b5db68683fa0e7ce33e size: 740 The push refers to a repository [localhost:33503/kubevirt/virt-api] 277ded07a4b3: Preparing 82fc744c99b4: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-handler 82fc744c99b4: Pushed 277ded07a4b3: Pushed devel: digest: sha256:e74fac082499d97aa47e1124ee481fc3add9ecaf0d8499f1520ed507eebdaba5 size: 948 The push refers to a repository [localhost:33503/kubevirt/disks-images-provider] 71ad31feb2c5: Preparing 21d4b721776e: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-api 71ad31feb2c5: Pushed 21d4b721776e: Pushed devel: digest: sha256:cd187e542554d6c701bfb0cb08f65a76d23fa75be34176dc4188c76ec468c9f4 size: 948 The push refers to a repository [localhost:33503/kubevirt/vm-killer] c4cfadeeaf5f: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/disks-images-provider c4cfadeeaf5f: Pushed devel: digest: sha256:72afae217b15b5f36f1509e4a78d76f16b21e607b318d2e701cfe8567738c9dc size: 740 The push refers to a repository [localhost:33503/kubevirt/registry-disk-v1alpha] 661cce8d8e52: Preparing 41e0baba3077: Preparing 25edbec0eaea: Preparing 661cce8d8e52: Pushed 41e0baba3077: Pushed 25edbec0eaea: Pushed devel: digest: sha256:4beab74b750c384fed6e9272292cd4f3885cf63160b4cc8be85dcb7eb12fd910 size: 948 The push refers to a repository [localhost:33503/kubevirt/cirros-registry-disk-demo] 796d82cd42db: Preparing 661cce8d8e52: Preparing 41e0baba3077: Preparing 25edbec0eaea: Preparing 25edbec0eaea: Mounted from kubevirt/registry-disk-v1alpha 41e0baba3077: Mounted from kubevirt/registry-disk-v1alpha 661cce8d8e52: Mounted from kubevirt/registry-disk-v1alpha 796d82cd42db: Pushed devel: digest: sha256:caa473d35dda5da1c955c07c18584bca173fc3ac1655c04509b42465d78e6565 size: 1160 The push refers to a repository [localhost:33503/kubevirt/fedora-cloud-registry-disk-demo] 3cf3799e71d4: Preparing 661cce8d8e52: Preparing 41e0baba3077: Preparing 25edbec0eaea: Preparing 25edbec0eaea: Mounted from kubevirt/cirros-registry-disk-demo 661cce8d8e52: Mounted from kubevirt/cirros-registry-disk-demo 41e0baba3077: Mounted from kubevirt/cirros-registry-disk-demo 3cf3799e71d4: Pushed devel: digest: sha256:949d4de4d95938a99ac539d20780234a3f06cc98e3d0113d383d45e98b360c10 size: 1161 The push refers to a repository [localhost:33503/kubevirt/alpine-registry-disk-demo] c59c11514491: Preparing 661cce8d8e52: Preparing 41e0baba3077: Preparing 25edbec0eaea: Preparing 41e0baba3077: Mounted from kubevirt/fedora-cloud-registry-disk-demo 661cce8d8e52: Mounted from kubevirt/fedora-cloud-registry-disk-demo 25edbec0eaea: Mounted from kubevirt/fedora-cloud-registry-disk-demo c59c11514491: Pushed devel: digest: sha256:f95f7a6825d39ae4570cd8b9e1fb8d77f390e328d9d8a0e516f222809071b61c size: 1160 The push refers to a repository [localhost:33503/kubevirt/subresource-access-test] 199cb3863bbd: Preparing 25cb73590a9d: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/vm-killer 25cb73590a9d: Pushed 199cb3863bbd: Pushed devel: digest: sha256:56f1effae923030fa06e81dd12dfc5cd29a5f08770f2839c67fb5300f04e87c6 size: 948 The push refers to a repository [localhost:33503/kubevirt/winrmcli] f8083e002d0b: Preparing 53c709abc882: Preparing 9ca98a0f492b: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Waiting f8083e002d0b: Pushed 891e1e4ef82a: Mounted from kubevirt/subresource-access-test 9ca98a0f492b: Pushed 53c709abc882: Pushed devel: digest: sha256:a1fae1967d100edf5b23924a81a158c98d867422874226220754a604b2c256af size: 1165 The push refers to a repository [localhost:33503/kubevirt/example-hook-sidecar] 1e0c427c0529: Preparing 39bae602f753: Preparing 1e0c427c0529: Pushed 39bae602f753: Pushed devel: digest: sha256:36a7280a51a3dc77eabb218ca912f7da0e450fa38757a8180801003f7744bbec size: 740 make[1]: Leaving directory `/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt' Done ./cluster/clean.sh + source hack/common.sh ++++ dirname 'hack/common.sh[0]' +++ cd hack/../ +++ pwd ++ KUBEVIRT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests ++ MANIFEST_TEMPLATES_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/templates/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/client-python ++ KUBEVIRT_PROVIDER=k8s-1.11.0 ++ KUBEVIRT_NUM_NODES=2 ++ '[' -z kubevirt-functional-tests-k8s-1.11.0-release ']' ++ provider_prefix=kubevirt-functional-tests-k8s-1.11.0-release0 ++ job_prefix=kubevirt-functional-tests-k8s-1.11.0-release0 +++ kubevirt_version +++ '[' -n '' ']' +++ '[' -d /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/.git ']' ++++ git describe --always --tags +++ echo v0.7.0-182-g4c4116d ++ KUBEVIRT_VERSION=v0.7.0-182-g4c4116d + source cluster/k8s-1.11.0/provider.sh ++ set -e ++ image=k8s-1.11.0@sha256:6c1caf5559eb02a144bf606de37eb0194c06ace4d77ad4561459f3bde876151c ++ source cluster/ephemeral-provider-common.sh +++ set -e +++ _cli='docker run --privileged --net=host --rm -v /var/run/docker.sock:/var/run/docker.sock kubevirtci/gocli@sha256:aa7f295a7908fa333ab5e98ef3af0bfafbabfd3cee2b83f9af47f722e3000f6a' + source hack/config.sh ++ unset binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig manifest_docker_prefix namespace ++ KUBEVIRT_PROVIDER=k8s-1.11.0 ++ source hack/config-default.sh source hack/config-k8s-1.11.0.sh +++ binaries='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virtctl cmd/fake-qemu-process cmd/virt-api cmd/subresource-access-test cmd/example-hook-sidecar' +++ docker_images='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virt-api images/disks-images-provider images/vm-killer cmd/registry-disk-v1alpha images/cirros-registry-disk-demo images/fedora-cloud-registry-disk-demo images/alpine-registry-disk-demo cmd/subresource-access-test images/winrmcli cmd/example-hook-sidecar' +++ docker_prefix=kubevirt +++ docker_tag=latest +++ master_ip=192.168.200.2 +++ network_provider=flannel +++ namespace=kube-system ++ test -f hack/config-provider-k8s-1.11.0.sh ++ source hack/config-provider-k8s-1.11.0.sh +++ master_ip=127.0.0.1 +++ docker_tag=devel +++ kubeconfig=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.11.0/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.11.0/.kubectl +++ docker_prefix=localhost:33503/kubevirt +++ manifest_docker_prefix=registry:5000/kubevirt ++ test -f hack/config-local.sh ++ export binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig namespace + echo 'Cleaning up ...' Cleaning up ... + cluster/kubectl.sh get vmis --all-namespaces -o=custom-columns=NAME:.metadata.name,NAMESPACE:.metadata.namespace,FINALIZERS:.metadata.finalizers --no-headers + read p + grep foregroundDeleteVirtualMachine error: the server doesn't have a resource type "vmis" + _kubectl delete ds -l kubevirt.io -n kube-system --cascade=false --grace-period 0 No resources found + _kubectl delete pods -n kube-system -l=kubevirt.io=libvirt --force --grace-period 0 No resources found + _kubectl delete pods -n kube-system -l=kubevirt.io=virt-handler --force --grace-period 0 No resources found + namespaces=(default ${namespace}) + for i in '${namespaces[@]}' + _kubectl -n default delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete apiservices -l kubevirt.io No resources found + _kubectl -n default delete deployment -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete deployment -l kubevirt.io No resources found + _kubectl -n default delete rs -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete rs -l kubevirt.io No resources found + _kubectl -n default delete services -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete services -l kubevirt.io No resources found + _kubectl -n default delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete apiservices -l kubevirt.io No resources found + _kubectl -n default delete validatingwebhookconfiguration -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete validatingwebhookconfiguration -l kubevirt.io No resources found + _kubectl -n default delete secrets -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete secrets -l kubevirt.io No resources found + _kubectl -n default delete pv -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete pv -l kubevirt.io No resources found + _kubectl -n default delete pvc -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete pvc -l kubevirt.io No resources found + _kubectl -n default delete ds -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete ds -l kubevirt.io No resources found + _kubectl -n default delete customresourcedefinitions -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete customresourcedefinitions -l kubevirt.io No resources found + _kubectl -n default delete pods -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete pods -l kubevirt.io No resources found + _kubectl -n default delete clusterrolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete clusterrolebinding -l kubevirt.io No resources found + _kubectl -n default delete rolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete rolebinding -l kubevirt.io No resources found + _kubectl -n default delete roles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete roles -l kubevirt.io No resources found + _kubectl -n default delete clusterroles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete clusterroles -l kubevirt.io No resources found + _kubectl -n default delete serviceaccounts -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete serviceaccounts -l kubevirt.io No resources found ++ _kubectl -n default get crd offlinevirtualmachines.kubevirt.io ++ wc -l ++ export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig ++ KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig ++ cluster/k8s-1.11.0/.kubectl -n default get crd offlinevirtualmachines.kubevirt.io No resources found. Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "offlinevirtualmachines.kubevirt.io" not found + '[' 0 -gt 0 ']' + for i in '${namespaces[@]}' + _kubectl -n kube-system delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete apiservices -l kubevirt.io No resources found + _kubectl -n kube-system delete deployment -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete deployment -l kubevirt.io No resources found + _kubectl -n kube-system delete rs -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete rs -l kubevirt.io No resources found + _kubectl -n kube-system delete services -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete services -l kubevirt.io No resources found + _kubectl -n kube-system delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete apiservices -l kubevirt.io No resources found + _kubectl -n kube-system delete validatingwebhookconfiguration -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete validatingwebhookconfiguration -l kubevirt.io No resources found + _kubectl -n kube-system delete secrets -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete secrets -l kubevirt.io No resources found + _kubectl -n kube-system delete pv -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete pv -l kubevirt.io No resources found + _kubectl -n kube-system delete pvc -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete pvc -l kubevirt.io No resources found + _kubectl -n kube-system delete ds -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete ds -l kubevirt.io No resources found + _kubectl -n kube-system delete customresourcedefinitions -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete customresourcedefinitions -l kubevirt.io No resources found + _kubectl -n kube-system delete pods -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete pods -l kubevirt.io No resources found + _kubectl -n kube-system delete clusterrolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete clusterrolebinding -l kubevirt.io No resources found + _kubectl -n kube-system delete rolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete rolebinding -l kubevirt.io No resources found + _kubectl -n kube-system delete roles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete roles -l kubevirt.io No resources found + _kubectl -n kube-system delete clusterroles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete clusterroles -l kubevirt.io No resources found + _kubectl -n kube-system delete serviceaccounts -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete serviceaccounts -l kubevirt.io No resources found ++ _kubectl -n kube-system get crd offlinevirtualmachines.kubevirt.io ++ wc -l ++ export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig ++ KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig ++ cluster/k8s-1.11.0/.kubectl -n kube-system get crd offlinevirtualmachines.kubevirt.io No resources found. Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "offlinevirtualmachines.kubevirt.io" not found + '[' 0 -gt 0 ']' + sleep 2 + echo Done Done ./cluster/deploy.sh + source hack/common.sh ++++ dirname 'hack/common.sh[0]' +++ cd hack/../ +++ pwd ++ KUBEVIRT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests ++ MANIFEST_TEMPLATES_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/templates/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/client-python ++ KUBEVIRT_PROVIDER=k8s-1.11.0 ++ KUBEVIRT_NUM_NODES=2 ++ '[' -z kubevirt-functional-tests-k8s-1.11.0-release ']' ++ provider_prefix=kubevirt-functional-tests-k8s-1.11.0-release0 ++ job_prefix=kubevirt-functional-tests-k8s-1.11.0-release0 +++ kubevirt_version +++ '[' -n '' ']' +++ '[' -d /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/.git ']' ++++ git describe --always --tags +++ echo v0.7.0-182-g4c4116d ++ KUBEVIRT_VERSION=v0.7.0-182-g4c4116d + source cluster/k8s-1.11.0/provider.sh ++ set -e ++ image=k8s-1.11.0@sha256:6c1caf5559eb02a144bf606de37eb0194c06ace4d77ad4561459f3bde876151c ++ source cluster/ephemeral-provider-common.sh +++ set -e +++ _cli='docker run --privileged --net=host --rm -v /var/run/docker.sock:/var/run/docker.sock kubevirtci/gocli@sha256:aa7f295a7908fa333ab5e98ef3af0bfafbabfd3cee2b83f9af47f722e3000f6a' + source hack/config.sh ++ unset binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig manifest_docker_prefix namespace ++ KUBEVIRT_PROVIDER=k8s-1.11.0 ++ source hack/config-default.sh source hack/config-k8s-1.11.0.sh +++ binaries='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virtctl cmd/fake-qemu-process cmd/virt-api cmd/subresource-access-test cmd/example-hook-sidecar' +++ docker_images='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virt-api images/disks-images-provider images/vm-killer cmd/registry-disk-v1alpha images/cirros-registry-disk-demo images/fedora-cloud-registry-disk-demo images/alpine-registry-disk-demo cmd/subresource-access-test images/winrmcli cmd/example-hook-sidecar' +++ docker_prefix=kubevirt +++ docker_tag=latest +++ master_ip=192.168.200.2 +++ network_provider=flannel +++ namespace=kube-system ++ test -f hack/config-provider-k8s-1.11.0.sh ++ source hack/config-provider-k8s-1.11.0.sh +++ master_ip=127.0.0.1 +++ docker_tag=devel +++ kubeconfig=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.11.0/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.11.0/.kubectl +++ docker_prefix=localhost:33503/kubevirt +++ manifest_docker_prefix=registry:5000/kubevirt ++ test -f hack/config-local.sh ++ export binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig namespace + echo 'Deploying ...' Deploying ... + [[ -z k8s-1.11.0-release ]] + [[ k8s-1.11.0-release =~ .*-dev ]] + [[ k8s-1.11.0-release =~ .*-release ]] + for manifest in '${MANIFESTS_OUT_DIR}/release/*' + [[ /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/demo-content.yaml =~ .*demo.* ]] + continue + for manifest in '${MANIFESTS_OUT_DIR}/release/*' + [[ /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml =~ .*demo.* ]] + _kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml clusterrole.rbac.authorization.k8s.io/kubevirt.io:admin created clusterrole.rbac.authorization.k8s.io/kubevirt.io:edit created clusterrole.rbac.authorization.k8s.io/kubevirt.io:view created serviceaccount/kubevirt-apiserver created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-apiserver created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-apiserver-auth-delegator created rolebinding.rbac.authorization.k8s.io/kubevirt-apiserver created role.rbac.authorization.k8s.io/kubevirt-apiserver created clusterrole.rbac.authorization.k8s.io/kubevirt-apiserver created clusterrole.rbac.authorization.k8s.io/kubevirt-controller created serviceaccount/kubevirt-controller created serviceaccount/kubevirt-privileged created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-controller created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-controller-cluster-admin created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-privileged-cluster-admin created clusterrole.rbac.authorization.k8s.io/kubevirt.io:default created clusterrolebinding.rbac.authorization.k8s.io/kubevirt.io:default created service/virt-api created deployment.extensions/virt-api created deployment.extensions/virt-controller created daemonset.extensions/virt-handler created customresourcedefinition.apiextensions.k8s.io/virtualmachineinstances.kubevirt.io created customresourcedefinition.apiextensions.k8s.io/virtualmachineinstancereplicasets.kubevirt.io created customresourcedefinition.apiextensions.k8s.io/virtualmachineinstancepresets.kubevirt.io created customresourcedefinition.apiextensions.k8s.io/virtualmachines.kubevirt.io created + _kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/testing -R + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/testing -R persistentvolumeclaim/disk-alpine created persistentvolume/host-path-disk-alpine created persistentvolumeclaim/disk-custom created persistentvolume/host-path-disk-custom created daemonset.extensions/disks-images-provider created serviceaccount/kubevirt-testing created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-testing-cluster-admin created + [[ k8s-1.11.0 =~ os-* ]] + echo Done Done + namespaces=(kube-system default) + [[ kube-system != \k\u\b\e\-\s\y\s\t\e\m ]] + timeout=300 + sample=30 + for i in '${namespaces[@]}' + current_time=0 ++ kubectl get pods -n kube-system --no-headers ++ cluster/kubectl.sh get pods -n kube-system --no-headers ++ grep -v Running + '[' -n 'virt-api-bcc6b587d-k6zmb 0/1 ContainerCreating 0 4s virt-api-bcc6b587d-sfqjr 0/1 ContainerCreating 0 4s virt-controller-67dcdd8464-4xxxr 0/1 ContainerCreating 0 4s virt-controller-67dcdd8464-qlpv7 0/1 ContainerCreating 0 4s virt-handler-67flz 0/1 ContainerCreating 0 4s virt-handler-vszcm 0/1 ContainerCreating 0 4s' ']' + echo 'Waiting for kubevirt pods to enter the Running state ...' Waiting for kubevirt pods to enter the Running state ... + kubectl get pods -n kube-system --no-headers + cluster/kubectl.sh get pods -n kube-system --no-headers + grep -v Running disks-images-provider-m7n4s 0/1 Pending 0 1s disks-images-provider-mglz5 0/1 Pending 0 1s virt-api-bcc6b587d-k6zmb 0/1 ContainerCreating 0 5s virt-api-bcc6b587d-sfqjr 0/1 ContainerCreating 0 5s virt-controller-67dcdd8464-4xxxr 0/1 ContainerCreating 0 5s virt-handler-67flz 0/1 ContainerCreating 0 5s virt-handler-vszcm 0/1 ContainerCreating 0 5s + sleep 30 + current_time=30 + '[' 30 -gt 300 ']' ++ kubectl get pods -n kube-system --no-headers ++ grep -v Running ++ cluster/kubectl.sh get pods -n kube-system --no-headers + '[' -n '' ']' + current_time=0 ++ kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ grep false ++ cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers + '[' -n '' ']' + kubectl get pods -n kube-system + cluster/kubectl.sh get pods -n kube-system NAME READY STATUS RESTARTS AGE coredns-78fcdf6894-snzw2 1/1 Running 0 15m coredns-78fcdf6894-sx8sq 1/1 Running 0 15m disks-images-provider-m7n4s 1/1 Running 0 34s disks-images-provider-mglz5 1/1 Running 0 34s etcd-node01 1/1 Running 0 15m kube-apiserver-node01 1/1 Running 0 15m kube-controller-manager-node01 1/1 Running 0 15m kube-flannel-ds-d4kdt 1/1 Running 0 15m kube-flannel-ds-pzbkg 1/1 Running 0 15m kube-proxy-cswpr 1/1 Running 0 15m kube-proxy-txfzz 1/1 Running 0 15m kube-scheduler-node01 1/1 Running 0 15m virt-api-bcc6b587d-k6zmb 1/1 Running 0 38s virt-api-bcc6b587d-sfqjr 1/1 Running 0 38s virt-controller-67dcdd8464-4xxxr 1/1 Running 0 38s virt-controller-67dcdd8464-qlpv7 1/1 Running 0 38s virt-handler-67flz 1/1 Running 0 38s virt-handler-vszcm 1/1 Running 0 38s + for i in '${namespaces[@]}' + current_time=0 ++ kubectl get pods -n default --no-headers ++ cluster/kubectl.sh get pods -n default --no-headers ++ grep -v Running + '[' -n '' ']' + current_time=0 ++ kubectl get pods -n default '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ grep false ++ cluster/kubectl.sh get pods -n default '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers + '[' -n '' ']' + kubectl get pods -n default + cluster/kubectl.sh get pods -n default NAME READY STATUS RESTARTS AGE local-volume-provisioner-6h655 1/1 Running 0 15m local-volume-provisioner-b9rjf 1/1 Running 0 15m + kubectl version + cluster/kubectl.sh version Client Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.0", GitCommit:"91e7b4fd31fcd3d5f436da26c980becec37ceefe", GitTreeState:"clean", BuildDate:"2018-06-27T20:17:28Z", GoVersion:"go1.10.2", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.0", GitCommit:"91e7b4fd31fcd3d5f436da26c980becec37ceefe", GitTreeState:"clean", BuildDate:"2018-06-27T20:08:34Z", GoVersion:"go1.10.2", Compiler:"gc", Platform:"linux/amd64"} + ginko_params='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/junit.xml' + [[ k8s-1.11.0-release =~ windows.* ]] + FUNC_TEST_ARGS='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/junit.xml' + make functest hack/dockerized "hack/build-func-tests.sh" sha256:dcf2b21fa2ed11dcf9dbba21b1cca0ee3fad521a0e9aee61c06d0b0b66a4b200 go version go1.10 linux/amd64 go version go1.10 linux/amd64 Compiling tests... compiled tests.test hack/functests.sh Running Suite: Tests Suite ========================== Random Seed: 1533227853 Will run 148 of 148 specs S [SKIPPING] in Spec Setup (BeforeEach) [0.052 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 should succeed to start a vmi [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:133 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1343 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.032 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 should succeed to stop a running vmi [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:139 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1343 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.263 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with winrm connection [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:150 should have correct UUID /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:192 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1343 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.134 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with winrm connection [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:150 should have pod IP /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:208 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1343 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.107 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with kubectl command [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:226 should succeed to start a vmi /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:242 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1343 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.011 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with kubectl command [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:226 should succeed to stop a vmi /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:250 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1343 ------------------------------ •• ------------------------------ • [SLOW TEST:7.306 seconds] VirtualMachineInstanceReplicaSet /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:46 should scale /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 to five, to six and then to zero replicas /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ •• Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T16:38:57.240763Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:39:01 http: TLS handshake error from 10.244.0.1:59108: EOF level=info timestamp=2018-08-02T16:39:05.623407Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:39:09.440844Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T16:39:09.444261Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:39:11 http: TLS handshake error from 10.244.0.1:59168: EOF level=info timestamp=2018-08-02T16:39:12.126857Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:39:21 http: TLS handshake error from 10.244.0.1:59228: EOF level=info timestamp=2018-08-02T16:39:27.256727Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:39:27.381785Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:39:31 http: TLS handshake error from 10.244.0.1:59288: EOF level=info timestamp=2018-08-02T16:39:35.707413Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:39:41 http: TLS handshake error from 10.244.0.1:59348: EOF level=info timestamp=2018-08-02T16:39:42.327516Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:39:51 http: TLS handshake error from 10.244.0.1:59408: EOF Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T16:38:01.831028Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:38:06 http: TLS handshake error from 10.244.1.1:45914: EOF 2018/08/02 16:38:16 http: TLS handshake error from 10.244.1.1:45920: EOF 2018/08/02 16:38:26 http: TLS handshake error from 10.244.1.1:45926: EOF level=info timestamp=2018-08-02T16:38:31.809596Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:38:36 http: TLS handshake error from 10.244.1.1:45932: EOF 2018/08/02 16:38:46 http: TLS handshake error from 10.244.1.1:45938: EOF 2018/08/02 16:38:56 http: TLS handshake error from 10.244.1.1:45944: EOF level=info timestamp=2018-08-02T16:39:01.733653Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:39:06 http: TLS handshake error from 10.244.1.1:45950: EOF 2018/08/02 16:39:16 http: TLS handshake error from 10.244.1.1:45956: EOF 2018/08/02 16:39:26 http: TLS handshake error from 10.244.1.1:45962: EOF level=info timestamp=2018-08-02T16:39:31.731713Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:39:36 http: TLS handshake error from 10.244.1.1:45968: EOF 2018/08/02 16:39:46 http: TLS handshake error from 10.244.1.1:45974: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T16:35:33.502341Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-qlpv7 Pod phase: Running level=info timestamp=2018-08-02T16:37:45.123501Z pos=vm.go:459 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2pk58k8xj6 kind= uid=624bfd59-9672-11e8-83a5-525500d15501 msg="Looking for VirtualMachineInstance Ref" level=error timestamp=2018-08-02T16:37:45.123587Z pos=vm.go:462 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2pk58k8xj6 kind= uid=624bfd59-9672-11e8-83a5-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmi2pk58k8xj6" level=info timestamp=2018-08-02T16:37:45.123675Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2pk58k8xj6 kind= uid=624bfd59-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:37:45.123734Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2pk58k8xj6 kind= uid=624bfd59-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:37:48.003711Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi2pk58k8xj6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi2pk58k8xj6" level=info timestamp=2018-08-02T16:37:49.477977Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi2pk58k8xj6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi2pk58k8xj6" level=info timestamp=2018-08-02T16:37:50.885498Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi2pk58k8xj6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi2pk58k8xj6" level=info timestamp=2018-08-02T16:37:54.406186Z pos=vm.go:459 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2gt9nxltjx kind= uid=67d44ffc-9672-11e8-83a5-525500d15501 msg="Looking for VirtualMachineInstance Ref" level=error timestamp=2018-08-02T16:37:54.409041Z pos=vm.go:462 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2gt9nxltjx kind= uid=67d44ffc-9672-11e8-83a5-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmi2gt9nxltjx" level=info timestamp=2018-08-02T16:37:54.409272Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2gt9nxltjx kind= uid=67d44ffc-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:37:54.409343Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind= uid=67d38c8b-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:37:54.409576Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2gt9nxltjx kind= uid=67d44ffc-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:37:54.409638Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind= uid=67d38c8b-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:37:54.410717Z pos=vm.go:459 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind= uid=67d38c8b-9672-11e8-83a5-525500d15501 msg="Looking for VirtualMachineInstance Ref" level=error timestamp=2018-08-02T16:37:54.410830Z pos=vm.go:462 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind= uid=67d38c8b-9672-11e8-83a5-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmi2gt9nq9vzp" Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T16:35:36.105976Z pos=virt-handler.go:87 component=virt-handler hostname=node01 level=info timestamp=2018-08-02T16:35:36.111936Z pos=vm.go:211 component=virt-handler msg="Starting virt-handler controller." level=info timestamp=2018-08-02T16:35:36.115245Z pos=cache.go:151 component=virt-handler msg="Synchronizing domains" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T16:38:52.778589Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind= uid=67d38c8b-9672-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:38:52.794663Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind= uid=67d38c8b-9672-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:38:52.795278Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi2gt9nq9vzp" level=info timestamp=2018-08-02T16:39:33.735509Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi2gt9nxltjx, existing: true\n" level=info timestamp=2018-08-02T16:39:33.736702Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:39:33.736796Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:39:33.737494Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi2gt9nxltjx kind= uid=67d44ffc-9672-11e8-83a5-525500d15501 msg="Processing vmi update" level=info timestamp=2018-08-02T16:39:33.756193Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi2gt9nq9vzp, existing: true\n" level=info timestamp=2018-08-02T16:39:33.756380Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:39:33.756518Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:39:33.756894Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind= uid=67d38c8b-9672-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:39:33.766766Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi2gt9nxltjx kind= uid=67d44ffc-9672-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:39:33.767575Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi2gt9nxltjx" level=error timestamp=2018-08-02T16:39:33.775531Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind= uid=67d38c8b-9672-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:39:33.775939Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi2gt9nq9vzp" Pod name: virt-launcher-testvmi2gt9nq9vzp-7z6q5 Pod phase: Running level=error timestamp=2018-08-02T16:38:12.390271Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind= uid=67d38c8b-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:38:13.041545Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind= uid=67d38c8b-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:38:13.041776Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind= uid=67d38c8b-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:38:14.333306Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind= uid=67d38c8b-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:38:14.333554Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind= uid=67d38c8b-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:38:16.906974Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind= uid=67d38c8b-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:38:16.907286Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind= uid=67d38c8b-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:38:22.039737Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind= uid=67d38c8b-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:38:22.039963Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind= uid=67d38c8b-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:38:32.292848Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind= uid=67d38c8b-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:38:32.293093Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind= uid=67d38c8b-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:38:52.793652Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind= uid=67d38c8b-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:38:52.793956Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind= uid=67d38c8b-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:39:33.773692Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind= uid=67d38c8b-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:39:33.774061Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind= uid=67d38c8b-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: virt-launcher-testvmi2gt9nxltjx-qpdwd Pod phase: Running level=error timestamp=2018-08-02T16:38:12.350061Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nxltjx kind= uid=67d44ffc-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:38:13.001349Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nxltjx kind= uid=67d44ffc-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:38:13.001682Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nxltjx kind= uid=67d44ffc-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:38:14.291359Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nxltjx kind= uid=67d44ffc-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:38:14.291657Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nxltjx kind= uid=67d44ffc-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:38:16.862089Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nxltjx kind= uid=67d44ffc-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:38:16.862280Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nxltjx kind= uid=67d44ffc-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:38:21.998030Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nxltjx kind= uid=67d44ffc-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:38:21.998328Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nxltjx kind= uid=67d44ffc-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:38:32.263493Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nxltjx kind= uid=67d44ffc-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:38:32.263971Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nxltjx kind= uid=67d44ffc-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:38:52.772636Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nxltjx kind= uid=67d44ffc-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:38:52.772925Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nxltjx kind= uid=67d44ffc-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:39:33.762994Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nxltjx kind= uid=67d44ffc-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:39:33.763632Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2gt9nxltjx kind= uid=67d44ffc-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" ------------------------------ • Failure [121.985 seconds] VirtualMachineInstanceReplicaSet /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:46 should update readyReplicas once VMIs are up [It] /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:157 Timed out after 120.000s. Expected : 0 to equal : 2 /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:166 ------------------------------ STEP: Create a new VirtualMachineInstance replica set STEP: Scaling to 2 STEP: Checking the number of replicas STEP: Checking the number of ready replicas •• ------------------------------ • [SLOW TEST:5.553 seconds] VirtualMachineInstanceReplicaSet /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:46 should not scale when paused and scale when resume /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:223 ------------------------------ • Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T16:39:35.707413Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:39:41 http: TLS handshake error from 10.244.0.1:59348: EOF level=info timestamp=2018-08-02T16:39:42.327516Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:39:51 http: TLS handshake error from 10.244.0.1:59408: EOF level=info timestamp=2018-08-02T16:39:57.353594Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:39:57.402455Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:40:01 http: TLS handshake error from 10.244.0.1:59472: EOF level=info timestamp=2018-08-02T16:40:05.737319Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:40:10.498156Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T16:40:10.500287Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:40:11 http: TLS handshake error from 10.244.0.1:59532: EOF level=info timestamp=2018-08-02T16:40:12.462045Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:40:21 http: TLS handshake error from 10.244.0.1:59592: EOF level=info timestamp=2018-08-02T16:40:27.412213Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:40:27.491883Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 16:38:56 http: TLS handshake error from 10.244.1.1:45944: EOF level=info timestamp=2018-08-02T16:39:01.733653Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:39:06 http: TLS handshake error from 10.244.1.1:45950: EOF 2018/08/02 16:39:16 http: TLS handshake error from 10.244.1.1:45956: EOF 2018/08/02 16:39:26 http: TLS handshake error from 10.244.1.1:45962: EOF level=info timestamp=2018-08-02T16:39:31.731713Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:39:36 http: TLS handshake error from 10.244.1.1:45968: EOF 2018/08/02 16:39:46 http: TLS handshake error from 10.244.1.1:45974: EOF 2018/08/02 16:39:56 http: TLS handshake error from 10.244.1.1:45980: EOF level=info timestamp=2018-08-02T16:40:01.581215Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T16:40:01.597859Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T16:40:01.765238Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:40:06 http: TLS handshake error from 10.244.1.1:45986: EOF 2018/08/02 16:40:16 http: TLS handshake error from 10.244.1.1:45992: EOF 2018/08/02 16:40:26 http: TLS handshake error from 10.244.1.1:45998: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T16:35:33.502341Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-qlpv7 Pod phase: Running level=error timestamp=2018-08-02T16:40:09.471181Z pos=vm.go:462 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pt4hsg kind= uid=b854895a-9672-11e8-83a5-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmif6d8pt4hsg" level=info timestamp=2018-08-02T16:40:09.471311Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pt4hsg kind= uid=b854895a-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:09.471567Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pt4hsg kind= uid=b854895a-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:09.481180Z pos=vm.go:459 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pswrnd kind= uid=b8557a63-9672-11e8-83a5-525500d15501 msg="Looking for VirtualMachineInstance Ref" level=error timestamp=2018-08-02T16:40:09.481296Z pos=vm.go:462 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pswrnd kind= uid=b8557a63-9672-11e8-83a5-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmif6d8pswrnd" level=info timestamp=2018-08-02T16:40:09.481448Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pswrnd kind= uid=b8557a63-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:09.481551Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pswrnd kind= uid=b8557a63-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:10.640053Z pos=vm.go:459 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Looking for VirtualMachineInstance Ref" level=error timestamp=2018-08-02T16:40:10.640677Z pos=vm.go:462 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmif6d8pnnzjs" level=info timestamp=2018-08-02T16:40:10.640784Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:10.640871Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:14.057107Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:14.057922Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:14.128197Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2zbr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2zbr" level=info timestamp=2018-08-02T16:40:14.168942Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2zbr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2zbr" Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T16:35:36.105976Z pos=virt-handler.go:87 component=virt-handler hostname=node01 level=info timestamp=2018-08-02T16:35:36.111936Z pos=vm.go:211 component=virt-handler msg="Starting virt-handler controller." level=info timestamp=2018-08-02T16:35:36.115245Z pos=cache.go:151 component=virt-handler msg="Synchronizing domains" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T16:40:30.896193Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:40:30.896256Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:40:30.896525Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:40:30.946564Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:40:30.947020Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmil2zbr" level=info timestamp=2018-08-02T16:40:30.947162Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmil2zbr, existing: true\n" level=info timestamp=2018-08-02T16:40:30.947214Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:40:30.947275Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:40:30.948118Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:40:31.007348Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:40:31.007835Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmil2zbr" level=info timestamp=2018-08-02T16:40:31.027758Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmil2zbr, existing: true\n" level=info timestamp=2018-08-02T16:40:31.027950Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:40:31.028021Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:40:31.028285Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 msg="Processing vmi update" Pod name: virt-launcher-testvmil2zbr-hwrcn Pod phase: Running level=info timestamp=2018-08-02T16:40:30.832355Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil2zbr/noCloud.iso" level=error timestamp=2018-08-02T16:40:30.837165Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:40:30.837468Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:40:30.888882Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil2zbr/noCloud.iso" level=error timestamp=2018-08-02T16:40:30.894113Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:40:30.894508Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:40:30.940643Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil2zbr/noCloud.iso" level=error timestamp=2018-08-02T16:40:30.945619Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:40:30.945807Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:40:30.994497Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil2zbr/noCloud.iso" level=error timestamp=2018-08-02T16:40:31.006446Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:40:31.006790Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:40:31.072685Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil2zbr/noCloud.iso" level=error timestamp=2018-08-02T16:40:31.095326Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:40:31.095836Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T16:42:27.722853Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:42:27.783762Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:42:31 http: TLS handshake error from 10.244.0.1:60372: EOF level=info timestamp=2018-08-02T16:42:36.177267Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:42:41 http: TLS handshake error from 10.244.0.1:60432: EOF level=info timestamp=2018-08-02T16:42:43.236232Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:42:51 http: TLS handshake error from 10.244.0.1:60492: EOF level=info timestamp=2018-08-02T16:42:57.792565Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:42:57.910785Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:43:01 http: TLS handshake error from 10.244.0.1:60552: EOF level=info timestamp=2018-08-02T16:43:06.267399Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:43:10.515734Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T16:43:10.522879Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:43:11 http: TLS handshake error from 10.244.0.1:60612: EOF level=info timestamp=2018-08-02T16:43:13.432214Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 16:41:26 http: TLS handshake error from 10.244.1.1:46034: EOF level=info timestamp=2018-08-02T16:41:31.715668Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:41:36 http: TLS handshake error from 10.244.1.1:46040: EOF 2018/08/02 16:41:46 http: TLS handshake error from 10.244.1.1:46046: EOF 2018/08/02 16:41:56 http: TLS handshake error from 10.244.1.1:46052: EOF level=info timestamp=2018-08-02T16:42:01.684521Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:42:06 http: TLS handshake error from 10.244.1.1:46058: EOF 2018/08/02 16:42:16 http: TLS handshake error from 10.244.1.1:46064: EOF 2018/08/02 16:42:26 http: TLS handshake error from 10.244.1.1:46070: EOF level=info timestamp=2018-08-02T16:42:31.645564Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:42:36 http: TLS handshake error from 10.244.1.1:46076: EOF 2018/08/02 16:42:46 http: TLS handshake error from 10.244.1.1:46082: EOF 2018/08/02 16:42:56 http: TLS handshake error from 10.244.1.1:46088: EOF level=info timestamp=2018-08-02T16:43:01.742545Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:43:06 http: TLS handshake error from 10.244.1.1:46094: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T16:35:33.502341Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-qlpv7 Pod phase: Running level=error timestamp=2018-08-02T16:40:09.471181Z pos=vm.go:462 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pt4hsg kind= uid=b854895a-9672-11e8-83a5-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmif6d8pt4hsg" level=info timestamp=2018-08-02T16:40:09.471311Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pt4hsg kind= uid=b854895a-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:09.471567Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pt4hsg kind= uid=b854895a-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:09.481180Z pos=vm.go:459 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pswrnd kind= uid=b8557a63-9672-11e8-83a5-525500d15501 msg="Looking for VirtualMachineInstance Ref" level=error timestamp=2018-08-02T16:40:09.481296Z pos=vm.go:462 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pswrnd kind= uid=b8557a63-9672-11e8-83a5-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmif6d8pswrnd" level=info timestamp=2018-08-02T16:40:09.481448Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pswrnd kind= uid=b8557a63-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:09.481551Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pswrnd kind= uid=b8557a63-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:10.640053Z pos=vm.go:459 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Looking for VirtualMachineInstance Ref" level=error timestamp=2018-08-02T16:40:10.640677Z pos=vm.go:462 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmif6d8pnnzjs" level=info timestamp=2018-08-02T16:40:10.640784Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:10.640871Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:14.057107Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:14.057922Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:14.128197Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2zbr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2zbr" level=info timestamp=2018-08-02T16:40:14.168942Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2zbr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2zbr" Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T16:35:36.105976Z pos=virt-handler.go:87 component=virt-handler hostname=node01 level=info timestamp=2018-08-02T16:35:36.111936Z pos=vm.go:211 component=virt-handler msg="Starting virt-handler controller." level=info timestamp=2018-08-02T16:35:36.115245Z pos=cache.go:151 component=virt-handler msg="Synchronizing domains" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T16:40:55.696827Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:40:55.697032Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:40:55.697248Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi2gt9nq9vzp kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:41:12.058123Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmil2zbr, existing: true\n" level=info timestamp=2018-08-02T16:41:12.058700Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:41:12.058888Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:41:12.059383Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:41:12.117994Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:41:12.118548Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmil2zbr" level=info timestamp=2018-08-02T16:41:53.079819Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmil2zbr, existing: true\n" level=info timestamp=2018-08-02T16:41:53.080800Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:41:53.080885Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:41:53.081290Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:41:53.186346Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:41:53.187831Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmil2zbr" Pod name: virt-launcher-testvmil2zbr-hwrcn Pod phase: Running level=info timestamp=2018-08-02T16:40:36.095191Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil2zbr/noCloud.iso" level=error timestamp=2018-08-02T16:40:36.099633Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:40:36.099814Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:40:41.254845Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil2zbr/noCloud.iso" level=error timestamp=2018-08-02T16:40:41.258838Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:40:41.259000Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:40:51.553930Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil2zbr/noCloud.iso" level=error timestamp=2018-08-02T16:40:51.574595Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:40:51.575087Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:41:12.109292Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil2zbr/noCloud.iso" level=error timestamp=2018-08-02T16:41:12.116665Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:41:12.116872Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:41:53.175156Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil2zbr/noCloud.iso" level=error timestamp=2018-08-02T16:41:53.184498Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:41:53.184813Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" ------------------------------ • Failure [180.943 seconds] CloudInit UserData /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:46 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:80 with cloudInitNoCloud userDataBase64 source /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:81 should have cloud-init data [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:82 Unexpected Warning event received: testvmil2zbr,bb10de47-9672-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ STEP: Starting a VirtualMachineInstance STEP: Waiting the VirtualMachineInstance start level=info timestamp=2018-08-02T16:40:14.627813Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmil2zbr kind=VirtualMachineInstance uid=bb10de47-9672-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmil2zbr-hwrcn" level=info timestamp=2018-08-02T16:40:31.018938Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmil2zbr kind=VirtualMachineInstance uid=bb10de47-9672-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmil2zbr-hwrcn" level=error timestamp=2018-08-02T16:40:31.188574Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmil2zbr kind=VirtualMachineInstance uid=bb10de47-9672-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running 2018/08/02 16:42:41 http: TLS handshake error from 10.244.0.1:60432: EOF level=info timestamp=2018-08-02T16:42:43.236232Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:42:51 http: TLS handshake error from 10.244.0.1:60492: EOF level=info timestamp=2018-08-02T16:42:57.792565Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:42:57.910785Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:43:01 http: TLS handshake error from 10.244.0.1:60552: EOF level=info timestamp=2018-08-02T16:43:06.267399Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:43:10.515734Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T16:43:10.522879Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:43:11 http: TLS handshake error from 10.244.0.1:60612: EOF level=info timestamp=2018-08-02T16:43:13.432214Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:43:21 http: TLS handshake error from 10.244.0.1:60672: EOF level=info timestamp=2018-08-02T16:43:27.980320Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:43:28.056299Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:43:31 http: TLS handshake error from 10.244.0.1:60732: EOF Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 16:41:46 http: TLS handshake error from 10.244.1.1:46046: EOF 2018/08/02 16:41:56 http: TLS handshake error from 10.244.1.1:46052: EOF level=info timestamp=2018-08-02T16:42:01.684521Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:42:06 http: TLS handshake error from 10.244.1.1:46058: EOF 2018/08/02 16:42:16 http: TLS handshake error from 10.244.1.1:46064: EOF 2018/08/02 16:42:26 http: TLS handshake error from 10.244.1.1:46070: EOF level=info timestamp=2018-08-02T16:42:31.645564Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:42:36 http: TLS handshake error from 10.244.1.1:46076: EOF 2018/08/02 16:42:46 http: TLS handshake error from 10.244.1.1:46082: EOF 2018/08/02 16:42:56 http: TLS handshake error from 10.244.1.1:46088: EOF level=info timestamp=2018-08-02T16:43:01.742545Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:43:06 http: TLS handshake error from 10.244.1.1:46094: EOF 2018/08/02 16:43:16 http: TLS handshake error from 10.244.1.1:46100: EOF 2018/08/02 16:43:26 http: TLS handshake error from 10.244.1.1:46106: EOF level=info timestamp=2018-08-02T16:43:31.750978Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T16:35:33.502341Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-qlpv7 Pod phase: Running level=error timestamp=2018-08-02T16:40:09.481296Z pos=vm.go:462 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pswrnd kind= uid=b8557a63-9672-11e8-83a5-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmif6d8pswrnd" level=info timestamp=2018-08-02T16:40:09.481448Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pswrnd kind= uid=b8557a63-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:09.481551Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pswrnd kind= uid=b8557a63-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:10.640053Z pos=vm.go:459 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Looking for VirtualMachineInstance Ref" level=error timestamp=2018-08-02T16:40:10.640677Z pos=vm.go:462 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmif6d8pnnzjs" level=info timestamp=2018-08-02T16:40:10.640784Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:10.640871Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:14.057107Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:14.057922Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:14.128197Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2zbr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2zbr" level=info timestamp=2018-08-02T16:40:14.168942Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2zbr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2zbr" level=info timestamp=2018-08-02T16:43:14.891313Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:43:14.900067Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:15.041108Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifb2b8\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmifb2b8" level=info timestamp=2018-08-02T16:43:15.075123Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifb2b8\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmifb2b8" Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T16:35:36.105976Z pos=virt-handler.go:87 component=virt-handler hostname=node01 level=info timestamp=2018-08-02T16:35:36.111936Z pos=vm.go:211 component=virt-handler msg="Starting virt-handler controller." level=info timestamp=2018-08-02T16:35:36.115245Z pos=cache.go:151 component=virt-handler msg="Synchronizing domains" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T16:43:34.429152Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:43:34.476210Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:43:34.476736Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmifb2b8" level=info timestamp=2018-08-02T16:43:34.476886Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifb2b8, existing: true\n" level=info timestamp=2018-08-02T16:43:34.476957Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:43:34.477039Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:43:34.477200Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:43:34.521200Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:43:34.521721Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmifb2b8" level=info timestamp=2018-08-02T16:43:34.558592Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifb2b8, existing: true\n" level=info timestamp=2018-08-02T16:43:34.558770Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:43:34.558846Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:43:34.559083Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:43:34.606942Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:43:34.607509Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmifb2b8" Pod name: virt-launcher-testvmifb2b8-ht49q Pod phase: Running level=info timestamp=2018-08-02T16:43:34.371019Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmifb2b8/noCloud.iso" level=error timestamp=2018-08-02T16:43:34.377988Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:43:34.378152Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:43:34.420854Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmifb2b8/noCloud.iso" level=error timestamp=2018-08-02T16:43:34.427079Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:43:34.427313Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:43:34.470629Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmifb2b8/noCloud.iso" level=error timestamp=2018-08-02T16:43:34.475544Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:43:34.475697Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:43:34.515887Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmifb2b8/noCloud.iso" level=error timestamp=2018-08-02T16:43:34.520566Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:43:34.520725Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:43:34.600750Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmifb2b8/noCloud.iso" level=error timestamp=2018-08-02T16:43:34.606086Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:43:34.606251Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T16:45:28.293021Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:45:28.375227Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:45:31 http: TLS handshake error from 10.244.0.1:33220: EOF level=info timestamp=2018-08-02T16:45:36.962307Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:45:41 http: TLS handshake error from 10.244.0.1:33280: EOF level=info timestamp=2018-08-02T16:45:44.284924Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:45:51 http: TLS handshake error from 10.244.0.1:33340: EOF level=info timestamp=2018-08-02T16:45:58.363899Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:45:58.414704Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:46:01 http: TLS handshake error from 10.244.0.1:33400: EOF level=info timestamp=2018-08-02T16:46:07.052578Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:46:09.525719Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T16:46:09.532692Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:46:11 http: TLS handshake error from 10.244.0.1:33460: EOF level=info timestamp=2018-08-02T16:46:14.472803Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 16:44:26 http: TLS handshake error from 10.244.1.1:46142: EOF level=info timestamp=2018-08-02T16:44:31.736943Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:44:36 http: TLS handshake error from 10.244.1.1:46148: EOF 2018/08/02 16:44:46 http: TLS handshake error from 10.244.1.1:46154: EOF 2018/08/02 16:44:56 http: TLS handshake error from 10.244.1.1:46160: EOF level=info timestamp=2018-08-02T16:45:01.779765Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:45:06 http: TLS handshake error from 10.244.1.1:46166: EOF 2018/08/02 16:45:16 http: TLS handshake error from 10.244.1.1:46172: EOF 2018/08/02 16:45:26 http: TLS handshake error from 10.244.1.1:46178: EOF level=info timestamp=2018-08-02T16:45:31.718469Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:45:36 http: TLS handshake error from 10.244.1.1:46184: EOF 2018/08/02 16:45:46 http: TLS handshake error from 10.244.1.1:46190: EOF 2018/08/02 16:45:56 http: TLS handshake error from 10.244.1.1:46196: EOF level=info timestamp=2018-08-02T16:46:01.675458Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:46:06 http: TLS handshake error from 10.244.1.1:46202: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T16:35:33.502341Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-qlpv7 Pod phase: Running level=error timestamp=2018-08-02T16:40:09.481296Z pos=vm.go:462 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pswrnd kind= uid=b8557a63-9672-11e8-83a5-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmif6d8pswrnd" level=info timestamp=2018-08-02T16:40:09.481448Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pswrnd kind= uid=b8557a63-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:09.481551Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pswrnd kind= uid=b8557a63-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:10.640053Z pos=vm.go:459 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Looking for VirtualMachineInstance Ref" level=error timestamp=2018-08-02T16:40:10.640677Z pos=vm.go:462 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmif6d8pnnzjs" level=info timestamp=2018-08-02T16:40:10.640784Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:10.640871Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:14.057107Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:14.057922Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:14.128197Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2zbr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2zbr" level=info timestamp=2018-08-02T16:40:14.168942Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2zbr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2zbr" level=info timestamp=2018-08-02T16:43:14.891313Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:43:14.900067Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:15.041108Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifb2b8\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmifb2b8" level=info timestamp=2018-08-02T16:43:15.075123Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifb2b8\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmifb2b8" Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T16:35:36.105976Z pos=virt-handler.go:87 component=virt-handler hostname=node01 level=info timestamp=2018-08-02T16:35:36.111936Z pos=vm.go:211 component=virt-handler msg="Starting virt-handler controller." level=info timestamp=2018-08-02T16:35:36.115245Z pos=cache.go:151 component=virt-handler msg="Synchronizing domains" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T16:43:55.044964Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:43:55.105550Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:43:55.106693Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmifb2b8" level=info timestamp=2018-08-02T16:44:15.587588Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifb2b8, existing: true\n" level=info timestamp=2018-08-02T16:44:15.587844Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:44:15.587917Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:44:15.588202Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:44:15.641200Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:44:15.641763Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmifb2b8" level=info timestamp=2018-08-02T16:44:56.603073Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifb2b8, existing: true\n" level=info timestamp=2018-08-02T16:44:56.603990Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:44:56.604084Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:44:56.604630Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:44:56.673349Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:44:56.674025Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmifb2b8" Pod name: virt-launcher-testvmifb2b8-ht49q Pod phase: Running level=info timestamp=2018-08-02T16:43:39.624840Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmifb2b8/noCloud.iso" level=error timestamp=2018-08-02T16:43:39.630181Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:43:39.630508Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:43:44.796613Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmifb2b8/noCloud.iso" level=error timestamp=2018-08-02T16:43:44.801458Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:43:44.801683Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:43:55.096758Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmifb2b8/noCloud.iso" level=error timestamp=2018-08-02T16:43:55.104255Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:43:55.104580Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:44:15.633333Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmifb2b8/noCloud.iso" level=error timestamp=2018-08-02T16:44:15.640047Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:44:15.640254Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:44:56.662526Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmifb2b8/noCloud.iso" level=error timestamp=2018-08-02T16:44:56.671353Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:44:56.671744Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure [180.704 seconds] CloudInit UserData /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:46 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:80 with cloudInitNoCloud userDataBase64 source /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:81 with injected ssh-key /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:92 should have ssh-key under authorized keys [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:93 Unexpected Warning event received: testvmifb2b8,26d699e8-9673-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ STEP: Starting a VirtualMachineInstance STEP: Waiting the VirtualMachineInstance start level=info timestamp=2018-08-02T16:43:15.463416Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmifb2b8 kind=VirtualMachineInstance uid=26d699e8-9673-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmifb2b8-ht49q" level=info timestamp=2018-08-02T16:43:34.540620Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmifb2b8 kind=VirtualMachineInstance uid=26d699e8-9673-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmifb2b8-ht49q" level=error timestamp=2018-08-02T16:43:34.716381Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmifb2b8 kind=VirtualMachineInstance uid=26d699e8-9673-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T16:45:36.962307Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:45:41 http: TLS handshake error from 10.244.0.1:33280: EOF level=info timestamp=2018-08-02T16:45:44.284924Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:45:51 http: TLS handshake error from 10.244.0.1:33340: EOF level=info timestamp=2018-08-02T16:45:58.363899Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:45:58.414704Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:46:01 http: TLS handshake error from 10.244.0.1:33400: EOF level=info timestamp=2018-08-02T16:46:07.052578Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:46:09.525719Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T16:46:09.532692Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:46:11 http: TLS handshake error from 10.244.0.1:33460: EOF level=info timestamp=2018-08-02T16:46:14.472803Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:46:21 http: TLS handshake error from 10.244.0.1:33520: EOF level=info timestamp=2018-08-02T16:46:28.443716Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:46:28.468715Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 16:44:36 http: TLS handshake error from 10.244.1.1:46148: EOF 2018/08/02 16:44:46 http: TLS handshake error from 10.244.1.1:46154: EOF 2018/08/02 16:44:56 http: TLS handshake error from 10.244.1.1:46160: EOF level=info timestamp=2018-08-02T16:45:01.779765Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:45:06 http: TLS handshake error from 10.244.1.1:46166: EOF 2018/08/02 16:45:16 http: TLS handshake error from 10.244.1.1:46172: EOF 2018/08/02 16:45:26 http: TLS handshake error from 10.244.1.1:46178: EOF level=info timestamp=2018-08-02T16:45:31.718469Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:45:36 http: TLS handshake error from 10.244.1.1:46184: EOF 2018/08/02 16:45:46 http: TLS handshake error from 10.244.1.1:46190: EOF 2018/08/02 16:45:56 http: TLS handshake error from 10.244.1.1:46196: EOF level=info timestamp=2018-08-02T16:46:01.675458Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:46:06 http: TLS handshake error from 10.244.1.1:46202: EOF 2018/08/02 16:46:16 http: TLS handshake error from 10.244.1.1:46208: EOF 2018/08/02 16:46:26 http: TLS handshake error from 10.244.1.1:46214: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T16:35:33.502341Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-qlpv7 Pod phase: Running level=info timestamp=2018-08-02T16:40:09.481551Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pswrnd kind= uid=b8557a63-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:10.640053Z pos=vm.go:459 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Looking for VirtualMachineInstance Ref" level=error timestamp=2018-08-02T16:40:10.640677Z pos=vm.go:462 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmif6d8pnnzjs" level=info timestamp=2018-08-02T16:40:10.640784Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:10.640871Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:14.057107Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:14.057922Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:14.128197Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2zbr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2zbr" level=info timestamp=2018-08-02T16:40:14.168942Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2zbr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2zbr" level=info timestamp=2018-08-02T16:43:14.891313Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:43:14.900067Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:15.041108Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifb2b8\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmifb2b8" level=info timestamp=2018-08-02T16:43:15.075123Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifb2b8\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmifb2b8" level=info timestamp=2018-08-02T16:46:15.612499Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:46:15.615715Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T16:35:36.105976Z pos=virt-handler.go:87 component=virt-handler hostname=node01 level=info timestamp=2018-08-02T16:35:36.111936Z pos=vm.go:211 component=virt-handler msg="Starting virt-handler controller." level=info timestamp=2018-08-02T16:35:36.115245Z pos=cache.go:151 component=virt-handler msg="Synchronizing domains" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T16:46:30.944834Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:46:30.994580Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:46:30.995023Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvminjxwx" level=info timestamp=2018-08-02T16:46:30.995158Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvminjxwx, existing: true\n" level=info timestamp=2018-08-02T16:46:30.995226Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:46:30.995301Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:46:30.996509Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:46:31.020104Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:46:31.020293Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvminjxwx" level=info timestamp=2018-08-02T16:46:31.035638Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvminjxwx, existing: true\n" level=info timestamp=2018-08-02T16:46:31.035901Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:46:31.036176Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:46:31.036548Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:46:31.082558Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:46:31.083055Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvminjxwx" Pod name: virt-launcher-testvminjxwx-b9vtm Pod phase: Running level=info timestamp=2018-08-02T16:46:30.882898Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvminjxwx/noCloud.iso" level=error timestamp=2018-08-02T16:46:30.889292Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:46:30.889555Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:46:30.938009Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvminjxwx/noCloud.iso" level=error timestamp=2018-08-02T16:46:30.942793Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:46:30.943455Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:46:30.990540Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvminjxwx/noCloud.iso" level=error timestamp=2018-08-02T16:46:30.993971Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:46:30.994055Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:46:31.014501Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvminjxwx/noCloud.iso" level=error timestamp=2018-08-02T16:46:31.019769Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:46:31.019845Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:46:31.077039Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvminjxwx/noCloud.iso" level=error timestamp=2018-08-02T16:46:31.081367Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:46:31.081605Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T16:48:15.209328Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:48:21 http: TLS handshake error from 10.244.0.1:34240: EOF level=info timestamp=2018-08-02T16:48:28.921902Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:48:28.922466Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:48:31 http: TLS handshake error from 10.244.0.1:34300: EOF level=info timestamp=2018-08-02T16:48:37.514862Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:48:41 http: TLS handshake error from 10.244.0.1:34360: EOF level=info timestamp=2018-08-02T16:48:45.367427Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:48:51 http: TLS handshake error from 10.244.0.1:34420: EOF level=info timestamp=2018-08-02T16:48:59.031591Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:48:59.035855Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:49:01 http: TLS handshake error from 10.244.0.1:34480: EOF level=info timestamp=2018-08-02T16:49:07.612691Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:49:11 http: TLS handshake error from 10.244.0.1:34540: EOF level=info timestamp=2018-08-02T16:49:15.518123Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 16:47:26 http: TLS handshake error from 10.244.1.1:46250: EOF level=info timestamp=2018-08-02T16:47:31.656206Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:47:36 http: TLS handshake error from 10.244.1.1:46256: EOF 2018/08/02 16:47:46 http: TLS handshake error from 10.244.1.1:46262: EOF 2018/08/02 16:47:56 http: TLS handshake error from 10.244.1.1:46268: EOF level=info timestamp=2018-08-02T16:48:01.694788Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:48:06 http: TLS handshake error from 10.244.1.1:46274: EOF 2018/08/02 16:48:16 http: TLS handshake error from 10.244.1.1:46280: EOF 2018/08/02 16:48:26 http: TLS handshake error from 10.244.1.1:46286: EOF level=info timestamp=2018-08-02T16:48:31.926027Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:48:36 http: TLS handshake error from 10.244.1.1:46292: EOF 2018/08/02 16:48:46 http: TLS handshake error from 10.244.1.1:46298: EOF 2018/08/02 16:48:56 http: TLS handshake error from 10.244.1.1:46304: EOF level=info timestamp=2018-08-02T16:49:01.733837Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:49:06 http: TLS handshake error from 10.244.1.1:46310: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T16:35:33.502341Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-qlpv7 Pod phase: Running level=info timestamp=2018-08-02T16:40:09.481551Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pswrnd kind= uid=b8557a63-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:10.640053Z pos=vm.go:459 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Looking for VirtualMachineInstance Ref" level=error timestamp=2018-08-02T16:40:10.640677Z pos=vm.go:462 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmif6d8pnnzjs" level=info timestamp=2018-08-02T16:40:10.640784Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:10.640871Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:14.057107Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:14.057922Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:14.128197Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2zbr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2zbr" level=info timestamp=2018-08-02T16:40:14.168942Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2zbr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2zbr" level=info timestamp=2018-08-02T16:43:14.891313Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:43:14.900067Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:15.041108Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifb2b8\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmifb2b8" level=info timestamp=2018-08-02T16:43:15.075123Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifb2b8\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmifb2b8" level=info timestamp=2018-08-02T16:46:15.612499Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:46:15.615715Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T16:35:36.105976Z pos=virt-handler.go:87 component=virt-handler hostname=node01 level=info timestamp=2018-08-02T16:35:36.111936Z pos=vm.go:211 component=virt-handler msg="Starting virt-handler controller." level=info timestamp=2018-08-02T16:35:36.115245Z pos=cache.go:151 component=virt-handler msg="Synchronizing domains" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T16:47:12.250967Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:47:12.309125Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:47:12.309718Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvminjxwx" level=info timestamp=2018-08-02T16:47:53.271187Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvminjxwx, existing: true\n" level=info timestamp=2018-08-02T16:47:53.272247Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:47:53.272335Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:47:53.272795Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:47:53.343010Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:47:53.343627Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvminjxwx" level=info timestamp=2018-08-02T16:49:15.265372Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvminjxwx, existing: true\n" level=info timestamp=2018-08-02T16:49:15.266701Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:49:15.266785Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:49:15.267371Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:49:15.348784Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:49:15.350347Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvminjxwx" Pod name: virt-launcher-testvminjxwx-b9vtm Pod phase: Running level=info timestamp=2018-08-02T16:46:41.461069Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvminjxwx/noCloud.iso" level=error timestamp=2018-08-02T16:46:41.466377Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:46:41.466674Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:46:51.760542Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvminjxwx/noCloud.iso" level=error timestamp=2018-08-02T16:46:51.766736Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:46:51.767006Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:47:12.300730Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvminjxwx/noCloud.iso" level=error timestamp=2018-08-02T16:47:12.307840Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:47:12.308054Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:47:53.331479Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvminjxwx/noCloud.iso" level=error timestamp=2018-08-02T16:47:53.341125Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:47:53.341505Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:49:15.333483Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvminjxwx/noCloud.iso" level=error timestamp=2018-08-02T16:49:15.346224Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:49:15.346613Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure [180.772 seconds] CloudInit UserData /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:46 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:80 with cloudInitNoCloud userData source /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:118 should process provided cloud-init data [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:119 Unexpected Warning event received: testvminjxwx,928d115a-9673-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ STEP: Starting a VirtualMachineInstance STEP: Waiting the VirtualMachineInstance start level=info timestamp=2018-08-02T16:46:16.279872Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvminjxwx kind=VirtualMachineInstance uid=928d115a-9673-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvminjxwx-b9vtm" level=info timestamp=2018-08-02T16:46:31.120235Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvminjxwx kind=VirtualMachineInstance uid=928d115a-9673-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvminjxwx-b9vtm" level=error timestamp=2018-08-02T16:46:31.269981Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvminjxwx kind=VirtualMachineInstance uid=928d115a-9673-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running 2018/08/02 16:48:31 http: TLS handshake error from 10.244.0.1:34300: EOF level=info timestamp=2018-08-02T16:48:37.514862Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:48:41 http: TLS handshake error from 10.244.0.1:34360: EOF level=info timestamp=2018-08-02T16:48:45.367427Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:48:51 http: TLS handshake error from 10.244.0.1:34420: EOF level=info timestamp=2018-08-02T16:48:59.031591Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:48:59.035855Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:49:01 http: TLS handshake error from 10.244.0.1:34480: EOF level=info timestamp=2018-08-02T16:49:07.612691Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:49:11 http: TLS handshake error from 10.244.0.1:34540: EOF level=info timestamp=2018-08-02T16:49:15.518123Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:49:21 http: TLS handshake error from 10.244.0.1:34600: EOF level=info timestamp=2018-08-02T16:49:29.100467Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:49:29.199360Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:49:31 http: TLS handshake error from 10.244.0.1:34660: EOF Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 16:47:46 http: TLS handshake error from 10.244.1.1:46262: EOF 2018/08/02 16:47:56 http: TLS handshake error from 10.244.1.1:46268: EOF level=info timestamp=2018-08-02T16:48:01.694788Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:48:06 http: TLS handshake error from 10.244.1.1:46274: EOF 2018/08/02 16:48:16 http: TLS handshake error from 10.244.1.1:46280: EOF 2018/08/02 16:48:26 http: TLS handshake error from 10.244.1.1:46286: EOF level=info timestamp=2018-08-02T16:48:31.926027Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:48:36 http: TLS handshake error from 10.244.1.1:46292: EOF 2018/08/02 16:48:46 http: TLS handshake error from 10.244.1.1:46298: EOF 2018/08/02 16:48:56 http: TLS handshake error from 10.244.1.1:46304: EOF level=info timestamp=2018-08-02T16:49:01.733837Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:49:06 http: TLS handshake error from 10.244.1.1:46310: EOF 2018/08/02 16:49:16 http: TLS handshake error from 10.244.1.1:46316: EOF 2018/08/02 16:49:26 http: TLS handshake error from 10.244.1.1:46322: EOF level=info timestamp=2018-08-02T16:49:31.685775Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T16:35:33.502341Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-qlpv7 Pod phase: Running level=info timestamp=2018-08-02T16:40:10.640784Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:10.640871Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:14.057107Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:14.057922Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:14.128197Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2zbr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2zbr" level=info timestamp=2018-08-02T16:40:14.168942Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2zbr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2zbr" level=info timestamp=2018-08-02T16:43:14.891313Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:43:14.900067Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:15.041108Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifb2b8\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmifb2b8" level=info timestamp=2018-08-02T16:43:15.075123Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifb2b8\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmifb2b8" level=info timestamp=2018-08-02T16:46:15.612499Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:46:15.615715Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:49:16.522380Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:49:16.526787Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:49:16.608718Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihknqd\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmihknqd" Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T16:35:36.105976Z pos=virt-handler.go:87 component=virt-handler hostname=node01 level=info timestamp=2018-08-02T16:35:36.111936Z pos=vm.go:211 component=virt-handler msg="Starting virt-handler controller." level=info timestamp=2018-08-02T16:35:36.115245Z pos=cache.go:151 component=virt-handler msg="Synchronizing domains" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T16:49:33.664250Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:49:33.664311Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:49:33.664506Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:49:33.726377Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:49:33.726981Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmihknqd" level=info timestamp=2018-08-02T16:49:33.727100Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihknqd, existing: true\n" level=info timestamp=2018-08-02T16:49:33.727151Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:49:33.727211Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:49:33.727338Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:49:33.790719Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:49:33.791160Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmihknqd" level=info timestamp=2018-08-02T16:49:33.807505Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihknqd, existing: true\n" level=info timestamp=2018-08-02T16:49:33.807703Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:49:33.807776Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:49:33.808010Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 msg="Processing vmi update" Pod name: virt-launcher-testvmihknqd-f6slh Pod phase: Running level=info timestamp=2018-08-02T16:49:33.562356Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmihknqd/noCloud.iso" level=error timestamp=2018-08-02T16:49:33.566881Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:49:33.567094Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:49:33.657820Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmihknqd/noCloud.iso" level=error timestamp=2018-08-02T16:49:33.662772Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:49:33.662940Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:49:33.720671Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmihknqd/noCloud.iso" level=error timestamp=2018-08-02T16:49:33.724989Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:49:33.725214Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:49:33.783053Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmihknqd/noCloud.iso" level=error timestamp=2018-08-02T16:49:33.789881Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:49:33.790062Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:49:33.929438Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmihknqd/noCloud.iso" level=error timestamp=2018-08-02T16:49:33.933711Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:49:33.933875Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T16:51:16.406522Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:51:21 http: TLS handshake error from 10.244.0.1:35320: EOF level=info timestamp=2018-08-02T16:51:29.509310Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:51:29.557913Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:51:31 http: TLS handshake error from 10.244.0.1:35380: EOF level=info timestamp=2018-08-02T16:51:38.214587Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:51:41 http: TLS handshake error from 10.244.0.1:35440: EOF level=info timestamp=2018-08-02T16:51:46.584768Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:51:51 http: TLS handshake error from 10.244.0.1:35500: EOF level=info timestamp=2018-08-02T16:51:59.551907Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:51:59.621591Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:52:01 http: TLS handshake error from 10.244.0.1:35560: EOF level=info timestamp=2018-08-02T16:52:08.300529Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:52:11 http: TLS handshake error from 10.244.0.1:35620: EOF level=info timestamp=2018-08-02T16:52:16.753618Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T16:50:31.704994Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:50:36 http: TLS handshake error from 10.244.1.1:46364: EOF 2018/08/02 16:50:46 http: TLS handshake error from 10.244.1.1:46370: EOF 2018/08/02 16:50:56 http: TLS handshake error from 10.244.1.1:46376: EOF level=info timestamp=2018-08-02T16:51:01.715523Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:51:06 http: TLS handshake error from 10.244.1.1:46382: EOF 2018/08/02 16:51:16 http: TLS handshake error from 10.244.1.1:46388: EOF 2018/08/02 16:51:26 http: TLS handshake error from 10.244.1.1:46394: EOF level=info timestamp=2018-08-02T16:51:31.764972Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:51:36 http: TLS handshake error from 10.244.1.1:46400: EOF 2018/08/02 16:51:46 http: TLS handshake error from 10.244.1.1:46406: EOF 2018/08/02 16:51:56 http: TLS handshake error from 10.244.1.1:46412: EOF level=info timestamp=2018-08-02T16:52:01.772586Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:52:06 http: TLS handshake error from 10.244.1.1:46418: EOF 2018/08/02 16:52:16 http: TLS handshake error from 10.244.1.1:46424: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T16:35:33.502341Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-qlpv7 Pod phase: Running level=info timestamp=2018-08-02T16:40:10.640784Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:10.640871Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif6d8pnnzjs kind= uid=b905ffd4-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:14.057107Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:14.057922Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2zbr kind= uid=bb10de47-9672-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:40:14.128197Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2zbr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2zbr" level=info timestamp=2018-08-02T16:40:14.168942Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2zbr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2zbr" level=info timestamp=2018-08-02T16:43:14.891313Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:43:14.900067Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifb2b8 kind= uid=26d699e8-9673-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:15.041108Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifb2b8\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmifb2b8" level=info timestamp=2018-08-02T16:43:15.075123Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifb2b8\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmifb2b8" level=info timestamp=2018-08-02T16:46:15.612499Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:46:15.615715Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminjxwx kind= uid=928d115a-9673-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:49:16.522380Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:49:16.526787Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:49:16.608718Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihknqd\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmihknqd" Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T16:35:36.105976Z pos=virt-handler.go:87 component=virt-handler hostname=node01 level=info timestamp=2018-08-02T16:35:36.111936Z pos=vm.go:211 component=virt-handler msg="Starting virt-handler controller." level=info timestamp=2018-08-02T16:35:36.115245Z pos=cache.go:151 component=virt-handler msg="Synchronizing domains" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T16:50:15.034025Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:50:15.034111Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:50:15.034571Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:50:15.194548Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:50:15.195172Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmihknqd" level=info timestamp=2018-08-02T16:50:56.156638Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihknqd, existing: true\n" level=info timestamp=2018-08-02T16:50:56.157599Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:50:56.157692Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:50:56.158311Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:50:56.244517Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:50:56.245169Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmihknqd" level=info timestamp=2018-08-02T16:51:59.192028Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvminjxwx, existing: false\n" level=info timestamp=2018-08-02T16:51:59.192918Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:51:59.193509Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvminjxwx kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:51:59.193928Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvminjxwx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmihknqd-f6slh Pod phase: Running level=info timestamp=2018-08-02T16:49:39.012468Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmihknqd/noCloud.iso" level=error timestamp=2018-08-02T16:49:39.017295Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:49:39.017557Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:49:44.213982Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmihknqd/noCloud.iso" level=error timestamp=2018-08-02T16:49:44.219920Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:49:44.220174Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:49:54.542187Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmihknqd/noCloud.iso" level=error timestamp=2018-08-02T16:49:54.550382Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:49:54.550724Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:50:15.176073Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmihknqd/noCloud.iso" level=error timestamp=2018-08-02T16:50:15.191293Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:50:15.191630Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:50:56.232136Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmihknqd/noCloud.iso" level=error timestamp=2018-08-02T16:50:56.242767Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:50:56.243096Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmihknqd kind= uid=fe654883-9673-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure [181.003 seconds] CloudInit UserData /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:46 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:80 should take user-data from k8s secret [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:162 Unexpected Warning event received: testvmihknqd,fe654883-9673-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ STEP: Creating a user-data secret STEP: Starting a VirtualMachineInstance STEP: Waiting the VirtualMachineInstance start level=info timestamp=2018-08-02T16:49:17.130914Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmihknqd kind=VirtualMachineInstance uid=fe654883-9673-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmihknqd-f6slh" level=info timestamp=2018-08-02T16:49:33.694027Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmihknqd kind=VirtualMachineInstance uid=fe654883-9673-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmihknqd-f6slh" level=error timestamp=2018-08-02T16:49:33.862180Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmihknqd kind=VirtualMachineInstance uid=fe654883-9673-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" • Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T16:51:59.551907Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:51:59.621591Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:52:01 http: TLS handshake error from 10.244.0.1:35560: EOF level=info timestamp=2018-08-02T16:52:08.300529Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:52:11 http: TLS handshake error from 10.244.0.1:35620: EOF level=info timestamp=2018-08-02T16:52:16.753618Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:52:17.755492Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/version proto=HTTP/2.0 statusCode=200 contentLength=247 2018/08/02 16:52:21 http: TLS handshake error from 10.244.0.1:35680: EOF level=info timestamp=2018-08-02T16:52:29.643926Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:52:29.736141Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:52:31 http: TLS handshake error from 10.244.0.1:35740: EOF level=info timestamp=2018-08-02T16:52:38.375067Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:52:41 http: TLS handshake error from 10.244.0.1:35800: EOF level=info timestamp=2018-08-02T16:52:46.898350Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:52:51 http: TLS handshake error from 10.244.0.1:35860: EOF Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T16:51:01.715523Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:51:06 http: TLS handshake error from 10.244.1.1:46382: EOF 2018/08/02 16:51:16 http: TLS handshake error from 10.244.1.1:46388: EOF 2018/08/02 16:51:26 http: TLS handshake error from 10.244.1.1:46394: EOF level=info timestamp=2018-08-02T16:51:31.764972Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:51:36 http: TLS handshake error from 10.244.1.1:46400: EOF 2018/08/02 16:51:46 http: TLS handshake error from 10.244.1.1:46406: EOF 2018/08/02 16:51:56 http: TLS handshake error from 10.244.1.1:46412: EOF level=info timestamp=2018-08-02T16:52:01.772586Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:52:06 http: TLS handshake error from 10.244.1.1:46418: EOF 2018/08/02 16:52:16 http: TLS handshake error from 10.244.1.1:46424: EOF 2018/08/02 16:52:26 http: TLS handshake error from 10.244.1.1:46428: EOF level=info timestamp=2018-08-02T16:52:31.725454Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:52:36 http: TLS handshake error from 10.244.1.1:46430: EOF 2018/08/02 16:52:46 http: TLS handshake error from 10.244.1.1:46436: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T16:52:38.319731Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer kubeVirtNodeInformer" level=info timestamp=2018-08-02T16:52:38.319880Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer vmiPresetInformer" level=info timestamp=2018-08-02T16:52:38.335816Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer vmirsInformer" level=info timestamp=2018-08-02T16:52:38.336271Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer configMapInformer" level=info timestamp=2018-08-02T16:52:38.336357Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer vmInformer" level=info timestamp=2018-08-02T16:52:38.336430Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer limitrangeInformer" level=info timestamp=2018-08-02T16:52:38.336494Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer vmiInformer" level=info timestamp=2018-08-02T16:52:38.336866Z pos=vm.go:85 component=virt-controller service=http msg="Starting VirtualMachine controller." level=info timestamp=2018-08-02T16:52:38.388914Z pos=replicaset.go:111 component=virt-controller service=http msg="Starting VirtualMachineInstanceReplicaSet controller." level=info timestamp=2018-08-02T16:52:38.397376Z pos=node.go:104 component=virt-controller service=http msg="Starting node controller." level=info timestamp=2018-08-02T16:52:38.397864Z pos=vmi.go:129 component=virt-controller service=http msg="Starting vmi controller." level=info timestamp=2018-08-02T16:52:38.400213Z pos=preset.go:74 component=virt-controller service=http msg="Starting Virtual Machine Initializer." level=info timestamp=2018-08-02T16:52:38.512116Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:52:38.512391Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:52:38.779820Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipk6wn\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipk6wn" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T16:35:36.105976Z pos=virt-handler.go:87 component=virt-handler hostname=node01 level=info timestamp=2018-08-02T16:35:36.111936Z pos=vm.go:211 component=virt-handler msg="Starting virt-handler controller." level=info timestamp=2018-08-02T16:35:36.115245Z pos=cache.go:151 component=virt-handler msg="Synchronizing domains" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T16:52:53.465910Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:52:53.474241Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:52:53.474633Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmipk6wn" level=info timestamp=2018-08-02T16:52:53.515486Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmipk6wn, existing: true\n" level=info timestamp=2018-08-02T16:52:53.515743Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:52:53.515829Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:52:53.516254Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:52:53.526210Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:52:53.526419Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmipk6wn" level=info timestamp=2018-08-02T16:52:53.606631Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmipk6wn, existing: true\n" level=info timestamp=2018-08-02T16:52:53.606703Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:52:53.606732Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:52:53.606816Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:52:53.610805Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:52:53.610955Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmipk6wn" Pod name: virt-launcher-testvmipk6wn-xw6vm Pod phase: Running level=info timestamp=2018-08-02T16:52:53.381977Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-08-02T16:52:53.382159Z pos=converter.go:752 component=virt-launcher msg="Found search domains in /etc/resolv.conf: kubevirt-test-default.svc.cluster.local svc.cluster.local cluster.local" level=info timestamp=2018-08-02T16:52:53.383153Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=error timestamp=2018-08-02T16:52:53.390190Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:52:53.390603Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:52:53.453810Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:52:53.454001Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:52:53.463224Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:52:53.463485Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:52:53.473355Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:52:53.473627Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:52:53.525728Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:52:53.525919Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:52:53.610508Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:52:53.610601Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running 2018/08/02 16:54:41 http: TLS handshake error from 10.244.0.1:36520: EOF level=info timestamp=2018-08-02T16:54:47.569766Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:54:51 http: TLS handshake error from 10.244.0.1:36580: EOF level=info timestamp=2018-08-02T16:55:00.212406Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:55:00.287779Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:55:01 http: TLS handshake error from 10.244.0.1:36640: EOF level=info timestamp=2018-08-02T16:55:08.870853Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:55:10.533356Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T16:55:10.536877Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:55:11 http: TLS handshake error from 10.244.0.1:36700: EOF level=info timestamp=2018-08-02T16:55:17.725156Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:55:21 http: TLS handshake error from 10.244.0.1:36760: EOF level=info timestamp=2018-08-02T16:55:30.285387Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:55:30.333862Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:55:31 http: TLS handshake error from 10.244.0.1:36820: EOF Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 16:53:56 http: TLS handshake error from 10.244.1.1:46478: EOF level=info timestamp=2018-08-02T16:54:01.739035Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:54:06 http: TLS handshake error from 10.244.1.1:46484: EOF 2018/08/02 16:54:16 http: TLS handshake error from 10.244.1.1:46490: EOF 2018/08/02 16:54:26 http: TLS handshake error from 10.244.1.1:46496: EOF level=info timestamp=2018-08-02T16:54:31.699267Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:54:36 http: TLS handshake error from 10.244.1.1:46502: EOF 2018/08/02 16:54:46 http: TLS handshake error from 10.244.1.1:46508: EOF 2018/08/02 16:54:56 http: TLS handshake error from 10.244.1.1:46514: EOF level=info timestamp=2018-08-02T16:55:01.774812Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:55:06 http: TLS handshake error from 10.244.1.1:46520: EOF 2018/08/02 16:55:16 http: TLS handshake error from 10.244.1.1:46526: EOF 2018/08/02 16:55:26 http: TLS handshake error from 10.244.1.1:46532: EOF level=info timestamp=2018-08-02T16:55:31.717803Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:55:36 http: TLS handshake error from 10.244.1.1:46538: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T16:52:38.319731Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer kubeVirtNodeInformer" level=info timestamp=2018-08-02T16:52:38.319880Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer vmiPresetInformer" level=info timestamp=2018-08-02T16:52:38.335816Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer vmirsInformer" level=info timestamp=2018-08-02T16:52:38.336271Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer configMapInformer" level=info timestamp=2018-08-02T16:52:38.336357Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer vmInformer" level=info timestamp=2018-08-02T16:52:38.336430Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer limitrangeInformer" level=info timestamp=2018-08-02T16:52:38.336494Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer vmiInformer" level=info timestamp=2018-08-02T16:52:38.336866Z pos=vm.go:85 component=virt-controller service=http msg="Starting VirtualMachine controller." level=info timestamp=2018-08-02T16:52:38.388914Z pos=replicaset.go:111 component=virt-controller service=http msg="Starting VirtualMachineInstanceReplicaSet controller." level=info timestamp=2018-08-02T16:52:38.397376Z pos=node.go:104 component=virt-controller service=http msg="Starting node controller." level=info timestamp=2018-08-02T16:52:38.397864Z pos=vmi.go:129 component=virt-controller service=http msg="Starting vmi controller." level=info timestamp=2018-08-02T16:52:38.400213Z pos=preset.go:74 component=virt-controller service=http msg="Starting Virtual Machine Initializer." level=info timestamp=2018-08-02T16:52:38.512116Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:52:38.512391Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:52:38.779820Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipk6wn\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipk6wn" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T16:35:36.105976Z pos=virt-handler.go:87 component=virt-handler hostname=node01 level=info timestamp=2018-08-02T16:35:36.111936Z pos=vm.go:211 component=virt-handler msg="Starting virt-handler controller." level=info timestamp=2018-08-02T16:35:36.115245Z pos=cache.go:151 component=virt-handler msg="Synchronizing domains" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T16:53:34.491651Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:53:34.514148Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:53:34.514778Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmipk6wn" level=info timestamp=2018-08-02T16:54:15.475978Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmipk6wn, existing: true\n" level=info timestamp=2018-08-02T16:54:15.476641Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:54:15.476717Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:54:15.477124Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:54:15.498350Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:54:15.498937Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmipk6wn" level=info timestamp=2018-08-02T16:55:37.420856Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmipk6wn, existing: true\n" level=info timestamp=2018-08-02T16:55:37.421658Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:55:37.421762Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:55:37.422185Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:55:37.443596Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:55:37.444160Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmipk6wn" Pod name: virt-launcher-testvmipk6wn-xw6vm Pod phase: Running level=error timestamp=2018-08-02T16:52:54.753942Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:52:56.047262Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:52:56.047513Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:52:58.619282Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:52:58.619549Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:53:03.755344Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:53:03.755800Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:53:14.006628Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:53:14.006863Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:53:34.511716Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:53:34.512365Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:54:15.496507Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:54:15.497124Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:55:37.441340Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:55:37.442107Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" ------------------------------ • Failure [201.128 seconds] LeaderElection /root/go/src/kubevirt.io/kubevirt/tests/controller_leader_election_test.go:43 Start a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/controller_leader_election_test.go:53 when the controller pod is not running /root/go/src/kubevirt.io/kubevirt/tests/controller_leader_election_test.go:54 should success [It] /root/go/src/kubevirt.io/kubevirt/tests/controller_leader_election_test.go:55 Unexpected Warning event received: testvmipk6wn,76924f41-9674-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ STEP: Destroying the leading controller pod STEP: Starting a new VirtualMachineInstance level=info timestamp=2018-08-02T16:52:38.854048Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmipk6wn kind=VirtualMachineInstance uid=76924f41-9674-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmipk6wn-xw6vm" level=info timestamp=2018-08-02T16:52:53.758849Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmipk6wn kind=VirtualMachineInstance uid=76924f41-9674-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmipk6wn-xw6vm" level=error timestamp=2018-08-02T16:52:53.847179Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmipk6wn kind=VirtualMachineInstance uid=76924f41-9674-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T16:55:00.287779Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:55:01 http: TLS handshake error from 10.244.0.1:36640: EOF level=info timestamp=2018-08-02T16:55:08.870853Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:55:10.533356Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T16:55:10.536877Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:55:11 http: TLS handshake error from 10.244.0.1:36700: EOF level=info timestamp=2018-08-02T16:55:17.725156Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:55:21 http: TLS handshake error from 10.244.0.1:36760: EOF level=info timestamp=2018-08-02T16:55:30.285387Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:55:30.333862Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:55:31 http: TLS handshake error from 10.244.0.1:36820: EOF level=info timestamp=2018-08-02T16:55:38.976471Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:55:41 http: TLS handshake error from 10.244.0.1:36880: EOF level=info timestamp=2018-08-02T16:55:48.018818Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:55:51 http: TLS handshake error from 10.244.0.1:36940: EOF Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T16:54:01.739035Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:54:06 http: TLS handshake error from 10.244.1.1:46484: EOF 2018/08/02 16:54:16 http: TLS handshake error from 10.244.1.1:46490: EOF 2018/08/02 16:54:26 http: TLS handshake error from 10.244.1.1:46496: EOF level=info timestamp=2018-08-02T16:54:31.699267Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:54:36 http: TLS handshake error from 10.244.1.1:46502: EOF 2018/08/02 16:54:46 http: TLS handshake error from 10.244.1.1:46508: EOF 2018/08/02 16:54:56 http: TLS handshake error from 10.244.1.1:46514: EOF level=info timestamp=2018-08-02T16:55:01.774812Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:55:06 http: TLS handshake error from 10.244.1.1:46520: EOF 2018/08/02 16:55:16 http: TLS handshake error from 10.244.1.1:46526: EOF 2018/08/02 16:55:26 http: TLS handshake error from 10.244.1.1:46532: EOF level=info timestamp=2018-08-02T16:55:31.717803Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:55:36 http: TLS handshake error from 10.244.1.1:46538: EOF 2018/08/02 16:55:46 http: TLS handshake error from 10.244.1.1:46544: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T16:52:38.335816Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer vmirsInformer" level=info timestamp=2018-08-02T16:52:38.336271Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer configMapInformer" level=info timestamp=2018-08-02T16:52:38.336357Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer vmInformer" level=info timestamp=2018-08-02T16:52:38.336430Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer limitrangeInformer" level=info timestamp=2018-08-02T16:52:38.336494Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer vmiInformer" level=info timestamp=2018-08-02T16:52:38.336866Z pos=vm.go:85 component=virt-controller service=http msg="Starting VirtualMachine controller." level=info timestamp=2018-08-02T16:52:38.388914Z pos=replicaset.go:111 component=virt-controller service=http msg="Starting VirtualMachineInstanceReplicaSet controller." level=info timestamp=2018-08-02T16:52:38.397376Z pos=node.go:104 component=virt-controller service=http msg="Starting node controller." level=info timestamp=2018-08-02T16:52:38.397864Z pos=vmi.go:129 component=virt-controller service=http msg="Starting vmi controller." level=info timestamp=2018-08-02T16:52:38.400213Z pos=preset.go:74 component=virt-controller service=http msg="Starting Virtual Machine Initializer." level=info timestamp=2018-08-02T16:52:38.512116Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:52:38.512391Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:52:38.779820Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipk6wn\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipk6wn" level=info timestamp=2018-08-02T16:55:39.235936Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:55:39.236473Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T16:35:36.105976Z pos=virt-handler.go:87 component=virt-handler hostname=node01 level=info timestamp=2018-08-02T16:35:36.111936Z pos=vm.go:211 component=virt-handler msg="Starting virt-handler controller." level=info timestamp=2018-08-02T16:35:36.115245Z pos=cache.go:151 component=virt-handler msg="Synchronizing domains" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T16:55:53.890177Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:55:53.900675Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:55:53.901159Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmib6qpn" level=info timestamp=2018-08-02T16:55:53.910629Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: true\n" level=info timestamp=2018-08-02T16:55:53.910785Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:55:53.910855Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:55:53.911044Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:55:53.925855Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:55:53.926254Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmib6qpn" level=info timestamp=2018-08-02T16:55:54.006709Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: true\n" level=info timestamp=2018-08-02T16:55:54.006870Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:55:54.006940Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:55:54.007134Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:55:54.016082Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:55:54.016502Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmib6qpn" Pod name: virt-launcher-testvmib6qpn-kpcrc Pod phase: Running level=info timestamp=2018-08-02T16:55:53.766121Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=error timestamp=2018-08-02T16:55:53.776990Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:55:53.778198Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:55:53.876823Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:55:53.877067Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:55:53.888667Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:55:53.888862Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:55:53.899888Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:55:53.900064Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:55:53.925148Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:55:53.925340Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:55:54.015346Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:55:54.015570Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:55:54.186510Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:55:54.186702Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running 2018/08/02 16:57:41 http: TLS handshake error from 10.244.0.1:37600: EOF level=info timestamp=2018-08-02T16:57:48.598878Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:57:51 http: TLS handshake error from 10.244.0.1:37660: EOF level=info timestamp=2018-08-02T16:58:00.675760Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:58:00.743312Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:58:01 http: TLS handshake error from 10.244.0.1:37720: EOF level=info timestamp=2018-08-02T16:58:09.614649Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:58:10.570546Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T16:58:10.575233Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:58:11 http: TLS handshake error from 10.244.0.1:37780: EOF level=info timestamp=2018-08-02T16:58:18.756764Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:58:21 http: TLS handshake error from 10.244.0.1:37840: EOF level=info timestamp=2018-08-02T16:58:30.844236Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:58:30.891869Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:58:31 http: TLS handshake error from 10.244.0.1:37900: EOF Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 16:56:56 http: TLS handshake error from 10.244.1.1:46586: EOF level=info timestamp=2018-08-02T16:57:01.690193Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:57:06 http: TLS handshake error from 10.244.1.1:46592: EOF 2018/08/02 16:57:16 http: TLS handshake error from 10.244.1.1:46598: EOF 2018/08/02 16:57:26 http: TLS handshake error from 10.244.1.1:46604: EOF level=info timestamp=2018-08-02T16:57:31.796212Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:57:36 http: TLS handshake error from 10.244.1.1:46610: EOF 2018/08/02 16:57:46 http: TLS handshake error from 10.244.1.1:46616: EOF 2018/08/02 16:57:56 http: TLS handshake error from 10.244.1.1:46622: EOF level=info timestamp=2018-08-02T16:58:01.761820Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:58:06 http: TLS handshake error from 10.244.1.1:46628: EOF 2018/08/02 16:58:16 http: TLS handshake error from 10.244.1.1:46634: EOF 2018/08/02 16:58:26 http: TLS handshake error from 10.244.1.1:46640: EOF level=info timestamp=2018-08-02T16:58:31.776870Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:58:36 http: TLS handshake error from 10.244.1.1:46646: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T16:52:38.335816Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer vmirsInformer" level=info timestamp=2018-08-02T16:52:38.336271Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer configMapInformer" level=info timestamp=2018-08-02T16:52:38.336357Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer vmInformer" level=info timestamp=2018-08-02T16:52:38.336430Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer limitrangeInformer" level=info timestamp=2018-08-02T16:52:38.336494Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer vmiInformer" level=info timestamp=2018-08-02T16:52:38.336866Z pos=vm.go:85 component=virt-controller service=http msg="Starting VirtualMachine controller." level=info timestamp=2018-08-02T16:52:38.388914Z pos=replicaset.go:111 component=virt-controller service=http msg="Starting VirtualMachineInstanceReplicaSet controller." level=info timestamp=2018-08-02T16:52:38.397376Z pos=node.go:104 component=virt-controller service=http msg="Starting node controller." level=info timestamp=2018-08-02T16:52:38.397864Z pos=vmi.go:129 component=virt-controller service=http msg="Starting vmi controller." level=info timestamp=2018-08-02T16:52:38.400213Z pos=preset.go:74 component=virt-controller service=http msg="Starting Virtual Machine Initializer." level=info timestamp=2018-08-02T16:52:38.512116Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:52:38.512391Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:52:38.779820Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipk6wn\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipk6wn" level=info timestamp=2018-08-02T16:55:39.235936Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:55:39.236473Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T16:35:36.105976Z pos=virt-handler.go:87 component=virt-handler hostname=node01 level=info timestamp=2018-08-02T16:35:36.111936Z pos=vm.go:211 component=virt-handler msg="Starting virt-handler controller." level=info timestamp=2018-08-02T16:35:36.115245Z pos=cache.go:151 component=virt-handler msg="Synchronizing domains" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T16:57:15.897851Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:57:15.897941Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:57:15.898581Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:57:15.927238Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:57:15.927827Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmib6qpn" level=info timestamp=2018-08-02T16:58:21.286993Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmipk6wn, existing: false\n" level=info timestamp=2018-08-02T16:58:21.287897Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:58:21.288375Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmipk6wn kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:21.289005Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmipk6wn kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:58:37.849133Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: true\n" level=info timestamp=2018-08-02T16:58:37.849722Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:58:37.849800Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:58:37.850182Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:58:37.874888Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:58:37.875606Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmib6qpn" Pod name: virt-launcher-testvmib6qpn-kpcrc Pod phase: Running level=error timestamp=2018-08-02T16:55:55.176592Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:55:56.468118Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:55:56.468369Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:55:59.038461Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:55:59.038721Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:56:04.169492Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:56:04.169720Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:56:14.430953Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:56:14.431523Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:56:34.933125Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:56:34.933584Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:57:15.923814Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:57:15.924461Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T16:58:37.872669Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:58:37.873360Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure [180.850 seconds] Configurations /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:44 VirtualMachineInstance definition /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:55 with 3 CPU cores /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:56 should report 3 cpu cores under guest OS [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:62 Unexpected Warning event received: testvmib6qpn,e251ec59-9674-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ STEP: Starting a VirtualMachineInstance level=info timestamp=2018-08-02T16:55:39.396928Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmib6qpn-kpcrc" level=info timestamp=2018-08-02T16:55:54.091048Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmib6qpn-kpcrc" level=error timestamp=2018-08-02T16:55:54.268117Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid=e251ec59-9674-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" • Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T16:58:00.743312Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:58:01 http: TLS handshake error from 10.244.0.1:37720: EOF level=info timestamp=2018-08-02T16:58:09.614649Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:58:10.570546Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T16:58:10.575233Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:58:11 http: TLS handshake error from 10.244.0.1:37780: EOF level=info timestamp=2018-08-02T16:58:18.756764Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:58:21 http: TLS handshake error from 10.244.0.1:37840: EOF level=info timestamp=2018-08-02T16:58:30.844236Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:58:30.891869Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:58:31 http: TLS handshake error from 10.244.0.1:37900: EOF level=info timestamp=2018-08-02T16:58:39.674845Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:58:41 http: TLS handshake error from 10.244.0.1:37960: EOF level=info timestamp=2018-08-02T16:58:48.898512Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:58:51 http: TLS handshake error from 10.244.0.1:38020: EOF Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 16:57:06 http: TLS handshake error from 10.244.1.1:46592: EOF 2018/08/02 16:57:16 http: TLS handshake error from 10.244.1.1:46598: EOF 2018/08/02 16:57:26 http: TLS handshake error from 10.244.1.1:46604: EOF level=info timestamp=2018-08-02T16:57:31.796212Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:57:36 http: TLS handshake error from 10.244.1.1:46610: EOF 2018/08/02 16:57:46 http: TLS handshake error from 10.244.1.1:46616: EOF 2018/08/02 16:57:56 http: TLS handshake error from 10.244.1.1:46622: EOF level=info timestamp=2018-08-02T16:58:01.761820Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:58:06 http: TLS handshake error from 10.244.1.1:46628: EOF 2018/08/02 16:58:16 http: TLS handshake error from 10.244.1.1:46634: EOF 2018/08/02 16:58:26 http: TLS handshake error from 10.244.1.1:46640: EOF level=info timestamp=2018-08-02T16:58:31.776870Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 16:58:36 http: TLS handshake error from 10.244.1.1:46646: EOF 2018/08/02 16:58:46 http: TLS handshake error from 10.244.1.1:46652: EOF 2018/08/02 16:58:56 http: TLS handshake error from 10.244.1.1:46658: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T16:52:38.336494Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer vmiInformer" level=info timestamp=2018-08-02T16:52:38.336866Z pos=vm.go:85 component=virt-controller service=http msg="Starting VirtualMachine controller." level=info timestamp=2018-08-02T16:52:38.388914Z pos=replicaset.go:111 component=virt-controller service=http msg="Starting VirtualMachineInstanceReplicaSet controller." level=info timestamp=2018-08-02T16:52:38.397376Z pos=node.go:104 component=virt-controller service=http msg="Starting node controller." level=info timestamp=2018-08-02T16:52:38.397864Z pos=vmi.go:129 component=virt-controller service=http msg="Starting vmi controller." level=info timestamp=2018-08-02T16:52:38.400213Z pos=preset.go:74 component=virt-controller service=http msg="Starting Virtual Machine Initializer." level=info timestamp=2018-08-02T16:52:38.512116Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:52:38.512391Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:52:38.779820Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipk6wn\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipk6wn" level=info timestamp=2018-08-02T16:55:39.235936Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:55:39.236473Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:58:40.072657Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminrsfx kind= uid=4e1a4f78-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:58:40.073360Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminrsfx kind= uid=4e1a4f78-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:58:41.428335Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:58:41.428622Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T16:58:56.570166Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:58:56.619184Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:58:56.619450Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi4vx27" level=info timestamp=2018-08-02T16:58:56.619515Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi4vx27, existing: true\n" level=info timestamp=2018-08-02T16:58:56.619536Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:58:56.619561Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:58:56.619754Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:58:56.657284Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:58:56.659213Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi4vx27" level=info timestamp=2018-08-02T16:58:56.661845Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi4vx27, existing: true\n" level=info timestamp=2018-08-02T16:58:56.661991Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:58:56.662055Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:58:56.662141Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:58:56.692523Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:58:56.692785Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi4vx27" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T16:58:37.875606Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmib6qpn" level=info timestamp=2018-08-02T16:58:39.482591Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: true\n" level=info timestamp=2018-08-02T16:58:39.482734Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:58:39.482807Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:58:39.482988Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.513588Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:58:39.516181Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: true\n" level=info timestamp=2018-08-02T16:58:39.516298Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T16:58:39.516367Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:58:39.517369Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.517650Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:58:39.570507Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: false\n" level=info timestamp=2018-08-02T16:58:39.570671Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:58:39.570872Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.571100Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi4vx27-lp2ws Pod phase: Running level=info timestamp=2018-08-02T16:58:56.507240Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi4vx27/noCloud.iso" level=error timestamp=2018-08-02T16:58:56.509621Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:58:56.509708Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:58:56.557891Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi4vx27/noCloud.iso" level=error timestamp=2018-08-02T16:58:56.565808Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:58:56.565910Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:58:56.614393Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi4vx27/noCloud.iso" level=error timestamp=2018-08-02T16:58:56.617880Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:58:56.618772Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:58:56.650756Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi4vx27/noCloud.iso" level=error timestamp=2018-08-02T16:58:56.656360Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:58:56.656444Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:58:56.688619Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi4vx27/noCloud.iso" level=error timestamp=2018-08-02T16:58:56.691875Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:58:56.692181Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T17:00:49.561562Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:00:51 http: TLS handshake error from 10.244.0.1:38740: EOF level=info timestamp=2018-08-02T17:01:01.265412Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:01:01.426765Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:01:01 http: TLS handshake error from 10.244.0.1:38800: EOF level=info timestamp=2018-08-02T17:01:10.220444Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:01:10.840759Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:01:10.843373Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:01:11 http: TLS handshake error from 10.244.0.1:38860: EOF level=info timestamp=2018-08-02T17:01:19.707697Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:01:21 http: TLS handshake error from 10.244.0.1:38920: EOF level=info timestamp=2018-08-02T17:01:31.352465Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:01:31.493629Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:01:31 http: TLS handshake error from 10.244.0.1:38980: EOF level=info timestamp=2018-08-02T17:01:40.332713Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T17:00:01.644135Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:00:01.903084Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:00:06 http: TLS handshake error from 10.244.1.1:46700: EOF 2018/08/02 17:00:16 http: TLS handshake error from 10.244.1.1:46706: EOF 2018/08/02 17:00:26 http: TLS handshake error from 10.244.1.1:46712: EOF level=info timestamp=2018-08-02T17:00:31.800860Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:00:36 http: TLS handshake error from 10.244.1.1:46718: EOF 2018/08/02 17:00:46 http: TLS handshake error from 10.244.1.1:46724: EOF 2018/08/02 17:00:56 http: TLS handshake error from 10.244.1.1:46730: EOF level=info timestamp=2018-08-02T17:01:01.839939Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:01:06 http: TLS handshake error from 10.244.1.1:46736: EOF 2018/08/02 17:01:16 http: TLS handshake error from 10.244.1.1:46742: EOF 2018/08/02 17:01:26 http: TLS handshake error from 10.244.1.1:46748: EOF level=info timestamp=2018-08-02T17:01:31.873547Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:01:36 http: TLS handshake error from 10.244.1.1:46754: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T16:52:38.336494Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer vmiInformer" level=info timestamp=2018-08-02T16:52:38.336866Z pos=vm.go:85 component=virt-controller service=http msg="Starting VirtualMachine controller." level=info timestamp=2018-08-02T16:52:38.388914Z pos=replicaset.go:111 component=virt-controller service=http msg="Starting VirtualMachineInstanceReplicaSet controller." level=info timestamp=2018-08-02T16:52:38.397376Z pos=node.go:104 component=virt-controller service=http msg="Starting node controller." level=info timestamp=2018-08-02T16:52:38.397864Z pos=vmi.go:129 component=virt-controller service=http msg="Starting vmi controller." level=info timestamp=2018-08-02T16:52:38.400213Z pos=preset.go:74 component=virt-controller service=http msg="Starting Virtual Machine Initializer." level=info timestamp=2018-08-02T16:52:38.512116Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:52:38.512391Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:52:38.779820Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipk6wn\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipk6wn" level=info timestamp=2018-08-02T16:55:39.235936Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:55:39.236473Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:58:40.072657Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminrsfx kind= uid=4e1a4f78-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:58:40.073360Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminrsfx kind= uid=4e1a4f78-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:58:41.428335Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:58:41.428622Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T16:59:38.012928Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:59:38.140929Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T16:59:38.141398Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi4vx27" level=info timestamp=2018-08-02T17:00:19.102761Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi4vx27, existing: true\n" level=info timestamp=2018-08-02T17:00:19.103821Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:00:19.103899Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:00:19.104916Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:00:19.206900Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:00:19.208518Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi4vx27" level=info timestamp=2018-08-02T17:01:41.131338Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi4vx27, existing: true\n" level=info timestamp=2018-08-02T17:01:41.133704Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:01:41.134264Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:01:41.134684Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:01:41.242828Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:01:41.247689Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi4vx27" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T16:58:39.482988Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.513588Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:58:39.516181Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: true\n" level=info timestamp=2018-08-02T16:58:39.516298Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T16:58:39.516367Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:58:39.517369Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.517650Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:58:39.570507Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: false\n" level=info timestamp=2018-08-02T16:58:39.570671Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:58:39.570872Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.571100Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:01:21.717316Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: false\n" level=info timestamp=2018-08-02T17:01:21.718249Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:01:21.718654Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:01:21.719135Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi4vx27-lp2ws Pod phase: Running level=info timestamp=2018-08-02T16:59:07.207840Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi4vx27/noCloud.iso" level=error timestamp=2018-08-02T16:59:07.215365Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:59:07.215648Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:59:17.514843Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi4vx27/noCloud.iso" level=error timestamp=2018-08-02T16:59:17.524025Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:59:17.524291Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T16:59:38.128871Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi4vx27/noCloud.iso" level=error timestamp=2018-08-02T16:59:38.140271Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T16:59:38.140366Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:00:19.193707Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi4vx27/noCloud.iso" level=error timestamp=2018-08-02T17:00:19.204795Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:00:19.205318Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:01:41.227908Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi4vx27/noCloud.iso" level=error timestamp=2018-08-02T17:01:41.239919Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:01:41.240344Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" ------------------------------ • Failure [180.740 seconds] Configurations /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:44 VirtualMachineInstance definition /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:55 with hugepages /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:164 should consume hugepages /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 hugepages-2Mi [It] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Unexpected Warning event received: testvmi4vx27,4ee9034f-9675-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ STEP: Starting a VM level=info timestamp=2018-08-02T16:58:41.807845Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi4vx27 kind=VirtualMachineInstance uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi4vx27-lp2ws" level=info timestamp=2018-08-02T16:58:56.260337Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi4vx27 kind=VirtualMachineInstance uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmi4vx27-lp2ws" level=error timestamp=2018-08-02T16:58:56.503627Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmi4vx27 kind=VirtualMachineInstance uid=4ee9034f-9675-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" S [SKIPPING] [0.442 seconds] Configurations /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:44 VirtualMachineInstance definition /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:55 with hugepages /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:164 should consume hugepages /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 hugepages-1Gi [It] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 No node with hugepages hugepages-1Gi capacity /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:216 ------------------------------ • Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T17:01:01.426765Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:01:01 http: TLS handshake error from 10.244.0.1:38800: EOF level=info timestamp=2018-08-02T17:01:10.220444Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:01:10.840759Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:01:10.843373Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:01:11 http: TLS handshake error from 10.244.0.1:38860: EOF level=info timestamp=2018-08-02T17:01:19.707697Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:01:21 http: TLS handshake error from 10.244.0.1:38920: EOF level=info timestamp=2018-08-02T17:01:31.352465Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:01:31.493629Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:01:31 http: TLS handshake error from 10.244.0.1:38980: EOF level=info timestamp=2018-08-02T17:01:40.332713Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:01:41 http: TLS handshake error from 10.244.0.1:39040: EOF level=info timestamp=2018-08-02T17:01:49.845392Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:01:51 http: TLS handshake error from 10.244.0.1:39100: EOF Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 17:00:06 http: TLS handshake error from 10.244.1.1:46700: EOF 2018/08/02 17:00:16 http: TLS handshake error from 10.244.1.1:46706: EOF 2018/08/02 17:00:26 http: TLS handshake error from 10.244.1.1:46712: EOF level=info timestamp=2018-08-02T17:00:31.800860Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:00:36 http: TLS handshake error from 10.244.1.1:46718: EOF 2018/08/02 17:00:46 http: TLS handshake error from 10.244.1.1:46724: EOF 2018/08/02 17:00:56 http: TLS handshake error from 10.244.1.1:46730: EOF level=info timestamp=2018-08-02T17:01:01.839939Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:01:06 http: TLS handshake error from 10.244.1.1:46736: EOF 2018/08/02 17:01:16 http: TLS handshake error from 10.244.1.1:46742: EOF 2018/08/02 17:01:26 http: TLS handshake error from 10.244.1.1:46748: EOF level=info timestamp=2018-08-02T17:01:31.873547Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:01:36 http: TLS handshake error from 10.244.1.1:46754: EOF 2018/08/02 17:01:46 http: TLS handshake error from 10.244.1.1:46760: EOF 2018/08/02 17:01:56 http: TLS handshake error from 10.244.1.1:46766: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T16:52:38.512116Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:52:38.512391Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:52:38.779820Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipk6wn\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipk6wn" level=info timestamp=2018-08-02T16:55:39.235936Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:55:39.236473Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:58:40.072657Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminrsfx kind= uid=4e1a4f78-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:58:40.073360Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminrsfx kind= uid=4e1a4f78-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:58:41.428335Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:58:41.428622Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:42.461495Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjrzr kind= uid=bad1460a-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:01:42.465271Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjrzr kind= uid=bad1460a-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:43.939680Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:01:43.939851Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:44.070105Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8k8kh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" level=info timestamp=2018-08-02T17:01:44.088157Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8k8kh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:01:59.728596Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:01:59.758778Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:01:59.760161Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" level=info timestamp=2018-08-02T17:01:59.760248Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi8k8kh, existing: true\n" level=info timestamp=2018-08-02T17:01:59.760276Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:01:59.760306Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:01:59.760365Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:01:59.792500Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:01:59.792755Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" level=info timestamp=2018-08-02T17:01:59.801642Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi8k8kh, existing: true\n" level=info timestamp=2018-08-02T17:01:59.801802Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:01:59.801864Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:01:59.804162Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:01:59.836182Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:01:59.839237Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T16:58:39.482988Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.513588Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:58:39.516181Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: true\n" level=info timestamp=2018-08-02T16:58:39.516298Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T16:58:39.516367Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:58:39.517369Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.517650Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:58:39.570507Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: false\n" level=info timestamp=2018-08-02T16:58:39.570671Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:58:39.570872Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.571100Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:01:21.717316Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: false\n" level=info timestamp=2018-08-02T17:01:21.718249Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:01:21.718654Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:01:21.719135Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi8k8kh-kq7rk Pod phase: Running level=info timestamp=2018-08-02T17:01:59.690925Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi8k8kh/noCloud.iso" level=error timestamp=2018-08-02T17:01:59.695758Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:01:59.695834Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:01:59.723233Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi8k8kh/noCloud.iso" level=error timestamp=2018-08-02T17:01:59.725428Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:01:59.725519Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:01:59.755885Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi8k8kh/noCloud.iso" level=error timestamp=2018-08-02T17:01:59.758309Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:01:59.758395Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:01:59.784626Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi8k8kh/noCloud.iso" level=error timestamp=2018-08-02T17:01:59.787538Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:01:59.787623Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:01:59.832849Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi8k8kh/noCloud.iso" level=error timestamp=2018-08-02T17:01:59.835643Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:01:59.835780Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running 2018/08/02 17:03:41 http: TLS handshake error from 10.244.0.1:39760: EOF level=info timestamp=2018-08-02T17:03:50.542105Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:03:51 http: TLS handshake error from 10.244.0.1:39820: EOF 2018/08/02 17:04:01 http: TLS handshake error from 10.244.0.1:39880: EOF level=info timestamp=2018-08-02T17:04:01.729210Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:04:01.864698Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:04:10.813299Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:04:11 http: TLS handshake error from 10.244.0.1:39940: EOF level=info timestamp=2018-08-02T17:04:20.704920Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:04:21 http: TLS handshake error from 10.244.0.1:40000: EOF 2018/08/02 17:04:31 http: TLS handshake error from 10.244.0.1:40060: EOF level=info timestamp=2018-08-02T17:04:31.823248Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:04:31.991083Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:04:40.920881Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:04:41 http: TLS handshake error from 10.244.0.1:40120: EOF Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 17:02:56 http: TLS handshake error from 10.244.1.1:46802: EOF level=info timestamp=2018-08-02T17:03:01.742856Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:03:06 http: TLS handshake error from 10.244.1.1:46808: EOF 2018/08/02 17:03:16 http: TLS handshake error from 10.244.1.1:46814: EOF 2018/08/02 17:03:26 http: TLS handshake error from 10.244.1.1:46820: EOF level=info timestamp=2018-08-02T17:03:31.790259Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:03:36 http: TLS handshake error from 10.244.1.1:46826: EOF 2018/08/02 17:03:46 http: TLS handshake error from 10.244.1.1:46832: EOF 2018/08/02 17:03:56 http: TLS handshake error from 10.244.1.1:46838: EOF level=info timestamp=2018-08-02T17:04:01.722487Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:04:06 http: TLS handshake error from 10.244.1.1:46844: EOF 2018/08/02 17:04:16 http: TLS handshake error from 10.244.1.1:46850: EOF 2018/08/02 17:04:26 http: TLS handshake error from 10.244.1.1:46856: EOF level=info timestamp=2018-08-02T17:04:31.802671Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:04:36 http: TLS handshake error from 10.244.1.1:46862: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T16:52:38.512116Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:52:38.512391Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipk6wn kind= uid=76924f41-9674-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:52:38.779820Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipk6wn\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipk6wn" level=info timestamp=2018-08-02T16:55:39.235936Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:55:39.236473Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:58:40.072657Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminrsfx kind= uid=4e1a4f78-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:58:40.073360Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminrsfx kind= uid=4e1a4f78-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:58:41.428335Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:58:41.428622Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:42.461495Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjrzr kind= uid=bad1460a-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:01:42.465271Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjrzr kind= uid=bad1460a-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:43.939680Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:01:43.939851Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:44.070105Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8k8kh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" level=info timestamp=2018-08-02T17:01:44.088157Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8k8kh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:03:22.113690Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:03:22.113840Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:03:22.114364Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:03:22.191423Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:03:22.192636Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" level=info timestamp=2018-08-02T17:04:25.091588Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi4vx27, existing: false\n" level=info timestamp=2018-08-02T17:04:25.092470Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:04:25.092794Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi4vx27 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:04:25.094297Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi4vx27 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:04:44.115521Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi8k8kh, existing: true\n" level=info timestamp=2018-08-02T17:04:44.116402Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:04:44.116494Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:04:44.119057Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:04:44.239340Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:04:44.240408Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T16:58:39.482988Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.513588Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:58:39.516181Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: true\n" level=info timestamp=2018-08-02T16:58:39.516298Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T16:58:39.516367Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:58:39.517369Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.517650Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:58:39.570507Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: false\n" level=info timestamp=2018-08-02T16:58:39.570671Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:58:39.570872Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.571100Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:01:21.717316Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: false\n" level=info timestamp=2018-08-02T17:01:21.718249Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:01:21.718654Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:01:21.719135Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi8k8kh-kq7rk Pod phase: Running level=info timestamp=2018-08-02T17:02:10.262705Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi8k8kh/noCloud.iso" level=error timestamp=2018-08-02T17:02:10.277726Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:02:10.278326Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:02:20.582404Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi8k8kh/noCloud.iso" level=error timestamp=2018-08-02T17:02:20.590182Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:02:20.590522Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:02:41.142510Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi8k8kh/noCloud.iso" level=error timestamp=2018-08-02T17:02:41.149195Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:02:41.149444Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:03:22.174879Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi8k8kh/noCloud.iso" level=error timestamp=2018-08-02T17:03:22.189372Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:03:22.189693Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:04:44.225732Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi8k8kh/noCloud.iso" level=error timestamp=2018-08-02T17:04:44.236112Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:04:44.236420Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" ------------------------------ • Failure in Spec Setup (BeforeEach) [180.875 seconds] Configurations /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:44 with CPU spec /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:294 when CPU model defined [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:340 should report defined CPU model /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:341 Unexpected Warning event received: testvmi8k8kh,bbb36723-9675-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ level=info timestamp=2018-08-02T17:01:44.146246Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi8k8kh kind=VirtualMachineInstance uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi8k8kh-kq7rk" level=info timestamp=2018-08-02T17:01:59.517051Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi8k8kh kind=VirtualMachineInstance uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmi8k8kh-kq7rk" level=error timestamp=2018-08-02T17:01:59.745187Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmi8k8kh kind=VirtualMachineInstance uid=bbb36723-9675-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running 2018/08/02 17:03:51 http: TLS handshake error from 10.244.0.1:39820: EOF 2018/08/02 17:04:01 http: TLS handshake error from 10.244.0.1:39880: EOF level=info timestamp=2018-08-02T17:04:01.729210Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:04:01.864698Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:04:10.813299Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:04:11 http: TLS handshake error from 10.244.0.1:39940: EOF level=info timestamp=2018-08-02T17:04:20.704920Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:04:21 http: TLS handshake error from 10.244.0.1:40000: EOF 2018/08/02 17:04:31 http: TLS handshake error from 10.244.0.1:40060: EOF level=info timestamp=2018-08-02T17:04:31.823248Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:04:31.991083Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:04:40.920881Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:04:41 http: TLS handshake error from 10.244.0.1:40120: EOF level=info timestamp=2018-08-02T17:04:50.787017Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:04:51 http: TLS handshake error from 10.244.0.1:40180: EOF Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 17:03:06 http: TLS handshake error from 10.244.1.1:46808: EOF 2018/08/02 17:03:16 http: TLS handshake error from 10.244.1.1:46814: EOF 2018/08/02 17:03:26 http: TLS handshake error from 10.244.1.1:46820: EOF level=info timestamp=2018-08-02T17:03:31.790259Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:03:36 http: TLS handshake error from 10.244.1.1:46826: EOF 2018/08/02 17:03:46 http: TLS handshake error from 10.244.1.1:46832: EOF 2018/08/02 17:03:56 http: TLS handshake error from 10.244.1.1:46838: EOF level=info timestamp=2018-08-02T17:04:01.722487Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:04:06 http: TLS handshake error from 10.244.1.1:46844: EOF 2018/08/02 17:04:16 http: TLS handshake error from 10.244.1.1:46850: EOF 2018/08/02 17:04:26 http: TLS handshake error from 10.244.1.1:46856: EOF level=info timestamp=2018-08-02T17:04:31.802671Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:04:36 http: TLS handshake error from 10.244.1.1:46862: EOF 2018/08/02 17:04:46 http: TLS handshake error from 10.244.1.1:46868: EOF 2018/08/02 17:04:56 http: TLS handshake error from 10.244.1.1:46874: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T16:55:39.235936Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:55:39.236473Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:58:40.072657Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminrsfx kind= uid=4e1a4f78-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:58:40.073360Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminrsfx kind= uid=4e1a4f78-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:58:41.428335Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:58:41.428622Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:42.461495Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjrzr kind= uid=bad1460a-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:01:42.465271Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjrzr kind= uid=bad1460a-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:43.939680Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:01:43.939851Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:44.070105Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8k8kh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" level=info timestamp=2018-08-02T17:01:44.088157Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8k8kh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" level=info timestamp=2018-08-02T17:04:44.771909Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:04:44.773442Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:04:44.883024Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixvbv5\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixvbv5" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:05:00.825643Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:05:00.825667Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:05:00.825724Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:05:00.897919Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:05:00.898652Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmixvbv5" level=info timestamp=2018-08-02T17:05:00.898848Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmixvbv5, existing: true\n" level=info timestamp=2018-08-02T17:05:00.898905Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:05:00.899083Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:05:00.899219Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:05:00.982134Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:05:00.982927Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmixvbv5" level=info timestamp=2018-08-02T17:05:00.983177Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmixvbv5, existing: true\n" level=info timestamp=2018-08-02T17:05:00.983202Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:05:00.983227Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:05:00.983299Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 msg="Processing vmi update" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T16:58:39.482988Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.513588Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:58:39.516181Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: true\n" level=info timestamp=2018-08-02T16:58:39.516298Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T16:58:39.516367Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:58:39.517369Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.517650Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:58:39.570507Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: false\n" level=info timestamp=2018-08-02T16:58:39.570671Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:58:39.570872Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.571100Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:01:21.717316Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: false\n" level=info timestamp=2018-08-02T17:01:21.718249Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:01:21.718654Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:01:21.719135Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmixvbv5-mf4cw Pod phase: Running level=info timestamp=2018-08-02T17:05:00.790153Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixvbv5/noCloud.iso" level=error timestamp=2018-08-02T17:05:00.792565Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:05:00.792636Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:05:00.818913Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixvbv5/noCloud.iso" level=error timestamp=2018-08-02T17:05:00.821743Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:05:00.821816Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:05:00.879138Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixvbv5/noCloud.iso" level=error timestamp=2018-08-02T17:05:00.893014Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:05:00.893216Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:05:00.978027Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixvbv5/noCloud.iso" level=error timestamp=2018-08-02T17:05:00.981774Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:05:00.981845Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:05:01.047051Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixvbv5/noCloud.iso" level=error timestamp=2018-08-02T17:05:01.052648Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:05:01.052845Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running 2018/08/02 17:06:41 http: TLS handshake error from 10.244.0.1:40840: EOF level=info timestamp=2018-08-02T17:06:51.455825Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:06:51 http: TLS handshake error from 10.244.0.1:40900: EOF 2018/08/02 17:07:01 http: TLS handshake error from 10.244.0.1:40960: EOF level=info timestamp=2018-08-02T17:07:02.340887Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:07:02.526879Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:07:11.397681Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:07:11 http: TLS handshake error from 10.244.0.1:41020: EOF level=info timestamp=2018-08-02T17:07:21.604923Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:07:21 http: TLS handshake error from 10.244.0.1:41080: EOF 2018/08/02 17:07:31 http: TLS handshake error from 10.244.0.1:41140: EOF level=info timestamp=2018-08-02T17:07:32.534761Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:07:32.595031Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:07:41.497055Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:07:41 http: TLS handshake error from 10.244.0.1:41200: EOF Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 17:05:56 http: TLS handshake error from 10.244.1.1:46910: EOF level=info timestamp=2018-08-02T17:06:01.689840Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:06:06 http: TLS handshake error from 10.244.1.1:46916: EOF 2018/08/02 17:06:16 http: TLS handshake error from 10.244.1.1:46922: EOF 2018/08/02 17:06:26 http: TLS handshake error from 10.244.1.1:46928: EOF level=info timestamp=2018-08-02T17:06:31.817173Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:06:36 http: TLS handshake error from 10.244.1.1:46934: EOF 2018/08/02 17:06:46 http: TLS handshake error from 10.244.1.1:46940: EOF 2018/08/02 17:06:56 http: TLS handshake error from 10.244.1.1:46946: EOF level=info timestamp=2018-08-02T17:07:01.835596Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:07:06 http: TLS handshake error from 10.244.1.1:46952: EOF 2018/08/02 17:07:16 http: TLS handshake error from 10.244.1.1:46958: EOF 2018/08/02 17:07:26 http: TLS handshake error from 10.244.1.1:46964: EOF level=info timestamp=2018-08-02T17:07:31.828271Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:07:36 http: TLS handshake error from 10.244.1.1:46970: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T16:55:39.235936Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:55:39.236473Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:58:40.072657Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminrsfx kind= uid=4e1a4f78-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:58:40.073360Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminrsfx kind= uid=4e1a4f78-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:58:41.428335Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:58:41.428622Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:42.461495Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjrzr kind= uid=bad1460a-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:01:42.465271Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjrzr kind= uid=bad1460a-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:43.939680Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:01:43.939851Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:44.070105Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8k8kh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" level=info timestamp=2018-08-02T17:01:44.088157Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8k8kh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" level=info timestamp=2018-08-02T17:04:44.771909Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:04:44.773442Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:04:44.883024Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixvbv5\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixvbv5" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:05:42.167762Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:05:42.167861Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:05:42.169225Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:05:42.243397Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:05:42.244647Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmixvbv5" level=info timestamp=2018-08-02T17:06:23.207347Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmixvbv5, existing: true\n" level=info timestamp=2018-08-02T17:06:23.208371Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:06:23.208459Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:06:23.208809Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:06:23.284130Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:06:23.284751Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmixvbv5" level=info timestamp=2018-08-02T17:07:28.082529Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi8k8kh, existing: false\n" level=info timestamp=2018-08-02T17:07:28.083356Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:07:28.083662Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi8k8kh kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:07:28.084733Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi8k8kh kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T16:58:39.482988Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.513588Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:58:39.516181Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: true\n" level=info timestamp=2018-08-02T16:58:39.516298Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T16:58:39.516367Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:58:39.517369Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.517650Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:58:39.570507Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: false\n" level=info timestamp=2018-08-02T16:58:39.570671Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:58:39.570872Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.571100Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:01:21.717316Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: false\n" level=info timestamp=2018-08-02T17:01:21.718249Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:01:21.718654Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:01:21.719135Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmixvbv5-mf4cw Pod phase: Running level=info timestamp=2018-08-02T17:05:06.147013Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixvbv5/noCloud.iso" level=error timestamp=2018-08-02T17:05:06.157502Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:05:06.157729Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:05:11.339143Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixvbv5/noCloud.iso" level=error timestamp=2018-08-02T17:05:11.347029Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:05:11.347279Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:05:21.668604Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixvbv5/noCloud.iso" level=error timestamp=2018-08-02T17:05:21.679782Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:05:21.680276Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:05:42.231817Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixvbv5/noCloud.iso" level=error timestamp=2018-08-02T17:05:42.241831Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:05:42.242158Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:06:23.272069Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixvbv5/noCloud.iso" level=error timestamp=2018-08-02T17:06:23.282264Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:06:23.282587Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure in Spec Setup (BeforeEach) [180.825 seconds] Configurations /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:44 with CPU spec /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:294 when CPU model equals to passthrough [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:368 should report exactly the same model as node CPU /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:369 Unexpected Warning event received: testvmixvbv5,277b35af-9676-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ level=info timestamp=2018-08-02T17:04:45.060119Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmixvbv5 kind=VirtualMachineInstance uid=277b35af-9676-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmixvbv5-mf4cw" level=info timestamp=2018-08-02T17:05:00.679433Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmixvbv5 kind=VirtualMachineInstance uid=277b35af-9676-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmixvbv5-mf4cw" level=error timestamp=2018-08-02T17:05:00.806732Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmixvbv5 kind=VirtualMachineInstance uid=277b35af-9676-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running 2018/08/02 17:07:01 http: TLS handshake error from 10.244.0.1:40960: EOF level=info timestamp=2018-08-02T17:07:02.340887Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:07:02.526879Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:07:11.397681Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:07:11 http: TLS handshake error from 10.244.0.1:41020: EOF level=info timestamp=2018-08-02T17:07:21.604923Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:07:21 http: TLS handshake error from 10.244.0.1:41080: EOF 2018/08/02 17:07:31 http: TLS handshake error from 10.244.0.1:41140: EOF level=info timestamp=2018-08-02T17:07:32.534761Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:07:32.595031Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:07:41.497055Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:07:41 http: TLS handshake error from 10.244.0.1:41200: EOF level=info timestamp=2018-08-02T17:07:52.053414Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:07:52 http: TLS handshake error from 10.244.0.1:41260: EOF 2018/08/02 17:08:01 http: TLS handshake error from 10.244.0.1:41320: EOF Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 17:06:16 http: TLS handshake error from 10.244.1.1:46922: EOF 2018/08/02 17:06:26 http: TLS handshake error from 10.244.1.1:46928: EOF level=info timestamp=2018-08-02T17:06:31.817173Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:06:36 http: TLS handshake error from 10.244.1.1:46934: EOF 2018/08/02 17:06:46 http: TLS handshake error from 10.244.1.1:46940: EOF 2018/08/02 17:06:56 http: TLS handshake error from 10.244.1.1:46946: EOF level=info timestamp=2018-08-02T17:07:01.835596Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:07:06 http: TLS handshake error from 10.244.1.1:46952: EOF 2018/08/02 17:07:16 http: TLS handshake error from 10.244.1.1:46958: EOF 2018/08/02 17:07:26 http: TLS handshake error from 10.244.1.1:46964: EOF level=info timestamp=2018-08-02T17:07:31.828271Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:07:36 http: TLS handshake error from 10.244.1.1:46970: EOF 2018/08/02 17:07:46 http: TLS handshake error from 10.244.1.1:46976: EOF 2018/08/02 17:07:56 http: TLS handshake error from 10.244.1.1:46982: EOF level=info timestamp=2018-08-02T17:08:01.745925Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T16:58:40.072657Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminrsfx kind= uid=4e1a4f78-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:58:40.073360Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminrsfx kind= uid=4e1a4f78-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:58:41.428335Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:58:41.428622Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:42.461495Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjrzr kind= uid=bad1460a-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:01:42.465271Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjrzr kind= uid=bad1460a-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:43.939680Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:01:43.939851Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:44.070105Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8k8kh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" level=info timestamp=2018-08-02T17:01:44.088157Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8k8kh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" level=info timestamp=2018-08-02T17:04:44.771909Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:04:44.773442Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:04:44.883024Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixvbv5\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixvbv5" level=info timestamp=2018-08-02T17:07:45.534374Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:07:45.537589Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:08:02.221244Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:08:02.245434Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:08:02.245673Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmizchn2" level=info timestamp=2018-08-02T17:08:02.245726Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizchn2, existing: true\n" level=info timestamp=2018-08-02T17:08:02.245754Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:08:02.245780Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:08:02.245831Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:08:02.269072Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:08:02.270790Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmizchn2" level=info timestamp=2018-08-02T17:08:02.286115Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizchn2, existing: true\n" level=info timestamp=2018-08-02T17:08:02.286181Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:08:02.286209Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:08:02.286298Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:08:02.308767Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:08:02.309234Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmizchn2" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T16:58:39.482988Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.513588Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:58:39.516181Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: true\n" level=info timestamp=2018-08-02T16:58:39.516298Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T16:58:39.516367Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:58:39.517369Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.517650Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:58:39.570507Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: false\n" level=info timestamp=2018-08-02T16:58:39.570671Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:58:39.570872Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.571100Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:01:21.717316Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: false\n" level=info timestamp=2018-08-02T17:01:21.718249Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:01:21.718654Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:01:21.719135Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmizchn2-fzzdh Pod phase: Running level=info timestamp=2018-08-02T17:08:02.190138Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizchn2/noCloud.iso" level=error timestamp=2018-08-02T17:08:02.192583Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:08:02.192717Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:08:02.214863Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizchn2/noCloud.iso" level=error timestamp=2018-08-02T17:08:02.219047Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:08:02.219128Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:08:02.242331Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizchn2/noCloud.iso" level=error timestamp=2018-08-02T17:08:02.245083Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:08:02.245169Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:08:02.265756Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizchn2/noCloud.iso" level=error timestamp=2018-08-02T17:08:02.268656Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:08:02.268763Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:08:02.306174Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizchn2/noCloud.iso" level=error timestamp=2018-08-02T17:08:02.308379Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:08:02.308468Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T17:09:52.608924Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:10:01 http: TLS handshake error from 10.244.0.1:42040: EOF level=info timestamp=2018-08-02T17:10:03.021761Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:10:03.062264Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:10:09.936820Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:10:09.939731Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:10:11 http: TLS handshake error from 10.244.0.1:42100: EOF level=info timestamp=2018-08-02T17:10:12.015573Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:10:21 http: TLS handshake error from 10.244.0.1:42160: EOF level=info timestamp=2018-08-02T17:10:22.744460Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:10:31 http: TLS handshake error from 10.244.0.1:42220: EOF level=info timestamp=2018-08-02T17:10:33.094559Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:10:33.140696Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:10:41 http: TLS handshake error from 10.244.0.1:42280: EOF level=info timestamp=2018-08-02T17:10:42.137137Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 17:09:06 http: TLS handshake error from 10.244.1.1:47024: EOF 2018/08/02 17:09:16 http: TLS handshake error from 10.244.1.1:47030: EOF 2018/08/02 17:09:26 http: TLS handshake error from 10.244.1.1:47036: EOF level=info timestamp=2018-08-02T17:09:31.730999Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:09:36 http: TLS handshake error from 10.244.1.1:47042: EOF 2018/08/02 17:09:46 http: TLS handshake error from 10.244.1.1:47048: EOF 2018/08/02 17:09:56 http: TLS handshake error from 10.244.1.1:47054: EOF level=info timestamp=2018-08-02T17:10:01.587220Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:10:01.620139Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:10:01.849172Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:10:06 http: TLS handshake error from 10.244.1.1:47060: EOF 2018/08/02 17:10:16 http: TLS handshake error from 10.244.1.1:47066: EOF 2018/08/02 17:10:26 http: TLS handshake error from 10.244.1.1:47072: EOF level=info timestamp=2018-08-02T17:10:31.766937Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:10:36 http: TLS handshake error from 10.244.1.1:47078: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T16:58:40.072657Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminrsfx kind= uid=4e1a4f78-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:58:40.073360Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminrsfx kind= uid=4e1a4f78-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:58:41.428335Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:58:41.428622Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:42.461495Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjrzr kind= uid=bad1460a-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:01:42.465271Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjrzr kind= uid=bad1460a-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:43.939680Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:01:43.939851Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:44.070105Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8k8kh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" level=info timestamp=2018-08-02T17:01:44.088157Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8k8kh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" level=info timestamp=2018-08-02T17:04:44.771909Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:04:44.773442Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:04:44.883024Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixvbv5\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixvbv5" level=info timestamp=2018-08-02T17:07:45.534374Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:07:45.537589Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:08:43.521585Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:08:43.521749Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:08:43.523394Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:08:43.596835Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:08:43.597816Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmizchn2" level=info timestamp=2018-08-02T17:09:24.560754Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizchn2, existing: true\n" level=info timestamp=2018-08-02T17:09:24.561870Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:09:24.562215Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:09:24.562751Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:09:24.648804Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:09:24.649566Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmizchn2" level=info timestamp=2018-08-02T17:10:29.125352Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmixvbv5, existing: false\n" level=info timestamp=2018-08-02T17:10:29.126795Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:10:29.127473Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmixvbv5 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:10:29.128636Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmixvbv5 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T16:58:39.482988Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.513588Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:58:39.516181Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: true\n" level=info timestamp=2018-08-02T16:58:39.516298Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T16:58:39.516367Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:58:39.517369Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.517650Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind= uid=e251ec59-9674-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:58:39.570507Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: false\n" level=info timestamp=2018-08-02T16:58:39.570671Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:58:39.570872Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:58:39.571100Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:01:21.717316Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmib6qpn, existing: false\n" level=info timestamp=2018-08-02T17:01:21.718249Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:01:21.718654Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:01:21.719135Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmib6qpn kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmizchn2-fzzdh Pod phase: Running level=info timestamp=2018-08-02T17:08:07.508452Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizchn2/noCloud.iso" level=error timestamp=2018-08-02T17:08:07.514147Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:08:07.514331Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:08:12.687929Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizchn2/noCloud.iso" level=error timestamp=2018-08-02T17:08:12.693841Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:08:12.694162Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:08:23.020799Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizchn2/noCloud.iso" level=error timestamp=2018-08-02T17:08:23.035188Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:08:23.035470Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:08:43.586536Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizchn2/noCloud.iso" level=error timestamp=2018-08-02T17:08:43.594935Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:08:43.595612Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:09:24.633817Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizchn2/noCloud.iso" level=error timestamp=2018-08-02T17:09:24.644486Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:09:24.644784Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure in Spec Setup (BeforeEach) [180.809 seconds] Configurations /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:44 with CPU spec /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:294 when CPU model not defined [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:392 should report CPU model from libvirt capabilities /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:393 Unexpected Warning event received: testvmizchn2,933acbd0-9676-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ level=info timestamp=2018-08-02T17:07:45.817819Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmizchn2 kind=VirtualMachineInstance uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmizchn2-fzzdh" level=info timestamp=2018-08-02T17:08:02.043184Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmizchn2 kind=VirtualMachineInstance uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmizchn2-fzzdh" level=error timestamp=2018-08-02T17:08:02.229953Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmizchn2 kind=VirtualMachineInstance uid=933acbd0-9676-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T17:10:03.062264Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:10:09.936820Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:10:09.939731Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:10:11 http: TLS handshake error from 10.244.0.1:42100: EOF level=info timestamp=2018-08-02T17:10:12.015573Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:10:21 http: TLS handshake error from 10.244.0.1:42160: EOF level=info timestamp=2018-08-02T17:10:22.744460Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:10:31 http: TLS handshake error from 10.244.0.1:42220: EOF level=info timestamp=2018-08-02T17:10:33.094559Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:10:33.140696Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:10:41 http: TLS handshake error from 10.244.0.1:42280: EOF level=info timestamp=2018-08-02T17:10:42.137137Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:10:51 http: TLS handshake error from 10.244.0.1:42340: EOF level=info timestamp=2018-08-02T17:10:52.918511Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:11:01 http: TLS handshake error from 10.244.0.1:42400: EOF Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T17:09:31.730999Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:09:36 http: TLS handshake error from 10.244.1.1:47042: EOF 2018/08/02 17:09:46 http: TLS handshake error from 10.244.1.1:47048: EOF 2018/08/02 17:09:56 http: TLS handshake error from 10.244.1.1:47054: EOF level=info timestamp=2018-08-02T17:10:01.587220Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:10:01.620139Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:10:01.849172Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:10:06 http: TLS handshake error from 10.244.1.1:47060: EOF 2018/08/02 17:10:16 http: TLS handshake error from 10.244.1.1:47066: EOF 2018/08/02 17:10:26 http: TLS handshake error from 10.244.1.1:47072: EOF level=info timestamp=2018-08-02T17:10:31.766937Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:10:36 http: TLS handshake error from 10.244.1.1:47078: EOF 2018/08/02 17:10:46 http: TLS handshake error from 10.244.1.1:47084: EOF 2018/08/02 17:10:56 http: TLS handshake error from 10.244.1.1:47090: EOF level=info timestamp=2018-08-02T17:11:01.779590Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T16:58:41.428622Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:42.461495Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjrzr kind= uid=bad1460a-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:01:42.465271Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjrzr kind= uid=bad1460a-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:43.939680Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:01:43.939851Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:44.070105Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8k8kh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" level=info timestamp=2018-08-02T17:01:44.088157Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8k8kh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" level=info timestamp=2018-08-02T17:04:44.771909Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:04:44.773442Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:04:44.883024Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixvbv5\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixvbv5" level=info timestamp=2018-08-02T17:07:45.534374Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:07:45.537589Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:10:46.269103Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:10:46.272310Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:10:46.523202Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmigwkwx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmigwkwx" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:10:46.055554Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:10:46.125775Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:10:46.125927Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizchn2, existing: true\n" level=info timestamp=2018-08-02T17:10:46.130212Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:10:46.130262Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:10:46.130334Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:10:46.130447Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:10:46.155654Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizchn2, existing: false\n" level=info timestamp=2018-08-02T17:10:46.155720Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:10:46.155791Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:10:46.155892Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:10:46.571641Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizchn2, existing: false\n" level=info timestamp=2018-08-02T17:10:46.573679Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:10:46.574650Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:10:46.575588Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:11:02.197090Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:11:02.197184Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:11:02.197366Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:11:02.248383Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:11:02.249026Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmigwkwx" level=info timestamp=2018-08-02T17:11:02.249173Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmigwkwx, existing: true\n" level=info timestamp=2018-08-02T17:11:02.249229Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:11:02.249301Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:11:02.249490Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:11:02.305822Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:11:02.306235Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmigwkwx" level=info timestamp=2018-08-02T17:11:02.337201Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmigwkwx, existing: true\n" level=info timestamp=2018-08-02T17:11:02.337337Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:11:02.337464Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:11:02.337652Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Processing vmi update" Pod name: virt-launcher-testvmigwkwx-4jg5z Pod phase: Running level=info timestamp=2018-08-02T17:11:02.140505Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:11:02.145498Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:11:02.145664Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:11:02.190272Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:11:02.195643Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:11:02.195832Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:11:02.242834Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:11:02.247606Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:11:02.247804Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:11:02.300012Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:11:02.304629Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:11:02.304819Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:11:02.393932Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:11:02.398636Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:11:02.398908Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T17:12:53.547922Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:13:01 http: TLS handshake error from 10.244.0.1:43120: EOF level=info timestamp=2018-08-02T17:13:03.427450Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:13:03.489897Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:13:09.961832Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:13:09.965349Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:13:11 http: TLS handshake error from 10.244.0.1:43180: EOF level=info timestamp=2018-08-02T17:13:12.631106Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:13:21 http: TLS handshake error from 10.244.0.1:43240: EOF level=info timestamp=2018-08-02T17:13:23.696655Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:13:31 http: TLS handshake error from 10.244.0.1:43300: EOF level=info timestamp=2018-08-02T17:13:33.506577Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:13:33.587652Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:13:41 http: TLS handshake error from 10.244.0.1:43360: EOF level=info timestamp=2018-08-02T17:13:42.720759Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 17:11:56 http: TLS handshake error from 10.244.1.1:47126: EOF level=info timestamp=2018-08-02T17:12:01.845082Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:12:06 http: TLS handshake error from 10.244.1.1:47132: EOF 2018/08/02 17:12:16 http: TLS handshake error from 10.244.1.1:47138: EOF 2018/08/02 17:12:26 http: TLS handshake error from 10.244.1.1:47144: EOF level=info timestamp=2018-08-02T17:12:31.806914Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:12:36 http: TLS handshake error from 10.244.1.1:47150: EOF 2018/08/02 17:12:46 http: TLS handshake error from 10.244.1.1:47156: EOF 2018/08/02 17:12:56 http: TLS handshake error from 10.244.1.1:47162: EOF level=info timestamp=2018-08-02T17:13:01.730712Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:13:06 http: TLS handshake error from 10.244.1.1:47168: EOF 2018/08/02 17:13:16 http: TLS handshake error from 10.244.1.1:47174: EOF 2018/08/02 17:13:26 http: TLS handshake error from 10.244.1.1:47180: EOF level=info timestamp=2018-08-02T17:13:31.749990Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:13:36 http: TLS handshake error from 10.244.1.1:47186: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T16:58:41.428622Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4vx27 kind= uid=4ee9034f-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:42.461495Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjrzr kind= uid=bad1460a-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:01:42.465271Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjrzr kind= uid=bad1460a-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:43.939680Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:01:43.939851Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:44.070105Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8k8kh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" level=info timestamp=2018-08-02T17:01:44.088157Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8k8kh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" level=info timestamp=2018-08-02T17:04:44.771909Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:04:44.773442Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:04:44.883024Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixvbv5\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixvbv5" level=info timestamp=2018-08-02T17:07:45.534374Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:07:45.537589Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:10:46.269103Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:10:46.272310Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:10:46.523202Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmigwkwx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmigwkwx" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:10:46.055554Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:10:46.125775Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:10:46.125927Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizchn2, existing: true\n" level=info timestamp=2018-08-02T17:10:46.130212Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:10:46.130262Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:10:46.130334Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:10:46.130447Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:10:46.155654Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizchn2, existing: false\n" level=info timestamp=2018-08-02T17:10:46.155720Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:10:46.155791Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:10:46.155892Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:10:46.571641Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizchn2, existing: false\n" level=info timestamp=2018-08-02T17:10:46.573679Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:10:46.574650Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:10:46.575588Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:11:22.820100Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:11:22.887815Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:11:22.888495Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmigwkwx" level=info timestamp=2018-08-02T17:11:43.369658Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmigwkwx, existing: true\n" level=info timestamp=2018-08-02T17:11:43.370121Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:11:43.370197Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:11:43.370669Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:11:43.430195Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:11:43.430920Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmigwkwx" level=info timestamp=2018-08-02T17:12:24.392306Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmigwkwx, existing: true\n" level=info timestamp=2018-08-02T17:12:24.393244Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:12:24.393336Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:12:24.393772Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:12:24.468634Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:12:24.469227Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmigwkwx" Pod name: virt-launcher-testvmigwkwx-4jg5z Pod phase: Running level=info timestamp=2018-08-02T17:11:07.401913Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:11:07.407232Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:11:07.407483Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:11:12.571330Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:11:12.576255Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:11:12.576495Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:11:22.877114Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:11:22.886171Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:11:22.886491Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:11:43.421050Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:11:43.428875Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:11:43.429125Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:12:24.457923Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:12:24.466854Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:12:24.467181Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure [180.713 seconds] Configurations /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:44 New VirtualMachineInstance with all supported drives /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:413 should have all the device nodes [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:436 Unexpected Warning event received: testvmigwkwx,fef353c2-9676-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ level=info timestamp=2018-08-02T17:10:46.534822Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmigwkwx kind=VirtualMachineInstance uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmigwkwx-4jg5z" level=info timestamp=2018-08-02T17:11:02.241880Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmigwkwx kind=VirtualMachineInstance uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmigwkwx-4jg5z" level=error timestamp=2018-08-02T17:11:02.409988Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmigwkwx kind=VirtualMachineInstance uid=fef353c2-9676-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T17:13:42.720759Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:13:51 http: TLS handshake error from 10.244.0.1:43420: EOF level=info timestamp=2018-08-02T17:13:53.868915Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:14:01 http: TLS handshake error from 10.244.0.1:43480: EOF level=info timestamp=2018-08-02T17:14:03.541142Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:14:03.616219Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:14:11 http: TLS handshake error from 10.244.0.1:43540: EOF level=info timestamp=2018-08-02T17:14:12.798673Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:14:21 http: TLS handshake error from 10.244.0.1:43600: EOF level=info timestamp=2018-08-02T17:14:24.053708Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:14:31 http: TLS handshake error from 10.244.0.1:43660: EOF level=info timestamp=2018-08-02T17:14:33.604539Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:14:33.708699Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:14:41 http: TLS handshake error from 10.244.0.1:43720: EOF level=info timestamp=2018-08-02T17:14:42.903348Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T17:13:01.730712Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:13:06 http: TLS handshake error from 10.244.1.1:47168: EOF 2018/08/02 17:13:16 http: TLS handshake error from 10.244.1.1:47174: EOF 2018/08/02 17:13:26 http: TLS handshake error from 10.244.1.1:47180: EOF level=info timestamp=2018-08-02T17:13:31.749990Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:13:36 http: TLS handshake error from 10.244.1.1:47186: EOF 2018/08/02 17:13:46 http: TLS handshake error from 10.244.1.1:47192: EOF 2018/08/02 17:13:56 http: TLS handshake error from 10.244.1.1:47198: EOF level=info timestamp=2018-08-02T17:14:01.779212Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:14:06 http: TLS handshake error from 10.244.1.1:47204: EOF 2018/08/02 17:14:16 http: TLS handshake error from 10.244.1.1:47210: EOF 2018/08/02 17:14:26 http: TLS handshake error from 10.244.1.1:47216: EOF level=info timestamp=2018-08-02T17:14:31.759862Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:14:36 http: TLS handshake error from 10.244.1.1:47222: EOF 2018/08/02 17:14:46 http: TLS handshake error from 10.244.1.1:47228: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:01:42.465271Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjrzr kind= uid=bad1460a-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:43.939680Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:01:43.939851Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:44.070105Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8k8kh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" level=info timestamp=2018-08-02T17:01:44.088157Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8k8kh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" level=info timestamp=2018-08-02T17:04:44.771909Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:04:44.773442Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:04:44.883024Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixvbv5\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixvbv5" level=info timestamp=2018-08-02T17:07:45.534374Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:07:45.537589Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:10:46.269103Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:10:46.272310Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:10:46.523202Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmigwkwx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmigwkwx" level=info timestamp=2018-08-02T17:13:46.757718Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:13:46.764298Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:10:46.055554Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:10:46.125775Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:10:46.125927Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizchn2, existing: true\n" level=info timestamp=2018-08-02T17:10:46.130212Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:10:46.130262Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:10:46.130334Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:10:46.130447Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:10:46.155654Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizchn2, existing: false\n" level=info timestamp=2018-08-02T17:10:46.155720Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:10:46.155791Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:10:46.155892Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:10:46.571641Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizchn2, existing: false\n" level=info timestamp=2018-08-02T17:10:46.573679Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:10:46.574650Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:10:46.575588Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:14:13.557565Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:14:13.619226Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:14:13.619757Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmij5wjf" level=info timestamp=2018-08-02T17:14:23.861140Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmij5wjf, existing: true\n" level=info timestamp=2018-08-02T17:14:23.861959Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:14:23.862051Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:14:23.862802Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:14:23.927881Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:14:23.928621Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmij5wjf" level=info timestamp=2018-08-02T17:14:44.409382Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmij5wjf, existing: true\n" level=info timestamp=2018-08-02T17:14:44.409739Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:14:44.409814Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:14:44.410054Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:14:44.464892Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:14:44.465439Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmij5wjf" Pod name: virt-launcher-testvmigwkwx-4jg5z Pod phase: Running level=info timestamp=2018-08-02T17:11:12.571330Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:11:12.576255Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:11:12.576495Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:11:22.877114Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:11:22.886171Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:11:22.886491Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:11:43.421050Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:11:43.428875Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:11:43.429125Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:12:24.457923Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:12:24.466854Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:12:24.467181Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:13:46.466943Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:13:46.479760Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:13:46.480040Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: virt-launcher-testvmij5wjf-jws6s Pod phase: Running level=info timestamp=2018-08-02T17:14:05.802135Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:14:05.806993Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:14:05.807163Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:14:08.428836Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:14:08.434176Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:14:08.434442Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:14:13.610171Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:14:13.615350Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:14:13.615630Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:14:23.918330Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:14:23.926270Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:14:23.926648Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:14:44.458209Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:14:44.463811Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:14:44.464029Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure in Spec Setup (BeforeEach) [60.515 seconds] Expose /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:53 Expose service on a VM /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:61 Expose ClusterIP service [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:68 Should expose a Cluster IP service on a VMI and connect to it /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:71 Timed out after 30.013s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1030 ------------------------------ level=info timestamp=2018-08-02T17:13:46.972145Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmij5wjf kind=VirtualMachineInstance uid=6a86e94a-9677-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmij5wjf-jws6s" level=info timestamp=2018-08-02T17:14:03.264822Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmij5wjf kind=VirtualMachineInstance uid=6a86e94a-9677-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmij5wjf-jws6s" level=error timestamp=2018-08-02T17:14:03.427887Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmij5wjf kind=VirtualMachineInstance uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:14:03.482524Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmij5wjf kind=VirtualMachineInstance uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:14:03.590107Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmij5wjf kind=VirtualMachineInstance uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:14:03.643317Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmij5wjf kind=VirtualMachineInstance uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:14:03.723464Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmij5wjf kind=VirtualMachineInstance uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:14:03.768071Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmij5wjf kind=VirtualMachineInstance uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:14:03.817942Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmij5wjf kind=VirtualMachineInstance uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:14:04.181164Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmij5wjf kind=VirtualMachineInstance uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:14:04.870207Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmij5wjf kind=VirtualMachineInstance uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:14:06.194806Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmij5wjf kind=VirtualMachineInstance uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:14:08.841060Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmij5wjf kind=VirtualMachineInstance uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:14:14.008269Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmij5wjf kind=VirtualMachineInstance uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T17:14:54.223176Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:15:01 http: TLS handshake error from 10.244.0.1:43840: EOF level=info timestamp=2018-08-02T17:15:03.687059Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:15:03.777492Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:15:09.887698Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:15:09.893321Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:15:11 http: TLS handshake error from 10.244.0.1:43900: EOF level=info timestamp=2018-08-02T17:15:13.003211Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:15:21 http: TLS handshake error from 10.244.0.1:43960: EOF level=info timestamp=2018-08-02T17:15:24.383643Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:15:31 http: TLS handshake error from 10.244.0.1:44020: EOF level=info timestamp=2018-08-02T17:15:33.770856Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:15:33.847768Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:15:41 http: TLS handshake error from 10.244.0.1:44080: EOF level=info timestamp=2018-08-02T17:15:43.098418Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T17:14:01.779212Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:14:06 http: TLS handshake error from 10.244.1.1:47204: EOF 2018/08/02 17:14:16 http: TLS handshake error from 10.244.1.1:47210: EOF 2018/08/02 17:14:26 http: TLS handshake error from 10.244.1.1:47216: EOF level=info timestamp=2018-08-02T17:14:31.759862Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:14:36 http: TLS handshake error from 10.244.1.1:47222: EOF 2018/08/02 17:14:46 http: TLS handshake error from 10.244.1.1:47228: EOF 2018/08/02 17:14:56 http: TLS handshake error from 10.244.1.1:47234: EOF level=info timestamp=2018-08-02T17:15:01.994669Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:15:06 http: TLS handshake error from 10.244.1.1:47240: EOF 2018/08/02 17:15:16 http: TLS handshake error from 10.244.1.1:47246: EOF 2018/08/02 17:15:26 http: TLS handshake error from 10.244.1.1:47252: EOF level=info timestamp=2018-08-02T17:15:31.810874Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:15:36 http: TLS handshake error from 10.244.1.1:47258: EOF 2018/08/02 17:15:46 http: TLS handshake error from 10.244.1.1:47264: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:01:43.939851Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8k8kh kind= uid=bbb36723-9675-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:01:44.070105Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8k8kh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" level=info timestamp=2018-08-02T17:01:44.088157Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8k8kh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8k8kh" level=info timestamp=2018-08-02T17:04:44.771909Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:04:44.773442Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:04:44.883024Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixvbv5\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixvbv5" level=info timestamp=2018-08-02T17:07:45.534374Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:07:45.537589Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:10:46.269103Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:10:46.272310Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:10:46.523202Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmigwkwx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmigwkwx" level=info timestamp=2018-08-02T17:13:46.757718Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:13:46.764298Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:14:47.286420Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:14:47.288483Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:10:46.055554Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:10:46.125775Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:10:46.125927Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizchn2, existing: true\n" level=info timestamp=2018-08-02T17:10:46.130212Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:10:46.130262Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:10:46.130334Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:10:46.130447Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:10:46.155654Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizchn2, existing: false\n" level=info timestamp=2018-08-02T17:10:46.155720Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:10:46.155791Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:10:46.155892Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:10:46.571641Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizchn2, existing: false\n" level=info timestamp=2018-08-02T17:10:46.573679Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:10:46.574650Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:10:46.575588Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizchn2 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:15:22.903769Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:15:22.964320Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:15:22.964785Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmit7cdn" level=info timestamp=2018-08-02T17:15:25.426583Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmij5wjf, existing: true\n" level=info timestamp=2018-08-02T17:15:25.427235Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:15:25.427310Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:15:25.427752Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:15:25.509745Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:15:25.510342Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmij5wjf" level=info timestamp=2018-08-02T17:15:43.446158Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmit7cdn, existing: true\n" level=info timestamp=2018-08-02T17:15:43.446331Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:15:43.446359Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:15:43.446498Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:15:43.509313Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:15:43.509895Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmit7cdn" Pod name: virt-launcher-testvmigwkwx-4jg5z Pod phase: Running level=info timestamp=2018-08-02T17:11:12.571330Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:11:12.576255Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:11:12.576495Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:11:22.877114Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:11:22.886171Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:11:22.886491Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:11:43.421050Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:11:43.428875Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:11:43.429125Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:12:24.457923Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:12:24.466854Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:12:24.467181Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:13:46.466943Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:13:46.479760Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:13:46.480040Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: virt-launcher-testvmij5wjf-jws6s Pod phase: Running level=info timestamp=2018-08-02T17:14:08.428836Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:14:08.434176Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:14:08.434442Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:14:13.610171Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:14:13.615350Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:14:13.615630Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:14:23.918330Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:14:23.926270Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:14:23.926648Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:14:44.458209Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:14:44.463811Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:14:44.464029Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:15:25.501971Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:15:25.508310Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:15:25.508587Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: virt-launcher-testvmit7cdn-c4tsx Pod phase: Running level=info timestamp=2018-08-02T17:15:04.865300Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:15:04.870092Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:15:04.870270Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:15:07.478743Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:15:07.483814Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:15:07.484012Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:15:12.654117Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:15:12.659865Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:15:12.660044Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:15:22.954312Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:15:22.961527Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:15:22.961785Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:15:43.500790Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:15:43.508072Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:15:43.508345Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure in Spec Setup (BeforeEach) [60.866 seconds] Expose /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:53 Expose service on a VM /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:61 Expose ClusterIP service with string target-port [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:98 Should expose a ClusterIP service and connect to the vm on port 80 /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:101 Timed out after 30.013s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1030 ------------------------------ level=info timestamp=2018-08-02T17:14:47.527901Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmit7cdn kind=VirtualMachineInstance uid=8e997423-9677-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmit7cdn-c4tsx" level=info timestamp=2018-08-02T17:15:02.332672Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmit7cdn kind=VirtualMachineInstance uid=8e997423-9677-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmit7cdn-c4tsx" level=error timestamp=2018-08-02T17:15:02.458024Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmit7cdn kind=VirtualMachineInstance uid=8e997423-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:15:02.524997Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmit7cdn kind=VirtualMachineInstance uid=8e997423-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:15:02.579101Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmit7cdn kind=VirtualMachineInstance uid=8e997423-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:15:02.625222Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmit7cdn kind=VirtualMachineInstance uid=8e997423-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:15:02.746899Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmit7cdn kind=VirtualMachineInstance uid=8e997423-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:15:02.771622Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmit7cdn kind=VirtualMachineInstance uid=8e997423-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:15:02.829516Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmit7cdn kind=VirtualMachineInstance uid=8e997423-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:15:03.246972Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmit7cdn kind=VirtualMachineInstance uid=8e997423-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:15:03.944287Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmit7cdn kind=VirtualMachineInstance uid=8e997423-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:15:05.332986Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmit7cdn kind=VirtualMachineInstance uid=8e997423-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:15:08.173955Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmit7cdn kind=VirtualMachineInstance uid=8e997423-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:15:13.084678Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmit7cdn kind=VirtualMachineInstance uid=8e997423-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T17:15:54.487871Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:16:01 http: TLS handshake error from 10.244.0.1:44200: EOF level=info timestamp=2018-08-02T17:16:03.956274Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:16:04.011612Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:16:09.933357Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:16:09.945687Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:16:11 http: TLS handshake error from 10.244.0.1:44260: EOF level=info timestamp=2018-08-02T17:16:13.191606Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:16:21 http: TLS handshake error from 10.244.0.1:44320: EOF level=info timestamp=2018-08-02T17:16:24.639154Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:16:31 http: TLS handshake error from 10.244.0.1:44380: EOF level=info timestamp=2018-08-02T17:16:34.011338Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:16:34.087233Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:16:41 http: TLS handshake error from 10.244.0.1:44440: EOF level=info timestamp=2018-08-02T17:16:43.291870Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T17:15:01.994669Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:15:06 http: TLS handshake error from 10.244.1.1:47240: EOF 2018/08/02 17:15:16 http: TLS handshake error from 10.244.1.1:47246: EOF 2018/08/02 17:15:26 http: TLS handshake error from 10.244.1.1:47252: EOF level=info timestamp=2018-08-02T17:15:31.810874Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:15:36 http: TLS handshake error from 10.244.1.1:47258: EOF 2018/08/02 17:15:46 http: TLS handshake error from 10.244.1.1:47264: EOF 2018/08/02 17:15:56 http: TLS handshake error from 10.244.1.1:47270: EOF level=info timestamp=2018-08-02T17:16:01.757837Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:16:06 http: TLS handshake error from 10.244.1.1:47276: EOF 2018/08/02 17:16:16 http: TLS handshake error from 10.244.1.1:47282: EOF 2018/08/02 17:16:26 http: TLS handshake error from 10.244.1.1:47288: EOF level=info timestamp=2018-08-02T17:16:31.811024Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:16:36 http: TLS handshake error from 10.244.1.1:47294: EOF 2018/08/02 17:16:46 http: TLS handshake error from 10.244.1.1:47300: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:04:44.771909Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:04:44.773442Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvbv5 kind= uid=277b35af-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:04:44.883024Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixvbv5\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixvbv5" level=info timestamp=2018-08-02T17:07:45.534374Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:07:45.537589Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:10:46.269103Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:10:46.272310Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:10:46.523202Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmigwkwx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmigwkwx" level=info timestamp=2018-08-02T17:13:46.757718Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:13:46.764298Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:14:47.286420Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:14:47.288483Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:48.190804Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:15:48.197925Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:48.350917Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmis5vxl\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmis5vxl" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:16:14.634352Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:16:14.690293Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:16:14.691628Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmis5vxl" level=info timestamp=2018-08-02T17:16:24.937227Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: true\n" level=info timestamp=2018-08-02T17:16:24.938165Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:16:24.938245Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:16:24.938741Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:16:24.998534Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:16:24.999501Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmis5vxl" level=info timestamp=2018-08-02T17:16:45.481310Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: true\n" level=info timestamp=2018-08-02T17:16:45.482295Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:16:45.482385Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:16:45.482896Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:16:45.558128Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:16:45.558773Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmis5vxl" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:16:30.335073Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:16:30.335146Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:16:30.335686Z pos=vm.go:418 component=virt-handler namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="No update processing required" level=info timestamp=2018-08-02T17:16:30.369852Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:16:30.370192Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmigwkwx, existing: true\n" level=info timestamp=2018-08-02T17:16:30.370250Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:16:30.370313Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:16:30.370755Z pos=vm.go:418 component=virt-handler namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="No update processing required" level=info timestamp=2018-08-02T17:16:30.370963Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:16:47.431463Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmij5wjf, existing: true\n" level=info timestamp=2018-08-02T17:16:47.431933Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:16:47.432018Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:16:47.432517Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:16:47.540772Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:16:47.541327Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmij5wjf" Pod name: virt-launcher-testvmigwkwx-4jg5z Pod phase: Failed level=error timestamp=2018-08-02T17:11:43.429125Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:12:24.457923Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:12:24.466854Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:12:24.467181Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:13:46.466943Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:13:46.479760Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:13:46.480040Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" panic: timed out waiting for domain to be defined goroutine 1 [running]: main.waitForDomainUUID(0x45d964b800, 0x1444740, 0xc420274900, 0xc420202380, 0xc42164f200) /root/go/src/kubevirt.io/kubevirt/cmd/virt-launcher/virt-launcher.go:219 +0x2cc main.main() /root/go/src/kubevirt.io/kubevirt/cmd/virt-launcher/virt-launcher.go:333 +0x836 virt-launcher exited with code 2 Pod name: virt-launcher-testvmij5wjf-jws6s Pod phase: Running level=info timestamp=2018-08-02T17:14:13.610171Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:14:13.615350Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:14:13.615630Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:14:23.918330Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:14:23.926270Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:14:23.926648Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:14:44.458209Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:14:44.463811Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:14:44.464029Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:15:25.501971Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:15:25.508310Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:15:25.508587Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:16:47.528588Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:16:47.539095Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:47.539458Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: virt-launcher-testvmis5vxl-dxpfp Pod phase: Running level=info timestamp=2018-08-02T17:16:06.884839Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmis5vxl/noCloud.iso" level=error timestamp=2018-08-02T17:16:06.891019Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:06.891217Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:16:09.504922Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmis5vxl/noCloud.iso" level=error timestamp=2018-08-02T17:16:09.510625Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:09.510868Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:16:14.683862Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmis5vxl/noCloud.iso" level=error timestamp=2018-08-02T17:16:14.689278Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:14.689499Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:16:24.991832Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmis5vxl/noCloud.iso" level=error timestamp=2018-08-02T17:16:24.997464Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:24.997688Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:16:45.546286Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmis5vxl/noCloud.iso" level=error timestamp=2018-08-02T17:16:45.556458Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:45.556747Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: virt-launcher-testvmit7cdn-c4tsx Pod phase: Running level=info timestamp=2018-08-02T17:15:07.478743Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:15:07.483814Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:15:07.484012Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:15:12.654117Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:15:12.659865Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:15:12.660044Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:15:22.954312Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:15:22.961527Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:15:22.961785Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:15:43.500790Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:15:43.508072Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:15:43.508345Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:16:24.535627Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:16:24.547792Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:24.548073Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure in Spec Setup (BeforeEach) [60.955 seconds] Expose /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:53 Expose service on a VM /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:61 Expose NodePort service [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:124 Should expose a NodePort service on a VMI and connect to it /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:129 Timed out after 30.009s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1030 ------------------------------ level=info timestamp=2018-08-02T17:15:48.400526Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmis5vxl-dxpfp" level=info timestamp=2018-08-02T17:16:04.104695Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmis5vxl-dxpfp" level=error timestamp=2018-08-02T17:16:04.185790Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:16:04.225703Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:16:04.248758Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:16:04.279278Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:16:04.294325Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:16:04.330403Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:16:04.515991Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:16:04.908954Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:16:05.598893Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:16:06.950789Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:16:09.574819Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:16:14.772948Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T17:16:43.291870Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:16:51 http: TLS handshake error from 10.244.0.1:44500: EOF level=info timestamp=2018-08-02T17:16:54.778180Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:17:01 http: TLS handshake error from 10.244.0.1:44560: EOF level=info timestamp=2018-08-02T17:17:04.120237Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:17:04.185577Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:17:11 http: TLS handshake error from 10.244.0.1:44620: EOF level=info timestamp=2018-08-02T17:17:13.373276Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:17:21 http: TLS handshake error from 10.244.0.1:44680: EOF level=info timestamp=2018-08-02T17:17:24.929266Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:17:31 http: TLS handshake error from 10.244.0.1:44740: EOF level=info timestamp=2018-08-02T17:17:34.188329Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:17:34.261818Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:17:41 http: TLS handshake error from 10.244.0.1:44800: EOF level=info timestamp=2018-08-02T17:17:43.469234Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T17:16:01.757837Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:16:06 http: TLS handshake error from 10.244.1.1:47276: EOF 2018/08/02 17:16:16 http: TLS handshake error from 10.244.1.1:47282: EOF 2018/08/02 17:16:26 http: TLS handshake error from 10.244.1.1:47288: EOF level=info timestamp=2018-08-02T17:16:31.811024Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:16:36 http: TLS handshake error from 10.244.1.1:47294: EOF 2018/08/02 17:16:46 http: TLS handshake error from 10.244.1.1:47300: EOF 2018/08/02 17:16:56 http: TLS handshake error from 10.244.1.1:47306: EOF level=info timestamp=2018-08-02T17:17:01.823045Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:17:06 http: TLS handshake error from 10.244.1.1:47312: EOF 2018/08/02 17:17:16 http: TLS handshake error from 10.244.1.1:47318: EOF 2018/08/02 17:17:26 http: TLS handshake error from 10.244.1.1:47324: EOF level=info timestamp=2018-08-02T17:17:31.842900Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:17:36 http: TLS handshake error from 10.244.1.1:47330: EOF 2018/08/02 17:17:46 http: TLS handshake error from 10.244.1.1:47336: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:04:44.883024Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixvbv5\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixvbv5" level=info timestamp=2018-08-02T17:07:45.534374Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:07:45.537589Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizchn2 kind= uid=933acbd0-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:10:46.269103Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:10:46.272310Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:10:46.523202Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmigwkwx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmigwkwx" level=info timestamp=2018-08-02T17:13:46.757718Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:13:46.764298Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:14:47.286420Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:14:47.288483Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:48.190804Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:15:48.197925Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:48.350917Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmis5vxl\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmis5vxl" level=info timestamp=2018-08-02T17:16:49.129391Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:16:49.134117Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:16:24.938741Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:16:24.998534Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:16:24.999501Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmis5vxl" level=info timestamp=2018-08-02T17:16:45.481310Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: true\n" level=info timestamp=2018-08-02T17:16:45.482295Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:16:45.482385Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:16:45.482896Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:16:45.558128Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:16:45.558773Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmis5vxl" level=info timestamp=2018-08-02T17:17:26.526855Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: true\n" level=info timestamp=2018-08-02T17:17:26.532346Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:17:26.532443Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:17:26.533322Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:17:26.689062Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:17:26.689853Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmis5vxl" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:17:25.119660Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:17:25.192668Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:17:25.193276Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmicwk58" level=info timestamp=2018-08-02T17:17:45.674460Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmicwk58, existing: true\n" level=info timestamp=2018-08-02T17:17:45.674989Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:17:45.675065Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:17:45.675501Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:17:45.732164Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:17:45.732766Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmicwk58" level=info timestamp=2018-08-02T17:17:46.479439Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmit7cdn, existing: true\n" level=info timestamp=2018-08-02T17:17:46.479689Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:17:46.480353Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:17:46.480764Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:17:46.547798Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:17:46.548248Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmit7cdn" Pod name: virt-launcher-testvmicwk58-vcpnx Pod phase: Running level=info timestamp=2018-08-02T17:17:07.091073Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmicwk58/noCloud.iso" level=error timestamp=2018-08-02T17:17:07.095462Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:17:07.095633Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:17:09.700211Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmicwk58/noCloud.iso" level=error timestamp=2018-08-02T17:17:09.705122Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:17:09.705298Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:17:14.871095Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmicwk58/noCloud.iso" level=error timestamp=2018-08-02T17:17:14.875665Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:17:14.875826Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:17:25.183169Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmicwk58/noCloud.iso" level=error timestamp=2018-08-02T17:17:25.190977Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:17:25.191319Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:17:45.724548Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmicwk58/noCloud.iso" level=error timestamp=2018-08-02T17:17:45.730599Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:17:45.730803Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: virt-launcher-testvmigwkwx-4jg5z Pod phase: Failed level=error timestamp=2018-08-02T17:11:43.429125Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:12:24.457923Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:12:24.466854Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:12:24.467181Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:13:46.466943Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:13:46.479760Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:13:46.480040Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" panic: timed out waiting for domain to be defined goroutine 1 [running]: main.waitForDomainUUID(0x45d964b800, 0x1444740, 0xc420274900, 0xc420202380, 0xc42164f200) /root/go/src/kubevirt.io/kubevirt/cmd/virt-launcher/virt-launcher.go:219 +0x2cc main.main() /root/go/src/kubevirt.io/kubevirt/cmd/virt-launcher/virt-launcher.go:333 +0x836 virt-launcher exited with code 2 Pod name: virt-launcher-testvmij5wjf-jws6s Pod phase: Running level=info timestamp=2018-08-02T17:14:13.610171Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:14:13.615350Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:14:13.615630Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:14:23.918330Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:14:23.926270Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:14:23.926648Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:14:44.458209Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:14:44.463811Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:14:44.464029Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:15:25.501971Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:15:25.508310Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:15:25.508587Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:16:47.528588Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:16:47.539095Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:47.539458Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: virt-launcher-testvmis5vxl-dxpfp Pod phase: Running level=info timestamp=2018-08-02T17:16:09.504922Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmis5vxl/noCloud.iso" level=error timestamp=2018-08-02T17:16:09.510625Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:09.510868Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:16:14.683862Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmis5vxl/noCloud.iso" level=error timestamp=2018-08-02T17:16:14.689278Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:14.689499Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:16:24.991832Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmis5vxl/noCloud.iso" level=error timestamp=2018-08-02T17:16:24.997464Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:24.997688Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:16:45.546286Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmis5vxl/noCloud.iso" level=error timestamp=2018-08-02T17:16:45.556458Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:45.556747Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:17:26.674301Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmis5vxl/noCloud.iso" level=error timestamp=2018-08-02T17:17:26.686296Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:17:26.686675Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: virt-launcher-testvmit7cdn-c4tsx Pod phase: Running level=info timestamp=2018-08-02T17:15:12.654117Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:15:12.659865Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:15:12.660044Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:15:22.954312Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:15:22.961527Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:15:22.961785Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:15:43.500790Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:15:43.508072Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:15:43.508345Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:16:24.535627Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:16:24.547792Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:24.548073Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:17:46.540131Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:17:46.546584Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:17:46.546858Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure in Spec Setup (BeforeEach) [61.156 seconds] Expose /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:53 Expose UDP service on a VMI /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:166 Expose ClusterIP UDP service [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:173 Should expose a ClusterIP service on a VMI and connect to it /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:177 Timed out after 30.011s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1030 ------------------------------ level=info timestamp=2018-08-02T17:16:49.402227Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmicwk58 kind=VirtualMachineInstance uid=d736c48c-9677-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmicwk58-vcpnx" level=info timestamp=2018-08-02T17:17:04.564178Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmicwk58 kind=VirtualMachineInstance uid=d736c48c-9677-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmicwk58-vcpnx" level=error timestamp=2018-08-02T17:17:04.733559Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmicwk58 kind=VirtualMachineInstance uid=d736c48c-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:17:04.814594Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmicwk58 kind=VirtualMachineInstance uid=d736c48c-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:17:04.864790Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmicwk58 kind=VirtualMachineInstance uid=d736c48c-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:17:04.918625Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmicwk58 kind=VirtualMachineInstance uid=d736c48c-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:17:04.992428Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmicwk58 kind=VirtualMachineInstance uid=d736c48c-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:17:05.058604Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmicwk58 kind=VirtualMachineInstance uid=d736c48c-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:17:05.089336Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmicwk58 kind=VirtualMachineInstance uid=d736c48c-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:17:05.457947Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmicwk58 kind=VirtualMachineInstance uid=d736c48c-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:17:06.150700Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmicwk58 kind=VirtualMachineInstance uid=d736c48c-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:17:07.485387Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmicwk58 kind=VirtualMachineInstance uid=d736c48c-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:17:10.093742Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmicwk58 kind=VirtualMachineInstance uid=d736c48c-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:17:15.288013Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmicwk58 kind=VirtualMachineInstance uid=d736c48c-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T17:17:55.105554Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:18:01 http: TLS handshake error from 10.244.0.1:44920: EOF level=info timestamp=2018-08-02T17:18:04.269210Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:18:04.349515Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:18:09.951826Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:18:09.958534Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:18:11 http: TLS handshake error from 10.244.0.1:44980: EOF level=info timestamp=2018-08-02T17:18:13.647661Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:18:21 http: TLS handshake error from 10.244.0.1:45040: EOF level=info timestamp=2018-08-02T17:18:25.314050Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:18:31 http: TLS handshake error from 10.244.0.1:45100: EOF level=info timestamp=2018-08-02T17:18:34.340313Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:18:34.421604Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:18:41 http: TLS handshake error from 10.244.0.1:45160: EOF level=info timestamp=2018-08-02T17:18:43.772054Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T17:17:01.823045Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:17:06 http: TLS handshake error from 10.244.1.1:47312: EOF 2018/08/02 17:17:16 http: TLS handshake error from 10.244.1.1:47318: EOF 2018/08/02 17:17:26 http: TLS handshake error from 10.244.1.1:47324: EOF level=info timestamp=2018-08-02T17:17:31.842900Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:17:36 http: TLS handshake error from 10.244.1.1:47330: EOF 2018/08/02 17:17:46 http: TLS handshake error from 10.244.1.1:47336: EOF 2018/08/02 17:17:56 http: TLS handshake error from 10.244.1.1:47342: EOF level=info timestamp=2018-08-02T17:18:01.806544Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:18:06 http: TLS handshake error from 10.244.1.1:47348: EOF 2018/08/02 17:18:16 http: TLS handshake error from 10.244.1.1:47354: EOF 2018/08/02 17:18:26 http: TLS handshake error from 10.244.1.1:47360: EOF level=info timestamp=2018-08-02T17:18:31.815326Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:18:36 http: TLS handshake error from 10.244.1.1:47366: EOF 2018/08/02 17:18:46 http: TLS handshake error from 10.244.1.1:47372: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:10:46.269103Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:10:46.272310Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:10:46.523202Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmigwkwx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmigwkwx" level=info timestamp=2018-08-02T17:13:46.757718Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:13:46.764298Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:14:47.286420Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:14:47.288483Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:48.190804Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:15:48.197925Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:48.350917Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmis5vxl\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmis5vxl" level=info timestamp=2018-08-02T17:16:49.129391Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:16:49.134117Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:17:50.304192Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:17:50.304836Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:17:50.526807Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6gstn\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6gstn" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:16:45.482896Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:16:45.558128Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:16:45.558773Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmis5vxl" level=info timestamp=2018-08-02T17:17:26.526855Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: true\n" level=info timestamp=2018-08-02T17:17:26.532346Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:17:26.532443Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:17:26.533322Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:17:26.689062Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:17:26.689853Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmis5vxl" level=info timestamp=2018-08-02T17:18:48.635877Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: true\n" level=info timestamp=2018-08-02T17:18:48.639205Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:18:48.639371Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:18:48.639873Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:18:48.724491Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:18:48.731326Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmis5vxl" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:18:26.697477Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:18:26.777773Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:18:26.778477Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmicwk58" level=info timestamp=2018-08-02T17:18:26.889669Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi6gstn, existing: true\n" level=info timestamp=2018-08-02T17:18:26.889848Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:18:26.889916Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:18:26.890146Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:18:26.939882Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:18:26.940342Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi6gstn" level=info timestamp=2018-08-02T17:18:47.421437Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi6gstn, existing: true\n" level=info timestamp=2018-08-02T17:18:47.421939Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:18:47.422027Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:18:47.422385Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:18:47.503210Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:18:47.504886Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi6gstn" Pod name: virt-launcher-testvmi6gstn-qlft4 Pod phase: Running level=info timestamp=2018-08-02T17:18:08.808699Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gstn/noCloud.iso" level=error timestamp=2018-08-02T17:18:08.813212Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:18:08.813440Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:18:11.455865Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gstn/noCloud.iso" level=error timestamp=2018-08-02T17:18:11.467370Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:18:11.467668Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:18:16.639435Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gstn/noCloud.iso" level=error timestamp=2018-08-02T17:18:16.647492Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:18:16.647705Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:18:26.934116Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gstn/noCloud.iso" level=error timestamp=2018-08-02T17:18:26.938968Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:18:26.939163Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:18:47.493322Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gstn/noCloud.iso" level=error timestamp=2018-08-02T17:18:47.501605Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:18:47.501892Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: virt-launcher-testvmicwk58-vcpnx Pod phase: Running level=info timestamp=2018-08-02T17:17:09.700211Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmicwk58/noCloud.iso" level=error timestamp=2018-08-02T17:17:09.705122Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:17:09.705298Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:17:14.871095Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmicwk58/noCloud.iso" level=error timestamp=2018-08-02T17:17:14.875665Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:17:14.875826Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:17:25.183169Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmicwk58/noCloud.iso" level=error timestamp=2018-08-02T17:17:25.190977Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:17:25.191319Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:17:45.724548Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmicwk58/noCloud.iso" level=error timestamp=2018-08-02T17:17:45.730599Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:17:45.730803Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:18:26.767967Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmicwk58/noCloud.iso" level=error timestamp=2018-08-02T17:18:26.776163Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:18:26.776523Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: virt-launcher-testvmigwkwx-4jg5z Pod phase: Failed level=error timestamp=2018-08-02T17:11:43.429125Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:12:24.457923Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:12:24.466854Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:12:24.467181Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:13:46.466943Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:13:46.479760Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:13:46.480040Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" panic: timed out waiting for domain to be defined goroutine 1 [running]: main.waitForDomainUUID(0x45d964b800, 0x1444740, 0xc420274900, 0xc420202380, 0xc42164f200) /root/go/src/kubevirt.io/kubevirt/cmd/virt-launcher/virt-launcher.go:219 +0x2cc main.main() /root/go/src/kubevirt.io/kubevirt/cmd/virt-launcher/virt-launcher.go:333 +0x836 virt-launcher exited with code 2 Pod name: virt-launcher-testvmij5wjf-jws6s Pod phase: Running level=info timestamp=2018-08-02T17:14:13.610171Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:14:13.615350Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:14:13.615630Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:14:23.918330Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:14:23.926270Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:14:23.926648Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:14:44.458209Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:14:44.463811Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:14:44.464029Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:15:25.501971Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:15:25.508310Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:15:25.508587Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:16:47.528588Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:16:47.539095Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:47.539458Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: virt-launcher-testvmis5vxl-dxpfp Pod phase: Running level=info timestamp=2018-08-02T17:16:14.683862Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmis5vxl/noCloud.iso" level=error timestamp=2018-08-02T17:16:14.689278Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:14.689499Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:16:24.991832Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmis5vxl/noCloud.iso" level=error timestamp=2018-08-02T17:16:24.997464Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:24.997688Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:16:45.546286Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmis5vxl/noCloud.iso" level=error timestamp=2018-08-02T17:16:45.556458Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:45.556747Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:17:26.674301Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmis5vxl/noCloud.iso" level=error timestamp=2018-08-02T17:17:26.686296Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:17:26.686675Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:18:48.711300Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmis5vxl/noCloud.iso" level=error timestamp=2018-08-02T17:18:48.722300Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:18:48.722645Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: virt-launcher-testvmit7cdn-c4tsx Pod phase: Running level=info timestamp=2018-08-02T17:15:12.654117Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:15:12.659865Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:15:12.660044Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:15:22.954312Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:15:22.961527Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:15:22.961785Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:15:43.500790Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:15:43.508072Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:15:43.508345Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:16:24.535627Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:16:24.547792Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:24.548073Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:17:46.540131Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:17:46.546584Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:17:46.546858Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure in Spec Setup (BeforeEach) [61.375 seconds] Expose /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:53 Expose UDP service on a VMI /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:166 Expose NodePort UDP service [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:205 Should expose a NodePort service on a VMI and connect to it /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:210 Timed out after 30.030s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1030 ------------------------------ level=info timestamp=2018-08-02T17:17:50.536414Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmi6gstn kind=VirtualMachineInstance uid=fbab0535-9677-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi6gstn-qlft4" level=info timestamp=2018-08-02T17:18:06.233683Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmi6gstn kind=VirtualMachineInstance uid=fbab0535-9677-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmi6gstn-qlft4" level=error timestamp=2018-08-02T17:18:06.385594Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi6gstn kind=VirtualMachineInstance uid=fbab0535-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:18:06.492961Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi6gstn kind=VirtualMachineInstance uid=fbab0535-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:18:06.531449Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi6gstn kind=VirtualMachineInstance uid=fbab0535-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:18:06.585258Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi6gstn kind=VirtualMachineInstance uid=fbab0535-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:18:06.612299Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi6gstn kind=VirtualMachineInstance uid=fbab0535-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:18:06.647848Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi6gstn kind=VirtualMachineInstance uid=fbab0535-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:18:06.807268Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi6gstn kind=VirtualMachineInstance uid=fbab0535-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:18:07.165547Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi6gstn kind=VirtualMachineInstance uid=fbab0535-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:18:07.882659Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi6gstn kind=VirtualMachineInstance uid=fbab0535-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:18:09.193567Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi6gstn kind=VirtualMachineInstance uid=fbab0535-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:18:11.912297Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi6gstn kind=VirtualMachineInstance uid=fbab0535-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" level=error timestamp=2018-08-02T17:18:17.063444Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi6gstn kind=VirtualMachineInstance uid=fbab0535-9677-11e8-83a5-525500d15501 reason="Warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running 2018/08/02 17:20:01 http: TLS handshake error from 10.244.0.1:45640: EOF level=info timestamp=2018-08-02T17:20:04.536723Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:20:04.608390Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:20:09.530241Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:20:09.533654Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:20:11 http: TLS handshake error from 10.244.0.1:45700: EOF level=info timestamp=2018-08-02T17:20:14.182444Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:20:21 http: TLS handshake error from 10.244.0.1:45760: EOF level=info timestamp=2018-08-02T17:20:25.911625Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:20:31 http: TLS handshake error from 10.244.0.1:45820: EOF level=info timestamp=2018-08-02T17:20:34.621387Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:20:34.702775Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:20:41 http: TLS handshake error from 10.244.0.1:45880: EOF level=info timestamp=2018-08-02T17:20:44.237791Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:20:51 http: TLS handshake error from 10.244.0.1:45940: EOF Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 17:19:16 http: TLS handshake error from 10.244.1.1:47390: EOF 2018/08/02 17:19:26 http: TLS handshake error from 10.244.1.1:47396: EOF level=info timestamp=2018-08-02T17:19:31.794378Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:19:36 http: TLS handshake error from 10.244.1.1:47402: EOF 2018/08/02 17:19:46 http: TLS handshake error from 10.244.1.1:47408: EOF 2018/08/02 17:19:56 http: TLS handshake error from 10.244.1.1:47414: EOF level=info timestamp=2018-08-02T17:20:01.598549Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:20:01.667983Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:20:01.941519Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:20:06 http: TLS handshake error from 10.244.1.1:47420: EOF 2018/08/02 17:20:16 http: TLS handshake error from 10.244.1.1:47426: EOF 2018/08/02 17:20:26 http: TLS handshake error from 10.244.1.1:47432: EOF level=info timestamp=2018-08-02T17:20:31.799836Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:20:36 http: TLS handshake error from 10.244.1.1:47438: EOF 2018/08/02 17:20:46 http: TLS handshake error from 10.244.1.1:47444: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:16:49.134117Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:17:50.304192Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:17:50.304836Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:17:50.526807Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6gstn\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6gstn" level=info timestamp=2018-08-02T17:18:51.796371Z pos=vm.go:459 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Looking for VirtualMachineInstance Ref" level=error timestamp=2018-08-02T17:18:51.813761Z pos=vm.go:462 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmizd2n4rr5w6" level=info timestamp=2018-08-02T17:18:51.826713Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:18:51.832703Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:18:51.836661Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:18:51.840436Z pos=vm.go:459 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 msg="Looking for VirtualMachineInstance Ref" level=error timestamp=2018-08-02T17:18:51.840619Z pos=vm.go:462 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmizd2n49hn7w" level=info timestamp=2018-08-02T17:18:51.836879Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:18:52.122586Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmizd2n4rr5w6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmizd2n4rr5w6" level=info timestamp=2018-08-02T17:18:52.130343Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmizd2n49hn7w\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmizd2n49hn7w" level=info timestamp=2018-08-02T17:18:52.164804Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmizd2n49hn7w\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmizd2n49hn7w" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:19:27.299777Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:19:27.361368Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:19:27.362381Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmizd2n4rr5w6" level=info timestamp=2018-08-02T17:19:47.853266Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: true\n" level=info timestamp=2018-08-02T17:19:47.940087Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:19:47.940349Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:19:47.940816Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:19:48.049873Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:19:48.052909Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmizd2n4rr5w6" level=info timestamp=2018-08-02T17:20:29.027498Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: true\n" level=info timestamp=2018-08-02T17:20:29.028512Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:20:29.028598Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:20:29.030119Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:20:29.106292Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:20:29.107011Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmizd2n4rr5w6" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:20:30.389469Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:20:30.389563Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:20:30.389911Z pos=vm.go:418 component=virt-handler namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 msg="No update processing required" level=info timestamp=2018-08-02T17:20:30.435669Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:20:30.435894Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmit7cdn, existing: true\n" level=info timestamp=2018-08-02T17:20:30.435961Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:20:30.436037Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:20:30.436192Z pos=vm.go:418 component=virt-handler namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 msg="No update processing required" level=info timestamp=2018-08-02T17:20:30.436341Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:20:50.452317Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi6gstn, existing: true\n" level=info timestamp=2018-08-02T17:20:50.454158Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:20:50.454259Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:20:50.454684Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:20:50.528901Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:20:50.530330Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi6gstn" Pod name: virt-launcher-testvmi6gstn-qlft4 Pod phase: Running level=info timestamp=2018-08-02T17:18:16.639435Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gstn/noCloud.iso" level=error timestamp=2018-08-02T17:18:16.647492Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:18:16.647705Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:18:26.934116Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gstn/noCloud.iso" level=error timestamp=2018-08-02T17:18:26.938968Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:18:26.939163Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:18:47.493322Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gstn/noCloud.iso" level=error timestamp=2018-08-02T17:18:47.501605Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:18:47.501892Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:19:28.522927Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gstn/noCloud.iso" level=error timestamp=2018-08-02T17:19:28.529162Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:19:28.529376Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:20:50.518883Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gstn/noCloud.iso" level=error timestamp=2018-08-02T17:20:50.527072Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:20:50.527345Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: virt-launcher-testvmicwk58-vcpnx Pod phase: Running level=info timestamp=2018-08-02T17:17:14.871095Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmicwk58/noCloud.iso" level=error timestamp=2018-08-02T17:17:14.875665Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:17:14.875826Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:17:25.183169Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmicwk58/noCloud.iso" level=error timestamp=2018-08-02T17:17:25.190977Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:17:25.191319Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:17:45.724548Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmicwk58/noCloud.iso" level=error timestamp=2018-08-02T17:17:45.730599Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:17:45.730803Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:18:26.767967Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmicwk58/noCloud.iso" level=error timestamp=2018-08-02T17:18:26.776163Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:18:26.776523Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:19:48.760378Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmicwk58/noCloud.iso" level=error timestamp=2018-08-02T17:19:48.766465Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:19:48.766658Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: virt-launcher-testvmigwkwx-4jg5z Pod phase: Failed level=error timestamp=2018-08-02T17:11:43.429125Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:12:24.457923Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:12:24.466854Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:12:24.467181Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:13:46.466943Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:13:46.479760Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:13:46.480040Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" panic: timed out waiting for domain to be defined goroutine 1 [running]: main.waitForDomainUUID(0x45d964b800, 0x1444740, 0xc420274900, 0xc420202380, 0xc42164f200) /root/go/src/kubevirt.io/kubevirt/cmd/virt-launcher/virt-launcher.go:219 +0x2cc main.main() /root/go/src/kubevirt.io/kubevirt/cmd/virt-launcher/virt-launcher.go:333 +0x836 virt-launcher exited with code 2 Pod name: virt-launcher-testvmij5wjf-jws6s Pod phase: Failed level=error timestamp=2018-08-02T17:14:44.464029Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:15:25.501971Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:15:25.508310Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:15:25.508587Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:16:47.528588Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:16:47.539095Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:47.539458Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" panic: timed out waiting for domain to be defined goroutine 1 [running]: main.waitForDomainUUID(0x45d964b800, 0x1444740, 0xc4200a45d0, 0xc4202020e0, 0xc4205c79e0) /root/go/src/kubevirt.io/kubevirt/cmd/virt-launcher/virt-launcher.go:219 +0x2cc main.main() /root/go/src/kubevirt.io/kubevirt/cmd/virt-launcher/virt-launcher.go:333 +0x836 virt-launcher exited with code 2 Pod name: virt-launcher-testvmis5vxl-dxpfp Pod phase: Running level=info timestamp=2018-08-02T17:16:14.683862Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmis5vxl/noCloud.iso" level=error timestamp=2018-08-02T17:16:14.689278Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:14.689499Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:16:24.991832Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmis5vxl/noCloud.iso" level=error timestamp=2018-08-02T17:16:24.997464Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:24.997688Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:16:45.546286Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmis5vxl/noCloud.iso" level=error timestamp=2018-08-02T17:16:45.556458Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:45.556747Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:17:26.674301Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmis5vxl/noCloud.iso" level=error timestamp=2018-08-02T17:17:26.686296Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:17:26.686675Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:18:48.711300Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmis5vxl/noCloud.iso" level=error timestamp=2018-08-02T17:18:48.722300Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:18:48.722645Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: virt-launcher-testvmit7cdn-c4tsx Pod phase: Failed level=error timestamp=2018-08-02T17:15:43.508345Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:16:24.535627Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:16:24.547792Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:24.548073Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:17:46.540131Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:17:46.546584Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:17:46.546858Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" panic: timed out waiting for domain to be defined goroutine 1 [running]: main.waitForDomainUUID(0x45d964b800, 0x1444740, 0xc4200a42f0, 0xc4201e4150, 0xc42008a120) /root/go/src/kubevirt.io/kubevirt/cmd/virt-launcher/virt-launcher.go:219 +0x2cc main.main() /root/go/src/kubevirt.io/kubevirt/cmd/virt-launcher/virt-launcher.go:333 +0x836 virt-launcher exited with code 2 Pod name: virt-launcher-testvmizd2n49hn7w-nv7jk Pod phase: Running level=info timestamp=2018-08-02T17:19:12.397240Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizd2n49hn7w/noCloud.iso" level=error timestamp=2018-08-02T17:19:12.401979Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:19:12.402217Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:19:17.578214Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizd2n49hn7w/noCloud.iso" level=error timestamp=2018-08-02T17:19:17.584825Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:19:17.585189Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:19:27.880245Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizd2n49hn7w/noCloud.iso" level=error timestamp=2018-08-02T17:19:27.886199Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:19:27.886549Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:19:48.433984Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizd2n49hn7w/noCloud.iso" level=error timestamp=2018-08-02T17:19:48.442942Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:19:48.443262Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:20:29.472597Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizd2n49hn7w/noCloud.iso" level=error timestamp=2018-08-02T17:20:29.480942Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:20:29.481287Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: virt-launcher-testvmizd2n4rr5w6-ktkst Pod phase: Running level=info timestamp=2018-08-02T17:19:11.811798Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizd2n4rr5w6/noCloud.iso" level=error timestamp=2018-08-02T17:19:11.819704Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:19:11.819907Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:19:17.049602Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizd2n4rr5w6/noCloud.iso" level=error timestamp=2018-08-02T17:19:17.055276Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:19:17.055479Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:19:27.354432Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizd2n4rr5w6/noCloud.iso" level=error timestamp=2018-08-02T17:19:27.359861Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:19:27.360302Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:19:48.036579Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizd2n4rr5w6/noCloud.iso" level=error timestamp=2018-08-02T17:19:48.046523Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:19:48.046677Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:20:29.094337Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizd2n4rr5w6/noCloud.iso" level=error timestamp=2018-08-02T17:20:29.104106Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:20:29.104476Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure in Spec Setup (BeforeEach) [121.689 seconds] Expose /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:53 Expose service on a VMI replica set /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:253 Expose ClusterIP service [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:286 Should create a ClusterIP service on VMRS and connect to it /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:290 Timed out after 120.000s. Expected : 0 to equal : 2 /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:271 ------------------------------ STEP: Creating a VMRS object with 2 replicas STEP: Start the replica set STEP: Checking the number of ready replicas Service cluster-ip-vm successfully exposed for virtualmachine testvminsjrj VM testvminsjrj was scheduled to start Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running 2018/08/02 17:21:51 http: TLS handshake error from 10.244.0.1:46300: EOF level=info timestamp=2018-08-02T17:21:56.340413Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:22:01 http: TLS handshake error from 10.244.0.1:46360: EOF level=info timestamp=2018-08-02T17:22:04.874872Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:22:05.013917Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:22:11 http: TLS handshake error from 10.244.0.1:46420: EOF level=info timestamp=2018-08-02T17:22:14.523197Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:22:21 http: TLS handshake error from 10.244.0.1:46480: EOF level=info timestamp=2018-08-02T17:22:26.535507Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:22:31 http: TLS handshake error from 10.244.0.1:46540: EOF level=info timestamp=2018-08-02T17:22:34.954192Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:22:35.133552Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:22:41 http: TLS handshake error from 10.244.0.1:46600: EOF level=info timestamp=2018-08-02T17:22:44.613263Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:22:51 http: TLS handshake error from 10.244.0.1:46660: EOF Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T17:21:01.764677Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:21:06 http: TLS handshake error from 10.244.1.1:47456: EOF 2018/08/02 17:21:16 http: TLS handshake error from 10.244.1.1:47462: EOF 2018/08/02 17:21:26 http: TLS handshake error from 10.244.1.1:47468: EOF level=info timestamp=2018-08-02T17:21:31.828108Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:21:36 http: TLS handshake error from 10.244.1.1:47474: EOF 2018/08/02 17:21:46 http: TLS handshake error from 10.244.1.1:47480: EOF 2018/08/02 17:21:56 http: TLS handshake error from 10.244.1.1:47486: EOF level=info timestamp=2018-08-02T17:22:01.727008Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:22:06 http: TLS handshake error from 10.244.1.1:47492: EOF 2018/08/02 17:22:16 http: TLS handshake error from 10.244.1.1:47498: EOF 2018/08/02 17:22:26 http: TLS handshake error from 10.244.1.1:47504: EOF level=info timestamp=2018-08-02T17:22:31.828679Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:22:36 http: TLS handshake error from 10.244.1.1:47510: EOF 2018/08/02 17:22:46 http: TLS handshake error from 10.244.1.1:47516: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=error timestamp=2018-08-02T17:20:53.631860Z pos=vm.go:202 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 reason="Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvminsjrj\": the object has been modified; please apply your changes to the latest version and try again" msg="Updating the VirtualMachine status failed." level=info timestamp=2018-08-02T17:20:53.633807Z pos=vm.go:111 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvminsjrj\": the object has been modified; please apply your changes to the latest version and try again" msg="re-enqueuing VirtualMachine kubevirt-test-default/testvminsjrj" level=info timestamp=2018-08-02T17:20:53.637319Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:20:53.638320Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:20:53.640757Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:20:53.641153Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:20:53.771182Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:20:53.771276Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:20:53.781047Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminsjrj\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminsjrj" level=info timestamp=2018-08-02T17:20:53.827310Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:20:53.827413Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:21:08.498454Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:21:08.501822Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:21:08.708503Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:21:08.708693Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Creating or the VirtualMachineInstance: true" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:21:32.575561Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:21:32.575694Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:21:32.576575Z pos=vm.go:418 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="No update processing required" level=info timestamp=2018-08-02T17:21:32.629666Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:21:32.630394Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: true\n" level=info timestamp=2018-08-02T17:21:32.630483Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:21:32.630580Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:21:32.630743Z pos=vm.go:418 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="No update processing required" level=info timestamp=2018-08-02T17:21:32.630910Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:21:51.028623Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: true\n" level=info timestamp=2018-08-02T17:21:51.029737Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:21:51.029883Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:21:51.031759Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:21:51.124315Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:21:51.125317Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmizd2n4rr5w6" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:22:30.799231Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:22:30.799326Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:30.801166Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvminsjrj kind= uid=68e9ceaf-9678-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:22:30.872170Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvminsjrj kind= uid=68e9ceaf-9678-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:22:30.874160Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvminsjrj" level=info timestamp=2018-08-02T17:22:32.608771Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmicwk58, existing: true\n" level=info timestamp=2018-08-02T17:22:32.608987Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:22:32.609059Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:32.609380Z pos=vm.go:418 component=virt-handler namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 msg="No update processing required" level=info timestamp=2018-08-02T17:22:32.668314Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:32.668544Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmicwk58, existing: true\n" level=info timestamp=2018-08-02T17:22:32.668598Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:22:32.668682Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:32.668826Z pos=vm.go:418 component=virt-handler namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 msg="No update processing required" level=info timestamp=2018-08-02T17:22:32.668955Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi6gstn-qlft4 Pod phase: Running level=info timestamp=2018-08-02T17:18:16.639435Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gstn/noCloud.iso" level=error timestamp=2018-08-02T17:18:16.647492Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:18:16.647705Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:18:26.934116Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gstn/noCloud.iso" level=error timestamp=2018-08-02T17:18:26.938968Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:18:26.939163Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:18:47.493322Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gstn/noCloud.iso" level=error timestamp=2018-08-02T17:18:47.501605Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:18:47.501892Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:19:28.522927Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gstn/noCloud.iso" level=error timestamp=2018-08-02T17:19:28.529162Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:19:28.529376Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:20:50.518883Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gstn/noCloud.iso" level=error timestamp=2018-08-02T17:20:50.527072Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:20:50.527345Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gstn kind= uid=fbab0535-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: virt-launcher-testvmicwk58-vcpnx Pod phase: Failed level=error timestamp=2018-08-02T17:17:45.730803Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:18:26.767967Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmicwk58/noCloud.iso" level=error timestamp=2018-08-02T17:18:26.776163Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:18:26.776523Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:19:48.760378Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmicwk58/noCloud.iso" level=error timestamp=2018-08-02T17:19:48.766465Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:19:48.766658Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmicwk58 kind= uid=d736c48c-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" panic: timed out waiting for domain to be defined goroutine 1 [running]: main.waitForDomainUUID(0x45d964b800, 0x1444740, 0xc4202480e0, 0xc4201ca0e0, 0xc4205c8ea0) /root/go/src/kubevirt.io/kubevirt/cmd/virt-launcher/virt-launcher.go:219 +0x2cc main.main() /root/go/src/kubevirt.io/kubevirt/cmd/virt-launcher/virt-launcher.go:333 +0x836 virt-launcher exited with code 2 Pod name: virt-launcher-testvmigwkwx-4jg5z Pod phase: Failed level=error timestamp=2018-08-02T17:11:43.429125Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:12:24.457923Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:12:24.466854Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:12:24.467181Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:13:46.466943Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigwkwx/noCloud.iso" level=error timestamp=2018-08-02T17:13:46.479760Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:13:46.480040Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigwkwx kind= uid=fef353c2-9676-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" panic: timed out waiting for domain to be defined goroutine 1 [running]: main.waitForDomainUUID(0x45d964b800, 0x1444740, 0xc420274900, 0xc420202380, 0xc42164f200) /root/go/src/kubevirt.io/kubevirt/cmd/virt-launcher/virt-launcher.go:219 +0x2cc main.main() /root/go/src/kubevirt.io/kubevirt/cmd/virt-launcher/virt-launcher.go:333 +0x836 virt-launcher exited with code 2 Pod name: virt-launcher-testvmij5wjf-jws6s Pod phase: Failed level=error timestamp=2018-08-02T17:14:44.464029Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:15:25.501971Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:15:25.508310Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:15:25.508587Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:16:47.528588Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmij5wjf/noCloud.iso" level=error timestamp=2018-08-02T17:16:47.539095Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:47.539458Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmij5wjf kind= uid=6a86e94a-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" panic: timed out waiting for domain to be defined goroutine 1 [running]: main.waitForDomainUUID(0x45d964b800, 0x1444740, 0xc4200a45d0, 0xc4202020e0, 0xc4205c79e0) /root/go/src/kubevirt.io/kubevirt/cmd/virt-launcher/virt-launcher.go:219 +0x2cc main.main() /root/go/src/kubevirt.io/kubevirt/cmd/virt-launcher/virt-launcher.go:333 +0x836 virt-launcher exited with code 2 Pod name: virt-launcher-testvminsjrj-7n9gv Pod phase: Running level=info timestamp=2018-08-02T17:21:13.810284Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvminsjrj/noCloud.iso" level=error timestamp=2018-08-02T17:21:13.814858Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminsjrj kind= uid=68e9ceaf-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:21:13.815063Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminsjrj kind= uid=68e9ceaf-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:21:18.980275Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvminsjrj/noCloud.iso" level=error timestamp=2018-08-02T17:21:18.985208Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminsjrj kind= uid=68e9ceaf-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:21:18.985453Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminsjrj kind= uid=68e9ceaf-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:21:29.287730Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvminsjrj/noCloud.iso" level=error timestamp=2018-08-02T17:21:29.295095Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminsjrj kind= uid=68e9ceaf-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:21:29.295383Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminsjrj kind= uid=68e9ceaf-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:21:49.827465Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvminsjrj/noCloud.iso" level=error timestamp=2018-08-02T17:21:49.833941Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminsjrj kind= uid=68e9ceaf-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:21:49.834235Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminsjrj kind= uid=68e9ceaf-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:22:30.862273Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvminsjrj/noCloud.iso" level=error timestamp=2018-08-02T17:22:30.870238Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminsjrj kind= uid=68e9ceaf-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:22:30.870662Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminsjrj kind= uid=68e9ceaf-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: virt-launcher-testvmis5vxl-dxpfp Pod phase: Failed level=error timestamp=2018-08-02T17:16:45.556747Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:17:26.674301Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmis5vxl/noCloud.iso" level=error timestamp=2018-08-02T17:17:26.686296Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:17:26.686675Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:18:48.711300Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmis5vxl/noCloud.iso" level=error timestamp=2018-08-02T17:18:48.722300Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:18:48.722645Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" panic: timed out waiting for domain to be defined goroutine 1 [running]: main.waitForDomainUUID(0x45d964b800, 0x1444740, 0xc42022a210, 0xc4201e6150, 0xc421a1e780) /root/go/src/kubevirt.io/kubevirt/cmd/virt-launcher/virt-launcher.go:219 +0x2cc main.main() /root/go/src/kubevirt.io/kubevirt/cmd/virt-launcher/virt-launcher.go:333 +0x836 virt-launcher exited with code 2 Pod name: virt-launcher-testvmit7cdn-c4tsx Pod phase: Failed level=error timestamp=2018-08-02T17:15:43.508345Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:16:24.535627Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:16:24.547792Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:16:24.548073Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:17:46.540131Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmit7cdn/noCloud.iso" level=error timestamp=2018-08-02T17:17:46.546584Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:17:46.546858Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmit7cdn kind= uid=8e997423-9677-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" panic: timed out waiting for domain to be defined goroutine 1 [running]: main.waitForDomainUUID(0x45d964b800, 0x1444740, 0xc4200a42f0, 0xc4201e4150, 0xc42008a120) /root/go/src/kubevirt.io/kubevirt/cmd/virt-launcher/virt-launcher.go:219 +0x2cc main.main() /root/go/src/kubevirt.io/kubevirt/cmd/virt-launcher/virt-launcher.go:333 +0x836 virt-launcher exited with code 2 Pod name: virt-launcher-testvmizd2n49hn7w-nv7jk Pod phase: Running level=info timestamp=2018-08-02T17:19:17.578214Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizd2n49hn7w/noCloud.iso" level=error timestamp=2018-08-02T17:19:17.584825Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:19:17.585189Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:19:27.880245Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizd2n49hn7w/noCloud.iso" level=error timestamp=2018-08-02T17:19:27.886199Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:19:27.886549Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:19:48.433984Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizd2n49hn7w/noCloud.iso" level=error timestamp=2018-08-02T17:19:48.442942Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:19:48.443262Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:20:29.472597Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizd2n49hn7w/noCloud.iso" level=error timestamp=2018-08-02T17:20:29.480942Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:20:29.481287Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:21:51.504913Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizd2n49hn7w/noCloud.iso" level=error timestamp=2018-08-02T17:21:51.517552Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:21:51.517757Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n49hn7w kind= uid=204ed05c-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: virt-launcher-testvmizd2n4rr5w6-ktkst Pod phase: Running level=info timestamp=2018-08-02T17:19:17.049602Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizd2n4rr5w6/noCloud.iso" level=error timestamp=2018-08-02T17:19:17.055276Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:19:17.055479Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:19:27.354432Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizd2n4rr5w6/noCloud.iso" level=error timestamp=2018-08-02T17:19:27.359861Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:19:27.360302Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:19:48.036579Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizd2n4rr5w6/noCloud.iso" level=error timestamp=2018-08-02T17:19:48.046523Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:19:48.046677Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:20:29.094337Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizd2n4rr5w6/noCloud.iso" level=error timestamp=2018-08-02T17:20:29.104106Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:20:29.104476Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:21:51.111401Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmizd2n4rr5w6/noCloud.iso" level=error timestamp=2018-08-02T17:21:51.122240Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:21:51.122647Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure in Spec Setup (BeforeEach) [122.045 seconds] Expose /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:53 Expose service on an VM /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:318 Expose ClusterIP service [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:362 Connect to ClusterIP services that was set when VM was offline /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:363 Timed out after 120.000s. Expected : false to be true /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:349 ------------------------------ STEP: Creating an VM object STEP: Creating the VM STEP: Exposing a service on the VM using virtctl STEP: Calling the start command STEP: Getting the status of the VMI Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T17:23:14.701798Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=error timestamp=2018-08-02T17:23:14.817510Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:14.817773Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmixvtbv/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:23:16.040213Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:16.040668Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmixvtbv/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:23:18.282863Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:18.283340Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmixvtbv/console proto=HTTP/1.1 statusCode=400 contentLength=89 2018/08/02 17:23:21 http: TLS handshake error from 10.244.0.1:46884: EOF level=error timestamp=2018-08-02T17:23:22.853317Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:22.853542Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmixvtbv/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:23:24.006855Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:24.007308Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmixvtbv/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:23:26.264189Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:26.264466Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmixvtbv/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=info timestamp=2018-08-02T17:23:26.833919Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T17:23:09.991838Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmixvtbv/console proto=HTTP/1.1 statusCode=400 contentLength=90 level=error timestamp=2018-08-02T17:23:11.130171Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduling instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:11.132320Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmixvtbv/console proto=HTTP/1.1 statusCode=400 contentLength=90 2018/08/02 17:23:16 http: TLS handshake error from 10.244.1.1:47534: EOF level=error timestamp=2018-08-02T17:23:16.843102Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:16.843372Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmixvtbv/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:23:19.077195Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:19.077476Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmixvtbv/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:23:20.216958Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:20.217157Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmixvtbv/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:23:21.344699Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:21.344884Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmixvtbv/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:23:24.810103Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:24.810489Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmixvtbv/console proto=HTTP/1.1 statusCode=400 contentLength=89 2018/08/02 17:23:26 http: TLS handshake error from 10.244.1.1:47540: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:20:53.637319Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:20:53.638320Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:20:53.640757Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:20:53.641153Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:20:53.771182Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:20:53.771276Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:20:53.781047Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminsjrj\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminsjrj" level=info timestamp=2018-08-02T17:20:53.827310Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:20:53.827413Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:21:08.498454Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:21:08.501822Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:21:08.708503Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:21:08.708693Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:22:57.221292Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:22:57.223798Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:22:56.104223Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.105550Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.164537Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: true\n" level=info timestamp=2018-08-02T17:22:56.164613Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:22:56.164650Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.164718Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.164819Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.300819Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: false\n" level=info timestamp=2018-08-02T17:22:56.300892Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.302830Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.303182Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.423398Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:22:56.423472Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.423541Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.423609Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:23:15.370682Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:23:15.417240Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:23:15.417692Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmixvtbv" level=info timestamp=2018-08-02T17:23:17.978529Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmixvtbv, existing: true\n" level=info timestamp=2018-08-02T17:23:17.978793Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:23:17.978865Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:23:17.979095Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:23:18.027464Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:23:18.027853Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmixvtbv" level=info timestamp=2018-08-02T17:23:23.148897Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmixvtbv, existing: true\n" level=info timestamp=2018-08-02T17:23:23.149197Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:23:23.149283Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:23:23.149603Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:23:23.214777Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:23:23.215259Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmixvtbv" Pod name: virt-launcher-testvmixvtbv-4fn45 Pod phase: Running level=info timestamp=2018-08-02T17:23:13.395040Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixvtbv/noCloud.iso" level=error timestamp=2018-08-02T17:23:13.399319Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:23:13.399550Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:23:14.083469Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixvtbv/noCloud.iso" level=error timestamp=2018-08-02T17:23:14.088142Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:23:14.088344Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:23:15.411643Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixvtbv/noCloud.iso" level=error timestamp=2018-08-02T17:23:15.416155Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:23:15.416363Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:23:18.021182Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixvtbv/noCloud.iso" level=error timestamp=2018-08-02T17:23:18.026462Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:23:18.026660Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:23:23.207879Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixvtbv/noCloud.iso" level=error timestamp=2018-08-02T17:23:23.213319Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:23:23.213642Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure [32.312 seconds] Console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:37 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:65 with a serial console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:66 with a cirros image /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:67 should return that we are running cirros [It] /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:68 Expected error: <*errors.errorString | 0xc420b25cc0>: { s: "Timeout trying to connect to the virtual machine instance", } Timeout trying to connect to the virtual machine instance not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:55 ------------------------------ STEP: Creating a new VirtualMachineInstance STEP: Expecting the VirtualMachineInstance console Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=error timestamp=2018-08-02T17:23:43.042647Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduling instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:43.044528Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmis9bpq/console proto=HTTP/1.1 statusCode=400 contentLength=90 level=info timestamp=2018-08-02T17:23:44.793708Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=error timestamp=2018-08-02T17:23:48.730407Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:48.730629Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmis9bpq/console proto=HTTP/1.1 statusCode=400 contentLength=89 2018/08/02 17:23:51 http: TLS handshake error from 10.244.0.1:47116: EOF level=error timestamp=2018-08-02T17:23:52.115582Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:52.115790Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmis9bpq/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:23:53.240878Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:53.241116Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmis9bpq/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:23:56.644188Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:56.645607Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmis9bpq/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=info timestamp=2018-08-02T17:23:56.914340Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=error timestamp=2018-08-02T17:23:57.756129Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:57.756363Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmis9bpq/console proto=HTTP/1.1 statusCode=400 contentLength=89 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T17:23:45.020929Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmis9bpq/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:23:46.162551Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:46.162752Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmis9bpq/console proto=HTTP/1.1 statusCode=400 contentLength=89 2018/08/02 17:23:46 http: TLS handshake error from 10.244.1.1:47552: EOF level=error timestamp=2018-08-02T17:23:47.289930Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:47.290111Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmis9bpq/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:23:49.529215Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:49.529533Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmis9bpq/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:23:50.675737Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:50.675928Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmis9bpq/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:23:54.053441Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:54.053889Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmis9bpq/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:23:55.185895Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:23:55.186098Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmis9bpq/console proto=HTTP/1.1 statusCode=400 contentLength=89 2018/08/02 17:23:56 http: TLS handshake error from 10.244.1.1:47558: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:20:53.640757Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:20:53.641153Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:20:53.771182Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:20:53.771276Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:20:53.781047Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminsjrj\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminsjrj" level=info timestamp=2018-08-02T17:20:53.827310Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:20:53.827413Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:21:08.498454Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:21:08.501822Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:21:08.708503Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:21:08.708693Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:22:57.221292Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:22:57.223798Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:23:28.113928Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:23:28.115550Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:22:56.104223Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.105550Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.164537Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: true\n" level=info timestamp=2018-08-02T17:22:56.164613Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:22:56.164650Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.164718Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.164819Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.300819Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: false\n" level=info timestamp=2018-08-02T17:22:56.300892Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.302830Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.303182Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.423398Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:22:56.423472Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.423541Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.423609Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:23:49.184246Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:23:49.184320Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:23:49.184621Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:23:49.196180Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:23:49.196679Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmis9bpq" level=info timestamp=2018-08-02T17:23:52.795098Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvminsjrj, existing: false\n" level=info timestamp=2018-08-02T17:23:52.795376Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:23:52.795600Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvminsjrj kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:23:52.795833Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvminsjrj kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:23:54.317913Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis9bpq, existing: true\n" level=info timestamp=2018-08-02T17:23:54.318586Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:23:54.318872Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:23:54.319339Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:23:54.338732Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:23:54.339230Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmis9bpq" Pod name: virt-launcher-testvmis9bpq-tqfrb Pod phase: Running level=error timestamp=2018-08-02T17:23:44.078520Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:23:44.170564Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:23:44.170748Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:23:44.347472Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:23:44.347673Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:23:44.678028Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:23:44.678250Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:23:45.330340Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:23:45.330587Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:23:46.621589Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:23:46.621759Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:23:49.195129Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:23:49.195333Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:23:54.336954Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:23:54.337529Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure [30.830 seconds] Console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:37 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:65 with a serial console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:66 with a fedora image /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:77 should return that we are running fedora [It] /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:78 Expected error: <*errors.errorString | 0xc42088db70>: { s: "Timeout trying to connect to the virtual machine instance", } Timeout trying to connect to the virtual machine instance not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:55 ------------------------------ STEP: Creating a new VirtualMachineInstance STEP: Expecting the VirtualMachineInstance console Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=error timestamp=2018-08-02T17:24:14.764815Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduling instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:14.765749Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmikgzcx/console proto=HTTP/1.1 statusCode=400 contentLength=90 level=info timestamp=2018-08-02T17:24:14.898468Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=error timestamp=2018-08-02T17:24:15.932173Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:15.932452Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmikgzcx/console proto=HTTP/1.1 statusCode=400 contentLength=89 2018/08/02 17:24:21 http: TLS handshake error from 10.244.0.1:47352: EOF level=error timestamp=2018-08-02T17:24:23.847625Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:23.847926Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmikgzcx/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:24:24.968690Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:24.969164Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmikgzcx/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=info timestamp=2018-08-02T17:24:26.971732Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=error timestamp=2018-08-02T17:24:27.173479Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:27.173591Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmikgzcx/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:24:28.301564Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:28.301758Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmikgzcx/console proto=HTTP/1.1 statusCode=400 contentLength=89 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=error timestamp=2018-08-02T17:24:16.738550Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:16.738923Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmikgzcx/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:24:17.864797Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:17.865020Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmikgzcx/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:24:18.995452Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:18.995693Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmikgzcx/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:24:20.111854Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:20.112095Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmikgzcx/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:24:21.270016Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:21.270367Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmikgzcx/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:24:22.401838Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:22.402079Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmikgzcx/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:24:25.762926Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:25.763170Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmikgzcx/console proto=HTTP/1.1 statusCode=400 contentLength=89 2018/08/02 17:24:26 http: TLS handshake error from 10.244.1.1:47576: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:20:53.781047Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminsjrj\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminsjrj" level=info timestamp=2018-08-02T17:20:53.827310Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:20:53.827413Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:21:08.498454Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:21:08.501822Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:21:08.708503Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:21:08.708693Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:22:57.221292Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:22:57.223798Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:23:28.113928Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:23:28.115550Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:23:58.835510Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:23:58.835826Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:23:58.894834Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikgzcx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikgzcx" level=info timestamp=2018-08-02T17:23:58.924711Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikgzcx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikgzcx" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:22:56.104223Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.105550Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind= uid=b2e13bae-9677-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.164537Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: true\n" level=info timestamp=2018-08-02T17:22:56.164613Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:22:56.164650Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.164718Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.164819Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.300819Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: false\n" level=info timestamp=2018-08-02T17:22:56.300892Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.302830Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.303182Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.423398Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:22:56.423472Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.423541Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.423609Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:24:17.373291Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:24:17.384022Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:24:17.384359Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmikgzcx" level=info timestamp=2018-08-02T17:24:19.945340Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmikgzcx, existing: true\n" level=info timestamp=2018-08-02T17:24:19.946093Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:24:19.946237Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:24:19.946742Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:24:19.960568Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:24:19.961216Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmikgzcx" level=info timestamp=2018-08-02T17:24:25.082071Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmikgzcx, existing: true\n" level=info timestamp=2018-08-02T17:24:25.082498Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:24:25.082575Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:24:25.082889Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:24:25.095020Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:24:25.095596Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmikgzcx" Pod name: virt-launcher-testvmikgzcx-9wpdl Pod phase: Running level=error timestamp=2018-08-02T17:24:14.849930Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:24:14.941057Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:24:14.941227Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:24:15.110319Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:24:15.110586Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:24:15.439965Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:24:15.440141Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:24:16.090705Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:24:16.090921Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:24:17.383093Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:24:17.383313Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:24:19.958924Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:24:19.959210Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:24:25.093938Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:24:25.094246Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure [30.787 seconds] Console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:37 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:65 with a serial console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:66 should be able to reconnect to console multiple times [It] /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:87 Expected error: <*errors.errorString | 0xc420daf410>: { s: "Timeout trying to connect to the virtual machine instance", } Timeout trying to connect to the virtual machine instance not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:100 ------------------------------ STEP: Creating a new VirtualMachineInstance STEP: Checking that the console output equals to expected one Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=error timestamp=2018-08-02T17:24:44.740538Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduling instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:44.740758Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi4q6v8/console proto=HTTP/1.1 statusCode=400 contentLength=90 level=info timestamp=2018-08-02T17:24:44.995881Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=error timestamp=2018-08-02T17:24:45.950387Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduling instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:45.950646Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi4q6v8/console proto=HTTP/1.1 statusCode=400 contentLength=90 level=error timestamp=2018-08-02T17:24:51.608845Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:51.609254Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi4q6v8/console proto=HTTP/1.1 statusCode=400 contentLength=89 2018/08/02 17:24:51 http: TLS handshake error from 10.244.0.1:47586: EOF level=error timestamp=2018-08-02T17:24:53.896493Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:53.896782Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi4q6v8/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=info timestamp=2018-08-02T17:24:57.118837Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=error timestamp=2018-08-02T17:24:57.298735Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:57.298928Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi4q6v8/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:24:58.421097Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:58.421270Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi4q6v8/console proto=HTTP/1.1 statusCode=400 contentLength=89 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=error timestamp=2018-08-02T17:24:47.878986Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:47.879207Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi4q6v8/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:24:49.030953Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:49.031156Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi4q6v8/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:24:50.159354Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:50.159689Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi4q6v8/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:24:52.408591Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:52.408925Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi4q6v8/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:24:54.699507Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:54.699706Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi4q6v8/console proto=HTTP/1.1 statusCode=400 contentLength=89 level=error timestamp=2018-08-02T17:24:55.835783Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:55.836030Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi4q6v8/console proto=HTTP/1.1 statusCode=400 contentLength=89 2018/08/02 17:24:56 http: TLS handshake error from 10.244.1.1:47594: EOF level=error timestamp=2018-08-02T17:24:59.217220Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduled instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:24:59.217548Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi4q6v8/console proto=HTTP/1.1 statusCode=400 contentLength=89 Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:21:08.498454Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:21:08.501822Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:21:08.708503Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:21:08.708693Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsjrj kind= uid=68c96ffb-9678-11e8-83a5-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:22:57.221292Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:22:57.223798Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixvtbv kind= uid=b2a00ff9-9678-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:23:28.113928Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:23:28.115550Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmis9bpq kind= uid=c50d12fe-9678-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:23:58.835510Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:23:58.835826Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikgzcx kind= uid=d75c85e6-9678-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:23:58.894834Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikgzcx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikgzcx" level=info timestamp=2018-08-02T17:23:58.924711Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikgzcx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikgzcx" level=info timestamp=2018-08-02T17:24:29.980647Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4q6v8 kind= uid=e9e72d12-9678-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:24:29.982388Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4q6v8 kind= uid=e9e72d12-9678-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:24:30.042570Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi4q6v8\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi4q6v8" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:22:56.164650Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.164718Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.164819Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.300819Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: false\n" level=info timestamp=2018-08-02T17:22:56.300892Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.302830Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.303182Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.423398Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:22:56.423472Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.423541Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.423609Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:24:34.967240Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:24:34.968748Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:24:34.969329Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:24:34.969938Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:24:48.426253Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi4q6v8 kind= uid=e9e72d12-9678-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:24:48.435941Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi4q6v8 kind= uid=e9e72d12-9678-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:24:48.436271Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi4q6v8" level=info timestamp=2018-08-02T17:24:50.997022Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi4q6v8, existing: true\n" level=info timestamp=2018-08-02T17:24:50.997485Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:24:50.997561Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:24:50.998044Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi4q6v8 kind= uid=e9e72d12-9678-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:24:51.010025Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi4q6v8 kind= uid=e9e72d12-9678-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:24:51.011647Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi4q6v8" level=info timestamp=2018-08-02T17:24:56.132305Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi4q6v8, existing: true\n" level=info timestamp=2018-08-02T17:24:56.132572Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:24:56.132646Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:24:56.132941Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi4q6v8 kind= uid=e9e72d12-9678-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:24:56.144631Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi4q6v8 kind= uid=e9e72d12-9678-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:24:56.145195Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi4q6v8" Pod name: virt-launcher-testvmi4q6v8-g6lk7 Pod phase: Running level=error timestamp=2018-08-02T17:24:45.893109Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi4q6v8 kind= uid=e9e72d12-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:24:45.983782Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi4q6v8 kind= uid=e9e72d12-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:24:45.984006Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi4q6v8 kind= uid=e9e72d12-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:24:46.154803Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi4q6v8 kind= uid=e9e72d12-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:24:46.154996Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi4q6v8 kind= uid=e9e72d12-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:24:46.485333Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi4q6v8 kind= uid=e9e72d12-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:24:46.485618Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi4q6v8 kind= uid=e9e72d12-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:24:47.143606Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi4q6v8 kind= uid=e9e72d12-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:24:47.143833Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi4q6v8 kind= uid=e9e72d12-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:24:48.435114Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi4q6v8 kind= uid=e9e72d12-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:24:48.435345Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi4q6v8 kind= uid=e9e72d12-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:24:51.009066Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi4q6v8 kind= uid=e9e72d12-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:24:51.009282Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi4q6v8 kind= uid=e9e72d12-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:24:56.143570Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi4q6v8 kind= uid=e9e72d12-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:24:56.143830Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi4q6v8 kind= uid=e9e72d12-9678-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure [31.057 seconds] Console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:37 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:65 with a serial console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:66 should wait until the virtual machine is in running state and return a stream interface [It] /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:103 Expected error: <*errors.errorString | 0xc42076d050>: { s: "Timeout trying to connect to the virtual machine instance", } Timeout trying to connect to the virtual machine instance not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:109 ------------------------------ STEP: Creating a new VirtualMachineInstance • [SLOW TEST:30.311 seconds] Console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:37 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:65 with a serial console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:66 should fail waiting for the virtual machine instance to be running /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:111 ------------------------------ • [SLOW TEST:30.359 seconds] Console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:37 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:65 with a serial console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:66 should fail waiting for the expecter /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:134 ------------------------------ • Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=error timestamp=2018-08-02T17:25:51.626218Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduling instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:25:51.626602Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi5q6pj/console proto=HTTP/1.1 statusCode=400 contentLength=90 2018/08/02 17:25:51 http: TLS handshake error from 10.244.0.1:48056: EOF level=info timestamp=2018-08-02T17:25:57.503552Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=error timestamp=2018-08-02T17:25:59.453525Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduling instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:25:59.453719Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi5q6pj/console proto=HTTP/1.1 statusCode=400 contentLength=90 level=error timestamp=2018-08-02T17:26:00.571804Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduling instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:26:00.572059Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi5q6pj/console proto=HTTP/1.1 statusCode=400 contentLength=90 2018/08/02 17:26:01 http: TLS handshake error from 10.244.0.1:48134: EOF level=info timestamp=2018-08-02T17:26:05.423360Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:26:05.733320Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:26:10.230925Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:26:10.241271Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:26:11 http: TLS handshake error from 10.244.0.1:48194: EOF level=info timestamp=2018-08-02T17:26:15.295554Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T17:25:53.544111Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi5q6pj/console proto=HTTP/1.1 statusCode=400 contentLength=90 level=error timestamp=2018-08-02T17:25:54.664912Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduling instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:25:54.665183Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi5q6pj/console proto=HTTP/1.1 statusCode=400 contentLength=90 level=error timestamp=2018-08-02T17:25:55.783588Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduling instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:25:55.783767Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi5q6pj/console proto=HTTP/1.1 statusCode=400 contentLength=90 2018/08/02 17:25:56 http: TLS handshake error from 10.244.1.1:47630: EOF level=error timestamp=2018-08-02T17:25:56.899135Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduling instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:25:56.899343Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi5q6pj/console proto=HTTP/1.1 statusCode=400 contentLength=90 level=error timestamp=2018-08-02T17:25:58.014731Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduling instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:25:58.014925Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi5q6pj/console proto=HTTP/1.1 statusCode=400 contentLength=90 level=error timestamp=2018-08-02T17:26:01.366805Z pos=subresource.go:144 component=virt-api reason="VirtualMachineInstance testvmi5q6pj in namespace kubevirt-test-default not found." msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-02T17:26:01.367100Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi5q6pj/console proto=HTTP/1.1 statusCode=404 contentLength=81 level=info timestamp=2018-08-02T17:26:01.780734Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:26:06 http: TLS handshake error from 10.244.1.1:47636: EOF 2018/08/02 17:26:16 http: TLS handshake error from 10.244.1.1:47642: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:25:00.650597Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6blv4 kind= uid=fc33a8db-9678-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:25:00.650872Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6blv4 kind= uid=fc33a8db-9678-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:25:31.009318Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5q6pj kind= uid=0e49d2dc-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:25:31.014249Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5q6pj kind= uid=0e49d2dc-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:25:31.136056Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5q6pj\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5q6pj" level=info timestamp=2018-08-02T17:25:31.150486Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5q6pj\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5q6pj" level=info timestamp=2018-08-02T17:25:31.163852Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5q6pj\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5q6pj" level=info timestamp=2018-08-02T17:26:01.204327Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5q6pj\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi5q6pj, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 0e49d2dc-9679-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5q6pj" level=info timestamp=2018-08-02T17:26:01.325739Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirwhdw kind= uid=205f7533-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:26:01.326208Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirwhdw kind= uid=205f7533-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:26:01.385310Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirwhdw\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirwhdw" level=info timestamp=2018-08-02T17:26:01.436633Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirwhdw\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmirwhdw, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 205f7533-9679-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirwhdw" level=info timestamp=2018-08-02T17:26:01.574464Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:26:01.574610Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:26:01.663728Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi7lr7k\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi7lr7k" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:22:56.164650Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.164718Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.164819Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.300819Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: false\n" level=info timestamp=2018-08-02T17:22:56.300892Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.302830Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.303182Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.423398Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:22:56.423472Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.423541Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.423609Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:24:34.967240Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:24:34.968748Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:24:34.969329Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:24:34.969938Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:26:16.788609Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:26:16.797632Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:26:16.797963Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi7lr7k" level=info timestamp=2018-08-02T17:26:16.838257Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi7lr7k, existing: true\n" level=info timestamp=2018-08-02T17:26:16.838376Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:26:16.838501Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:26:16.838683Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:26:16.847839Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:26:16.848230Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi7lr7k" level=info timestamp=2018-08-02T17:26:16.928678Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi7lr7k, existing: true\n" level=info timestamp=2018-08-02T17:26:16.928850Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:26:16.928923Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:26:16.929152Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:26:16.949183Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:26:16.949670Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi7lr7k" Pod name: virt-launcher-testvmi7lr7k-r9bwc Pod phase: Running level=info timestamp=2018-08-02T17:26:16.655681Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-08-02T17:26:16.655858Z pos=converter.go:752 component=virt-launcher msg="Found search domains in /etc/resolv.conf: kubevirt-test-default.svc.cluster.local svc.cluster.local cluster.local" level=info timestamp=2018-08-02T17:26:16.661650Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=error timestamp=2018-08-02T17:26:16.665881Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:26:16.666179Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:26:16.776235Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:26:16.776545Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:26:16.787030Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:26:16.787205Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:26:16.796132Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:26:16.796301Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:26:16.846642Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:26:16.846839Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:26:16.948263Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:26:16.948534Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T17:28:06.073304Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:28:10.245730Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:28:10.248478Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:28:11 http: TLS handshake error from 10.244.0.1:48914: EOF level=info timestamp=2018-08-02T17:28:15.682351Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:28:21 http: TLS handshake error from 10.244.0.1:48974: EOF level=info timestamp=2018-08-02T17:28:28.316005Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:28:31 http: TLS handshake error from 10.244.0.1:49034: EOF level=info timestamp=2018-08-02T17:28:35.933430Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:28:36.109827Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:28:41 http: TLS handshake error from 10.244.0.1:49094: EOF level=info timestamp=2018-08-02T17:28:45.789105Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:28:51 http: TLS handshake error from 10.244.0.1:49154: EOF level=info timestamp=2018-08-02T17:28:58.461857Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:29:01 http: TLS handshake error from 10.244.0.1:49214: EOF Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 17:27:06 http: TLS handshake error from 10.244.1.1:47672: EOF 2018/08/02 17:27:16 http: TLS handshake error from 10.244.1.1:47678: EOF 2018/08/02 17:27:26 http: TLS handshake error from 10.244.1.1:47684: EOF level=info timestamp=2018-08-02T17:27:31.779804Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:27:36 http: TLS handshake error from 10.244.1.1:47690: EOF 2018/08/02 17:27:46 http: TLS handshake error from 10.244.1.1:47696: EOF 2018/08/02 17:27:56 http: TLS handshake error from 10.244.1.1:47702: EOF level=info timestamp=2018-08-02T17:28:01.847194Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:28:06 http: TLS handshake error from 10.244.1.1:47708: EOF 2018/08/02 17:28:16 http: TLS handshake error from 10.244.1.1:47714: EOF 2018/08/02 17:28:26 http: TLS handshake error from 10.244.1.1:47720: EOF level=info timestamp=2018-08-02T17:28:31.864196Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:28:36 http: TLS handshake error from 10.244.1.1:47726: EOF 2018/08/02 17:28:46 http: TLS handshake error from 10.244.1.1:47732: EOF 2018/08/02 17:28:56 http: TLS handshake error from 10.244.1.1:47738: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:25:00.650597Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6blv4 kind= uid=fc33a8db-9678-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:25:00.650872Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6blv4 kind= uid=fc33a8db-9678-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:25:31.009318Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5q6pj kind= uid=0e49d2dc-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:25:31.014249Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5q6pj kind= uid=0e49d2dc-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:25:31.136056Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5q6pj\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5q6pj" level=info timestamp=2018-08-02T17:25:31.150486Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5q6pj\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5q6pj" level=info timestamp=2018-08-02T17:25:31.163852Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5q6pj\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5q6pj" level=info timestamp=2018-08-02T17:26:01.204327Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5q6pj\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi5q6pj, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 0e49d2dc-9679-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5q6pj" level=info timestamp=2018-08-02T17:26:01.325739Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirwhdw kind= uid=205f7533-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:26:01.326208Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirwhdw kind= uid=205f7533-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:26:01.385310Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirwhdw\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirwhdw" level=info timestamp=2018-08-02T17:26:01.436633Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirwhdw\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmirwhdw, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 205f7533-9679-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirwhdw" level=info timestamp=2018-08-02T17:26:01.574464Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:26:01.574610Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:26:01.663728Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi7lr7k\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi7lr7k" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:22:56.164650Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.164718Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.164819Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.300819Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: false\n" level=info timestamp=2018-08-02T17:22:56.300892Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.302830Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.303182Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.423398Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:22:56.423472Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.423541Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.423609Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:24:34.967240Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:24:34.968748Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:24:34.969329Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:24:34.969938Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:26:57.843571Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:26:57.858191Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:26:57.858705Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi7lr7k" level=info timestamp=2018-08-02T17:27:38.819939Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi7lr7k, existing: true\n" level=info timestamp=2018-08-02T17:27:38.820904Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:27:38.820997Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:27:38.821455Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:27:38.844192Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:27:38.844894Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi7lr7k" level=info timestamp=2018-08-02T17:29:00.766882Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi7lr7k, existing: true\n" level=info timestamp=2018-08-02T17:29:00.767869Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:29:00.767960Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:29:00.768509Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:29:00.803674Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:29:00.804523Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi7lr7k" Pod name: virt-launcher-testvmi7lr7k-r9bwc Pod phase: Running level=error timestamp=2018-08-02T17:26:18.101759Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:26:19.393981Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:26:19.394211Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:26:21.967519Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:26:21.967705Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:26:27.099496Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:26:27.099709Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:26:37.359132Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:26:37.359676Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:26:57.856101Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:26:57.856545Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:27:38.841301Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:27:38.841987Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:29:00.800793Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:29:00.801517Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" ------------------------------ • Failure [180.710 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:51 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:72 should start it [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:78 Unexpected Warning event received: testvmi7lr7k,2085a92b-9679-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ level=info timestamp=2018-08-02T17:26:01.830714Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi7lr7k kind=VirtualMachineInstance uid=2085a92b-9679-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi7lr7k-r9bwc" level=info timestamp=2018-08-02T17:26:16.936268Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi7lr7k kind=VirtualMachineInstance uid=2085a92b-9679-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmi7lr7k-r9bwc" level=error timestamp=2018-08-02T17:26:17.091066Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmi7lr7k kind=VirtualMachineInstance uid=2085a92b-9679-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T17:28:15.682351Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:28:21 http: TLS handshake error from 10.244.0.1:48974: EOF level=info timestamp=2018-08-02T17:28:28.316005Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:28:31 http: TLS handshake error from 10.244.0.1:49034: EOF level=info timestamp=2018-08-02T17:28:35.933430Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:28:36.109827Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:28:41 http: TLS handshake error from 10.244.0.1:49094: EOF level=info timestamp=2018-08-02T17:28:45.789105Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:28:51 http: TLS handshake error from 10.244.0.1:49154: EOF level=info timestamp=2018-08-02T17:28:58.461857Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:29:01 http: TLS handshake error from 10.244.0.1:49214: EOF level=info timestamp=2018-08-02T17:29:06.099369Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:29:06.199144Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:29:11 http: TLS handshake error from 10.244.0.1:49274: EOF level=info timestamp=2018-08-02T17:29:15.893801Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T17:27:31.779804Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:27:36 http: TLS handshake error from 10.244.1.1:47690: EOF 2018/08/02 17:27:46 http: TLS handshake error from 10.244.1.1:47696: EOF 2018/08/02 17:27:56 http: TLS handshake error from 10.244.1.1:47702: EOF level=info timestamp=2018-08-02T17:28:01.847194Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:28:06 http: TLS handshake error from 10.244.1.1:47708: EOF 2018/08/02 17:28:16 http: TLS handshake error from 10.244.1.1:47714: EOF 2018/08/02 17:28:26 http: TLS handshake error from 10.244.1.1:47720: EOF level=info timestamp=2018-08-02T17:28:31.864196Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:28:36 http: TLS handshake error from 10.244.1.1:47726: EOF 2018/08/02 17:28:46 http: TLS handshake error from 10.244.1.1:47732: EOF 2018/08/02 17:28:56 http: TLS handshake error from 10.244.1.1:47738: EOF level=info timestamp=2018-08-02T17:29:01.866340Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:29:06 http: TLS handshake error from 10.244.1.1:47744: EOF 2018/08/02 17:29:16 http: TLS handshake error from 10.244.1.1:47750: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:25:31.014249Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5q6pj kind= uid=0e49d2dc-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:25:31.136056Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5q6pj\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5q6pj" level=info timestamp=2018-08-02T17:25:31.150486Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5q6pj\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5q6pj" level=info timestamp=2018-08-02T17:25:31.163852Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5q6pj\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5q6pj" level=info timestamp=2018-08-02T17:26:01.204327Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5q6pj\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi5q6pj, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 0e49d2dc-9679-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5q6pj" level=info timestamp=2018-08-02T17:26:01.325739Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirwhdw kind= uid=205f7533-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:26:01.326208Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirwhdw kind= uid=205f7533-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:26:01.385310Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirwhdw\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirwhdw" level=info timestamp=2018-08-02T17:26:01.436633Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirwhdw\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmirwhdw, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 205f7533-9679-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirwhdw" level=info timestamp=2018-08-02T17:26:01.574464Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:26:01.574610Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:26:01.663728Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi7lr7k\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi7lr7k" level=info timestamp=2018-08-02T17:29:02.386700Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:29:02.388834Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:29:02.501089Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiwczc6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiwczc6" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:22:56.164650Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.164718Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.164819Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.300819Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: false\n" level=info timestamp=2018-08-02T17:22:56.300892Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.302830Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.303182Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.423398Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:22:56.423472Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.423541Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.423609Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:24:34.967240Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:24:34.968748Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:24:34.969329Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:24:34.969938Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:29:16.204808Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:29:16.213017Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:29:16.213458Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmiwczc6" level=info timestamp=2018-08-02T17:29:16.293788Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiwczc6, existing: true\n" level=info timestamp=2018-08-02T17:29:16.293938Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:29:16.294005Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:29:16.294220Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:29:16.316754Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:29:16.317111Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmiwczc6" level=info timestamp=2018-08-02T17:29:16.477696Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiwczc6, existing: true\n" level=info timestamp=2018-08-02T17:29:16.477841Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:29:16.477910Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:29:16.478096Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:29:16.486722Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:29:16.487159Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmiwczc6" Pod name: virt-launcher-testvmiwczc6-kphbl Pod phase: Running level=info timestamp=2018-08-02T17:29:16.060039Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=error timestamp=2018-08-02T17:29:16.067606Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:29:16.067823Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:29:16.170342Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:29:16.170573Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:29:16.182648Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:29:16.182820Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:29:16.192145Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:29:16.192296Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:29:16.212194Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:29:16.212483Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:29:16.315934Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:29:16.316115Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:29:16.485908Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:29:16.486103Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T17:31:06.652913Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:31:09.975173Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:31:09.979546Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:31:11 http: TLS handshake error from 10.244.0.1:49994: EOF level=info timestamp=2018-08-02T17:31:16.335169Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:31:21 http: TLS handshake error from 10.244.0.1:50054: EOF level=info timestamp=2018-08-02T17:31:29.212589Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:31:31 http: TLS handshake error from 10.244.0.1:50114: EOF level=info timestamp=2018-08-02T17:31:36.687428Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:31:36.752708Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:31:41 http: TLS handshake error from 10.244.0.1:50174: EOF level=info timestamp=2018-08-02T17:31:46.461567Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:31:51 http: TLS handshake error from 10.244.0.1:50234: EOF level=info timestamp=2018-08-02T17:31:59.354463Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:32:01 http: TLS handshake error from 10.244.0.1:50294: EOF Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 17:30:16 http: TLS handshake error from 10.244.1.1:47786: EOF 2018/08/02 17:30:26 http: TLS handshake error from 10.244.1.1:47792: EOF level=info timestamp=2018-08-02T17:30:31.778228Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:30:36 http: TLS handshake error from 10.244.1.1:47798: EOF 2018/08/02 17:30:46 http: TLS handshake error from 10.244.1.1:47804: EOF 2018/08/02 17:30:56 http: TLS handshake error from 10.244.1.1:47810: EOF level=info timestamp=2018-08-02T17:31:01.818200Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:31:06 http: TLS handshake error from 10.244.1.1:47816: EOF 2018/08/02 17:31:16 http: TLS handshake error from 10.244.1.1:47822: EOF 2018/08/02 17:31:26 http: TLS handshake error from 10.244.1.1:47828: EOF level=info timestamp=2018-08-02T17:31:31.879125Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:31:36 http: TLS handshake error from 10.244.1.1:47834: EOF 2018/08/02 17:31:46 http: TLS handshake error from 10.244.1.1:47840: EOF 2018/08/02 17:31:56 http: TLS handshake error from 10.244.1.1:47846: EOF level=info timestamp=2018-08-02T17:32:01.807672Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:25:31.014249Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5q6pj kind= uid=0e49d2dc-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:25:31.136056Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5q6pj\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5q6pj" level=info timestamp=2018-08-02T17:25:31.150486Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5q6pj\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5q6pj" level=info timestamp=2018-08-02T17:25:31.163852Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5q6pj\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5q6pj" level=info timestamp=2018-08-02T17:26:01.204327Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5q6pj\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi5q6pj, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 0e49d2dc-9679-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5q6pj" level=info timestamp=2018-08-02T17:26:01.325739Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirwhdw kind= uid=205f7533-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:26:01.326208Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirwhdw kind= uid=205f7533-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:26:01.385310Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirwhdw\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirwhdw" level=info timestamp=2018-08-02T17:26:01.436633Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirwhdw\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmirwhdw, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 205f7533-9679-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirwhdw" level=info timestamp=2018-08-02T17:26:01.574464Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:26:01.574610Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7lr7k kind= uid=2085a92b-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:26:01.663728Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi7lr7k\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi7lr7k" level=info timestamp=2018-08-02T17:29:02.386700Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:29:02.388834Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:29:02.501089Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiwczc6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiwczc6" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:22:56.164650Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.164718Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.164819Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.300819Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: false\n" level=info timestamp=2018-08-02T17:22:56.300892Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.302830Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.303182Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.423398Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:22:56.423472Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.423541Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.423609Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:24:34.967240Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:24:34.968748Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:24:34.969329Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:24:34.969938Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:30:38.207326Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:30:38.207470Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:30:38.207907Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:30:38.235366Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:30:38.236264Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmiwczc6" level=info timestamp=2018-08-02T17:31:44.646104Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi7lr7k, existing: false\n" level=info timestamp=2018-08-02T17:31:44.646973Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:31:44.647278Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi7lr7k kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:31:44.647905Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi7lr7k kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:32:00.157835Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiwczc6, existing: true\n" level=info timestamp=2018-08-02T17:32:00.158859Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:32:00.158952Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:32:00.159644Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:32:00.184245Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:32:00.185015Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmiwczc6" Pod name: virt-launcher-testvmiwczc6-kphbl Pod phase: Running level=error timestamp=2018-08-02T17:29:17.467192Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:29:18.759320Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:29:18.759586Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:29:21.331546Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:29:21.331755Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:29:26.466218Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:29:26.466559Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:29:36.741761Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:29:36.742212Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:29:57.243184Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:29:57.243720Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:30:38.233190Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:30:38.233902Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:32:00.181789Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:32:00.182631Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure [180.791 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:51 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:72 should attach virt-launcher to it [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:84 Unexpected Warning event received: testvmiwczc6,8c4a1ca6-9679-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ level=info timestamp=2018-08-02T17:29:02.541777Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmiwczc6 kind=VirtualMachineInstance uid=8c4a1ca6-9679-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmiwczc6-kphbl" level=info timestamp=2018-08-02T17:29:16.329651Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmiwczc6 kind=VirtualMachineInstance uid=8c4a1ca6-9679-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmiwczc6-kphbl" level=error timestamp=2018-08-02T17:29:16.494381Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmiwczc6 kind=VirtualMachineInstance uid=8c4a1ca6-9679-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" •••• Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running 2018/08/02 17:31:21 http: TLS handshake error from 10.244.0.1:50054: EOF level=info timestamp=2018-08-02T17:31:29.212589Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:31:31 http: TLS handshake error from 10.244.0.1:50114: EOF level=info timestamp=2018-08-02T17:31:36.687428Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:31:36.752708Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:31:41 http: TLS handshake error from 10.244.0.1:50174: EOF level=info timestamp=2018-08-02T17:31:46.461567Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:31:51 http: TLS handshake error from 10.244.0.1:50234: EOF level=info timestamp=2018-08-02T17:31:59.354463Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:32:01 http: TLS handshake error from 10.244.0.1:50294: EOF level=info timestamp=2018-08-02T17:32:03.292500Z pos=validating-webhook.go:84 component=virt-api msg="rejected vmi admission" level=info timestamp=2018-08-02T17:32:06.756857Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:32:06.847865Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:32:11 http: TLS handshake error from 10.244.0.1:50354: EOF level=info timestamp=2018-08-02T17:32:16.612151Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T17:30:31.778228Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:30:36 http: TLS handshake error from 10.244.1.1:47798: EOF 2018/08/02 17:30:46 http: TLS handshake error from 10.244.1.1:47804: EOF 2018/08/02 17:30:56 http: TLS handshake error from 10.244.1.1:47810: EOF level=info timestamp=2018-08-02T17:31:01.818200Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:31:06 http: TLS handshake error from 10.244.1.1:47816: EOF 2018/08/02 17:31:16 http: TLS handshake error from 10.244.1.1:47822: EOF 2018/08/02 17:31:26 http: TLS handshake error from 10.244.1.1:47828: EOF level=info timestamp=2018-08-02T17:31:31.879125Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:31:36 http: TLS handshake error from 10.244.1.1:47834: EOF 2018/08/02 17:31:46 http: TLS handshake error from 10.244.1.1:47840: EOF 2018/08/02 17:31:56 http: TLS handshake error from 10.244.1.1:47846: EOF level=info timestamp=2018-08-02T17:32:01.807672Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:32:06 http: TLS handshake error from 10.244.1.1:47852: EOF 2018/08/02 17:32:16 http: TLS handshake error from 10.244.1.1:47858: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:26:01.663728Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi7lr7k\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi7lr7k" level=info timestamp=2018-08-02T17:29:02.386700Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:29:02.388834Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:29:02.501089Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiwczc6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiwczc6" level=info timestamp=2018-08-02T17:32:03.432613Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5xx7s kind= uid=f8338b2d-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:32:03.433661Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5xx7s kind= uid=f8338b2d-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:32:03.525623Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5xx7s\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5xx7s" level=info timestamp=2018-08-02T17:32:03.588441Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5xx7s\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi5xx7s, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: f8338b2d-9679-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5xx7s" level=info timestamp=2018-08-02T17:32:03.665744Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi64nvf kind= uid=f858cba0-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:32:03.667625Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi64nvf kind= uid=f858cba0-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:32:03.731439Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi64nvf\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi64nvf" level=info timestamp=2018-08-02T17:32:03.747459Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi64nvf\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi64nvf" level=info timestamp=2018-08-02T17:32:03.798351Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi64nvf\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi64nvf, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: f858cba0-9679-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi64nvf" level=info timestamp=2018-08-02T17:32:03.954316Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:32:03.954433Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:22:56.164650Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.164718Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.164819Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.300819Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: false\n" level=info timestamp=2018-08-02T17:22:56.300892Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.302830Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.303182Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.423398Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:22:56.423472Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.423541Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.423609Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:24:34.967240Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:24:34.968748Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:24:34.969329Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:24:34.969938Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:32:19.230486Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:32:19.288140Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:32:19.288658Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmidzrvp" level=info timestamp=2018-08-02T17:32:19.288778Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmidzrvp, existing: true\n" level=info timestamp=2018-08-02T17:32:19.288830Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:32:19.288891Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:32:19.289040Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:32:19.340361Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:32:19.340849Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmidzrvp" level=info timestamp=2018-08-02T17:32:19.369185Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmidzrvp, existing: true\n" level=info timestamp=2018-08-02T17:32:19.369346Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:32:19.369484Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:32:19.369688Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:32:19.420247Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:32:19.420783Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmidzrvp" Pod name: virt-launcher-testvmidzrvp-xvpmm Pod phase: Running level=info timestamp=2018-08-02T17:32:19.165923Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmidzrvp/noCloud.iso" level=error timestamp=2018-08-02T17:32:19.172265Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:32:19.172506Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:32:19.223024Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmidzrvp/noCloud.iso" level=error timestamp=2018-08-02T17:32:19.228763Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:32:19.229000Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:32:19.282280Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmidzrvp/noCloud.iso" level=error timestamp=2018-08-02T17:32:19.287315Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:32:19.287597Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:32:19.334798Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmidzrvp/noCloud.iso" level=error timestamp=2018-08-02T17:32:19.339624Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:32:19.339818Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:32:19.413972Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmidzrvp/noCloud.iso" level=error timestamp=2018-08-02T17:32:19.419481Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:32:19.419656Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running 2018/08/02 17:34:01 http: TLS handshake error from 10.244.0.1:51014: EOF level=info timestamp=2018-08-02T17:34:07.032395Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:34:07.110036Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:34:11 http: TLS handshake error from 10.244.0.1:51074: EOF level=info timestamp=2018-08-02T17:34:16.974670Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:34:21 http: TLS handshake error from 10.244.0.1:51134: EOF level=info timestamp=2018-08-02T17:34:30.320856Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:34:31 http: TLS handshake error from 10.244.0.1:51194: EOF level=info timestamp=2018-08-02T17:34:37.123312Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:34:37.185619Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:34:41 http: TLS handshake error from 10.244.0.1:51254: EOF level=info timestamp=2018-08-02T17:34:47.075400Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:34:51 http: TLS handshake error from 10.244.0.1:51314: EOF level=info timestamp=2018-08-02T17:35:00.460443Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:35:01 http: TLS handshake error from 10.244.0.1:51374: EOF Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 17:33:16 http: TLS handshake error from 10.244.1.1:47894: EOF 2018/08/02 17:33:26 http: TLS handshake error from 10.244.1.1:47900: EOF level=info timestamp=2018-08-02T17:33:31.793340Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:33:36 http: TLS handshake error from 10.244.1.1:47906: EOF 2018/08/02 17:33:46 http: TLS handshake error from 10.244.1.1:47912: EOF 2018/08/02 17:33:56 http: TLS handshake error from 10.244.1.1:47918: EOF level=info timestamp=2018-08-02T17:34:01.884835Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:34:06 http: TLS handshake error from 10.244.1.1:47924: EOF 2018/08/02 17:34:16 http: TLS handshake error from 10.244.1.1:47930: EOF 2018/08/02 17:34:26 http: TLS handshake error from 10.244.1.1:47936: EOF level=info timestamp=2018-08-02T17:34:31.817966Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:34:36 http: TLS handshake error from 10.244.1.1:47942: EOF 2018/08/02 17:34:46 http: TLS handshake error from 10.244.1.1:47948: EOF 2018/08/02 17:34:56 http: TLS handshake error from 10.244.1.1:47954: EOF level=info timestamp=2018-08-02T17:35:01.817234Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:26:01.663728Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi7lr7k\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi7lr7k" level=info timestamp=2018-08-02T17:29:02.386700Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:29:02.388834Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:29:02.501089Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiwczc6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiwczc6" level=info timestamp=2018-08-02T17:32:03.432613Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5xx7s kind= uid=f8338b2d-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:32:03.433661Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5xx7s kind= uid=f8338b2d-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:32:03.525623Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5xx7s\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5xx7s" level=info timestamp=2018-08-02T17:32:03.588441Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5xx7s\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi5xx7s, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: f8338b2d-9679-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5xx7s" level=info timestamp=2018-08-02T17:32:03.665744Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi64nvf kind= uid=f858cba0-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:32:03.667625Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi64nvf kind= uid=f858cba0-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:32:03.731439Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi64nvf\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi64nvf" level=info timestamp=2018-08-02T17:32:03.747459Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi64nvf\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi64nvf" level=info timestamp=2018-08-02T17:32:03.798351Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi64nvf\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi64nvf, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: f858cba0-9679-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi64nvf" level=info timestamp=2018-08-02T17:32:03.954316Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:32:03.954433Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:22:56.164650Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.164718Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.164819Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.300819Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: false\n" level=info timestamp=2018-08-02T17:22:56.300892Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.302830Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.303182Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.423398Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:22:56.423472Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.423541Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.423609Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:24:34.967240Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:24:34.968748Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:24:34.969329Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:24:34.969938Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:33:41.417946Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:33:41.418080Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:33:41.419217Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:33:41.507859Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:33:41.508697Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmidzrvp" level=info timestamp=2018-08-02T17:34:44.027786Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiwczc6, existing: false\n" level=info timestamp=2018-08-02T17:34:44.028703Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:34:44.029047Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiwczc6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:34:44.032888Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiwczc6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:35:03.430607Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmidzrvp, existing: true\n" level=info timestamp=2018-08-02T17:35:03.431802Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:35:03.431894Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:35:03.432725Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:35:03.506972Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:35:03.507786Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmidzrvp" Pod name: virt-launcher-testvmidzrvp-xvpmm Pod phase: Running level=info timestamp=2018-08-02T17:32:29.599669Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmidzrvp/noCloud.iso" level=error timestamp=2018-08-02T17:32:29.606073Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:32:29.606279Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:32:39.895203Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmidzrvp/noCloud.iso" level=error timestamp=2018-08-02T17:32:39.900081Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:32:39.900276Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:33:00.444468Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmidzrvp/noCloud.iso" level=error timestamp=2018-08-02T17:33:00.453122Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:33:00.453469Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:33:41.495618Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmidzrvp/noCloud.iso" level=error timestamp=2018-08-02T17:33:41.505777Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:33:41.506103Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:35:03.496184Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmidzrvp/noCloud.iso" level=error timestamp=2018-08-02T17:35:03.504910Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:35:03.505211Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" ------------------------------ • Failure [181.103 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:51 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:72 with boot order /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:172 should be able to boot from selected disk /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 Alpine as first boot [It] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Unexpected Warning event received: testvmidzrvp,f88322bb-9679-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ STEP: defining a VirtualMachineInstance with an Alpine disk STEP: adding a Cirros Disk STEP: setting boot order STEP: starting VirtualMachineInstance STEP: Waiting the VirtualMachineInstance start level=info timestamp=2018-08-02T17:32:04.069918Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmidzrvp kind=VirtualMachineInstance uid=f88322bb-9679-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmidzrvp-xvpmm" level=info timestamp=2018-08-02T17:32:19.230907Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmidzrvp kind=VirtualMachineInstance uid=f88322bb-9679-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmidzrvp-xvpmm" level=error timestamp=2018-08-02T17:32:19.386454Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmidzrvp kind=VirtualMachineInstance uid=f88322bb-9679-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T17:34:30.320856Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:34:31 http: TLS handshake error from 10.244.0.1:51194: EOF level=info timestamp=2018-08-02T17:34:37.123312Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:34:37.185619Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:34:41 http: TLS handshake error from 10.244.0.1:51254: EOF level=info timestamp=2018-08-02T17:34:47.075400Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:34:51 http: TLS handshake error from 10.244.0.1:51314: EOF level=info timestamp=2018-08-02T17:35:00.460443Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:35:01 http: TLS handshake error from 10.244.0.1:51374: EOF level=info timestamp=2018-08-02T17:35:07.173084Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:35:07.240462Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:35:09.822254Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:35:09.832750Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:35:11 http: TLS handshake error from 10.244.0.1:51434: EOF level=info timestamp=2018-08-02T17:35:17.170903Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T17:33:31.793340Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:33:36 http: TLS handshake error from 10.244.1.1:47906: EOF 2018/08/02 17:33:46 http: TLS handshake error from 10.244.1.1:47912: EOF 2018/08/02 17:33:56 http: TLS handshake error from 10.244.1.1:47918: EOF level=info timestamp=2018-08-02T17:34:01.884835Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:34:06 http: TLS handshake error from 10.244.1.1:47924: EOF 2018/08/02 17:34:16 http: TLS handshake error from 10.244.1.1:47930: EOF 2018/08/02 17:34:26 http: TLS handshake error from 10.244.1.1:47936: EOF level=info timestamp=2018-08-02T17:34:31.817966Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:34:36 http: TLS handshake error from 10.244.1.1:47942: EOF 2018/08/02 17:34:46 http: TLS handshake error from 10.244.1.1:47948: EOF 2018/08/02 17:34:56 http: TLS handshake error from 10.244.1.1:47954: EOF level=info timestamp=2018-08-02T17:35:01.817234Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:35:06 http: TLS handshake error from 10.244.1.1:47960: EOF 2018/08/02 17:35:16 http: TLS handshake error from 10.244.1.1:47966: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:29:02.388834Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:29:02.501089Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiwczc6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiwczc6" level=info timestamp=2018-08-02T17:32:03.432613Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5xx7s kind= uid=f8338b2d-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:32:03.433661Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5xx7s kind= uid=f8338b2d-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:32:03.525623Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5xx7s\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5xx7s" level=info timestamp=2018-08-02T17:32:03.588441Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5xx7s\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi5xx7s, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: f8338b2d-9679-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5xx7s" level=info timestamp=2018-08-02T17:32:03.665744Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi64nvf kind= uid=f858cba0-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:32:03.667625Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi64nvf kind= uid=f858cba0-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:32:03.731439Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi64nvf\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi64nvf" level=info timestamp=2018-08-02T17:32:03.747459Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi64nvf\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi64nvf" level=info timestamp=2018-08-02T17:32:03.798351Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi64nvf\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi64nvf, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: f858cba0-9679-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi64nvf" level=info timestamp=2018-08-02T17:32:03.954316Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:32:03.954433Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:35:05.214277Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:35:05.214608Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:22:56.164650Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.164718Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.164819Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.300819Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: false\n" level=info timestamp=2018-08-02T17:22:56.300892Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.302830Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.303182Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.423398Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:22:56.423472Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.423541Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.423609Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:24:34.967240Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:24:34.968748Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:24:34.969329Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:24:34.969938Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:35:20.081986Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:35:20.147992Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:35:20.148468Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmimjtfp" level=info timestamp=2018-08-02T17:35:20.148630Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimjtfp, existing: true\n" level=info timestamp=2018-08-02T17:35:20.148682Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:35:20.148743Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:35:20.148862Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:35:20.206873Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:35:20.207263Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmimjtfp" level=info timestamp=2018-08-02T17:35:20.229643Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimjtfp, existing: true\n" level=info timestamp=2018-08-02T17:35:20.229772Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:35:20.229871Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:35:20.230066Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:35:20.275777Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:35:20.276193Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmimjtfp" Pod name: virt-launcher-testvmimjtfp-jrjqb Pod phase: Running level=info timestamp=2018-08-02T17:35:20.017324Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmimjtfp/noCloud.iso" level=error timestamp=2018-08-02T17:35:20.022652Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:35:20.022817Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:35:20.070590Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmimjtfp/noCloud.iso" level=error timestamp=2018-08-02T17:35:20.080306Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:35:20.080579Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:35:20.140979Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmimjtfp/noCloud.iso" level=error timestamp=2018-08-02T17:35:20.147247Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:35:20.147444Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:35:20.194311Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmimjtfp/noCloud.iso" level=error timestamp=2018-08-02T17:35:20.205168Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:35:20.205345Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:35:20.270574Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmimjtfp/noCloud.iso" level=error timestamp=2018-08-02T17:35:20.274893Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:35:20.275118Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running 2018/08/02 17:37:01 http: TLS handshake error from 10.244.0.1:52094: EOF level=info timestamp=2018-08-02T17:37:07.515644Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:37:07.594710Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:37:11 http: TLS handshake error from 10.244.0.1:52154: EOF level=info timestamp=2018-08-02T17:37:17.563821Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:37:21 http: TLS handshake error from 10.244.0.1:52214: EOF level=info timestamp=2018-08-02T17:37:31.241611Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:37:31 http: TLS handshake error from 10.244.0.1:52274: EOF level=info timestamp=2018-08-02T17:37:37.608811Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:37:37.710803Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:37:41 http: TLS handshake error from 10.244.0.1:52334: EOF level=info timestamp=2018-08-02T17:37:47.666695Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:37:51 http: TLS handshake error from 10.244.0.1:52394: EOF level=info timestamp=2018-08-02T17:38:01.397315Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:38:01 http: TLS handshake error from 10.244.0.1:52454: EOF Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 17:36:16 http: TLS handshake error from 10.244.1.1:48002: EOF 2018/08/02 17:36:26 http: TLS handshake error from 10.244.1.1:48008: EOF level=info timestamp=2018-08-02T17:36:31.806138Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:36:36 http: TLS handshake error from 10.244.1.1:48014: EOF 2018/08/02 17:36:46 http: TLS handshake error from 10.244.1.1:48020: EOF 2018/08/02 17:36:56 http: TLS handshake error from 10.244.1.1:48026: EOF level=info timestamp=2018-08-02T17:37:01.852721Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:37:06 http: TLS handshake error from 10.244.1.1:48032: EOF 2018/08/02 17:37:16 http: TLS handshake error from 10.244.1.1:48038: EOF 2018/08/02 17:37:26 http: TLS handshake error from 10.244.1.1:48044: EOF level=info timestamp=2018-08-02T17:37:31.780049Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:37:36 http: TLS handshake error from 10.244.1.1:48050: EOF 2018/08/02 17:37:46 http: TLS handshake error from 10.244.1.1:48056: EOF 2018/08/02 17:37:56 http: TLS handshake error from 10.244.1.1:48062: EOF level=info timestamp=2018-08-02T17:38:01.924720Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:29:02.388834Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwczc6 kind= uid=8c4a1ca6-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:29:02.501089Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiwczc6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiwczc6" level=info timestamp=2018-08-02T17:32:03.432613Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5xx7s kind= uid=f8338b2d-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:32:03.433661Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5xx7s kind= uid=f8338b2d-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:32:03.525623Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5xx7s\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5xx7s" level=info timestamp=2018-08-02T17:32:03.588441Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5xx7s\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi5xx7s, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: f8338b2d-9679-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5xx7s" level=info timestamp=2018-08-02T17:32:03.665744Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi64nvf kind= uid=f858cba0-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:32:03.667625Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi64nvf kind= uid=f858cba0-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:32:03.731439Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi64nvf\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi64nvf" level=info timestamp=2018-08-02T17:32:03.747459Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi64nvf\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi64nvf" level=info timestamp=2018-08-02T17:32:03.798351Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi64nvf\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi64nvf, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: f858cba0-9679-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi64nvf" level=info timestamp=2018-08-02T17:32:03.954316Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:32:03.954433Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:35:05.214277Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:35:05.214608Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:22:56.164650Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.164718Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.164819Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.300819Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: false\n" level=info timestamp=2018-08-02T17:22:56.300892Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.302830Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.303182Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.423398Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:22:56.423472Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.423541Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.423609Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:24:34.967240Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:24:34.968748Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:24:34.969329Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:24:34.969938Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:36:42.297955Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:36:42.298044Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:36:42.298489Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:36:42.367662Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:36:42.368300Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmimjtfp" level=info timestamp=2018-08-02T17:37:47.349485Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmidzrvp, existing: false\n" level=info timestamp=2018-08-02T17:37:47.350287Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:37:47.350627Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmidzrvp kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:37:47.350993Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmidzrvp kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:38:04.289836Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimjtfp, existing: true\n" level=info timestamp=2018-08-02T17:38:04.290749Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:38:04.290841Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:38:04.291527Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:38:04.365129Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:38:04.367582Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmimjtfp" Pod name: virt-launcher-testvmimjtfp-jrjqb Pod phase: Running level=info timestamp=2018-08-02T17:35:30.474110Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmimjtfp/noCloud.iso" level=error timestamp=2018-08-02T17:35:30.481048Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:35:30.481289Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:35:40.771046Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmimjtfp/noCloud.iso" level=error timestamp=2018-08-02T17:35:40.778159Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:35:40.778444Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:36:01.325254Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmimjtfp/noCloud.iso" level=error timestamp=2018-08-02T17:36:01.332158Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:36:01.332509Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:36:42.356875Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmimjtfp/noCloud.iso" level=error timestamp=2018-08-02T17:36:42.365784Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:36:42.366080Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:38:04.353914Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmimjtfp/noCloud.iso" level=error timestamp=2018-08-02T17:38:04.363057Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:38:04.363461Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure [180.848 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:51 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:72 with boot order /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:172 should be able to boot from selected disk /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 Cirros as first boot [It] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Unexpected Warning event received: testvmimjtfp,648d3cdc-967a-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ STEP: defining a VirtualMachineInstance with an Alpine disk STEP: adding a Cirros Disk STEP: setting boot order STEP: starting VirtualMachineInstance STEP: Waiting the VirtualMachineInstance start level=info timestamp=2018-08-02T17:35:05.460976Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmimjtfp kind=VirtualMachineInstance uid=648d3cdc-967a-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmimjtfp-jrjqb" level=info timestamp=2018-08-02T17:35:20.081575Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmimjtfp kind=VirtualMachineInstance uid=648d3cdc-967a-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmimjtfp-jrjqb" level=error timestamp=2018-08-02T17:35:20.256338Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmimjtfp kind=VirtualMachineInstance uid=648d3cdc-967a-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" • [SLOW TEST:15.370 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:51 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:72 with user-data /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:203 without k8s secret /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:204 should retry starting the VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:205 ------------------------------ • [SLOW TEST:46.246 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:51 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:72 with user-data /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:203 without k8s secret /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:204 should log warning and proceed once the secret is there /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:235 ------------------------------ Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running 2018/08/02 17:38:21 http: TLS handshake error from 10.244.0.1:52574: EOF level=info timestamp=2018-08-02T17:38:31.562470Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:38:31 http: TLS handshake error from 10.244.0.1:52634: EOF level=info timestamp=2018-08-02T17:38:37.730305Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:38:37.813864Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:38:41 http: TLS handshake error from 10.244.0.1:52694: EOF level=info timestamp=2018-08-02T17:38:47.862211Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:38:51 http: TLS handshake error from 10.244.0.1:52754: EOF 2018/08/02 17:39:01 http: TLS handshake error from 10.244.0.1:52814: EOF level=info timestamp=2018-08-02T17:39:01.714306Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:39:07.850304Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:39:07.985433Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:39:11 http: TLS handshake error from 10.244.0.1:52874: EOF level=info timestamp=2018-08-02T17:39:18.144474Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:39:21 http: TLS handshake error from 10.244.0.1:52934: EOF Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T17:37:31.780049Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:37:36 http: TLS handshake error from 10.244.1.1:48050: EOF 2018/08/02 17:37:46 http: TLS handshake error from 10.244.1.1:48056: EOF 2018/08/02 17:37:56 http: TLS handshake error from 10.244.1.1:48062: EOF level=info timestamp=2018-08-02T17:38:01.924720Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:38:06 http: TLS handshake error from 10.244.1.1:48068: EOF 2018/08/02 17:38:16 http: TLS handshake error from 10.244.1.1:48074: EOF 2018/08/02 17:38:26 http: TLS handshake error from 10.244.1.1:48080: EOF level=info timestamp=2018-08-02T17:38:31.813957Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:38:36 http: TLS handshake error from 10.244.1.1:48086: EOF 2018/08/02 17:38:46 http: TLS handshake error from 10.244.1.1:48092: EOF 2018/08/02 17:38:56 http: TLS handshake error from 10.244.1.1:48098: EOF level=info timestamp=2018-08-02T17:39:01.806773Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:39:06 http: TLS handshake error from 10.244.1.1:48104: EOF 2018/08/02 17:39:16 http: TLS handshake error from 10.244.1.1:48110: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:32:03.667625Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi64nvf kind= uid=f858cba0-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:32:03.731439Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi64nvf\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi64nvf" level=info timestamp=2018-08-02T17:32:03.747459Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi64nvf\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi64nvf" level=info timestamp=2018-08-02T17:32:03.798351Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi64nvf\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi64nvf, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: f858cba0-9679-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi64nvf" level=info timestamp=2018-08-02T17:32:03.954316Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:32:03.954433Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:35:05.214277Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:35:05.214608Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:38:06.073065Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicmpvz kind= uid=d056fc41-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:38:06.073887Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicmpvz kind= uid=d056fc41-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:38:21.267891Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikngg4 kind= uid=d969eda4-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:38:21.268146Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikngg4 kind= uid=d969eda4-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:39:07.665184Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:39:07.665835Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:39:08.004784Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9rdbw\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9rdbw" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:22:56.164650Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.164718Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.164819Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.300819Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: false\n" level=info timestamp=2018-08-02T17:22:56.300892Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.302830Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.303182Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.423398Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:22:56.423472Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.423541Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.423609Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:24:34.967240Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:24:34.968748Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:24:34.969329Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:24:34.969938Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:39:23.909557Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:39:23.917770Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:39:23.918285Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi9rdbw" level=info timestamp=2018-08-02T17:39:24.001608Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9rdbw, existing: true\n" level=info timestamp=2018-08-02T17:39:24.001756Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:39:24.001842Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:39:24.002121Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:39:24.011697Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:39:24.012091Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi9rdbw" level=info timestamp=2018-08-02T17:39:24.172787Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9rdbw, existing: true\n" level=info timestamp=2018-08-02T17:39:24.173028Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:39:24.173100Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:39:24.173569Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:39:24.182794Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:39:24.183237Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi9rdbw" Pod name: virt-launcher-testvmi9rdbw-nfs6d Pod phase: Running level=info timestamp=2018-08-02T17:39:23.814155Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=error timestamp=2018-08-02T17:39:23.825645Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:39:23.825923Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:39:23.875531Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:39:23.875699Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:39:23.887174Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:39:23.887369Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:39:23.895911Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:39:23.896066Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:39:23.917012Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:39:23.917181Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:39:24.010788Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:39:24.011011Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:39:24.182045Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:39:24.182223Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T17:41:08.441367Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:41:09.555477Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:41:09.559393Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:41:11 http: TLS handshake error from 10.244.0.1:53594: EOF level=info timestamp=2018-08-02T17:41:18.539520Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:41:21 http: TLS handshake error from 10.244.0.1:53654: EOF 2018/08/02 17:41:31 http: TLS handshake error from 10.244.0.1:53714: EOF level=info timestamp=2018-08-02T17:41:32.568772Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:41:38.387233Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:41:38.493832Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:41:41 http: TLS handshake error from 10.244.0.1:53774: EOF level=info timestamp=2018-08-02T17:41:48.639900Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:41:51 http: TLS handshake error from 10.244.0.1:53834: EOF 2018/08/02 17:42:01 http: TLS handshake error from 10.244.0.1:53894: EOF level=info timestamp=2018-08-02T17:42:02.712378Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 17:40:26 http: TLS handshake error from 10.244.1.1:48152: EOF level=info timestamp=2018-08-02T17:40:31.810378Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:40:36 http: TLS handshake error from 10.244.1.1:48158: EOF 2018/08/02 17:40:46 http: TLS handshake error from 10.244.1.1:48164: EOF 2018/08/02 17:40:56 http: TLS handshake error from 10.244.1.1:48170: EOF level=info timestamp=2018-08-02T17:41:01.860571Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:41:06 http: TLS handshake error from 10.244.1.1:48176: EOF 2018/08/02 17:41:16 http: TLS handshake error from 10.244.1.1:48182: EOF 2018/08/02 17:41:26 http: TLS handshake error from 10.244.1.1:48188: EOF level=info timestamp=2018-08-02T17:41:31.886792Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:41:36 http: TLS handshake error from 10.244.1.1:48194: EOF 2018/08/02 17:41:46 http: TLS handshake error from 10.244.1.1:48200: EOF 2018/08/02 17:41:56 http: TLS handshake error from 10.244.1.1:48206: EOF level=info timestamp=2018-08-02T17:42:01.811381Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:42:06 http: TLS handshake error from 10.244.1.1:48212: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:32:03.667625Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi64nvf kind= uid=f858cba0-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:32:03.731439Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi64nvf\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi64nvf" level=info timestamp=2018-08-02T17:32:03.747459Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi64nvf\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi64nvf" level=info timestamp=2018-08-02T17:32:03.798351Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi64nvf\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi64nvf, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: f858cba0-9679-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi64nvf" level=info timestamp=2018-08-02T17:32:03.954316Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:32:03.954433Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:35:05.214277Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:35:05.214608Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:38:06.073065Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicmpvz kind= uid=d056fc41-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:38:06.073887Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicmpvz kind= uid=d056fc41-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:38:21.267891Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikngg4 kind= uid=d969eda4-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:38:21.268146Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikngg4 kind= uid=d969eda4-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:39:07.665184Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:39:07.665835Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:39:08.004784Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9rdbw\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9rdbw" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:22:56.164650Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.164718Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.164819Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.300819Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: false\n" level=info timestamp=2018-08-02T17:22:56.300892Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.302830Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.303182Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.423398Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:22:56.423472Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.423541Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.423609Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:24:34.967240Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:24:34.968748Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:24:34.969329Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:24:34.969938Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:40:45.900487Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:40:45.900580Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:40:45.901089Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:40:45.924773Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:40:45.925435Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi9rdbw" level=info timestamp=2018-08-02T17:40:48.208683Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimjtfp, existing: false\n" level=info timestamp=2018-08-02T17:40:48.208930Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:40:48.209139Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimjtfp kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:40:48.209598Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimjtfp kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:42:07.846215Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9rdbw, existing: true\n" level=info timestamp=2018-08-02T17:42:07.846851Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:42:07.846937Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:42:07.847265Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:42:07.872165Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:42:07.876174Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi9rdbw" Pod name: virt-launcher-testvmi9rdbw-nfs6d Pod phase: Running level=error timestamp=2018-08-02T17:39:25.174967Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:39:26.465936Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:39:26.466170Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:39:29.036665Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:39:29.036842Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:39:34.168635Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:39:34.168863Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:39:44.432607Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:39:44.433031Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:40:04.935321Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:40:04.935711Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:40:45.922606Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:40:45.923205Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:42:07.870139Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:42:07.870868Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure [180.986 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:51 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:72 when virt-launcher crashes /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:283 should be stopped and have Failed phase [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:284 Unexpected Warning event received: testvmi9rdbw,f50e8c27-967a-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ level=info timestamp=2018-08-02T17:39:08.082525Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi9rdbw kind=VirtualMachineInstance uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi9rdbw-nfs6d" level=info timestamp=2018-08-02T17:39:24.065770Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi9rdbw kind=VirtualMachineInstance uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmi9rdbw-nfs6d" level=error timestamp=2018-08-02T17:39:24.178969Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmi9rdbw kind=VirtualMachineInstance uid=f50e8c27-967a-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running 2018/08/02 17:41:21 http: TLS handshake error from 10.244.0.1:53654: EOF 2018/08/02 17:41:31 http: TLS handshake error from 10.244.0.1:53714: EOF level=info timestamp=2018-08-02T17:41:32.568772Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:41:38.387233Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:41:38.493832Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:41:41 http: TLS handshake error from 10.244.0.1:53774: EOF level=info timestamp=2018-08-02T17:41:48.639900Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:41:51 http: TLS handshake error from 10.244.0.1:53834: EOF 2018/08/02 17:42:01 http: TLS handshake error from 10.244.0.1:53894: EOF level=info timestamp=2018-08-02T17:42:02.712378Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:42:08.492999Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:42:08.595661Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:42:11 http: TLS handshake error from 10.244.0.1:53954: EOF level=info timestamp=2018-08-02T17:42:18.772806Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:42:21 http: TLS handshake error from 10.244.0.1:54014: EOF Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T17:40:31.810378Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:40:36 http: TLS handshake error from 10.244.1.1:48158: EOF 2018/08/02 17:40:46 http: TLS handshake error from 10.244.1.1:48164: EOF 2018/08/02 17:40:56 http: TLS handshake error from 10.244.1.1:48170: EOF level=info timestamp=2018-08-02T17:41:01.860571Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:41:06 http: TLS handshake error from 10.244.1.1:48176: EOF 2018/08/02 17:41:16 http: TLS handshake error from 10.244.1.1:48182: EOF 2018/08/02 17:41:26 http: TLS handshake error from 10.244.1.1:48188: EOF level=info timestamp=2018-08-02T17:41:31.886792Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:41:36 http: TLS handshake error from 10.244.1.1:48194: EOF 2018/08/02 17:41:46 http: TLS handshake error from 10.244.1.1:48200: EOF 2018/08/02 17:41:56 http: TLS handshake error from 10.244.1.1:48206: EOF level=info timestamp=2018-08-02T17:42:01.811381Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:42:06 http: TLS handshake error from 10.244.1.1:48212: EOF 2018/08/02 17:42:16 http: TLS handshake error from 10.244.1.1:48218: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:32:03.798351Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi64nvf\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi64nvf, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: f858cba0-9679-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi64nvf" level=info timestamp=2018-08-02T17:32:03.954316Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:32:03.954433Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:35:05.214277Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:35:05.214608Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:38:06.073065Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicmpvz kind= uid=d056fc41-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:38:06.073887Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicmpvz kind= uid=d056fc41-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:38:21.267891Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikngg4 kind= uid=d969eda4-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:38:21.268146Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikngg4 kind= uid=d969eda4-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:39:07.665184Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:39:07.665835Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:39:08.004784Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9rdbw\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9rdbw" level=info timestamp=2018-08-02T17:42:08.684827Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:42:08.685232Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:42:08.764500Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi89cwv\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi89cwv" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:22:56.164650Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.164718Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.164819Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.300819Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: false\n" level=info timestamp=2018-08-02T17:22:56.300892Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.302830Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.303182Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.423398Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:22:56.423472Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.423541Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.423609Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:24:34.967240Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:24:34.968748Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:24:34.969329Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:24:34.969938Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:42:22.967211Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:42:22.967280Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:42:22.967549Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:42:22.976159Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:42:22.976548Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi89cwv" level=info timestamp=2018-08-02T17:42:23.057090Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi89cwv, existing: true\n" level=info timestamp=2018-08-02T17:42:23.057221Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:42:23.057286Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:42:23.057592Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:42:23.067634Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:42:23.068023Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi89cwv" level=info timestamp=2018-08-02T17:42:23.228671Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi89cwv, existing: true\n" level=info timestamp=2018-08-02T17:42:23.228886Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:42:23.228975Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:42:23.229244Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:42:23.239452Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:42:23.239934Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi89cwv" Pod name: virt-launcher-testvmi89cwv-hvf74 Pod phase: Running level=info timestamp=2018-08-02T17:42:22.823680Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=error timestamp=2018-08-02T17:42:22.830604Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:42:22.830885Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:42:22.927621Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:42:22.927833Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:42:22.940824Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:42:22.941023Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:42:22.956016Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:42:22.956174Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:42:22.975137Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:42:22.975316Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:42:23.066569Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:42:23.066802Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:42:23.238246Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:42:23.238493Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T17:44:03.332810Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:44:09.001890Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:44:09.061776Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:44:11 http: TLS handshake error from 10.244.0.1:54674: EOF level=info timestamp=2018-08-02T17:44:19.203472Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:44:21 http: TLS handshake error from 10.244.0.1:54734: EOF 2018/08/02 17:44:31 http: TLS handshake error from 10.244.0.1:54794: EOF level=info timestamp=2018-08-02T17:44:33.487526Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:44:39.343725Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:44:39.344284Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:44:41 http: TLS handshake error from 10.244.0.1:54854: EOF level=info timestamp=2018-08-02T17:44:49.304775Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:44:51 http: TLS handshake error from 10.244.0.1:54914: EOF 2018/08/02 17:45:01 http: TLS handshake error from 10.244.0.1:54974: EOF level=info timestamp=2018-08-02T17:45:03.555172Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 17:43:26 http: TLS handshake error from 10.244.1.1:48260: EOF level=info timestamp=2018-08-02T17:43:31.850650Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:43:36 http: TLS handshake error from 10.244.1.1:48266: EOF 2018/08/02 17:43:46 http: TLS handshake error from 10.244.1.1:48272: EOF 2018/08/02 17:43:56 http: TLS handshake error from 10.244.1.1:48278: EOF level=info timestamp=2018-08-02T17:44:01.889623Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:44:06 http: TLS handshake error from 10.244.1.1:48284: EOF 2018/08/02 17:44:16 http: TLS handshake error from 10.244.1.1:48290: EOF 2018/08/02 17:44:26 http: TLS handshake error from 10.244.1.1:48296: EOF level=info timestamp=2018-08-02T17:44:31.862139Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:44:36 http: TLS handshake error from 10.244.1.1:48302: EOF 2018/08/02 17:44:46 http: TLS handshake error from 10.244.1.1:48308: EOF 2018/08/02 17:44:56 http: TLS handshake error from 10.244.1.1:48314: EOF level=info timestamp=2018-08-02T17:45:01.913018Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:45:06 http: TLS handshake error from 10.244.1.1:48320: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:32:03.798351Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi64nvf\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi64nvf, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: f858cba0-9679-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi64nvf" level=info timestamp=2018-08-02T17:32:03.954316Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:32:03.954433Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidzrvp kind= uid=f88322bb-9679-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:35:05.214277Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:35:05.214608Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:38:06.073065Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicmpvz kind= uid=d056fc41-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:38:06.073887Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicmpvz kind= uid=d056fc41-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:38:21.267891Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikngg4 kind= uid=d969eda4-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:38:21.268146Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikngg4 kind= uid=d969eda4-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:39:07.665184Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:39:07.665835Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:39:08.004784Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9rdbw\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9rdbw" level=info timestamp=2018-08-02T17:42:08.684827Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:42:08.685232Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:42:08.764500Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi89cwv\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi89cwv" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:22:56.164650Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.164718Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.164819Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.300819Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: false\n" level=info timestamp=2018-08-02T17:22:56.300892Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.302830Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.303182Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.423398Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:22:56.423472Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.423541Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.423609Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:24:34.967240Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:24:34.968748Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:24:34.969329Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:24:34.969938Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:43:44.951451Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:43:44.951532Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:43:44.951933Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:43:44.974544Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:43:44.975130Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi89cwv" level=info timestamp=2018-08-02T17:44:51.718278Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9rdbw, existing: false\n" level=info timestamp=2018-08-02T17:44:51.719144Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:44:51.719567Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9rdbw kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:44:51.720070Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9rdbw kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:45:06.896467Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi89cwv, existing: true\n" level=info timestamp=2018-08-02T17:45:06.897363Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:45:06.897494Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:45:06.898072Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:45:06.931547Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:45:06.932268Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi89cwv" Pod name: virt-launcher-testvmi89cwv-hvf74 Pod phase: Running level=error timestamp=2018-08-02T17:42:24.221709Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:42:25.512579Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:42:25.512771Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:42:28.084673Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:42:28.085004Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:42:33.222923Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:42:33.223302Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:42:43.481958Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:42:43.482366Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:43:03.986589Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:43:03.987100Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:43:44.972214Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:43:44.972979Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:45:06.928885Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:45:06.929671Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure [180.695 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:51 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:72 when virt-handler crashes /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:307 should recover and continue management [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:308 Unexpected Warning event received: testvmi89cwv,60f6c0ec-967b-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ level=info timestamp=2018-08-02T17:42:08.792397Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi89cwv kind=VirtualMachineInstance uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi89cwv-hvf74" level=info timestamp=2018-08-02T17:42:23.083880Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi89cwv kind=VirtualMachineInstance uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmi89cwv-hvf74" level=error timestamp=2018-08-02T17:42:23.227571Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmi89cwv kind=VirtualMachineInstance uid=60f6c0ec-967b-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" • [SLOW TEST:41.088 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:51 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:72 when virt-handler is responsive /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:338 should indicate that a node is ready for vmis /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:339 ------------------------------ Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T17:45:09.498662Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:45:10.683410Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:45:10.686876Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:45:11 http: TLS handshake error from 10.244.0.1:55034: EOF level=info timestamp=2018-08-02T17:45:19.392062Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:45:21 http: TLS handshake error from 10.244.0.1:55094: EOF 2018/08/02 17:45:31 http: TLS handshake error from 10.244.0.1:55154: EOF level=info timestamp=2018-08-02T17:45:33.699430Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:45:39.556168Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:45:39.618305Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:45:41 http: TLS handshake error from 10.244.0.1:55214: EOF level=info timestamp=2018-08-02T17:45:49.493265Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:45:51 http: TLS handshake error from 10.244.0.1:55274: EOF 2018/08/02 17:46:01 http: TLS handshake error from 10.244.0.1:55334: EOF level=info timestamp=2018-08-02T17:46:03.920903Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 17:44:16 http: TLS handshake error from 10.244.1.1:48290: EOF 2018/08/02 17:44:26 http: TLS handshake error from 10.244.1.1:48296: EOF level=info timestamp=2018-08-02T17:44:31.862139Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:44:36 http: TLS handshake error from 10.244.1.1:48302: EOF 2018/08/02 17:44:46 http: TLS handshake error from 10.244.1.1:48308: EOF 2018/08/02 17:44:56 http: TLS handshake error from 10.244.1.1:48314: EOF level=info timestamp=2018-08-02T17:45:01.913018Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:45:06 http: TLS handshake error from 10.244.1.1:48320: EOF 2018/08/02 17:45:16 http: TLS handshake error from 10.244.1.1:48326: EOF 2018/08/02 17:45:26 http: TLS handshake error from 10.244.1.1:48332: EOF level=info timestamp=2018-08-02T17:45:31.818596Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:45:36 http: TLS handshake error from 10.244.1.1:48338: EOF 2018/08/02 17:45:46 http: TLS handshake error from 10.244.1.1:48344: EOF 2018/08/02 17:45:56 http: TLS handshake error from 10.244.1.1:48350: EOF level=info timestamp=2018-08-02T17:46:01.821127Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:35:05.214277Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:35:05.214608Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:38:06.073065Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicmpvz kind= uid=d056fc41-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:38:06.073887Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicmpvz kind= uid=d056fc41-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:38:21.267891Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikngg4 kind= uid=d969eda4-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:38:21.268146Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikngg4 kind= uid=d969eda4-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:39:07.665184Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:39:07.665835Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:39:08.004784Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9rdbw\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9rdbw" level=info timestamp=2018-08-02T17:42:08.684827Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:42:08.685232Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:42:08.764500Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi89cwv\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi89cwv" level=info timestamp=2018-08-02T17:45:50.283893Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:45:50.284758Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:45:50.510059Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmimwv2m\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmimwv2m" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:22:56.164650Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.164718Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.164819Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.300819Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: false\n" level=info timestamp=2018-08-02T17:22:56.300892Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.302830Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.303182Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.423398Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:22:56.423472Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.423541Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.423609Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:24:34.967240Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:24:34.968748Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:24:34.969329Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:24:34.969938Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:46:06.027582Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:46:06.075984Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:46:06.076524Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmimwv2m" level=info timestamp=2018-08-02T17:46:06.076646Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimwv2m, existing: true\n" level=info timestamp=2018-08-02T17:46:06.076714Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:46:06.076777Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:46:06.076966Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:46:06.124513Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:46:06.125091Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmimwv2m" level=info timestamp=2018-08-02T17:46:06.157114Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimwv2m, existing: true\n" level=info timestamp=2018-08-02T17:46:06.157298Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:46:06.157367Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:46:06.157644Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:46:06.204321Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:46:06.204789Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmimwv2m" Pod name: virt-launcher-testvmimwv2m-75dm6 Pod phase: Running level=info timestamp=2018-08-02T17:46:05.961824Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmimwv2m/noCloud.iso" level=error timestamp=2018-08-02T17:46:05.969566Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:46:05.969734Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:46:06.020720Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmimwv2m/noCloud.iso" level=error timestamp=2018-08-02T17:46:06.025234Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:46:06.025487Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:46:06.070286Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmimwv2m/noCloud.iso" level=error timestamp=2018-08-02T17:46:06.075194Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:46:06.075356Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:46:06.118947Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmimwv2m/noCloud.iso" level=error timestamp=2018-08-02T17:46:06.123503Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:46:06.123674Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:46:06.199000Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmimwv2m/noCloud.iso" level=error timestamp=2018-08-02T17:46:06.203154Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:46:06.203377Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running 2018/08/02 17:48:01 http: TLS handshake error from 10.244.0.1:56054: EOF level=info timestamp=2018-08-02T17:48:04.560501Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:48:09.963527Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:48:10.110904Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:48:10.704736Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:48:10.708015Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:48:11 http: TLS handshake error from 10.244.0.1:56114: EOF level=info timestamp=2018-08-02T17:48:20.016229Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:48:21 http: TLS handshake error from 10.244.0.1:56174: EOF 2018/08/02 17:48:31 http: TLS handshake error from 10.244.0.1:56234: EOF level=info timestamp=2018-08-02T17:48:34.707680Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:48:40.064758Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:48:40.269595Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:48:41 http: TLS handshake error from 10.244.0.1:56294: EOF level=info timestamp=2018-08-02T17:48:50.109129Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T17:47:01.852269Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:47:06 http: TLS handshake error from 10.244.1.1:48392: EOF 2018/08/02 17:47:16 http: TLS handshake error from 10.244.1.1:48398: EOF 2018/08/02 17:47:26 http: TLS handshake error from 10.244.1.1:48404: EOF level=info timestamp=2018-08-02T17:47:31.845657Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:47:36 http: TLS handshake error from 10.244.1.1:48410: EOF 2018/08/02 17:47:46 http: TLS handshake error from 10.244.1.1:48416: EOF 2018/08/02 17:47:56 http: TLS handshake error from 10.244.1.1:48422: EOF level=info timestamp=2018-08-02T17:48:01.884438Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:48:06 http: TLS handshake error from 10.244.1.1:48428: EOF 2018/08/02 17:48:16 http: TLS handshake error from 10.244.1.1:48434: EOF 2018/08/02 17:48:26 http: TLS handshake error from 10.244.1.1:48440: EOF level=info timestamp=2018-08-02T17:48:31.814160Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:48:36 http: TLS handshake error from 10.244.1.1:48446: EOF 2018/08/02 17:48:46 http: TLS handshake error from 10.244.1.1:48452: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:35:05.214277Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:35:05.214608Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimjtfp kind= uid=648d3cdc-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:38:06.073065Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicmpvz kind= uid=d056fc41-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:38:06.073887Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicmpvz kind= uid=d056fc41-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:38:21.267891Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikngg4 kind= uid=d969eda4-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:38:21.268146Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikngg4 kind= uid=d969eda4-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:39:07.665184Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:39:07.665835Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:39:08.004784Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9rdbw\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9rdbw" level=info timestamp=2018-08-02T17:42:08.684827Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:42:08.685232Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:42:08.764500Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi89cwv\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi89cwv" level=info timestamp=2018-08-02T17:45:50.283893Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:45:50.284758Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:45:50.510059Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmimwv2m\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmimwv2m" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:22:56.164650Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.164718Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.164819Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind= uid=204f87d6-9678-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.300819Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmis5vxl, existing: false\n" level=info timestamp=2018-08-02T17:22:56.300892Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.302830Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.303182Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmis5vxl kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:22:56.423398Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:22:56.423472Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:56.423541Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:22:56.423609Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:24:34.967240Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizd2n4rr5w6, existing: false\n" level=info timestamp=2018-08-02T17:24:34.968748Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:24:34.969329Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:24:34.969938Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizd2n4rr5w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:47:28.190369Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:47:28.190570Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:47:28.191118Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:47:28.278940Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:47:28.279902Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmimwv2m" level=info timestamp=2018-08-02T17:47:50.773913Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi89cwv, existing: false\n" level=info timestamp=2018-08-02T17:47:50.774345Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:47:50.774676Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi89cwv kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:47:50.775341Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi89cwv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:48:50.201314Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimwv2m, existing: true\n" level=info timestamp=2018-08-02T17:48:50.202331Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:48:50.202467Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:48:50.202886Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:48:50.273172Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:48:50.273909Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmimwv2m" Pod name: virt-launcher-testvmimwv2m-75dm6 Pod phase: Running level=info timestamp=2018-08-02T17:46:16.375342Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmimwv2m/noCloud.iso" level=error timestamp=2018-08-02T17:46:16.380971Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:46:16.381204Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:46:26.668588Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmimwv2m/noCloud.iso" level=error timestamp=2018-08-02T17:46:26.673844Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:46:26.674034Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:46:47.216568Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmimwv2m/noCloud.iso" level=error timestamp=2018-08-02T17:46:47.225720Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:46:47.225999Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:47:28.267461Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmimwv2m/noCloud.iso" level=error timestamp=2018-08-02T17:47:28.276900Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:47:28.277204Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:48:50.262153Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmimwv2m/noCloud.iso" level=error timestamp=2018-08-02T17:48:50.271247Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:48:50.271605Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure in Spec Setup (BeforeEach) [180.649 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:51 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:72 when virt-handler is not responsive /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:369 the node controller should react [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:408 Unexpected Warning event received: testvmimwv2m,e508b17d-967b-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ level=info timestamp=2018-08-02T17:45:50.461310Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmimwv2m-75dm6" level=info timestamp=2018-08-02T17:46:05.990872Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmimwv2m-75dm6" level=error timestamp=2018-08-02T17:46:06.172894Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid=e508b17d-967b-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T17:48:10.110904Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:48:10.704736Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:48:10.708015Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:48:11 http: TLS handshake error from 10.244.0.1:56114: EOF level=info timestamp=2018-08-02T17:48:20.016229Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:48:21 http: TLS handshake error from 10.244.0.1:56174: EOF 2018/08/02 17:48:31 http: TLS handshake error from 10.244.0.1:56234: EOF level=info timestamp=2018-08-02T17:48:34.707680Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:48:40.064758Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:48:40.269595Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:48:41 http: TLS handshake error from 10.244.0.1:56294: EOF level=info timestamp=2018-08-02T17:48:50.109129Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:48:51 http: TLS handshake error from 10.244.0.1:56354: EOF 2018/08/02 17:49:01 http: TLS handshake error from 10.244.0.1:56414: EOF level=info timestamp=2018-08-02T17:49:04.850124Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 17:47:26 http: TLS handshake error from 10.244.1.1:48404: EOF level=info timestamp=2018-08-02T17:47:31.845657Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:47:36 http: TLS handshake error from 10.244.1.1:48410: EOF 2018/08/02 17:47:46 http: TLS handshake error from 10.244.1.1:48416: EOF 2018/08/02 17:47:56 http: TLS handshake error from 10.244.1.1:48422: EOF level=info timestamp=2018-08-02T17:48:01.884438Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:48:06 http: TLS handshake error from 10.244.1.1:48428: EOF 2018/08/02 17:48:16 http: TLS handshake error from 10.244.1.1:48434: EOF 2018/08/02 17:48:26 http: TLS handshake error from 10.244.1.1:48440: EOF level=info timestamp=2018-08-02T17:48:31.814160Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:48:36 http: TLS handshake error from 10.244.1.1:48446: EOF 2018/08/02 17:48:46 http: TLS handshake error from 10.244.1.1:48452: EOF 2018/08/02 17:48:56 http: TLS handshake error from 10.244.1.1:48458: EOF level=info timestamp=2018-08-02T17:49:01.797907Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:49:06 http: TLS handshake error from 10.244.1.1:48464: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:38:06.073887Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicmpvz kind= uid=d056fc41-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:38:21.267891Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikngg4 kind= uid=d969eda4-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:38:21.268146Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikngg4 kind= uid=d969eda4-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:39:07.665184Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:39:07.665835Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:39:08.004784Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9rdbw\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9rdbw" level=info timestamp=2018-08-02T17:42:08.684827Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:42:08.685232Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:42:08.764500Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi89cwv\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi89cwv" level=info timestamp=2018-08-02T17:45:50.283893Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:45:50.284758Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:45:50.510059Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmimwv2m\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmimwv2m" level=info timestamp=2018-08-02T17:48:51.123728Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:48:51.124085Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:48:51.321312Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixpzr7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixpzr7" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:49:07.901699Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:49:07.974691Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:49:07.976913Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmixpzr7" level=info timestamp=2018-08-02T17:49:07.977577Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmixpzr7, existing: true\n" level=info timestamp=2018-08-02T17:49:07.977826Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:49:07.977854Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:49:07.978333Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:49:08.010704Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:49:08.012342Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmixpzr7" level=info timestamp=2018-08-02T17:49:08.022092Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmixpzr7, existing: true\n" level=info timestamp=2018-08-02T17:49:08.022176Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:49:08.022203Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:49:08.022360Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:49:08.076508Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:49:08.076763Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmixpzr7" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:48:50.273909Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmimwv2m" level=info timestamp=2018-08-02T17:48:50.466651Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimwv2m, existing: true\n" level=info timestamp=2018-08-02T17:48:50.466817Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:48:50.466890Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:48:50.467138Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:48:50.502027Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:48:50.502231Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimwv2m, existing: true\n" level=info timestamp=2018-08-02T17:48:50.502323Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:48:50.502473Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:48:50.502627Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:48:50.502893Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:48:50.561796Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimwv2m, existing: false\n" level=info timestamp=2018-08-02T17:48:50.561932Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:48:50.562156Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:48:50.562350Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmixpzr7-69hxr Pod phase: Running level=info timestamp=2018-08-02T17:49:07.797328Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixpzr7/noCloud.iso" level=error timestamp=2018-08-02T17:49:07.800124Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:49:07.800208Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:49:07.863405Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixpzr7/noCloud.iso" level=error timestamp=2018-08-02T17:49:07.895139Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:49:07.895269Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:49:07.971304Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixpzr7/noCloud.iso" level=error timestamp=2018-08-02T17:49:07.973752Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:49:07.973833Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:49:08.007345Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixpzr7/noCloud.iso" level=error timestamp=2018-08-02T17:49:08.010354Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:49:08.010436Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:49:08.073917Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixpzr7/noCloud.iso" level=error timestamp=2018-08-02T17:49:08.076143Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:49:08.076216Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running 2018/08/02 17:51:01 http: TLS handshake error from 10.244.0.1:57134: EOF level=info timestamp=2018-08-02T17:51:05.517663Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:51:10.004811Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:51:10.009230Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:51:10.505571Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:51:10.615564Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:51:11 http: TLS handshake error from 10.244.0.1:57194: EOF level=info timestamp=2018-08-02T17:51:20.636557Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:51:21 http: TLS handshake error from 10.244.0.1:57254: EOF 2018/08/02 17:51:31 http: TLS handshake error from 10.244.0.1:57314: EOF level=info timestamp=2018-08-02T17:51:35.704227Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:51:40.564826Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:51:40.726740Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:51:41 http: TLS handshake error from 10.244.0.1:57374: EOF level=info timestamp=2018-08-02T17:51:50.738937Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T17:50:01.858306Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:50:06 http: TLS handshake error from 10.244.1.1:48500: EOF 2018/08/02 17:50:16 http: TLS handshake error from 10.244.1.1:48506: EOF 2018/08/02 17:50:26 http: TLS handshake error from 10.244.1.1:48512: EOF level=info timestamp=2018-08-02T17:50:31.875327Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:50:36 http: TLS handshake error from 10.244.1.1:48518: EOF 2018/08/02 17:50:46 http: TLS handshake error from 10.244.1.1:48524: EOF 2018/08/02 17:50:56 http: TLS handshake error from 10.244.1.1:48530: EOF level=info timestamp=2018-08-02T17:51:01.862088Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:51:06 http: TLS handshake error from 10.244.1.1:48536: EOF 2018/08/02 17:51:16 http: TLS handshake error from 10.244.1.1:48542: EOF 2018/08/02 17:51:26 http: TLS handshake error from 10.244.1.1:48548: EOF level=info timestamp=2018-08-02T17:51:31.893958Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:51:36 http: TLS handshake error from 10.244.1.1:48554: EOF 2018/08/02 17:51:46 http: TLS handshake error from 10.244.1.1:48560: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:38:06.073887Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicmpvz kind= uid=d056fc41-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:38:21.267891Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikngg4 kind= uid=d969eda4-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:38:21.268146Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikngg4 kind= uid=d969eda4-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:39:07.665184Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:39:07.665835Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:39:08.004784Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9rdbw\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9rdbw" level=info timestamp=2018-08-02T17:42:08.684827Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:42:08.685232Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:42:08.764500Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi89cwv\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi89cwv" level=info timestamp=2018-08-02T17:45:50.283893Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:45:50.284758Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:45:50.510059Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmimwv2m\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmimwv2m" level=info timestamp=2018-08-02T17:48:51.123728Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:48:51.124085Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:48:51.321312Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixpzr7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixpzr7" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:49:28.837372Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:49:28.927405Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:49:28.928208Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmixpzr7" level=info timestamp=2018-08-02T17:49:49.409585Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmixpzr7, existing: true\n" level=info timestamp=2018-08-02T17:49:49.410573Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:49:49.410658Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:49:49.411202Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:49:49.529585Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:49:49.530436Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmixpzr7" level=info timestamp=2018-08-02T17:50:30.491863Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmixpzr7, existing: true\n" level=info timestamp=2018-08-02T17:50:30.492894Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:50:30.493011Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:50:30.493467Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:50:30.592560Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:50:30.594727Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmixpzr7" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:48:50.467138Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:48:50.502027Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:48:50.502231Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimwv2m, existing: true\n" level=info timestamp=2018-08-02T17:48:50.502323Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:48:50.502473Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:48:50.502627Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:48:50.502893Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:48:50.561796Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimwv2m, existing: false\n" level=info timestamp=2018-08-02T17:48:50.561932Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:48:50.562156Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:48:50.562350Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:51:34.115542Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimwv2m, existing: false\n" level=info timestamp=2018-08-02T17:51:34.116542Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:51:34.116950Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:51:34.117376Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmixpzr7-69hxr Pod phase: Running level=info timestamp=2018-08-02T17:49:13.298427Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixpzr7/noCloud.iso" level=error timestamp=2018-08-02T17:49:13.303491Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:49:13.303698Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:49:18.532652Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixpzr7/noCloud.iso" level=error timestamp=2018-08-02T17:49:18.567454Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:49:18.567815Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:49:28.916131Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixpzr7/noCloud.iso" level=error timestamp=2018-08-02T17:49:28.925432Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:49:28.925651Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:49:49.497713Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixpzr7/noCloud.iso" level=error timestamp=2018-08-02T17:49:49.515600Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:49:49.516376Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T17:50:30.578716Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixpzr7/noCloud.iso" level=error timestamp=2018-08-02T17:50:30.590142Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:50:30.590545Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure [180.898 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:51 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:72 with node tainted /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:461 the vmi with tolerations should be scheduled [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:483 Unexpected Warning event received: testvmixpzr7,50cf260e-967c-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ level=info timestamp=2018-08-02T17:48:51.271351Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmixpzr7 kind=VirtualMachineInstance uid=50cf260e-967c-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmixpzr7-69hxr" level=info timestamp=2018-08-02T17:49:07.647428Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmixpzr7 kind=VirtualMachineInstance uid=50cf260e-967c-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmixpzr7-69hxr" level=error timestamp=2018-08-02T17:49:07.737129Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmixpzr7 kind=VirtualMachineInstance uid=50cf260e-967c-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" • Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T17:51:10.009230Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:51:10.505571Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:51:10.615564Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:51:11 http: TLS handshake error from 10.244.0.1:57194: EOF level=info timestamp=2018-08-02T17:51:20.636557Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:51:21 http: TLS handshake error from 10.244.0.1:57254: EOF 2018/08/02 17:51:31 http: TLS handshake error from 10.244.0.1:57314: EOF level=info timestamp=2018-08-02T17:51:35.704227Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:51:40.564826Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:51:40.726740Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:51:41 http: TLS handshake error from 10.244.0.1:57374: EOF level=info timestamp=2018-08-02T17:51:50.738937Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:51:51 http: TLS handshake error from 10.244.0.1:57434: EOF 2018/08/02 17:52:01 http: TLS handshake error from 10.244.0.1:57494: EOF level=info timestamp=2018-08-02T17:52:05.862479Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 17:50:26 http: TLS handshake error from 10.244.1.1:48512: EOF level=info timestamp=2018-08-02T17:50:31.875327Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:50:36 http: TLS handshake error from 10.244.1.1:48518: EOF 2018/08/02 17:50:46 http: TLS handshake error from 10.244.1.1:48524: EOF 2018/08/02 17:50:56 http: TLS handshake error from 10.244.1.1:48530: EOF level=info timestamp=2018-08-02T17:51:01.862088Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:51:06 http: TLS handshake error from 10.244.1.1:48536: EOF 2018/08/02 17:51:16 http: TLS handshake error from 10.244.1.1:48542: EOF 2018/08/02 17:51:26 http: TLS handshake error from 10.244.1.1:48548: EOF level=info timestamp=2018-08-02T17:51:31.893958Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:51:36 http: TLS handshake error from 10.244.1.1:48554: EOF 2018/08/02 17:51:46 http: TLS handshake error from 10.244.1.1:48560: EOF 2018/08/02 17:51:56 http: TLS handshake error from 10.244.1.1:48566: EOF level=info timestamp=2018-08-02T17:52:02.029324Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:52:06 http: TLS handshake error from 10.244.1.1:48572: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:39:07.665835Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:39:08.004784Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9rdbw\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9rdbw" level=info timestamp=2018-08-02T17:42:08.684827Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:42:08.685232Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:42:08.764500Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi89cwv\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi89cwv" level=info timestamp=2018-08-02T17:45:50.283893Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:45:50.284758Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:45:50.510059Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmimwv2m\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmimwv2m" level=info timestamp=2018-08-02T17:48:51.123728Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:48:51.124085Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:48:51.321312Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixpzr7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixpzr7" level=info timestamp=2018-08-02T17:51:52.275652Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6npst kind= uid=bcc359ec-967c-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:51:52.279272Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6npst kind= uid=bcc359ec-967c-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:51:54.107529Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:51:54.108628Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:52:09.726892Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:52:09.742674Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:52:09.745349Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvminh6w6" level=info timestamp=2018-08-02T17:52:09.766273Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvminh6w6, existing: true\n" level=info timestamp=2018-08-02T17:52:09.766454Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:52:09.766562Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:52:09.766769Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:52:09.779382Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:52:09.780446Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvminh6w6" level=info timestamp=2018-08-02T17:52:09.828696Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvminh6w6, existing: true\n" level=info timestamp=2018-08-02T17:52:09.828774Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:52:09.828802Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:52:09.829072Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:52:09.842706Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:52:09.843589Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvminh6w6" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:48:50.467138Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:48:50.502027Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:48:50.502231Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimwv2m, existing: true\n" level=info timestamp=2018-08-02T17:48:50.502323Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:48:50.502473Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:48:50.502627Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:48:50.502893Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:48:50.561796Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimwv2m, existing: false\n" level=info timestamp=2018-08-02T17:48:50.561932Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:48:50.562156Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:48:50.562350Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:51:34.115542Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimwv2m, existing: false\n" level=info timestamp=2018-08-02T17:51:34.116542Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:51:34.116950Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:51:34.117376Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvminh6w6-l5ftx Pod phase: Running level=info timestamp=2018-08-02T17:52:09.538530Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-08-02T17:52:09.538698Z pos=converter.go:752 component=virt-launcher msg="Found search domains in /etc/resolv.conf: kubevirt-test-default.svc.cluster.local svc.cluster.local cluster.local" level=info timestamp=2018-08-02T17:52:09.540171Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=error timestamp=2018-08-02T17:52:09.553317Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:52:09.553786Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:52:09.707401Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:52:09.707668Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:52:09.739063Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:52:09.739305Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:52:09.778482Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:52:09.778690Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:52:09.840898Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:52:09.841198Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:52:09.940198Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:52:09.940409Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running 2018/08/02 17:53:51 http: TLS handshake error from 10.244.0.1:58154: EOF 2018/08/02 17:54:01 http: TLS handshake error from 10.244.0.1:58214: EOF level=info timestamp=2018-08-02T17:54:06.617047Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:54:10.964878Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:54:11.108327Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:54:11 http: TLS handshake error from 10.244.0.1:1025: EOF level=info timestamp=2018-08-02T17:54:21.249365Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:54:21 http: TLS handshake error from 10.244.0.1:58334: EOF 2018/08/02 17:54:31 http: TLS handshake error from 10.244.0.1:58394: EOF level=info timestamp=2018-08-02T17:54:36.763764Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:54:41.044576Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:54:41.225508Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:54:41 http: TLS handshake error from 10.244.0.1:58454: EOF level=info timestamp=2018-08-02T17:54:51.370701Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:54:51 http: TLS handshake error from 10.244.0.1:58514: EOF Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T17:53:01.867547Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:53:06 http: TLS handshake error from 10.244.1.1:48608: EOF 2018/08/02 17:53:16 http: TLS handshake error from 10.244.1.1:48614: EOF 2018/08/02 17:53:26 http: TLS handshake error from 10.244.1.1:48620: EOF level=info timestamp=2018-08-02T17:53:31.939723Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:53:36 http: TLS handshake error from 10.244.1.1:48626: EOF 2018/08/02 17:53:46 http: TLS handshake error from 10.244.1.1:48632: EOF 2018/08/02 17:53:56 http: TLS handshake error from 10.244.1.1:48638: EOF level=info timestamp=2018-08-02T17:54:01.825575Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:54:06 http: TLS handshake error from 10.244.1.1:48644: EOF 2018/08/02 17:54:16 http: TLS handshake error from 10.244.1.1:48650: EOF 2018/08/02 17:54:26 http: TLS handshake error from 10.244.1.1:48656: EOF level=info timestamp=2018-08-02T17:54:31.866605Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:54:36 http: TLS handshake error from 10.244.1.1:48662: EOF 2018/08/02 17:54:46 http: TLS handshake error from 10.244.1.1:48668: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:39:07.665835Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9rdbw kind= uid=f50e8c27-967a-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:39:08.004784Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9rdbw\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9rdbw" level=info timestamp=2018-08-02T17:42:08.684827Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:42:08.685232Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:42:08.764500Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi89cwv\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi89cwv" level=info timestamp=2018-08-02T17:45:50.283893Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:45:50.284758Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:45:50.510059Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmimwv2m\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmimwv2m" level=info timestamp=2018-08-02T17:48:51.123728Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:48:51.124085Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:48:51.321312Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixpzr7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixpzr7" level=info timestamp=2018-08-02T17:51:52.275652Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6npst kind= uid=bcc359ec-967c-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:51:52.279272Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6npst kind= uid=bcc359ec-967c-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:51:54.107529Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:51:54.108628Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:52:50.868802Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:52:50.930534Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:52:50.931306Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvminh6w6" level=info timestamp=2018-08-02T17:53:31.892721Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvminh6w6, existing: true\n" level=info timestamp=2018-08-02T17:53:31.903385Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:53:31.904214Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:53:31.905253Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:53:31.941869Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:53:31.943751Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvminh6w6" level=info timestamp=2018-08-02T17:54:53.877908Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvminh6w6, existing: true\n" level=info timestamp=2018-08-02T17:54:53.895566Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:54:53.895875Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:54:53.896544Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:54:54.050234Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:54:54.051097Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvminh6w6" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:48:50.467138Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:48:50.502027Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:48:50.502231Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimwv2m, existing: true\n" level=info timestamp=2018-08-02T17:48:50.502323Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:48:50.502473Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:48:50.502627Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:48:50.502893Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:48:50.561796Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimwv2m, existing: false\n" level=info timestamp=2018-08-02T17:48:50.561932Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:48:50.562156Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:48:50.562350Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:51:34.115542Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimwv2m, existing: false\n" level=info timestamp=2018-08-02T17:51:34.116542Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:51:34.116950Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:51:34.117376Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvminh6w6-l5ftx Pod phase: Running level=error timestamp=2018-08-02T17:52:11.111246Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:52:12.405735Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:52:12.406175Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:52:14.979529Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:52:14.979791Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:52:20.113438Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:52:20.113688Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:52:30.377198Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:52:30.377884Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:52:50.922501Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:52:50.928402Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:53:31.938342Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:53:31.939322Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:54:54.047176Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:54:54.047935Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" ------------------------------ • Failure [181.146 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:51 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:72 with non default namespace /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:533 should log libvirt start and stop lifecycle events of the domain /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 kubevirt-test-default [It] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Unexpected Warning event received: testvminh6w6,bde6cdbd-967c-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ STEP: Creating a VirtualMachineInstance with different namespace level=info timestamp=2018-08-02T17:51:54.302249Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvminh6w6 kind=VirtualMachineInstance uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvminh6w6-l5ftx" level=info timestamp=2018-08-02T17:52:09.448610Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvminh6w6 kind=VirtualMachineInstance uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvminh6w6-l5ftx" level=error timestamp=2018-08-02T17:52:09.609240Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvminh6w6 kind=VirtualMachineInstance uid=bde6cdbd-967c-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T17:54:11.108327Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:54:11 http: TLS handshake error from 10.244.0.1:1025: EOF level=info timestamp=2018-08-02T17:54:21.249365Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:54:21 http: TLS handshake error from 10.244.0.1:58334: EOF 2018/08/02 17:54:31 http: TLS handshake error from 10.244.0.1:58394: EOF level=info timestamp=2018-08-02T17:54:36.763764Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:54:41.044576Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:54:41.225508Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:54:41 http: TLS handshake error from 10.244.0.1:58454: EOF level=info timestamp=2018-08-02T17:54:51.370701Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:54:51 http: TLS handshake error from 10.244.0.1:58514: EOF 2018/08/02 17:55:01 http: TLS handshake error from 10.244.0.1:1026: EOF level=info timestamp=2018-08-02T17:55:06.956249Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:55:09.420538Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:55:09.426199Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 17:53:26 http: TLS handshake error from 10.244.1.1:48620: EOF level=info timestamp=2018-08-02T17:53:31.939723Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:53:36 http: TLS handshake error from 10.244.1.1:48626: EOF 2018/08/02 17:53:46 http: TLS handshake error from 10.244.1.1:48632: EOF 2018/08/02 17:53:56 http: TLS handshake error from 10.244.1.1:48638: EOF level=info timestamp=2018-08-02T17:54:01.825575Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:54:06 http: TLS handshake error from 10.244.1.1:48644: EOF 2018/08/02 17:54:16 http: TLS handshake error from 10.244.1.1:48650: EOF 2018/08/02 17:54:26 http: TLS handshake error from 10.244.1.1:48656: EOF level=info timestamp=2018-08-02T17:54:31.866605Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:54:36 http: TLS handshake error from 10.244.1.1:48662: EOF 2018/08/02 17:54:46 http: TLS handshake error from 10.244.1.1:48668: EOF 2018/08/02 17:54:56 http: TLS handshake error from 10.244.1.1:48674: EOF level=info timestamp=2018-08-02T17:55:02.083564Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:55:06 http: TLS handshake error from 10.244.1.1:48680: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:42:08.685232Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:42:08.764500Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi89cwv\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi89cwv" level=info timestamp=2018-08-02T17:45:50.283893Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:45:50.284758Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:45:50.510059Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmimwv2m\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmimwv2m" level=info timestamp=2018-08-02T17:48:51.123728Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:48:51.124085Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:48:51.321312Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixpzr7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixpzr7" level=info timestamp=2018-08-02T17:51:52.275652Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6npst kind= uid=bcc359ec-967c-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:51:52.279272Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6npst kind= uid=bcc359ec-967c-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:51:54.107529Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:51:54.108628Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:54:54.778524Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:54:54.784578Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:54:55.022018Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmim5k29\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-alternative/testvmim5k29" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:55:09.513405Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:55:09.513431Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:55:09.513483Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:55:09.522132Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:55:09.522341Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-alternative/testvmim5k29" level=info timestamp=2018-08-02T17:55:09.562745Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: true\n" level=info timestamp=2018-08-02T17:55:09.563021Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:55:09.563099Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:55:09.563316Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:55:09.581509Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:55:09.582348Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-alternative/testvmim5k29" level=info timestamp=2018-08-02T17:55:09.663186Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: true\n" level=info timestamp=2018-08-02T17:55:09.663372Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:55:09.663481Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:55:09.665571Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Processing vmi update" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:48:50.467138Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:48:50.502027Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:48:50.502231Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimwv2m, existing: true\n" level=info timestamp=2018-08-02T17:48:50.502323Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:48:50.502473Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:48:50.502627Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:48:50.502893Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:48:50.561796Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimwv2m, existing: false\n" level=info timestamp=2018-08-02T17:48:50.561932Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:48:50.562156Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:48:50.562350Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:51:34.115542Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimwv2m, existing: false\n" level=info timestamp=2018-08-02T17:51:34.116542Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:51:34.116950Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:51:34.117376Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T17:56:52.050697Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:57:01 http: TLS handshake error from 10.244.0.1:59294: EOF level=info timestamp=2018-08-02T17:57:07.614646Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:57:11 http: TLS handshake error from 10.244.0.1:59354: EOF level=info timestamp=2018-08-02T17:57:11.677372Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:57:11.786284Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:57:21 http: TLS handshake error from 10.244.0.1:59414: EOF level=info timestamp=2018-08-02T17:57:22.150366Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:57:31 http: TLS handshake error from 10.244.0.1:59474: EOF level=info timestamp=2018-08-02T17:57:37.845527Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:57:41 http: TLS handshake error from 10.244.0.1:59534: EOF level=info timestamp=2018-08-02T17:57:41.771842Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:57:41.918132Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:57:51 http: TLS handshake error from 10.244.0.1:59594: EOF level=info timestamp=2018-08-02T17:57:52.303618Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running level=info timestamp=2018-08-02T17:56:01.922583Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:56:06 http: TLS handshake error from 10.244.1.1:48716: EOF 2018/08/02 17:56:16 http: TLS handshake error from 10.244.1.1:48722: EOF 2018/08/02 17:56:26 http: TLS handshake error from 10.244.1.1:48728: EOF level=info timestamp=2018-08-02T17:56:31.883683Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:56:36 http: TLS handshake error from 10.244.1.1:48734: EOF 2018/08/02 17:56:46 http: TLS handshake error from 10.244.1.1:48740: EOF 2018/08/02 17:56:56 http: TLS handshake error from 10.244.1.1:48746: EOF level=info timestamp=2018-08-02T17:57:01.915769Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:57:06 http: TLS handshake error from 10.244.1.1:48752: EOF 2018/08/02 17:57:16 http: TLS handshake error from 10.244.1.1:48758: EOF 2018/08/02 17:57:26 http: TLS handshake error from 10.244.1.1:48764: EOF level=info timestamp=2018-08-02T17:57:31.933878Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:57:36 http: TLS handshake error from 10.244.1.1:48770: EOF 2018/08/02 17:57:46 http: TLS handshake error from 10.244.1.1:48776: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:42:08.685232Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi89cwv kind= uid=60f6c0ec-967b-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:42:08.764500Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi89cwv\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi89cwv" level=info timestamp=2018-08-02T17:45:50.283893Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:45:50.284758Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:45:50.510059Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmimwv2m\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmimwv2m" level=info timestamp=2018-08-02T17:48:51.123728Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:48:51.124085Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixpzr7 kind= uid=50cf260e-967c-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:48:51.321312Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixpzr7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixpzr7" level=info timestamp=2018-08-02T17:51:52.275652Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6npst kind= uid=bcc359ec-967c-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:51:52.279272Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6npst kind= uid=bcc359ec-967c-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:51:54.107529Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:51:54.108628Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:54:54.778524Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:54:54.784578Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:54:55.022018Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmim5k29\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-alternative/testvmim5k29" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:56:31.629706Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:56:31.629820Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:56:31.630763Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:56:31.672687Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:56:31.673725Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-alternative/testvmim5k29" level=info timestamp=2018-08-02T17:57:37.959840Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvminh6w6, existing: false\n" level=info timestamp=2018-08-02T17:57:37.961420Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:57:37.961815Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvminh6w6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:57:37.962354Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvminh6w6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:57:53.595698Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: true\n" level=info timestamp=2018-08-02T17:57:53.596433Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:57:53.596521Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:57:53.596899Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:57:53.630180Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:57:53.631172Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-alternative/testvmim5k29" Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:48:50.467138Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:48:50.502027Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:48:50.502231Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimwv2m, existing: true\n" level=info timestamp=2018-08-02T17:48:50.502323Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:48:50.502473Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:48:50.502627Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:48:50.502893Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind= uid=e508b17d-967b-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:48:50.561796Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimwv2m, existing: false\n" level=info timestamp=2018-08-02T17:48:50.561932Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:48:50.562156Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:48:50.562350Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:51:34.115542Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmimwv2m, existing: false\n" level=info timestamp=2018-08-02T17:51:34.116542Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:51:34.116950Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:51:34.117376Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmimwv2m kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." • Failure [180.795 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:51 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:72 with non default namespace /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:533 should log libvirt start and stop lifecycle events of the domain /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 kubevirt-test-alternative [It] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Unexpected Warning event received: testvmim5k29,29958830-967d-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ STEP: Creating a VirtualMachineInstance with different namespace level=info timestamp=2018-08-02T17:54:54.978875Z pos=utils.go:244 component=tests namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid=29958830-967d-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmim5k29-zgrw4" level=info timestamp=2018-08-02T17:55:09.260114Z pos=utils.go:244 component=tests namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid=29958830-967d-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmim5k29-zgrw4" level=error timestamp=2018-08-02T17:55:09.447626Z pos=utils.go:242 component=tests namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid=29958830-967d-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" S [SKIPPING] in Spec Setup (BeforeEach) [0.234 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:51 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:72 VirtualMachineInstance Emulation Mode /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:590 should enable emulation in virt-launcher [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:602 Software emulation is not enabled on this cluster /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:598 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.102 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:51 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:72 VirtualMachineInstance Emulation Mode /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:590 should be reflected in domain XML [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:639 Software emulation is not enabled on this cluster /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:598 ------------------------------ •• Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T17:57:22.150366Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:57:31 http: TLS handshake error from 10.244.0.1:59474: EOF level=info timestamp=2018-08-02T17:57:37.845527Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:57:41 http: TLS handshake error from 10.244.0.1:59534: EOF level=info timestamp=2018-08-02T17:57:41.771842Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:57:41.918132Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:57:51 http: TLS handshake error from 10.244.0.1:59594: EOF level=info timestamp=2018-08-02T17:57:52.303618Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:58:01 http: TLS handshake error from 10.244.0.1:59654: EOF level=info timestamp=2018-08-02T17:58:08.105175Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:58:09.438837Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T17:58:09.441631Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:58:11 http: TLS handshake error from 10.244.0.1:59714: EOF level=info timestamp=2018-08-02T17:58:11.881766Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:58:12.031336Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 17:56:26 http: TLS handshake error from 10.244.1.1:48728: EOF level=info timestamp=2018-08-02T17:56:31.883683Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:56:36 http: TLS handshake error from 10.244.1.1:48734: EOF 2018/08/02 17:56:46 http: TLS handshake error from 10.244.1.1:48740: EOF 2018/08/02 17:56:56 http: TLS handshake error from 10.244.1.1:48746: EOF level=info timestamp=2018-08-02T17:57:01.915769Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:57:06 http: TLS handshake error from 10.244.1.1:48752: EOF 2018/08/02 17:57:16 http: TLS handshake error from 10.244.1.1:48758: EOF 2018/08/02 17:57:26 http: TLS handshake error from 10.244.1.1:48764: EOF level=info timestamp=2018-08-02T17:57:31.933878Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:57:36 http: TLS handshake error from 10.244.1.1:48770: EOF 2018/08/02 17:57:46 http: TLS handshake error from 10.244.1.1:48776: EOF 2018/08/02 17:57:56 http: TLS handshake error from 10.244.1.1:48782: EOF level=info timestamp=2018-08-02T17:58:01.790350Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:58:06 http: TLS handshake error from 10.244.1.1:48788: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:48:51.321312Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixpzr7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixpzr7" level=info timestamp=2018-08-02T17:51:52.275652Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6npst kind= uid=bcc359ec-967c-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:51:52.279272Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6npst kind= uid=bcc359ec-967c-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:51:54.107529Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:51:54.108628Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:54:54.778524Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:54:54.784578Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:54:55.022018Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmim5k29\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-alternative/testvmim5k29" level=info timestamp=2018-08-02T17:57:55.734128Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib4kmm kind= uid=9570deb4-967d-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:57:55.736924Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib4kmm kind= uid=9570deb4-967d-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:57:56.481510Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmib4kmm\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmib4kmm, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 9570deb4-967d-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmib4kmm" level=info timestamp=2018-08-02T17:57:56.506427Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmib4kmm\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmib4kmm, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 9570deb4-967d-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmib4kmm" level=info timestamp=2018-08-02T17:57:56.751596Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:57:56.751847Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:57:56.822396Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminj7mp\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminj7mp" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:57:53.631172Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-alternative/testvmim5k29" level=info timestamp=2018-08-02T17:57:55.343694Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: true\n" level=info timestamp=2018-08-02T17:57:55.343783Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:57:55.343816Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:57:55.343916Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:57:55.364327Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:57:55.364465Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: true\n" level=info timestamp=2018-08-02T17:57:55.364489Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:57:55.364513Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:57:55.364640Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:57:55.364739Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:57:55.389116Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: false\n" level=info timestamp=2018-08-02T17:57:55.389184Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:57:55.389265Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:57:55.389343Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:58:12.714304Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:58:12.725098Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:58:12.726196Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvminj7mp" level=info timestamp=2018-08-02T17:58:12.766897Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvminj7mp, existing: true\n" level=info timestamp=2018-08-02T17:58:12.767038Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:58:12.767108Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:58:12.767293Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:58:12.776656Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:58:12.777091Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvminj7mp" level=info timestamp=2018-08-02T17:58:12.857552Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvminj7mp, existing: true\n" level=info timestamp=2018-08-02T17:58:12.857687Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:58:12.857760Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:58:12.857947Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:58:12.869864Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:58:12.870257Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvminj7mp" Pod name: virt-launcher-testvminj7mp-jvds4 Pod phase: Running level=info timestamp=2018-08-02T17:58:12.601599Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-08-02T17:58:12.601755Z pos=converter.go:752 component=virt-launcher msg="Found search domains in /etc/resolv.conf: kubevirt-test-default.svc.cluster.local svc.cluster.local cluster.local" level=info timestamp=2018-08-02T17:58:12.602175Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=error timestamp=2018-08-02T17:58:12.611155Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:58:12.611534Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:58:12.695383Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:58:12.695715Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:58:12.709919Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:58:12.710088Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:58:12.724188Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:58:12.724356Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:58:12.775903Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:58:12.776080Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:58:12.869034Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:58:12.869258Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T18:00:08.706648Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T18:00:10.327914Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T18:00:10.331533Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 18:00:11 http: TLS handshake error from 10.244.0.1:60434: EOF level=info timestamp=2018-08-02T18:00:12.343772Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T18:00:12.405372Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:00:21 http: TLS handshake error from 10.244.0.1:60494: EOF level=info timestamp=2018-08-02T18:00:22.912588Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:00:31 http: TLS handshake error from 10.244.0.1:60554: EOF level=info timestamp=2018-08-02T18:00:38.865862Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:00:41 http: TLS handshake error from 10.244.0.1:60614: EOF level=info timestamp=2018-08-02T18:00:42.420023Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T18:00:42.488110Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:00:51 http: TLS handshake error from 10.244.0.1:60674: EOF level=info timestamp=2018-08-02T18:00:53.047089Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 17:59:26 http: TLS handshake error from 10.244.1.1:48836: EOF level=info timestamp=2018-08-02T17:59:32.007035Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 17:59:36 http: TLS handshake error from 10.244.1.1:48842: EOF 2018/08/02 17:59:46 http: TLS handshake error from 10.244.1.1:48848: EOF 2018/08/02 17:59:56 http: TLS handshake error from 10.244.1.1:48854: EOF level=info timestamp=2018-08-02T18:00:01.624612Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T18:00:01.672016Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T18:00:02.017245Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 18:00:06 http: TLS handshake error from 10.244.1.1:48860: EOF 2018/08/02 18:00:16 http: TLS handshake error from 10.244.1.1:48866: EOF 2018/08/02 18:00:26 http: TLS handshake error from 10.244.1.1:48872: EOF level=info timestamp=2018-08-02T18:00:31.935997Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 18:00:36 http: TLS handshake error from 10.244.1.1:48878: EOF 2018/08/02 18:00:46 http: TLS handshake error from 10.244.1.1:48884: EOF 2018/08/02 18:00:56 http: TLS handshake error from 10.244.1.1:48890: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:48:51.321312Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixpzr7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixpzr7" level=info timestamp=2018-08-02T17:51:52.275652Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6npst kind= uid=bcc359ec-967c-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:51:52.279272Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6npst kind= uid=bcc359ec-967c-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:51:54.107529Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:51:54.108628Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:54:54.778524Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:54:54.784578Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:54:55.022018Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmim5k29\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-alternative/testvmim5k29" level=info timestamp=2018-08-02T17:57:55.734128Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib4kmm kind= uid=9570deb4-967d-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:57:55.736924Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib4kmm kind= uid=9570deb4-967d-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:57:56.481510Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmib4kmm\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmib4kmm, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 9570deb4-967d-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmib4kmm" level=info timestamp=2018-08-02T17:57:56.506427Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmib4kmm\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmib4kmm, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 9570deb4-967d-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmib4kmm" level=info timestamp=2018-08-02T17:57:56.751596Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:57:56.751847Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:57:56.822396Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminj7mp\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminj7mp" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:57:55.343916Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:57:55.364327Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:57:55.364465Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: true\n" level=info timestamp=2018-08-02T17:57:55.364489Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:57:55.364513Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:57:55.364640Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:57:55.364739Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:57:55.389116Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: false\n" level=info timestamp=2018-08-02T17:57:55.389184Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:57:55.389265Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:57:55.389343Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T18:00:37.473154Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: false\n" level=info timestamp=2018-08-02T18:00:37.476648Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T18:00:37.478646Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T18:00:37.479650Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T17:58:53.771983Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:58:53.798713Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:58:53.799314Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvminj7mp" level=info timestamp=2018-08-02T17:59:34.761277Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvminj7mp, existing: true\n" level=info timestamp=2018-08-02T17:59:34.762368Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:59:34.762499Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:59:34.762988Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:59:34.790783Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T17:59:34.791490Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvminj7mp" level=info timestamp=2018-08-02T18:00:56.713057Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvminj7mp, existing: true\n" level=info timestamp=2018-08-02T18:00:56.714040Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T18:00:56.714128Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T18:00:56.714601Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T18:00:56.745253Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T18:00:56.745905Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvminj7mp" Pod name: virt-launcher-testvminj7mp-jvds4 Pod phase: Running level=error timestamp=2018-08-02T17:58:14.031619Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:58:15.321519Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:58:15.321722Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:58:17.896899Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:58:17.897145Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:58:23.033000Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:58:23.033260Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:58:33.287269Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:58:33.287652Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:58:53.796626Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:58:53.797258Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T17:59:34.788647Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:59:34.789253Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T18:00:56.742944Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:00:56.743742Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" ------------------------------ • Failure [180.611 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:51 Delete a VirtualMachineInstance's Pod /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:748 should result in the VirtualMachineInstance moving to a finalized state [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:749 Unexpected Warning event received: testvminj7mp,960e6022-967d-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ STEP: Creating the VirtualMachineInstance level=info timestamp=2018-08-02T17:57:56.882190Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvminj7mp kind=VirtualMachineInstance uid=960e6022-967d-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvminj7mp-jvds4" level=info timestamp=2018-08-02T17:58:12.806285Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvminj7mp kind=VirtualMachineInstance uid=960e6022-967d-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvminj7mp-jvds4" level=error timestamp=2018-08-02T17:58:12.947793Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvminj7mp kind=VirtualMachineInstance uid=960e6022-967d-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T18:00:22.912588Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:00:31 http: TLS handshake error from 10.244.0.1:60554: EOF level=info timestamp=2018-08-02T18:00:38.865862Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:00:41 http: TLS handshake error from 10.244.0.1:60614: EOF level=info timestamp=2018-08-02T18:00:42.420023Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T18:00:42.488110Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:00:51 http: TLS handshake error from 10.244.0.1:60674: EOF level=info timestamp=2018-08-02T18:00:53.047089Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:01:01 http: TLS handshake error from 10.244.0.1:60734: EOF level=info timestamp=2018-08-02T18:01:09.014252Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T18:01:10.336219Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T18:01:10.350730Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 18:01:11 http: TLS handshake error from 10.244.0.1:60794: EOF level=info timestamp=2018-08-02T18:01:12.492734Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T18:01:12.568077Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 17:59:36 http: TLS handshake error from 10.244.1.1:48842: EOF 2018/08/02 17:59:46 http: TLS handshake error from 10.244.1.1:48848: EOF 2018/08/02 17:59:56 http: TLS handshake error from 10.244.1.1:48854: EOF level=info timestamp=2018-08-02T18:00:01.624612Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T18:00:01.672016Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T18:00:02.017245Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 18:00:06 http: TLS handshake error from 10.244.1.1:48860: EOF 2018/08/02 18:00:16 http: TLS handshake error from 10.244.1.1:48866: EOF 2018/08/02 18:00:26 http: TLS handshake error from 10.244.1.1:48872: EOF level=info timestamp=2018-08-02T18:00:31.935997Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 18:00:36 http: TLS handshake error from 10.244.1.1:48878: EOF 2018/08/02 18:00:46 http: TLS handshake error from 10.244.1.1:48884: EOF 2018/08/02 18:00:56 http: TLS handshake error from 10.244.1.1:48890: EOF level=info timestamp=2018-08-02T18:01:01.855563Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 18:01:06 http: TLS handshake error from 10.244.1.1:48896: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:51:54.107529Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:51:54.108628Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:54:54.778524Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:54:54.784578Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:54:55.022018Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmim5k29\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-alternative/testvmim5k29" level=info timestamp=2018-08-02T17:57:55.734128Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib4kmm kind= uid=9570deb4-967d-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:57:55.736924Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib4kmm kind= uid=9570deb4-967d-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:57:56.481510Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmib4kmm\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmib4kmm, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 9570deb4-967d-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmib4kmm" level=info timestamp=2018-08-02T17:57:56.506427Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmib4kmm\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmib4kmm, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 9570deb4-967d-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmib4kmm" level=info timestamp=2018-08-02T17:57:56.751596Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:57:56.751847Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:57:56.822396Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminj7mp\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminj7mp" level=info timestamp=2018-08-02T18:00:57.624086Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T18:00:57.628262Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T18:00:57.767798Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi2xr9n\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi2xr9n" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:57:55.343916Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:57:55.364327Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:57:55.364465Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: true\n" level=info timestamp=2018-08-02T17:57:55.364489Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:57:55.364513Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:57:55.364640Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:57:55.364739Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:57:55.389116Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: false\n" level=info timestamp=2018-08-02T17:57:55.389184Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:57:55.389265Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:57:55.389343Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T18:00:37.473154Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: false\n" level=info timestamp=2018-08-02T18:00:37.476648Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T18:00:37.478646Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T18:00:37.479650Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T18:01:12.928852Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T18:01:12.942468Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T18:01:12.942898Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi2xr9n" level=info timestamp=2018-08-02T18:01:12.948875Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi2xr9n, existing: true\n" level=info timestamp=2018-08-02T18:01:12.949077Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T18:01:12.949148Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T18:01:12.949358Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T18:01:12.959375Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T18:01:12.959841Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi2xr9n" level=info timestamp=2018-08-02T18:01:13.040329Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi2xr9n, existing: true\n" level=info timestamp=2018-08-02T18:01:13.040541Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T18:01:13.040623Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T18:01:13.040831Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T18:01:13.050325Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T18:01:13.050771Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi2xr9n" Pod name: virt-launcher-testvmi2xr9n-h4cls Pod phase: Running level=info timestamp=2018-08-02T18:01:12.799739Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-08-02T18:01:12.799919Z pos=converter.go:752 component=virt-launcher msg="Found search domains in /etc/resolv.conf: kubevirt-test-default.svc.cluster.local svc.cluster.local cluster.local" level=info timestamp=2018-08-02T18:01:12.803226Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=error timestamp=2018-08-02T18:01:12.809305Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:01:12.809651Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T18:01:12.912205Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:01:12.912486Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T18:01:12.926996Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:01:12.927211Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T18:01:12.941704Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:01:12.941922Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T18:01:12.958633Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:01:12.958838Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T18:01:13.048940Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:01:13.049173Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T18:03:09.640555Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T18:03:10.357797Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T18:03:10.366349Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 18:03:11 http: TLS handshake error from 10.244.0.1:33282: EOF level=info timestamp=2018-08-02T18:03:12.817702Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T18:03:12.931808Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:03:21 http: TLS handshake error from 10.244.0.1:33342: EOF level=info timestamp=2018-08-02T18:03:23.553122Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:03:31 http: TLS handshake error from 10.244.0.1:33402: EOF level=info timestamp=2018-08-02T18:03:39.790188Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:03:41 http: TLS handshake error from 10.244.0.1:33462: EOF level=info timestamp=2018-08-02T18:03:42.906849Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T18:03:42.983083Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:03:51 http: TLS handshake error from 10.244.0.1:33522: EOF level=info timestamp=2018-08-02T18:03:53.652256Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 18:02:06 http: TLS handshake error from 10.244.1.1:48932: EOF 2018/08/02 18:02:16 http: TLS handshake error from 10.244.1.1:48938: EOF 2018/08/02 18:02:26 http: TLS handshake error from 10.244.1.1:48944: EOF level=info timestamp=2018-08-02T18:02:31.859258Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 18:02:36 http: TLS handshake error from 10.244.1.1:48950: EOF 2018/08/02 18:02:46 http: TLS handshake error from 10.244.1.1:48956: EOF 2018/08/02 18:02:56 http: TLS handshake error from 10.244.1.1:48962: EOF level=info timestamp=2018-08-02T18:03:01.802196Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 18:03:06 http: TLS handshake error from 10.244.1.1:48968: EOF 2018/08/02 18:03:16 http: TLS handshake error from 10.244.1.1:48974: EOF 2018/08/02 18:03:26 http: TLS handshake error from 10.244.1.1:48980: EOF level=info timestamp=2018-08-02T18:03:31.944090Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 18:03:36 http: TLS handshake error from 10.244.1.1:48986: EOF 2018/08/02 18:03:46 http: TLS handshake error from 10.244.1.1:48992: EOF 2018/08/02 18:03:56 http: TLS handshake error from 10.244.1.1:48998: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:51:54.107529Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:51:54.108628Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminh6w6 kind= uid=bde6cdbd-967c-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:54:54.778524Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:54:54.784578Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:54:55.022018Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmim5k29\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-alternative/testvmim5k29" level=info timestamp=2018-08-02T17:57:55.734128Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib4kmm kind= uid=9570deb4-967d-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:57:55.736924Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib4kmm kind= uid=9570deb4-967d-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:57:56.481510Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmib4kmm\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmib4kmm, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 9570deb4-967d-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmib4kmm" level=info timestamp=2018-08-02T17:57:56.506427Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmib4kmm\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmib4kmm, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 9570deb4-967d-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmib4kmm" level=info timestamp=2018-08-02T17:57:56.751596Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:57:56.751847Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:57:56.822396Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminj7mp\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminj7mp" level=info timestamp=2018-08-02T18:00:57.624086Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T18:00:57.628262Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T18:00:57.767798Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi2xr9n\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi2xr9n" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:57:55.343916Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:57:55.364327Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:57:55.364465Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: true\n" level=info timestamp=2018-08-02T17:57:55.364489Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:57:55.364513Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:57:55.364640Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:57:55.364739Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:57:55.389116Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: false\n" level=info timestamp=2018-08-02T17:57:55.389184Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:57:55.389265Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:57:55.389343Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T18:00:37.473154Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: false\n" level=info timestamp=2018-08-02T18:00:37.476648Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T18:00:37.478646Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T18:00:37.479650Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T18:02:34.929595Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T18:02:34.929689Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T18:02:34.930314Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T18:02:34.956478Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T18:02:34.957124Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi2xr9n" level=info timestamp=2018-08-02T18:03:40.587659Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvminj7mp, existing: false\n" level=info timestamp=2018-08-02T18:03:40.588782Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T18:03:40.589172Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvminj7mp kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T18:03:40.589788Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvminj7mp kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T18:03:56.878306Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi2xr9n, existing: true\n" level=info timestamp=2018-08-02T18:03:56.878822Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T18:03:56.878916Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T18:03:56.879262Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T18:03:56.902510Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T18:03:56.903121Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi2xr9n" Pod name: virt-launcher-testvmi2xr9n-h4cls Pod phase: Running level=error timestamp=2018-08-02T18:01:14.204308Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T18:01:15.495356Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:01:15.495609Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T18:01:18.066221Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:01:18.066512Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T18:01:23.201591Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:01:23.201871Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T18:01:33.464262Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:01:33.464886Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T18:01:53.963732Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:01:53.964066Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T18:02:34.954199Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:02:34.954840Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=error timestamp=2018-08-02T18:03:56.900205Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:03:56.901019Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure [180.869 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:51 Delete a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:780 with an active pod. /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:781 should result in pod being terminated [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:782 Unexpected Warning event received: testvmi2xr9n,01db52c5-967e-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ STEP: Creating the VirtualMachineInstance level=info timestamp=2018-08-02T18:00:57.748737Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi2xr9n kind=VirtualMachineInstance uid=01db52c5-967e-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi2xr9n-h4cls" level=info timestamp=2018-08-02T18:01:13.007144Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi2xr9n kind=VirtualMachineInstance uid=01db52c5-967e-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmi2xr9n-h4cls" level=error timestamp=2018-08-02T18:01:13.202066Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmi2xr9n kind=VirtualMachineInstance uid=01db52c5-967e-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T18:03:12.931808Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:03:21 http: TLS handshake error from 10.244.0.1:33342: EOF level=info timestamp=2018-08-02T18:03:23.553122Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:03:31 http: TLS handshake error from 10.244.0.1:33402: EOF level=info timestamp=2018-08-02T18:03:39.790188Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:03:41 http: TLS handshake error from 10.244.0.1:33462: EOF level=info timestamp=2018-08-02T18:03:42.906849Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T18:03:42.983083Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:03:51 http: TLS handshake error from 10.244.0.1:33522: EOF level=info timestamp=2018-08-02T18:03:53.652256Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:04:01 http: TLS handshake error from 10.244.0.1:33582: EOF level=info timestamp=2018-08-02T18:04:09.939476Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:04:11 http: TLS handshake error from 10.244.0.1:33642: EOF level=info timestamp=2018-08-02T18:04:13.035471Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T18:04:13.169588Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 18:02:26 http: TLS handshake error from 10.244.1.1:48944: EOF level=info timestamp=2018-08-02T18:02:31.859258Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 18:02:36 http: TLS handshake error from 10.244.1.1:48950: EOF 2018/08/02 18:02:46 http: TLS handshake error from 10.244.1.1:48956: EOF 2018/08/02 18:02:56 http: TLS handshake error from 10.244.1.1:48962: EOF level=info timestamp=2018-08-02T18:03:01.802196Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 18:03:06 http: TLS handshake error from 10.244.1.1:48968: EOF 2018/08/02 18:03:16 http: TLS handshake error from 10.244.1.1:48974: EOF 2018/08/02 18:03:26 http: TLS handshake error from 10.244.1.1:48980: EOF level=info timestamp=2018-08-02T18:03:31.944090Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 18:03:36 http: TLS handshake error from 10.244.1.1:48986: EOF 2018/08/02 18:03:46 http: TLS handshake error from 10.244.1.1:48992: EOF 2018/08/02 18:03:56 http: TLS handshake error from 10.244.1.1:48998: EOF level=info timestamp=2018-08-02T18:04:01.930461Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 18:04:06 http: TLS handshake error from 10.244.1.1:49004: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:54:54.784578Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:54:55.022018Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmim5k29\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-alternative/testvmim5k29" level=info timestamp=2018-08-02T17:57:55.734128Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib4kmm kind= uid=9570deb4-967d-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:57:55.736924Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib4kmm kind= uid=9570deb4-967d-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:57:56.481510Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmib4kmm\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmib4kmm, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 9570deb4-967d-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmib4kmm" level=info timestamp=2018-08-02T17:57:56.506427Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmib4kmm\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmib4kmm, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 9570deb4-967d-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmib4kmm" level=info timestamp=2018-08-02T17:57:56.751596Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:57:56.751847Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:57:56.822396Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminj7mp\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminj7mp" level=info timestamp=2018-08-02T18:00:57.624086Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T18:00:57.628262Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T18:00:57.767798Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi2xr9n\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi2xr9n" level=info timestamp=2018-08-02T18:03:58.355432Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T18:03:58.356604Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T18:03:58.527582Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiwpnhb\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiwpnhb" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:57:55.343916Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:57:55.364327Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:57:55.364465Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: true\n" level=info timestamp=2018-08-02T17:57:55.364489Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:57:55.364513Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:57:55.364640Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:57:55.364739Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:57:55.389116Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: false\n" level=info timestamp=2018-08-02T17:57:55.389184Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:57:55.389265Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:57:55.389343Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T18:00:37.473154Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: false\n" level=info timestamp=2018-08-02T18:00:37.476648Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T18:00:37.478646Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T18:00:37.479650Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T18:04:14.055904Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T18:04:14.103368Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T18:04:14.103884Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmiwpnhb" level=info timestamp=2018-08-02T18:04:14.103998Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiwpnhb, existing: true\n" level=info timestamp=2018-08-02T18:04:14.104067Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T18:04:14.104131Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T18:04:14.104254Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T18:04:14.183172Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T18:04:14.183637Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmiwpnhb" level=info timestamp=2018-08-02T18:04:14.184315Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiwpnhb, existing: true\n" level=info timestamp=2018-08-02T18:04:14.184569Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T18:04:14.184641Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T18:04:14.184825Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T18:04:14.227775Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T18:04:14.227992Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmiwpnhb" Pod name: virt-launcher-testvmiwpnhb-xt9tx Pod phase: Running level=info timestamp=2018-08-02T18:04:13.999554Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiwpnhb/noCloud.iso" level=error timestamp=2018-08-02T18:04:14.003980Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:04:14.004167Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T18:04:14.049803Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiwpnhb/noCloud.iso" level=error timestamp=2018-08-02T18:04:14.054082Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:04:14.054240Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T18:04:14.098164Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiwpnhb/noCloud.iso" level=error timestamp=2018-08-02T18:04:14.102706Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:04:14.102878Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T18:04:14.176769Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiwpnhb/noCloud.iso" level=error timestamp=2018-08-02T18:04:14.182285Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:04:14.182615Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T18:04:14.223892Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiwpnhb/noCloud.iso" level=error timestamp=2018-08-02T18:04:14.227429Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:04:14.227498Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T18:06:10.188163Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T18:06:10.192616Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-02T18:06:10.579307Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:06:11 http: TLS handshake error from 10.244.0.1:34362: EOF level=info timestamp=2018-08-02T18:06:13.344804Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T18:06:13.445637Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:06:21 http: TLS handshake error from 10.244.0.1:34422: EOF level=info timestamp=2018-08-02T18:06:24.180672Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:06:31 http: TLS handshake error from 10.244.0.1:34482: EOF level=info timestamp=2018-08-02T18:06:40.731259Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:06:41 http: TLS handshake error from 10.244.0.1:34542: EOF level=info timestamp=2018-08-02T18:06:43.421230Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T18:06:43.530060Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:06:51 http: TLS handshake error from 10.244.0.1:34602: EOF level=info timestamp=2018-08-02T18:06:54.304396Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 18:05:06 http: TLS handshake error from 10.244.1.1:49040: EOF 2018/08/02 18:05:16 http: TLS handshake error from 10.244.1.1:49046: EOF 2018/08/02 18:05:26 http: TLS handshake error from 10.244.1.1:49052: EOF level=info timestamp=2018-08-02T18:05:31.809107Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 18:05:36 http: TLS handshake error from 10.244.1.1:49058: EOF 2018/08/02 18:05:46 http: TLS handshake error from 10.244.1.1:49064: EOF 2018/08/02 18:05:56 http: TLS handshake error from 10.244.1.1:49070: EOF level=info timestamp=2018-08-02T18:06:01.840507Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 18:06:06 http: TLS handshake error from 10.244.1.1:49076: EOF 2018/08/02 18:06:16 http: TLS handshake error from 10.244.1.1:49082: EOF 2018/08/02 18:06:26 http: TLS handshake error from 10.244.1.1:49088: EOF level=info timestamp=2018-08-02T18:06:31.823980Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 18:06:36 http: TLS handshake error from 10.244.1.1:49094: EOF 2018/08/02 18:06:46 http: TLS handshake error from 10.244.1.1:49100: EOF 2018/08/02 18:06:56 http: TLS handshake error from 10.244.1.1:49106: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:54:54.784578Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:54:55.022018Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmim5k29\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-alternative/testvmim5k29" level=info timestamp=2018-08-02T17:57:55.734128Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib4kmm kind= uid=9570deb4-967d-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:57:55.736924Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib4kmm kind= uid=9570deb4-967d-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:57:56.481510Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmib4kmm\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmib4kmm, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 9570deb4-967d-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmib4kmm" level=info timestamp=2018-08-02T17:57:56.506427Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmib4kmm\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmib4kmm, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 9570deb4-967d-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmib4kmm" level=info timestamp=2018-08-02T17:57:56.751596Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:57:56.751847Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:57:56.822396Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminj7mp\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminj7mp" level=info timestamp=2018-08-02T18:00:57.624086Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T18:00:57.628262Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T18:00:57.767798Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi2xr9n\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi2xr9n" level=info timestamp=2018-08-02T18:03:58.355432Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T18:03:58.356604Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T18:03:58.527582Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiwpnhb\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiwpnhb" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:57:55.343916Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:57:55.364327Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:57:55.364465Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: true\n" level=info timestamp=2018-08-02T17:57:55.364489Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:57:55.364513Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:57:55.364640Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:57:55.364739Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:57:55.389116Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: false\n" level=info timestamp=2018-08-02T17:57:55.389184Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:57:55.389265Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:57:55.389343Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T18:00:37.473154Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: false\n" level=info timestamp=2018-08-02T18:00:37.476648Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T18:00:37.478646Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T18:00:37.479650Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T18:05:36.216245Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T18:05:36.216333Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T18:05:36.216874Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T18:05:36.315801Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T18:05:36.318848Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmiwpnhb" level=info timestamp=2018-08-02T18:06:40.744927Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi2xr9n, existing: false\n" level=info timestamp=2018-08-02T18:06:40.745763Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T18:06:40.746176Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi2xr9n kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T18:06:40.746761Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi2xr9n kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T18:06:58.240365Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiwpnhb, existing: true\n" level=info timestamp=2018-08-02T18:06:58.240906Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T18:06:58.240981Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T18:06:58.241315Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T18:06:58.333826Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T18:06:58.334627Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmiwpnhb" Pod name: virt-launcher-testvmiwpnhb-xt9tx Pod phase: Running level=info timestamp=2018-08-02T18:04:24.402285Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiwpnhb/noCloud.iso" level=error timestamp=2018-08-02T18:04:24.407165Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:04:24.407378Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T18:04:34.704822Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiwpnhb/noCloud.iso" level=error timestamp=2018-08-02T18:04:34.712187Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:04:34.712554Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T18:04:55.246230Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiwpnhb/noCloud.iso" level=error timestamp=2018-08-02T18:04:55.252641Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:04:55.252835Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T18:05:36.299592Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiwpnhb/noCloud.iso" level=error timestamp=2018-08-02T18:05:36.313939Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:05:36.314268Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T18:06:58.318370Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiwpnhb/noCloud.iso" level=error timestamp=2018-08-02T18:06:58.331821Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:06:58.332151Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" • Failure [180.697 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:51 Delete a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:780 with ACPI and 0 grace period seconds /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:806 should result in vmi status failed [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:807 Unexpected Warning event received: testvmiwpnhb,6d94ce03-967e-11e8-83a5-525500d15501: server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ') Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:246 ------------------------------ STEP: Creating the VirtualMachineInstance level=info timestamp=2018-08-02T18:03:58.457090Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmiwpnhb kind=VirtualMachineInstance uid=6d94ce03-967e-11e8-83a5-525500d15501 msg="Created virtual machine pod virt-launcher-testvmiwpnhb-xt9tx" level=info timestamp=2018-08-02T18:04:13.993497Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmiwpnhb kind=VirtualMachineInstance uid=6d94ce03-967e-11e8-83a5-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmiwpnhb-xt9tx" level=error timestamp=2018-08-02T18:04:14.168665Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmiwpnhb kind=VirtualMachineInstance uid=6d94ce03-967e-11e8-83a5-525500d15501 reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" Pod name: disks-images-provider-m7n4s Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-mglz5 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-k6zmb Pod phase: Running level=info timestamp=2018-08-02T18:06:13.445637Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:06:21 http: TLS handshake error from 10.244.0.1:34422: EOF level=info timestamp=2018-08-02T18:06:24.180672Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:06:31 http: TLS handshake error from 10.244.0.1:34482: EOF level=info timestamp=2018-08-02T18:06:40.731259Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:06:41 http: TLS handshake error from 10.244.0.1:34542: EOF level=info timestamp=2018-08-02T18:06:43.421230Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T18:06:43.530060Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:06:51 http: TLS handshake error from 10.244.0.1:34602: EOF level=info timestamp=2018-08-02T18:06:54.304396Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:07:01 http: TLS handshake error from 10.244.0.1:34662: EOF level=info timestamp=2018-08-02T18:07:10.897417Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 18:07:11 http: TLS handshake error from 10.244.0.1:34722: EOF level=info timestamp=2018-08-02T18:07:13.494203Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T18:07:13.582912Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-api-bcc6b587d-sfqjr Pod phase: Running 2018/08/02 18:05:26 http: TLS handshake error from 10.244.1.1:49052: EOF level=info timestamp=2018-08-02T18:05:31.809107Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 18:05:36 http: TLS handshake error from 10.244.1.1:49058: EOF 2018/08/02 18:05:46 http: TLS handshake error from 10.244.1.1:49064: EOF 2018/08/02 18:05:56 http: TLS handshake error from 10.244.1.1:49070: EOF level=info timestamp=2018-08-02T18:06:01.840507Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 18:06:06 http: TLS handshake error from 10.244.1.1:49076: EOF 2018/08/02 18:06:16 http: TLS handshake error from 10.244.1.1:49082: EOF 2018/08/02 18:06:26 http: TLS handshake error from 10.244.1.1:49088: EOF level=info timestamp=2018-08-02T18:06:31.823980Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 18:06:36 http: TLS handshake error from 10.244.1.1:49094: EOF 2018/08/02 18:06:46 http: TLS handshake error from 10.244.1.1:49100: EOF 2018/08/02 18:06:56 http: TLS handshake error from 10.244.1.1:49106: EOF level=info timestamp=2018-08-02T18:07:01.927372Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/02 18:07:06 http: TLS handshake error from 10.244.1.1:49112: EOF Pod name: virt-controller-67dcdd8464-4xxxr Pod phase: Running level=info timestamp=2018-08-02T17:57:55.736924Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib4kmm kind= uid=9570deb4-967d-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:57:56.481510Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmib4kmm\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmib4kmm, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 9570deb4-967d-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmib4kmm" level=info timestamp=2018-08-02T17:57:56.506427Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmib4kmm\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmib4kmm, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 9570deb4-967d-11e8-83a5-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmib4kmm" level=info timestamp=2018-08-02T17:57:56.751596Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:57:56.751847Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminj7mp kind= uid=960e6022-967d-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:57:56.822396Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminj7mp\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminj7mp" level=info timestamp=2018-08-02T18:00:57.624086Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T18:00:57.628262Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2xr9n kind= uid=01db52c5-967e-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T18:00:57.767798Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi2xr9n\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi2xr9n" level=info timestamp=2018-08-02T18:03:58.355432Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T18:03:58.356604Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwpnhb kind= uid=6d94ce03-967e-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T18:03:58.527582Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiwpnhb\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiwpnhb" level=info timestamp=2018-08-02T18:06:59.101637Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivxb6s kind= uid=d9520851-967e-11e8-83a5-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T18:06:59.102664Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivxb6s kind= uid=d9520851-967e-11e8-83a5-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T18:06:59.186439Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivxb6s\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivxb6s" Pod name: virt-controller-67dcdd8464-fdv92 Pod phase: Running level=info timestamp=2018-08-02T16:52:20.677487Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-67flz Pod phase: Running level=info timestamp=2018-08-02T17:57:55.343916Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:57:55.364327Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:57:55.364465Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: true\n" level=info timestamp=2018-08-02T17:57:55.364489Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:57:55.364513Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:57:55.364640Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:57:55.364739Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind= uid=29958830-967d-11e8-83a5-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:57:55.389116Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: false\n" level=info timestamp=2018-08-02T17:57:55.389184Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:57:55.389265Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:57:55.389343Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T18:00:37.473154Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim5k29, existing: false\n" level=info timestamp=2018-08-02T18:00:37.476648Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T18:00:37.478646Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T18:00:37.479650Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmim5k29 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-vszcm Pod phase: Running level=info timestamp=2018-08-02T18:07:14.175891Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T18:07:14.175950Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T18:07:14.176095Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmivxb6s kind= uid=d9520851-967e-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T18:07:14.228531Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmivxb6s kind= uid=d9520851-967e-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T18:07:14.228908Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmivxb6s" level=info timestamp=2018-08-02T18:07:14.229040Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivxb6s, existing: true\n" level=info timestamp=2018-08-02T18:07:14.229115Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T18:07:14.229177Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T18:07:14.229342Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmivxb6s kind= uid=d9520851-967e-11e8-83a5-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T18:07:14.275966Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmivxb6s kind= uid=d9520851-967e-11e8-83a5-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-08-02T18:07:14.276481Z pos=vm.go:250 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmivxb6s" level=info timestamp=2018-08-02T18:07:14.309456Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivxb6s, existing: true\n" level=info timestamp=2018-08-02T18:07:14.309598Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T18:07:14.309672Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T18:07:14.309938Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmivxb6s kind= uid=d9520851-967e-11e8-83a5-525500d15501 msg="Processing vmi update" Pod name: virt-launcher-testvmivxb6s-lsqd2 Pod phase: Running level=info timestamp=2018-08-02T18:07:14.118356Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmivxb6s/noCloud.iso" level=error timestamp=2018-08-02T18:07:14.124566Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivxb6s kind= uid=d9520851-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:07:14.124726Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivxb6s kind= uid=d9520851-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T18:07:14.170175Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmivxb6s/noCloud.iso" level=error timestamp=2018-08-02T18:07:14.174510Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivxb6s kind= uid=d9520851-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:07:14.174683Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivxb6s kind= uid=d9520851-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T18:07:14.221033Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmivxb6s/noCloud.iso" level=error timestamp=2018-08-02T18:07:14.225726Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivxb6s kind= uid=d9520851-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:07:14.225888Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivxb6s kind= uid=d9520851-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T18:07:14.269675Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmivxb6s/noCloud.iso" level=error timestamp=2018-08-02T18:07:14.274239Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivxb6s kind= uid=d9520851-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:07:14.274460Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivxb6s kind= uid=d9520851-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" level=info timestamp=2018-08-02T18:07:14.349947Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmivxb6s/noCloud.iso" level=error timestamp=2018-08-02T18:07:14.354442Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivxb6s kind= uid=d9520851-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T18:07:14.354617Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivxb6s kind= uid=d9520851-967e-11e8-83a5-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" panic: test timed out after 1h30m0s goroutine 15066 [running]: testing.(*M).startAlarm.func1() /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:1240 +0xfc created by time.goFunc /gimme/.gimme/versions/go1.10.linux.amd64/src/time/sleep.go:172 +0x44 goroutine 1 [chan receive, 90 minutes]: testing.(*T).Run(0xc4205be1e0, 0x12ad0d7, 0x9, 0x1339680, 0x47fa16) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:825 +0x301 testing.runTests.func1(0xc4205be0f0) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:1063 +0x64 testing.tRunner(0xc4205be0f0, 0xc42072fdf8) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:777 +0xd0 testing.runTests(0xc420986340, 0x1bc0e20, 0x1, 0x1, 0x412009) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:1061 +0x2c4 testing.(*M).Run(0xc420014780, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:978 +0x171 main.main() _testmain.go:44 +0x151 goroutine 19 [chan receive]: kubevirt.io/kubevirt/vendor/github.com/golang/glog.(*loggingT).flushDaemon(0x1be7be0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/golang/glog/glog.go:879 +0x8b created by kubevirt.io/kubevirt/vendor/github.com/golang/glog.init.0 /root/go/src/kubevirt.io/kubevirt/vendor/github.com/golang/glog/glog.go:410 +0x203 goroutine 20 [syscall, 90 minutes]: os/signal.signal_recv(0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/sigqueue.go:139 +0xa6 os/signal.loop() /gimme/.gimme/versions/go1.10.linux.amd64/src/os/signal/signal_unix.go:22 +0x22 created by os/signal.init.0 /gimme/.gimme/versions/go1.10.linux.amd64/src/os/signal/signal_unix.go:28 +0x41 goroutine 11 [select]: kubevirt.io/kubevirt/tests.(*ObjectEventWatcher).Watch(0xc420ef1068, 0xc42070c480) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:284 +0x579 kubevirt.io/kubevirt/tests.(*ObjectEventWatcher).WaitFor(0xc420ef1068, 0x12a90a0, 0x6, 0x111b660, 0x13b0aa0, 0x0) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:294 +0xba kubevirt.io/kubevirt/tests.waitForVMIStart(0x13b9580, 0xc420c1fb80, 0x5a, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1010 +0x50e kubevirt.io/kubevirt/tests.WaitForSuccessfulVMIStart(0x13b9580, 0xc420c1fb80, 0xc420ef1158, 0xa206ae) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 +0x43 kubevirt.io/kubevirt/tests.WaitUntilVMIReady(0xc420c1fb80, 0x1339658, 0x1c06250) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1052 +0x3b kubevirt.io/kubevirt/tests_test.glob..func16.6.3.1() /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:843 +0x1df kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync(0xc4206a35c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/leafnodes/runner.go:113 +0x9c kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/leafnodes.(*runner).run(0xc4206a35c0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/leafnodes/runner.go:64 +0x13e kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/leafnodes.(*ItNode).Run(0xc42053e300, 0x13b5fc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/leafnodes/it_node.go:26 +0x7f kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/spec.(*Spec).runSample(0xc420827b30, 0x0, 0x13b5fc0, 0xc4200f9480) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/spec/spec.go:203 +0x648 kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/spec.(*Spec).Run(0xc420827b30, 0x13b5fc0, 0xc4200f9480) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/spec/spec.go:138 +0xff kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpec(0xc42095ba40, 0xc420827b30, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/specrunner/spec_runner.go:200 +0x10d kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpecs(0xc42095ba40, 0x1) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/specrunner/spec_runner.go:170 +0x329 kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run(0xc42095ba40, 0xb) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/specrunner/spec_runner.go:66 +0x11b kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/suite.(*Suite).Run(0xc4200f6af0, 0x7f64c1a1ada0, 0xc4205be1e0, 0x12af51b, 0xb, 0xc420986380, 0x2, 0x2, 0x13d0ca0, 0xc4200f9480, ...) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/suite/suite.go:62 +0x27c kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo.RunSpecsWithCustomReporters(0x13b6d00, 0xc4205be1e0, 0x12af51b, 0xb, 0xc420986360, 0x2, 0x2, 0x2) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/ginkgo_dsl.go:221 +0x258 kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo.RunSpecsWithDefaultAndCustomReporters(0x13b6d00, 0xc4205be1e0, 0x12af51b, 0xb, 0xc4204de320, 0x1, 0x1, 0x1) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/ginkgo_dsl.go:209 +0xab kubevirt.io/kubevirt/tests_test.TestTests(0xc4205be1e0) /root/go/src/kubevirt.io/kubevirt/tests/tests_suite_test.go:43 +0xaa testing.tRunner(0xc4205be1e0, 0x1339680) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:777 +0xd0 created by testing.(*T).Run /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:824 +0x2e0 goroutine 12 [chan receive, 90 minutes]: kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).registerForInterrupts(0xc42095ba40, 0xc42094aa80) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/specrunner/spec_runner.go:223 +0xd1 created by kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/specrunner/spec_runner.go:60 +0x88 goroutine 13 [select, 90 minutes, locked to thread]: runtime.gopark(0x133b4c0, 0x0, 0x12a9dde, 0x6, 0x18, 0x1) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/proc.go:291 +0x11a runtime.selectgo(0xc420493f50, 0xc42094ab40) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/select.go:392 +0xe50 runtime.ensureSigM.func1() /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/signal_unix.go:549 +0x1f4 runtime.goexit() /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/asm_amd64.s:2361 +0x1 goroutine 31 [IO wait]: internal/poll.runtime_pollWait(0x7f64c1aa3f00, 0x72, 0xc42107d850) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc420852498, 0x72, 0xffffffffffffff00, 0x13b7ca0, 0x1ad8640) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc420852498, 0xc420a36000, 0x8000, 0x8000) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc420852480, 0xc420a36000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc420852480, 0xc420a36000, 0x8000, 0x8000, 0x0, 0x8, 0x7ffb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc4204c8000, 0xc420a36000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc420337890, 0x7f64c1ab45c0, 0xc4204c8000, 0x5, 0xc4204c8000, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc420696000, 0x133b617, 0xc420696120, 0x20) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc420696000, 0xc42012b000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).Read(0xc4200da120, 0xc42069c118, 0x9, 0x9, 0xc421110c28, 0xc42107dc60, 0x7a616a) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:216 +0x238 io.ReadAtLeast(0x13b4e00, 0xc4200da120, 0xc42069c118, 0x9, 0x9, 0x9, 0xc420b89260, 0xc420b89260, 0xc4207b75f0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:309 +0x86 io.ReadFull(0x13b4e00, 0xc4200da120, 0xc42069c118, 0x9, 0x9, 0x133b608, 0xc42107dd10, 0x462d33) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:327 +0x58 kubevirt.io/kubevirt/vendor/golang.org/x/net/http2.readFrameHeader(0xc42069c118, 0x9, 0x9, 0x13b4e00, 0xc4200da120, 0x0, 0xc400000000, 0x7babc0, 0xc420d4f2e8) /root/go/src/kubevirt.io/kubevirt/vendor/golang.org/x/net/http2/frame.go:237 +0x7b kubevirt.io/kubevirt/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc42069c0e0, 0xc4207b75f0, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/golang.org/x/net/http2/frame.go:492 +0xa4 kubevirt.io/kubevirt/vendor/golang.org/x/net/http2.(*clientConnReadLoop).run(0xc42107dfb0, 0x133a5d8, 0xc42048f7b0) /root/go/src/kubevirt.io/kubevirt/vendor/golang.org/x/net/http2/transport.go:1428 +0x8e kubevirt.io/kubevirt/vendor/golang.org/x/net/http2.(*ClientConn).readLoop(0xc420106b60) /root/go/src/kubevirt.io/kubevirt/vendor/golang.org/x/net/http2/transport.go:1354 +0x76 created by kubevirt.io/kubevirt/vendor/golang.org/x/net/http2.(*Transport).newClientConn /root/go/src/kubevirt.io/kubevirt/vendor/golang.org/x/net/http2/transport.go:579 +0x651 goroutine 10822 [chan send, 25 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc4203e6ba0) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 14546 [chan send, 3 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc4203e7bc0) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 3316 [chan send, 71 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420714360) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 603 [chan send, 87 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc42001bbc0) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 4399 [chan send, 65 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420742150) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 13524 [chan send, 9 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420892c60) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 8598 [chan send, 38 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420692510) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 15033 [chan send]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420714210) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 1995 [chan send, 74 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420622420) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 1121 [chan send, 84 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc42070df80) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 1719 [chan send, 81 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc42073a960) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 2195 [chan send, 78 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc42081cfc0) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 4479 [chan send, 62 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420865a70) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 12410 [chan send, 15 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc4208937a0) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 5408 [chan send, 59 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc42083bb90) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 3822 [chan send, 68 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc4206c2360) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 9662 [chan send, 32 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420a16c60) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 5942 [chan send, 56 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc42001b230) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 9167 [chan send, 35 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420988690) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 14010 [chan send, 6 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc4204dcab0) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 8054 [chan send, 41 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420ad3860) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 11337 [chan send, 21 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc4206d1e30) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 10062 [chan send, 28 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420bb7050) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 11876 [chan send, 18 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420892f90) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 goroutine 12907 [chan send, 12 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc42051ea50) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:114 +0x114 created by kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.NewStreamWatcher /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch/streamwatcher.go:60 +0xa8 make: *** [functest] Error 2 + make cluster-down ./cluster/down.sh