+ export WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release + WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release + [[ k8s-1.10.4-release =~ openshift-.* ]] + [[ k8s-1.10.4-release =~ .*-1.10.4-.* ]] + export KUBEVIRT_PROVIDER=k8s-1.10.4 + KUBEVIRT_PROVIDER=k8s-1.10.4 + 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:28 Waiting for host: 192.168.66.101:22 2018/08/02 16:18:31 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/08/02 16:18:43 Connected to tcp://192.168.66.101:22 + kubeadm init --config /etc/kubernetes/kubeadm.conf [init] Using Kubernetes version: v1.10.4 [init] Using Authorization modes: [Node RBAC] [preflight] Running pre-flight checks. [WARNING FileExisting-crictl]: crictl not found in system path Suggestion: go get github.com/kubernetes-incubator/cri-tools/cmd/crictl Flag --admission-control has been deprecated, Use --enable-admission-plugins or --disable-admission-plugins instead. Will be removed in a future version. [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 [localhost] and IPs [127.0.0.1] [certificates] Generated etcd/peer certificate and key. [certificates] etcd/peer serving cert is signed for DNS names [node01] and IPs [192.168.66.101] [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 28.004271 seconds [uploadconfig] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace [markmaster] Will mark node node01 as master by adding a label and a taint [markmaster] Master node01 tainted and labelled with key/value: node-role.kubernetes.io/master="" [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: kube-dns [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:2da4df50360363d36449c0420ee5ca993fe83bf16ad16c655e320e8c9f897ea5 + 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 2018/08/02 16:19:24 Waiting for host: 192.168.66.102:22 2018/08/02 16:19:27 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/08/02 16:19:35 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: connection refused. Sleeping 5s 2018/08/02 16:19:40 Connected to tcp://192.168.66.102:22 + 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. [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" [WARNING FileExisting-crictl]: crictl not found in system path Suggestion: go get github.com/kubernetes-incubator/cri-tools/cmd/crictl [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" 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 39611920 kubectl Sending file modes: C0600 5450 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 36s v1.10.4 node02 Ready 11s v1.10.4 + kubectl_rc=0 + '[' 0 -ne 0 ']' ++ kubectl get nodes --no-headers ++ grep NotReady ++ cluster/kubectl.sh get nodes --no-headers + '[' -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 37s v1.10.4 node02 Ready 12s v1.10.4 + make cluster-sync ./cluster/build.sh Building ... Untagged: localhost:33118/kubevirt/virt-controller:devel Untagged: localhost:33118/kubevirt/virt-controller@sha256:f1977808cc7dc43348db0efd9033062cabc4d7cefcc741c48713f9c97ddd6b79 Untagged: localhost:33118/kubevirt/virt-launcher:devel Untagged: localhost:33118/kubevirt/virt-launcher@sha256:113d8d322451d997b7fa43ea1b76c12329ed1083c0ff731fbc755dd122ce5b1c Untagged: localhost:33118/kubevirt/virt-handler:devel Untagged: localhost:33118/kubevirt/virt-handler@sha256:1c343873c4b5376a9f21bc728b7dc3b1ef5a34bc349353b28a734355251230fe Untagged: localhost:33118/kubevirt/virt-api:devel Untagged: localhost:33118/kubevirt/virt-api@sha256:555e3f205dcc3751f0b42b9e299427e69b3acda68ecc2d4ea6925405f4a9f535 Untagged: localhost:33118/kubevirt/subresource-access-test:devel Untagged: localhost:33118/kubevirt/subresource-access-test@sha256:c78c53a8ce18d04c7b7637883cc7875f042cb3f505c484b221bf77fb022b84d3 Untagged: localhost:33118/kubevirt/example-hook-sidecar:devel Untagged: localhost:33118/kubevirt/example-hook-sidecar@sha256:6b85d8489d1101ceba7a572f2ca825c6e277d752dfff4a4d37c2db5146775361 sha256:559a45ac63f40982ccce3a1b80cb62788566f2032c847ad9c45ee993eb9c48d4 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.10.4-release/go/src/kubevirt.io/kubevirt' hack/dockerized "./hack/check.sh && KUBEVIRT_VERSION= ./hack/build-go.sh install " && ./hack/build-copy-artifacts.sh sha256:559a45ac63f40982ccce3a1b80cb62788566f2032c847ad9c45ee993eb9c48d4 go version go1.10 linux/amd64 Waiting for rsyncd to be ready 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 ---> d3c656a2b485 Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-controller ---> Using cache ---> a776f834c795 Step 4/8 : WORKDIR /home/virt-controller ---> Using cache ---> 714b6ef15e78 Step 5/8 : USER 1001 ---> Using cache ---> cadd485aa8f4 Step 6/8 : COPY virt-controller /usr/bin/virt-controller ---> 5a705ac4613d Removing intermediate container 90a36a6d7862 Step 7/8 : ENTRYPOINT /usr/bin/virt-controller ---> Running in c62abd7ec7bb ---> cd48819fe00e Removing intermediate container c62abd7ec7bb Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "virt-controller" '' ---> Running in f354fee26982 ---> 71207d949a14 Removing intermediate container f354fee26982 Successfully built 71207d949a14 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 ---> 795ad92a5172 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 ---> 49e8a67155c8 Step 4/10 : COPY virt-launcher /usr/bin/virt-launcher ---> 453a5729f697 Removing intermediate container 31933facfe81 Step 5/10 : COPY kubevirt-sudo /etc/sudoers.d/kubevirt ---> ab4f741b3edd Removing intermediate container b8d1b31ee806 Step 6/10 : RUN setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/qemu-system-x86_64 ---> Running in 8f87e1878f64  ---> dc0c037878e6 Removing intermediate container 8f87e1878f64 Step 7/10 : RUN mkdir -p /usr/share/kubevirt/virt-launcher ---> Running in 9f0797c97d5e  ---> 232c6e72be51 Removing intermediate container 9f0797c97d5e Step 8/10 : COPY entrypoint.sh libvirtd.sh sock-connector /usr/share/kubevirt/virt-launcher/ ---> cfa5c7c5c46d Removing intermediate container 3245cee64b6b Step 9/10 : ENTRYPOINT /usr/share/kubevirt/virt-launcher/entrypoint.sh ---> Running in 74335268ea5c ---> 98133948f2c3 Removing intermediate container 74335268ea5c Step 10/10 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "virt-launcher" '' ---> Running in 1b9aae502dfc ---> ec2e7ebb2c62 Removing intermediate container 1b9aae502dfc Successfully built ec2e7ebb2c62 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 ---> d3c656a2b485 Step 3/5 : COPY virt-handler /usr/bin/virt-handler ---> 0e83276c6cdd Removing intermediate container b87b76f588b7 Step 4/5 : ENTRYPOINT /usr/bin/virt-handler ---> Running in 1e4227f118ac ---> 0f86415a8a10 Removing intermediate container 1e4227f118ac Step 5/5 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "virt-handler" '' ---> Running in 5d7901b67b69 ---> 2cf22a1804cd Removing intermediate container 5d7901b67b69 Successfully built 2cf22a1804cd 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 ---> d3c656a2b485 Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-api ---> Using cache ---> 9bbbc9ec8ccc Step 4/8 : WORKDIR /home/virt-api ---> Using cache ---> 6ff95ae380a5 Step 5/8 : USER 1001 ---> Using cache ---> 0026fc44bed8 Step 6/8 : COPY virt-api /usr/bin/virt-api ---> 9845863ff3c3 Removing intermediate container 586698af6c18 Step 7/8 : ENTRYPOINT /usr/bin/virt-api ---> Running in 74576fea109d ---> 792191a161ea Removing intermediate container 74576fea109d Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "virt-api" '' ---> Running in 9ff99d6c0886 ---> 8c1babd459d2 Removing intermediate container 9ff99d6c0886 Successfully built 8c1babd459d2 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 ---> d3c656a2b485 Step 3/7 : ENV container docker ---> Using cache ---> d7ee9dd5410a 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 ---> 0b64ac188f84 Step 5/7 : ADD entrypoint.sh / ---> Using cache ---> c9569040fd52 Step 6/7 : CMD /entrypoint.sh ---> Using cache ---> b0887fd36d1c Step 7/7 : LABEL "disks-images-provider" '' "kubevirt-functional-tests-k8s-1.10.4-release0" '' ---> Using cache ---> 5e827c2df99f Successfully built 5e827c2df99f 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 ---> d3c656a2b485 Step 3/5 : ENV container docker ---> Using cache ---> d7ee9dd5410a Step 4/5 : RUN dnf -y install procps-ng nmap-ncat && dnf -y clean all ---> Using cache ---> e96d3e3c109a Step 5/5 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "vm-killer" '' ---> Using cache ---> b82659934a82 Successfully built b82659934a82 Sending build context to Docker daemon 5.12 kB Step 1/7 : FROM debian:sid ---> 68f33cf86aab Step 2/7 : MAINTAINER "David Vossel" \ ---> Using cache ---> b7f20b0c4c41 Step 3/7 : ENV container docker ---> Using cache ---> 83fc28f38982 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 ---> 604b0b292d97 Step 5/7 : ADD entry-point.sh / ---> Using cache ---> 78792d6f56cd Step 6/7 : CMD /entry-point.sh ---> Using cache ---> 7f24cc15e083 Step 7/7 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "registry-disk-v1alpha" '' ---> Using cache ---> 9f185ea05af0 Successfully built 9f185ea05af0 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33213/kubevirt/registry-disk-v1alpha:devel ---> 9f185ea05af0 Step 2/4 : MAINTAINER "David Vossel" \ ---> Using cache ---> 144098c857f6 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 ---> 470c8c941f3b Step 4/4 : LABEL "cirros-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.10.4-release0" '' ---> Using cache ---> 5c3573aee555 Successfully built 5c3573aee555 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33213/kubevirt/registry-disk-v1alpha:devel ---> 9f185ea05af0 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 163d18ada1f5 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 ---> df03150f97f7 Step 4/4 : LABEL "fedora-cloud-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.10.4-release0" '' ---> Using cache ---> d2698a39e323 Successfully built d2698a39e323 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33213/kubevirt/registry-disk-v1alpha:devel ---> 9f185ea05af0 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 163d18ada1f5 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 ---> d98139a655a4 Step 4/4 : LABEL "alpine-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.10.4-release0" '' ---> Using cache ---> 9e041444a39a Successfully built 9e041444a39a 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 ---> d3c656a2b485 Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virtctl ---> Using cache ---> 5704030d2070 Step 4/8 : WORKDIR /home/virtctl ---> Using cache ---> 624a72b3ef33 Step 5/8 : USER 1001 ---> Using cache ---> 74157fb56326 Step 6/8 : COPY subresource-access-test /subresource-access-test ---> 49fc83aacbbb Removing intermediate container e7f982d514cd Step 7/8 : ENTRYPOINT /subresource-access-test ---> Running in e55f6b670e2c ---> 32e4b2a58268 Removing intermediate container e55f6b670e2c Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "subresource-access-test" '' ---> Running in e20456c660e9 ---> a843f5a80229 Removing intermediate container e20456c660e9 Successfully built a843f5a80229 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 ---> d3c656a2b485 Step 3/9 : ENV container docker ---> Using cache ---> d7ee9dd5410a Step 4/9 : RUN dnf -y install make git gcc && dnf -y clean all ---> Using cache ---> e4ae555b2a96 Step 5/9 : ENV GIMME_GO_VERSION 1.9.2 ---> Using cache ---> 4805ef8280c3 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 ---> 7c1f17e56984 Step 7/9 : ENV GOPATH "/go" GOBIN "/usr/bin" ---> Using cache ---> c388427c6a76 Step 8/9 : RUN mkdir -p /go && source /etc/profile.d/gimme.sh && go get github.com/masterzen/winrm-cli ---> Using cache ---> 5da240e34c8d Step 9/9 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "winrmcli" '' ---> Using cache ---> fc4af18e41a0 Successfully built fc4af18e41a0 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 ---> 58c7014d7bc4 Step 3/5 : COPY example-hook-sidecar /example-hook-sidecar ---> a773b70e2930 Removing intermediate container 1ac2416f9c9e Step 4/5 : ENTRYPOINT /example-hook-sidecar ---> Running in b2d4b6ba09c2 ---> a37d6c2cfeba Removing intermediate container b2d4b6ba09c2 Step 5/5 : LABEL "example-hook-sidecar" '' "kubevirt-functional-tests-k8s-1.10.4-release0" '' ---> Running in ed3fa5e40a08 ---> 31a6a61d5343 Removing intermediate container ed3fa5e40a08 Successfully built 31a6a61d5343 hack/build-docker.sh push The push refers to a repository [localhost:33213/kubevirt/virt-controller] 1672bdcd799d: Preparing efce1557ba86: Preparing 891e1e4ef82a: Preparing efce1557ba86: Pushed 1672bdcd799d: Pushed 891e1e4ef82a: Pushed devel: digest: sha256:5a0bbefd2e6fb12650d04018a3252f2c7fdcd71e0c6c270981040e9259210619 size: 949 The push refers to a repository [localhost:33213/kubevirt/virt-launcher] 9ded7da962d4: Preparing 4aec7f78b7c3: Preparing 25c8567f7d88: Preparing 26f16928cdac: Preparing b82a2f994012: Preparing 779823b58976: Preparing da38cf808aa5: Preparing b83399358a92: Preparing 186d8b3e4fd8: Preparing fa6154170bf5: Preparing 5eefb9960a36: Preparing 891e1e4ef82a: Preparing 186d8b3e4fd8: Waiting fa6154170bf5: Waiting 5eefb9960a36: Waiting 891e1e4ef82a: Waiting 779823b58976: Waiting b83399358a92: Waiting da38cf808aa5: Waiting 4aec7f78b7c3: Pushed 26f16928cdac: Pushed 9ded7da962d4: Pushed da38cf808aa5: Pushed b83399358a92: Pushed 25c8567f7d88: Pushed 186d8b3e4fd8: Pushed 891e1e4ef82a: Mounted from kubevirt/virt-controller fa6154170bf5: Pushed b82a2f994012: Pushed 779823b58976: Pushed 5eefb9960a36: Pushed devel: digest: sha256:9ae4025709d6e2b2b78e66712077ee2332aea09f3f4916c6f49f1cfdc1bd949a size: 2828 The push refers to a repository [localhost:33213/kubevirt/virt-handler] 4c5c2b8f794f: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-launcher 4c5c2b8f794f: Pushed devel: digest: sha256:7be7bc8ee0d05108dd8b215126f0df1e3018043bd8889d63522e7aed46d28486 size: 740 The push refers to a repository [localhost:33213/kubevirt/virt-api] 4886099073a7: Preparing 1cd776a5872d: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-handler 1cd776a5872d: Pushed 4886099073a7: Pushed devel: digest: sha256:8765ea93e71fa910c8378227ca4095d19248552455ff0bc281d5c08a2ccd56a7 size: 948 The push refers to a repository [localhost:33213/kubevirt/disks-images-provider] 031ac8f2509a: Preparing df0d85013ae0: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-api 031ac8f2509a: Pushed df0d85013ae0: Pushed devel: digest: sha256:0a781ba0f345d564653bd766261d224da653d3eb7df0f5abeb67f1fcb1226455 size: 948 The push refers to a repository [localhost:33213/kubevirt/vm-killer] c6d1250c13a6: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/disks-images-provider c6d1250c13a6: Pushed devel: digest: sha256:5680325ca88ab683e8ee0ce34f458871a0ea66b9031da653a8255dfdea55ffa2 size: 740 The push refers to a repository [localhost:33213/kubevirt/registry-disk-v1alpha] 3e288742e937: Preparing 7c38bbdf0880: Preparing 25edbec0eaea: Preparing 3e288742e937: Pushed 7c38bbdf0880: Pushed 25edbec0eaea: Pushed devel: digest: sha256:2c4bce549c7130c9b25183e6b8ff2d59d86b0e679a57b41b0efa5bebf9dee583 size: 948 The push refers to a repository [localhost:33213/kubevirt/cirros-registry-disk-demo] a899196b92d1: Preparing 3e288742e937: Preparing 7c38bbdf0880: Preparing 25edbec0eaea: Preparing 25edbec0eaea: Mounted from kubevirt/registry-disk-v1alpha 3e288742e937: Mounted from kubevirt/registry-disk-v1alpha 7c38bbdf0880: Mounted from kubevirt/registry-disk-v1alpha a899196b92d1: Pushed devel: digest: sha256:5454dcadb097cd68f295984545c12abb43aeeacde79b1e0e8a64a55119f1bf11 size: 1160 The push refers to a repository [localhost:33213/kubevirt/fedora-cloud-registry-disk-demo] aac41f162526: Preparing 3e288742e937: Preparing 7c38bbdf0880: Preparing 25edbec0eaea: Preparing 7c38bbdf0880: Mounted from kubevirt/cirros-registry-disk-demo 3e288742e937: Mounted from kubevirt/cirros-registry-disk-demo 25edbec0eaea: Mounted from kubevirt/cirros-registry-disk-demo aac41f162526: Pushed devel: digest: sha256:b0168476647c9b25e598d6123cd4b3e0b4797127716e28b6f0acd0304d343c3f size: 1161 The push refers to a repository [localhost:33213/kubevirt/alpine-registry-disk-demo] 92fe70a24761: Preparing 3e288742e937: Preparing 7c38bbdf0880: Preparing 25edbec0eaea: Preparing 25edbec0eaea: Mounted from kubevirt/fedora-cloud-registry-disk-demo 7c38bbdf0880: Mounted from kubevirt/fedora-cloud-registry-disk-demo 3e288742e937: Mounted from kubevirt/fedora-cloud-registry-disk-demo 92fe70a24761: Pushed devel: digest: sha256:14e0b91736ca44747541e9799c0909b4ad13e9eed7036941119c6f8cf63ee57e size: 1160 The push refers to a repository [localhost:33213/kubevirt/subresource-access-test] 28f0aa0b8dc1: Preparing c3b63a8b92e2: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/vm-killer c3b63a8b92e2: Pushed 28f0aa0b8dc1: Pushed devel: digest: sha256:89319d7df6df7aa634cd406a3709bb135f4dd255b61ab65535c8f0785e603b1d size: 948 The push refers to a repository [localhost:33213/kubevirt/winrmcli] 03859482cdc2: Preparing a0f8b95b0bdd: Preparing 2aa87109f2ed: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/subresource-access-test 03859482cdc2: Pushed 2aa87109f2ed: Pushed a0f8b95b0bdd: Pushed devel: digest: sha256:d75c7d87431edda3eeae4a8a02a774789bb14105c171bc6ed0141bb778390775 size: 1165 The push refers to a repository [localhost:33213/kubevirt/example-hook-sidecar] 36e314ae5067: Preparing 39bae602f753: Preparing 36e314ae5067: Pushed 39bae602f753: Pushed devel: digest: sha256:c9d59a88fb312d77bab1229b665095ddb05b00ad8bb22647f7ebb0753cda2d32 size: 740 make[1]: Leaving directory `/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-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.10.4-release/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/manifests ++ MANIFEST_TEMPLATES_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/templates/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/client-python ++ KUBEVIRT_PROVIDER=k8s-1.10.4 ++ KUBEVIRT_NUM_NODES=2 ++ '[' -z kubevirt-functional-tests-k8s-1.10.4-release ']' ++ provider_prefix=kubevirt-functional-tests-k8s-1.10.4-release0 ++ job_prefix=kubevirt-functional-tests-k8s-1.10.4-release0 +++ kubevirt_version +++ '[' -n '' ']' +++ '[' -d /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-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.10.4/provider.sh ++ set -e ++ image=k8s-1.10.4@sha256:09ac918cc16f13a5d0af51d4c98e3e25cbf4f97b7b32fe18ec61b32f04ca1009 ++ 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.10.4 ++ source hack/config-default.sh source hack/config-k8s-1.10.4.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.10.4.sh ++ source hack/config-provider-k8s-1.10.4.sh +++ master_ip=127.0.0.1 +++ docker_tag=devel +++ kubeconfig=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.10.4/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.10.4/.kubectl +++ docker_prefix=localhost:33213/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 + grep foregroundDeleteVirtualMachine + read p 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.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete apiservices -l kubevirt.io No resources found + _kubectl -n default delete deployment -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete deployment -l kubevirt.io No resources found + _kubectl -n default delete rs -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete rs -l kubevirt.io No resources found + _kubectl -n default delete services -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete services -l kubevirt.io No resources found + _kubectl -n default delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete apiservices -l kubevirt.io No resources found + _kubectl -n default delete validatingwebhookconfiguration -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete validatingwebhookconfiguration -l kubevirt.io No resources found + _kubectl -n default delete secrets -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete secrets -l kubevirt.io No resources found + _kubectl -n default delete pv -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete pv -l kubevirt.io No resources found + _kubectl -n default delete pvc -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete pvc -l kubevirt.io No resources found + _kubectl -n default delete ds -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete ds -l kubevirt.io No resources found + _kubectl -n default delete customresourcedefinitions -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete customresourcedefinitions -l kubevirt.io No resources found + _kubectl -n default delete pods -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete pods -l kubevirt.io No resources found + _kubectl -n default delete clusterrolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete clusterrolebinding -l kubevirt.io No resources found + _kubectl -n default delete rolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete rolebinding -l kubevirt.io No resources found + _kubectl -n default delete roles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete roles -l kubevirt.io No resources found + _kubectl -n default delete clusterroles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete clusterroles -l kubevirt.io No resources found + _kubectl -n default delete serviceaccounts -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.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.10.4/.kubeconfig ++ KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig ++ cluster/k8s-1.10.4/.kubectl -n default get crd offlinevirtualmachines.kubevirt.io 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.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.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.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.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.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.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.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.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.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.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.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.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.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.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.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.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.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.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.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.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.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.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.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.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.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.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.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.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.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.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.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.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.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.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.10.4/.kubeconfig ++ KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig ++ cluster/k8s-1.10.4/.kubectl -n kube-system get crd offlinevirtualmachines.kubevirt.io 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.10.4-release/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/manifests ++ MANIFEST_TEMPLATES_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/templates/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/client-python ++ KUBEVIRT_PROVIDER=k8s-1.10.4 ++ KUBEVIRT_NUM_NODES=2 ++ '[' -z kubevirt-functional-tests-k8s-1.10.4-release ']' ++ provider_prefix=kubevirt-functional-tests-k8s-1.10.4-release0 ++ job_prefix=kubevirt-functional-tests-k8s-1.10.4-release0 +++ kubevirt_version +++ '[' -n '' ']' +++ '[' -d /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-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.10.4/provider.sh ++ set -e ++ image=k8s-1.10.4@sha256:09ac918cc16f13a5d0af51d4c98e3e25cbf4f97b7b32fe18ec61b32f04ca1009 ++ 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.10.4 ++ source hack/config-default.sh source hack/config-k8s-1.10.4.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.10.4.sh ++ source hack/config-provider-k8s-1.10.4.sh +++ master_ip=127.0.0.1 +++ docker_tag=devel +++ kubeconfig=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.10.4/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.10.4/.kubectl +++ docker_prefix=localhost:33213/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.10.4-release ]] + [[ k8s-1.10.4-release =~ .*-dev ]] + [[ k8s-1.10.4-release =~ .*-release ]] + for manifest in '${MANIFESTS_OUT_DIR}/release/*' + [[ /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-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.10.4-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml =~ .*demo.* ]] + _kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-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.10.4-release/go/src/kubevirt.io/kubevirt/_out/manifests/testing -R + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-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.10.4 =~ 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 ++ grep -v Running ++ cluster/kubectl.sh get pods -n kube-system --no-headers + '[' -n 'virt-api-7d79764579-2jlln 0/1 ContainerCreating 0 1s virt-api-7d79764579-84vd7 0/1 ContainerCreating 0 1s virt-controller-7d57d96b65-pl85j 0/1 ContainerCreating 0 1s virt-controller-7d57d96b65-s9cxn 0/1 ContainerCreating 0 1s virt-handler-j8hzf 0/1 ContainerCreating 0 1s virt-handler-rkl6c 0/1 ContainerCreating 0 1s' ']' + 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 + grep -v Running + cluster/kubectl.sh get pods -n kube-system --no-headers virt-api-7d79764579-2jlln 0/1 ContainerCreating 0 2s virt-api-7d79764579-84vd7 0/1 ContainerCreating 0 2s virt-controller-7d57d96b65-pl85j 0/1 ContainerCreating 0 2s virt-controller-7d57d96b65-s9cxn 0/1 ContainerCreating 0 2s virt-handler-j8hzf 0/1 ContainerCreating 0 2s virt-handler-rkl6c 0/1 ContainerCreating 0 2s + 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 ++ cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ grep false + '[' -n '' ']' + kubectl get pods -n kube-system + cluster/kubectl.sh get pods -n kube-system NAME READY STATUS RESTARTS AGE disks-images-provider-f5wtt 1/1 Running 0 36s disks-images-provider-qg95t 1/1 Running 0 36s etcd-node01 1/1 Running 0 8m kube-apiserver-node01 1/1 Running 0 8m kube-controller-manager-node01 1/1 Running 0 8m kube-dns-86f4d74b45-flv27 3/3 Running 0 8m kube-flannel-ds-49gtp 1/1 Running 0 8m kube-flannel-ds-x7n7w 1/1 Running 0 8m kube-proxy-8vt58 1/1 Running 0 8m kube-proxy-w76qz 1/1 Running 0 8m kube-scheduler-node01 1/1 Running 0 8m virt-api-7d79764579-2jlln 1/1 Running 0 38s virt-api-7d79764579-84vd7 1/1 Running 1 38s virt-controller-7d57d96b65-pl85j 1/1 Running 0 38s virt-controller-7d57d96b65-s9cxn 1/1 Running 0 38s virt-handler-j8hzf 1/1 Running 0 38s virt-handler-rkl6c 1/1 Running 0 38s + for i in '${namespaces[@]}' + current_time=0 ++ kubectl get pods -n default --no-headers ++ grep -v Running ++ cluster/kubectl.sh get pods -n default --no-headers No resources found. + '[' -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 No resources found. + kubectl version + cluster/kubectl.sh version Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.4", GitCommit:"5ca598b4ba5abb89bb773071ce452e33fb66339d", GitTreeState:"clean", BuildDate:"2018-06-06T08:13:03Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.4", GitCommit:"5ca598b4ba5abb89bb773071ce452e33fb66339d", GitTreeState:"clean", BuildDate:"2018-06-06T08:00:59Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"} + ginko_params='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/junit.xml' + [[ k8s-1.10.4-release =~ windows.* ]] + FUNC_TEST_ARGS='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/junit.xml' + make functest hack/dockerized "hack/build-func-tests.sh" sha256:559a45ac63f40982ccce3a1b80cb62788566f2032c847ad9c45ee993eb9c48d4 go version go1.10 linux/amd64 Waiting for rsyncd to be ready go version go1.10 linux/amd64 Compiling tests... compiled tests.test hack/functests.sh Running Suite: Tests Suite ========================== Random Seed: 1533227335 Will run 148 of 148 specs ••••••••••• Pod name: disks-images-provider-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running level=info timestamp=2018-08-02T16:28:24.201666Z 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:28:29 http: TLS handshake error from 10.244.1.1:53794: EOF 2018/08/02 16:28:39 http: TLS handshake error from 10.244.1.1:53820: EOF level=info timestamp=2018-08-02T16:28:47.907083Z 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:28:49 http: TLS handshake error from 10.244.1.1:53862: EOF 2018/08/02 16:28:59 http: TLS handshake error from 10.244.1.1:53868: EOF 2018/08/02 16:29:09 http: TLS handshake error from 10.244.1.1:53880: EOF level=info timestamp=2018-08-02T16:29:17.692776Z 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:29:19.017328Z 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:29:19 http: TLS handshake error from 10.244.1.1:53898: EOF 2018/08/02 16:29:29 http: TLS handshake error from 10.244.1.1:53904: EOF 2018/08/02 16:29:39 http: TLS handshake error from 10.244.1.1:53910: EOF level=info timestamp=2018-08-02T16:29:47.715037Z 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:29:49 http: TLS handshake error from 10.244.1.1:53916: EOF 2018/08/02 16:29:59 http: TLS handshake error from 10.244.1.1:53922: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running 2018/08/02 16:28:54 http: TLS handshake error from 10.244.0.1:37592: EOF level=info timestamp=2018-08-02T16:28:57.022327Z pos=validating-webhook.go:84 component=virt-api msg="rejected vmi admission" 2018/08/02 16:29:04 http: TLS handshake error from 10.244.0.1:37632: EOF level=info timestamp=2018-08-02T16:29:09.531325Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:29:10.967265Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:29:14 http: TLS handshake error from 10.244.0.1:37656: EOF 2018/08/02 16:29:24 http: TLS handshake error from 10.244.0.1:37692: EOF level=info timestamp=2018-08-02T16:29:24.839897Z 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:29:24.840603Z 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:29:34 http: TLS handshake error from 10.244.0.1:37716: EOF level=info timestamp=2018-08-02T16:29:39.556449Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:29:41.015464Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:29:44 http: TLS handshake error from 10.244.0.1:37740: EOF 2018/08/02 16:29:54 http: TLS handshake error from 10.244.0.1:37764: EOF 2018/08/02 16:30:04 http: TLS handshake error from 10.244.0.1:37788: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:28:58.475603Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirsgkb kind= uid=2882a68b-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:28:58.475761Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirsgkb kind= uid=2882a68b-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:28:58.496064Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirsgkb\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirsgkb" level=info timestamp=2018-08-02T16:28:58.826473Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7jl98 kind= uid=28b7e6a3-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:28:58.826584Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7jl98 kind= uid=28b7e6a3-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:29:04.560031Z pos=preset.go:167 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5888n kind= uid=2c1cd37d-9671-11e8-bfc8-525500d15501 msg="VirtualMachineInstance is excluded from VirtualMachinePresets" level=info timestamp=2018-08-02T16:29:04.560241Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5888n kind= uid=2c1cd37d-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:29:06.712926Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7bxb7 kind= uid=2d6bc7a0-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:29:06.713114Z pos=preset.go:255 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7bxb7 kind= uid=2d6bc7a0-9671-11e8-bfc8-525500d15501 msg="VirtualMachineInstancePreset test-memory-8g98k matches VirtualMachineInstance" level=info timestamp=2018-08-02T16:29:06.713146Z pos=preset.go:255 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7bxb7 kind= uid=2d6bc7a0-9671-11e8-bfc8-525500d15501 msg="VirtualMachineInstancePreset test-conflict-mcz8w matches VirtualMachineInstance" level=error timestamp=2018-08-02T16:29:06.713467Z pos=preset.go:415 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7bxb7 kind= uid=2d6bc7a0-9671-11e8-bfc8-525500d15501 msg="VirtualMachinePresets cannot be applied due to conflicts: presets 'test-conflict-mcz8w' and 'test-memory-8g98k' conflict: spec.resources.requests[memory]: {{256 6} {} 256M DecimalSI} != {{128 6} {} 128M DecimalSI}" level=warning timestamp=2018-08-02T16:29:06.713511Z pos=preset.go:157 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7bxb7 kind= uid=2d6bc7a0-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as failed" level=info timestamp=2018-08-02T16:29:06.713531Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7bxb7 kind= uid=2d6bc7a0-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:29:06.740029Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:29:06.740177Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T16:28:03.322582Z pos=virt-handler.go:87 component=virt-handler hostname=node02 level=info timestamp=2018-08-02T16:28:03.330563Z pos=vm.go:211 component=virt-handler msg="Starting virt-handler controller." level=info timestamp=2018-08-02T16:28:03.331398Z pos=cache.go:151 component=virt-handler msg="Synchronizing domains" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T16:29:33.367839Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:29:33.423129Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-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:29:33.423367Z 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/testvmihqbt7" level=info timestamp=2018-08-02T16:29:38.543557Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: true\n" level=info timestamp=2018-08-02T16:29:38.543669Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:29:38.543701Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:29:38.543800Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:29:38.577427Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-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:29:38.577612Z 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/testvmihqbt7" level=info timestamp=2018-08-02T16:29:48.818024Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: true\n" level=info timestamp=2018-08-02T16:29:48.818111Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:29:48.818140Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:29:48.818233Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:29:48.852459Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-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:29:48.852724Z 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/testvmihqbt7" Pod name: virt-launcher-testvmihqbt7-4zdq4 Pod phase: Running level=info timestamp=2018-08-02T16:29:33.410150Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmihqbt7/noCloud.iso" level=error timestamp=2018-08-02T16:29:33.419915Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:29:33.420080Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 reason="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:29:38.546835Z pos=converter.go:535 component=virt-launcher msg="The network interface type of default was changed to e1000 due to unsupported interface type by qemu slirp network" level=info timestamp=2018-08-02T16:29:38.547274Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-08-02T16:29:38.547342Z 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:29:38.575372Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmihqbt7/noCloud.iso" level=error timestamp=2018-08-02T16:29:38.577046Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:29:38.577147Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 reason="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:29:48.820157Z pos=converter.go:535 component=virt-launcher msg="The network interface type of default was changed to e1000 due to unsupported interface type by qemu slirp network" level=info timestamp=2018-08-02T16:29:48.820775Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-08-02T16:29:48.820835Z 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:29:48.850140Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmihqbt7/noCloud.iso" level=error timestamp=2018-08-02T16:29:48.852041Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:29:48.852102Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 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.569 seconds] Slirp /root/go/src/kubevirt.io/kubevirt/tests/vmi_slirp_interface_test.go:39 should be able to [BeforeEach] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 VirtualMachineInstance with slirp interface /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Timed out after 30.005s. 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-02T16:29:07.514689Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmihqbt7-4zdq4" level=info timestamp=2018-08-02T16:29:27.940597Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmihqbt7-4zdq4" level=error timestamp=2018-08-02T16:29:28.272330Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid=2d6f9807-9671-11e8-bfc8-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-02T16:29:28.343422Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid=2d6f9807-9671-11e8-bfc8-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-02T16:29:28.380682Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid=2d6f9807-9671-11e8-bfc8-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-02T16:29:28.398741Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid=2d6f9807-9671-11e8-bfc8-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-02T16:29:28.412359Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid=2d6f9807-9671-11e8-bfc8-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-02T16:29:28.420820Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid=2d6f9807-9671-11e8-bfc8-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-02T16:29:28.611210Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid=2d6f9807-9671-11e8-bfc8-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-02T16:29:28.962959Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid=2d6f9807-9671-11e8-bfc8-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-02T16:29:29.678721Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid=2d6f9807-9671-11e8-bfc8-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-02T16:29:31.006782Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid=2d6f9807-9671-11e8-bfc8-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-02T16:29:33.646391Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid=2d6f9807-9671-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running level=info timestamp=2018-08-02T16:29:19.017328Z 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:29:19 http: TLS handshake error from 10.244.1.1:53898: EOF 2018/08/02 16:29:29 http: TLS handshake error from 10.244.1.1:53904: EOF 2018/08/02 16:29:39 http: TLS handshake error from 10.244.1.1:53910: EOF level=info timestamp=2018-08-02T16:29:47.715037Z 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:29:49 http: TLS handshake error from 10.244.1.1:53916: EOF 2018/08/02 16:29:59 http: TLS handshake error from 10.244.1.1:53922: EOF 2018/08/02 16:30:09 http: TLS handshake error from 10.244.1.1:53928: EOF level=info timestamp=2018-08-02T16:30:17.708603Z 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:30:19 http: TLS handshake error from 10.244.1.1:53934: EOF 2018/08/02 16:30:29 http: TLS handshake error from 10.244.1.1:53940: EOF 2018/08/02 16:30:39 http: TLS handshake error from 10.244.1.1:53946: EOF level=info timestamp=2018-08-02T16:30:47.725485Z 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:30:49 http: TLS handshake error from 10.244.1.1:53952: EOF 2018/08/02 16:30:59 http: TLS handshake error from 10.244.1.1:53958: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running 2018/08/02 16:29:44 http: TLS handshake error from 10.244.0.1:37740: EOF 2018/08/02 16:29:54 http: TLS handshake error from 10.244.0.1:37764: EOF 2018/08/02 16:30:04 http: TLS handshake error from 10.244.0.1:37788: EOF level=info timestamp=2018-08-02T16:30:09.582112Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:30:11.070702Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:30:14 http: TLS handshake error from 10.244.0.1:37816: EOF 2018/08/02 16:30:24 http: TLS handshake error from 10.244.0.1:37840: EOF level=info timestamp=2018-08-02T16:30:24.842044Z 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:30:24.842990Z 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:30:34 http: TLS handshake error from 10.244.0.1:37864: EOF level=info timestamp=2018-08-02T16:30:39.606303Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:30:41.106884Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:30:44 http: TLS handshake error from 10.244.0.1:37888: EOF 2018/08/02 16:30:54 http: TLS handshake error from 10.244.0.1:37912: EOF 2018/08/02 16:31:04 http: TLS handshake error from 10.244.0.1:37936: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:28:58.496064Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirsgkb\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirsgkb" level=info timestamp=2018-08-02T16:28:58.826473Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7jl98 kind= uid=28b7e6a3-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:28:58.826584Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7jl98 kind= uid=28b7e6a3-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:29:04.560031Z pos=preset.go:167 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5888n kind= uid=2c1cd37d-9671-11e8-bfc8-525500d15501 msg="VirtualMachineInstance is excluded from VirtualMachinePresets" level=info timestamp=2018-08-02T16:29:04.560241Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5888n kind= uid=2c1cd37d-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:29:06.712926Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7bxb7 kind= uid=2d6bc7a0-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:29:06.713114Z pos=preset.go:255 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7bxb7 kind= uid=2d6bc7a0-9671-11e8-bfc8-525500d15501 msg="VirtualMachineInstancePreset test-memory-8g98k matches VirtualMachineInstance" level=info timestamp=2018-08-02T16:29:06.713146Z pos=preset.go:255 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7bxb7 kind= uid=2d6bc7a0-9671-11e8-bfc8-525500d15501 msg="VirtualMachineInstancePreset test-conflict-mcz8w matches VirtualMachineInstance" level=error timestamp=2018-08-02T16:29:06.713467Z pos=preset.go:415 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7bxb7 kind= uid=2d6bc7a0-9671-11e8-bfc8-525500d15501 msg="VirtualMachinePresets cannot be applied due to conflicts: presets 'test-conflict-mcz8w' and 'test-memory-8g98k' conflict: spec.resources.requests[memory]: {{256 6} {} 256M DecimalSI} != {{128 6} {} 128M DecimalSI}" level=warning timestamp=2018-08-02T16:29:06.713511Z pos=preset.go:157 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7bxb7 kind= uid=2d6bc7a0-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as failed" level=info timestamp=2018-08-02T16:29:06.713531Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7bxb7 kind= uid=2d6bc7a0-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:29:06.740029Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:29:06.740177Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:30:07.312395Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7v7xj kind= uid=5189bcf6-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:30:07.313600Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7v7xj kind= uid=5189bcf6-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T16:30:33.328399Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi7v7xj kind= uid=5189bcf6-9671-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:30:33.361339Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi7v7xj kind= uid=5189bcf6-9671-11e8-bfc8-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:30:33.361659Z 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/testvmi7v7xj" level=info timestamp=2018-08-02T16:30:43.601907Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi7v7xj, existing: true\n" level=info timestamp=2018-08-02T16:30:43.601997Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:30:43.602080Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:30:43.602175Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi7v7xj kind= uid=5189bcf6-9671-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:30:43.630667Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi7v7xj kind= uid=5189bcf6-9671-11e8-bfc8-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:30:43.630897Z 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/testvmi7v7xj" level=info timestamp=2018-08-02T16:31:04.111101Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi7v7xj, existing: true\n" level=info timestamp=2018-08-02T16:31:04.111184Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:31:04.111212Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:31:04.111303Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi7v7xj kind= uid=5189bcf6-9671-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:31:04.148600Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi7v7xj kind= uid=5189bcf6-9671-11e8-bfc8-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:31:04.148824Z 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/testvmi7v7xj" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T16:29:48.818233Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:29:48.852459Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-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:29:48.852724Z 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/testvmihqbt7" level=info timestamp=2018-08-02T16:30:09.332941Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: true\n" level=info timestamp=2018-08-02T16:30:09.333030Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:30:09.333061Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:30:09.333164Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:30:09.414786Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-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:30:09.415013Z 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/testvmihqbt7" level=info timestamp=2018-08-02T16:30:50.375304Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: true\n" level=info timestamp=2018-08-02T16:30:50.375383Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:30:50.375405Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:30:50.375505Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:30:50.405962Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-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:30:50.406154Z 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/testvmihqbt7" Pod name: virt-launcher-testvmi7v7xj-f8cc7 Pod phase: Running level=info timestamp=2018-08-02T16:30:33.359162Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi7v7xj/noCloud.iso" level=error timestamp=2018-08-02T16:30:33.360887Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7v7xj kind= uid=5189bcf6-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:30:33.360944Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7v7xj kind= uid=5189bcf6-9671-11e8-bfc8-525500d15501 reason="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:30:43.603543Z pos=converter.go:535 component=virt-launcher msg="The network interface type of default was changed to e1000 due to unsupported interface type by qemu slirp network" level=info timestamp=2018-08-02T16:30:43.603787Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-08-02T16:30:43.603815Z 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:30:43.628425Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi7v7xj/noCloud.iso" level=error timestamp=2018-08-02T16:30:43.630370Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7v7xj kind= uid=5189bcf6-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:30:43.630442Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7v7xj kind= uid=5189bcf6-9671-11e8-bfc8-525500d15501 reason="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:31:04.113518Z pos=converter.go:535 component=virt-launcher msg="The network interface type of default was changed to e1000 due to unsupported interface type by qemu slirp network" level=info timestamp=2018-08-02T16:31:04.113797Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-08-02T16:31:04.113822Z 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:31:04.146073Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi7v7xj/noCloud.iso" level=error timestamp=2018-08-02T16:31:04.148129Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7v7xj kind= uid=5189bcf6-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:31:04.148248Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7v7xj kind= uid=5189bcf6-9671-11e8-bfc8-525500d15501 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-testvmihqbt7-4zdq4 Pod phase: Running level=info timestamp=2018-08-02T16:29:48.850140Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmihqbt7/noCloud.iso" level=error timestamp=2018-08-02T16:29:48.852041Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:29:48.852102Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 reason="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:30:09.337074Z pos=converter.go:535 component=virt-launcher msg="The network interface type of default was changed to e1000 due to unsupported interface type by qemu slirp network" level=info timestamp=2018-08-02T16:30:09.338058Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-08-02T16:30:09.338096Z 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:30:09.411492Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmihqbt7/noCloud.iso" level=error timestamp=2018-08-02T16:30:09.414423Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:30:09.414495Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 reason="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:30:50.376927Z pos=converter.go:535 component=virt-launcher msg="The network interface type of default was changed to e1000 due to unsupported interface type by qemu slirp network" level=info timestamp=2018-08-02T16:30:50.377195Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-08-02T16:30:50.377229Z 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:30:50.403832Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmihqbt7/noCloud.iso" level=error timestamp=2018-08-02T16:30:50.405510Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:30:50.405560Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 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.454 seconds] Slirp /root/go/src/kubevirt.io/kubevirt/tests/vmi_slirp_interface_test.go:39 should be able to [BeforeEach] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 VirtualMachineInstance with slirp interface with custom MAC address /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Timed out after 30.003s. 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-02T16:30:08.137922Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmi7v7xj kind=VirtualMachineInstance uid=5189bcf6-9671-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi7v7xj-f8cc7" level=info timestamp=2018-08-02T16:30:23.353279Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmi7v7xj kind=VirtualMachineInstance uid=5189bcf6-9671-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmi7v7xj-f8cc7" level=error timestamp=2018-08-02T16:30:23.565190Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi7v7xj kind=VirtualMachineInstance uid=5189bcf6-9671-11e8-bfc8-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-02T16:30:23.617610Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi7v7xj kind=VirtualMachineInstance uid=5189bcf6-9671-11e8-bfc8-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-02T16:30:23.642970Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi7v7xj kind=VirtualMachineInstance uid=5189bcf6-9671-11e8-bfc8-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-02T16:30:23.664965Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi7v7xj kind=VirtualMachineInstance uid=5189bcf6-9671-11e8-bfc8-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-02T16:30:23.692100Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi7v7xj kind=VirtualMachineInstance uid=5189bcf6-9671-11e8-bfc8-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-02T16:30:23.732346Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi7v7xj kind=VirtualMachineInstance uid=5189bcf6-9671-11e8-bfc8-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-02T16:30:23.924622Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi7v7xj kind=VirtualMachineInstance uid=5189bcf6-9671-11e8-bfc8-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-02T16:30:24.326393Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi7v7xj kind=VirtualMachineInstance uid=5189bcf6-9671-11e8-bfc8-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-02T16:30:25.002867Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi7v7xj kind=VirtualMachineInstance uid=5189bcf6-9671-11e8-bfc8-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-02T16:30:26.312667Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi7v7xj kind=VirtualMachineInstance uid=5189bcf6-9671-11e8-bfc8-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-02T16:30:28.910831Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi7v7xj kind=VirtualMachineInstance uid=5189bcf6-9671-11e8-bfc8-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-02T16:30:34.069566Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi7v7xj kind=VirtualMachineInstance uid=5189bcf6-9671-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 16:29:39 http: TLS handshake error from 10.244.1.1:53910: EOF level=info timestamp=2018-08-02T16:29:47.715037Z 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:29:49 http: TLS handshake error from 10.244.1.1:53916: EOF 2018/08/02 16:29:59 http: TLS handshake error from 10.244.1.1:53922: EOF 2018/08/02 16:30:09 http: TLS handshake error from 10.244.1.1:53928: EOF level=info timestamp=2018-08-02T16:30:17.708603Z 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:30:19 http: TLS handshake error from 10.244.1.1:53934: EOF 2018/08/02 16:30:29 http: TLS handshake error from 10.244.1.1:53940: EOF 2018/08/02 16:30:39 http: TLS handshake error from 10.244.1.1:53946: EOF level=info timestamp=2018-08-02T16:30:47.725485Z 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:30:49 http: TLS handshake error from 10.244.1.1:53952: EOF 2018/08/02 16:30:59 http: TLS handshake error from 10.244.1.1:53958: EOF 2018/08/02 16:31:09 http: TLS handshake error from 10.244.1.1:53964: EOF level=info timestamp=2018-08-02T16:31:17.737359Z 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:31:19 http: TLS handshake error from 10.244.1.1:53970: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T16:30:09.582112Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:30:11.070702Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:30:14 http: TLS handshake error from 10.244.0.1:37816: EOF 2018/08/02 16:30:24 http: TLS handshake error from 10.244.0.1:37840: EOF level=info timestamp=2018-08-02T16:30:24.842044Z 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:30:24.842990Z 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:30:34 http: TLS handshake error from 10.244.0.1:37864: EOF level=info timestamp=2018-08-02T16:30:39.606303Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:30:41.106884Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:30:44 http: TLS handshake error from 10.244.0.1:37888: EOF 2018/08/02 16:30:54 http: TLS handshake error from 10.244.0.1:37912: EOF 2018/08/02 16:31:04 http: TLS handshake error from 10.244.0.1:37936: EOF level=info timestamp=2018-08-02T16:31:09.634066Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:31:11.157079Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:31:14 http: TLS handshake error from 10.244.0.1:37960: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:29:06.713146Z pos=preset.go:255 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7bxb7 kind= uid=2d6bc7a0-9671-11e8-bfc8-525500d15501 msg="VirtualMachineInstancePreset test-conflict-mcz8w matches VirtualMachineInstance" level=error timestamp=2018-08-02T16:29:06.713467Z pos=preset.go:415 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7bxb7 kind= uid=2d6bc7a0-9671-11e8-bfc8-525500d15501 msg="VirtualMachinePresets cannot be applied due to conflicts: presets 'test-conflict-mcz8w' and 'test-memory-8g98k' conflict: spec.resources.requests[memory]: {{256 6} {} 256M DecimalSI} != {{128 6} {} 128M DecimalSI}" level=warning timestamp=2018-08-02T16:29:06.713511Z pos=preset.go:157 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7bxb7 kind= uid=2d6bc7a0-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as failed" level=info timestamp=2018-08-02T16:29:06.713531Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7bxb7 kind= uid=2d6bc7a0-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:29:06.740029Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:29:06.740177Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:30:07.312395Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7v7xj kind= uid=5189bcf6-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:30:07.313600Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7v7xj kind= uid=5189bcf6-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:31:08.175583Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizxpqx kind= uid=75d0f57d-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:31:08.175702Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizxpqx kind= uid=75d0f57d-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:31:08.218772Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmizxpqx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmizxpqx" level=info timestamp=2018-08-02T16:31:08.246665Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmizxpqx\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmizxpqx, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 75d0f57d-9671-11e8-bfc8-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmizxpqx" level=info timestamp=2018-08-02T16:31:08.391793Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:31:08.391977Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:31:08.436030Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmir2857\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmir2857" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T16:31:23.565385Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:31:23.568908Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-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:31:23.569018Z 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/testvmir2857" level=info timestamp=2018-08-02T16:31:23.575411Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmir2857, existing: true\n" level=info timestamp=2018-08-02T16:31:23.575452Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:31:23.575481Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:31:23.575542Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:31:23.579005Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-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:31:23.579159Z 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/testvmir2857" level=info timestamp=2018-08-02T16:31:23.619353Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmir2857, existing: true\n" level=info timestamp=2018-08-02T16:31:23.619433Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:31:23.619465Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:31:23.619566Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:31:23.624122Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-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:31:23.624209Z 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/testvmir2857" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T16:30:50.406154Z 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/testvmihqbt7" level=info timestamp=2018-08-02T16:31:08.319162Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: true\n" level=info timestamp=2018-08-02T16:31:08.319252Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:31:08.319277Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:31:08.319370Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.336555Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:31:08.342828Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: true\n" level=info timestamp=2018-08-02T16:31:08.342885Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T16:31:08.342914Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:31:08.343060Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.343169Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:31:08.350797Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: false\n" level=info timestamp=2018-08-02T16:31:08.350849Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:31:08.350893Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.350945Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmir2857-85txp Pod phase: Running level=info timestamp=2018-08-02T16:31:23.526893Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-08-02T16:31:23.526977Z 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:31:23.528838Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=error timestamp=2018-08-02T16:31:23.533207Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:31:23.533439Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="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:31:23.564448Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:31:23.564695Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="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:31:23.568528Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:31:23.568615Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="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:31:23.578567Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:31:23.578624Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="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:31:23.623857Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:31:23.623960Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="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:31:23.708684Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:31:23.708817Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running level=info timestamp=2018-08-02T16:32:17.715072Z 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:32:19 http: TLS handshake error from 10.244.1.1:54006: EOF 2018/08/02 16:32:29 http: TLS handshake error from 10.244.1.1:54012: EOF 2018/08/02 16:32:39 http: TLS handshake error from 10.244.1.1:54018: EOF level=info timestamp=2018-08-02T16:32:47.721541Z 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:32:49 http: TLS handshake error from 10.244.1.1:54024: EOF 2018/08/02 16:32:59 http: TLS handshake error from 10.244.1.1:54030: EOF 2018/08/02 16:33:09 http: TLS handshake error from 10.244.1.1:54036: EOF level=info timestamp=2018-08-02T16:33:17.741992Z 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:33:19 http: TLS handshake error from 10.244.1.1:54042: EOF 2018/08/02 16:33:29 http: TLS handshake error from 10.244.1.1:54048: EOF 2018/08/02 16:33:39 http: TLS handshake error from 10.244.1.1:54054: EOF level=info timestamp=2018-08-02T16:33:47.717063Z 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:33:49 http: TLS handshake error from 10.244.1.1:54060: EOF 2018/08/02 16:33:59 http: TLS handshake error from 10.244.1.1:54066: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T16:32:39.711224Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:32:41.240323Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:32:44 http: TLS handshake error from 10.244.0.1:38176: EOF 2018/08/02 16:32:54 http: TLS handshake error from 10.244.0.1:38200: EOF 2018/08/02 16:33:04 http: TLS handshake error from 10.244.0.1:38224: EOF level=info timestamp=2018-08-02T16:33:09.745262Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:33:11.270367Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:33:14 http: TLS handshake error from 10.244.0.1:38248: EOF 2018/08/02 16:33:24 http: TLS handshake error from 10.244.0.1:38272: EOF 2018/08/02 16:33:34 http: TLS handshake error from 10.244.0.1:38296: EOF level=info timestamp=2018-08-02T16:33:39.775949Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:33:41.296114Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:33:44 http: TLS handshake error from 10.244.0.1:38320: EOF 2018/08/02 16:33:54 http: TLS handshake error from 10.244.0.1:38344: EOF 2018/08/02 16:34:04 http: TLS handshake error from 10.244.0.1:38368: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:29:06.713146Z pos=preset.go:255 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7bxb7 kind= uid=2d6bc7a0-9671-11e8-bfc8-525500d15501 msg="VirtualMachineInstancePreset test-conflict-mcz8w matches VirtualMachineInstance" level=error timestamp=2018-08-02T16:29:06.713467Z pos=preset.go:415 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7bxb7 kind= uid=2d6bc7a0-9671-11e8-bfc8-525500d15501 msg="VirtualMachinePresets cannot be applied due to conflicts: presets 'test-conflict-mcz8w' and 'test-memory-8g98k' conflict: spec.resources.requests[memory]: {{256 6} {} 256M DecimalSI} != {{128 6} {} 128M DecimalSI}" level=warning timestamp=2018-08-02T16:29:06.713511Z pos=preset.go:157 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7bxb7 kind= uid=2d6bc7a0-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as failed" level=info timestamp=2018-08-02T16:29:06.713531Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7bxb7 kind= uid=2d6bc7a0-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:29:06.740029Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:29:06.740177Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:30:07.312395Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7v7xj kind= uid=5189bcf6-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:30:07.313600Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7v7xj kind= uid=5189bcf6-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:31:08.175583Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizxpqx kind= uid=75d0f57d-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:31:08.175702Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizxpqx kind= uid=75d0f57d-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:31:08.218772Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmizxpqx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmizxpqx" level=info timestamp=2018-08-02T16:31:08.246665Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmizxpqx\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmizxpqx, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 75d0f57d-9671-11e8-bfc8-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmizxpqx" level=info timestamp=2018-08-02T16:31:08.391793Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:31:08.391977Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:31:08.436030Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmir2857\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmir2857" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T16:32:04.543812Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:32:04.548363Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-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:32:04.548489Z 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/testvmir2857" level=info timestamp=2018-08-02T16:32:45.508808Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmir2857, existing: true\n" level=info timestamp=2018-08-02T16:32:45.508885Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:32:45.508908Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:32:45.508988Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:32:45.512735Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-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:32:45.512861Z 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/testvmir2857" level=info timestamp=2018-08-02T16:34:07.438955Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmir2857, existing: true\n" level=info timestamp=2018-08-02T16:34:07.439048Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:34:07.439078Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:34:07.439168Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:34:07.449406Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-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:34:07.449550Z 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/testvmir2857" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T16:31:08.319370Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.336555Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:31:08.342828Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: true\n" level=info timestamp=2018-08-02T16:31:08.342885Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T16:31:08.342914Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:31:08.343060Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.343169Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:31:08.350797Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: false\n" level=info timestamp=2018-08-02T16:31:08.350849Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:31:08.350893Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.350945Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:32:12.326376Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: false\n" level=info timestamp=2018-08-02T16:32:12.326474Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:32:12.326550Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:32:12.326681Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmir2857-85txp Pod phase: Running level=error timestamp=2018-08-02T16:31:24.842836Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="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:31:26.128983Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:31:26.129074Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="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:31:28.693923Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:31:28.694031Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="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:31:33.818143Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:31:33.818360Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="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:31:44.062868Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:31:44.062985Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="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:32:04.547958Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:32:04.548043Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="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:32:45.512464Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:32:45.512533Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="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:34:07.449076Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:34:07.449190Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 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.447 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: testvmir2857,75f27551-9671-11e8-bfc8-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-02T16:31:09.139914Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmir2857 kind=VirtualMachineInstance uid=75f27551-9671-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmir2857-85txp" level=info timestamp=2018-08-02T16:31:24.206978Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmir2857 kind=VirtualMachineInstance uid=75f27551-9671-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmir2857-85txp" level=error timestamp=2018-08-02T16:31:24.250847Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmir2857 kind=VirtualMachineInstance uid=75f27551-9671-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 16:32:39 http: TLS handshake error from 10.244.1.1:54018: EOF level=info timestamp=2018-08-02T16:32:47.721541Z 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:32:49 http: TLS handshake error from 10.244.1.1:54024: EOF 2018/08/02 16:32:59 http: TLS handshake error from 10.244.1.1:54030: EOF 2018/08/02 16:33:09 http: TLS handshake error from 10.244.1.1:54036: EOF level=info timestamp=2018-08-02T16:33:17.741992Z 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:33:19 http: TLS handshake error from 10.244.1.1:54042: EOF 2018/08/02 16:33:29 http: TLS handshake error from 10.244.1.1:54048: EOF 2018/08/02 16:33:39 http: TLS handshake error from 10.244.1.1:54054: EOF level=info timestamp=2018-08-02T16:33:47.717063Z 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:33:49 http: TLS handshake error from 10.244.1.1:54060: EOF 2018/08/02 16:33:59 http: TLS handshake error from 10.244.1.1:54066: EOF 2018/08/02 16:34:09 http: TLS handshake error from 10.244.1.1:54072: EOF level=info timestamp=2018-08-02T16:34:17.733980Z 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:34:19 http: TLS handshake error from 10.244.1.1:54078: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T16:33:11.270367Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:33:14 http: TLS handshake error from 10.244.0.1:38248: EOF 2018/08/02 16:33:24 http: TLS handshake error from 10.244.0.1:38272: EOF 2018/08/02 16:33:34 http: TLS handshake error from 10.244.0.1:38296: EOF level=info timestamp=2018-08-02T16:33:39.775949Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:33:41.296114Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:33:44 http: TLS handshake error from 10.244.0.1:38320: EOF 2018/08/02 16:33:54 http: TLS handshake error from 10.244.0.1:38344: EOF 2018/08/02 16:34:04 http: TLS handshake error from 10.244.0.1:38368: EOF level=info timestamp=2018-08-02T16:34:09.805214Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:34:11.330546Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:34:14 http: TLS handshake error from 10.244.0.1:38392: EOF level=info timestamp=2018-08-02T16:34:23.379591Z 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:34:23.380825Z 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:34:24 http: TLS handshake error from 10.244.0.1:38416: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:29:06.713531Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7bxb7 kind= uid=2d6bc7a0-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:29:06.740029Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:29:06.740177Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:30:07.312395Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7v7xj kind= uid=5189bcf6-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:30:07.313600Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7v7xj kind= uid=5189bcf6-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:31:08.175583Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizxpqx kind= uid=75d0f57d-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:31:08.175702Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizxpqx kind= uid=75d0f57d-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:31:08.218772Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmizxpqx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmizxpqx" level=info timestamp=2018-08-02T16:31:08.246665Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmizxpqx\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmizxpqx, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 75d0f57d-9671-11e8-bfc8-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmizxpqx" level=info timestamp=2018-08-02T16:31:08.391793Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:31:08.391977Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:31:08.436030Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmir2857\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmir2857" level=info timestamp=2018-08-02T16:34:08.849365Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:34:08.850488Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:34:08.906430Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmich8cx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmich8cx" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T16:34:24.362049Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:34:24.365142Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-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:34:24.365213Z 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/testvmich8cx" level=info timestamp=2018-08-02T16:34:24.372089Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmich8cx, existing: true\n" level=info timestamp=2018-08-02T16:34:24.372114Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:34:24.372134Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:34:24.372174Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:34:24.375168Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-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:34:24.375262Z 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/testvmich8cx" level=info timestamp=2018-08-02T16:34:24.415520Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmich8cx, existing: true\n" level=info timestamp=2018-08-02T16:34:24.415601Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:34:24.415624Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:34:24.415693Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:34:24.419438Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-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:34:24.419557Z 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/testvmich8cx" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T16:31:08.319370Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.336555Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:31:08.342828Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: true\n" level=info timestamp=2018-08-02T16:31:08.342885Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T16:31:08.342914Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:31:08.343060Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.343169Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:31:08.350797Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: false\n" level=info timestamp=2018-08-02T16:31:08.350849Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:31:08.350893Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.350945Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:32:12.326376Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: false\n" level=info timestamp=2018-08-02T16:32:12.326474Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:32:12.326550Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:32:12.326681Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmich8cx-b8qc6 Pod phase: Running level=info timestamp=2018-08-02T16:34:24.334456Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-08-02T16:34:24.334499Z 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:34:24.335007Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=error timestamp=2018-08-02T16:34:24.338840Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:34:24.338968Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="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:34:24.361630Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:34:24.361699Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="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:34:24.364983Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:34:24.365023Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="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:34:24.374991Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:34:24.375040Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="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:34:24.419153Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:34:24.419244Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="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:34:24.503312Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:34:24.503386Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running level=info timestamp=2018-08-02T16:35:17.716529Z 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:35:19 http: TLS handshake error from 10.244.1.1:54114: EOF 2018/08/02 16:35:29 http: TLS handshake error from 10.244.1.1:54120: EOF 2018/08/02 16:35:39 http: TLS handshake error from 10.244.1.1:54126: EOF level=info timestamp=2018-08-02T16:35:47.723855Z 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:35:49 http: TLS handshake error from 10.244.1.1:54132: EOF 2018/08/02 16:35:59 http: TLS handshake error from 10.244.1.1:54138: EOF 2018/08/02 16:36:09 http: TLS handshake error from 10.244.1.1:54144: EOF level=info timestamp=2018-08-02T16:36:17.725508Z 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:36:19 http: TLS handshake error from 10.244.1.1:54150: EOF 2018/08/02 16:36:29 http: TLS handshake error from 10.244.1.1:54156: EOF 2018/08/02 16:36:39 http: TLS handshake error from 10.244.1.1:54162: EOF level=info timestamp=2018-08-02T16:36:47.712047Z 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:36:49 http: TLS handshake error from 10.244.1.1:54168: EOF 2018/08/02 16:36:59 http: TLS handshake error from 10.244.1.1:54174: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T16:35:39.887374Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:35:41.421756Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:35:44 http: TLS handshake error from 10.244.0.1:38608: EOF 2018/08/02 16:35:54 http: TLS handshake error from 10.244.0.1:38632: EOF 2018/08/02 16:36:04 http: TLS handshake error from 10.244.0.1:38656: EOF level=info timestamp=2018-08-02T16:36:09.912267Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:36:11.444020Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:36:14 http: TLS handshake error from 10.244.0.1:38680: EOF 2018/08/02 16:36:24 http: TLS handshake error from 10.244.0.1:38704: EOF 2018/08/02 16:36:34 http: TLS handshake error from 10.244.0.1:38728: EOF level=info timestamp=2018-08-02T16:36:39.942442Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:36:41.471335Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:36:44 http: TLS handshake error from 10.244.0.1:38752: EOF 2018/08/02 16:36:54 http: TLS handshake error from 10.244.0.1:38776: EOF 2018/08/02 16:37:04 http: TLS handshake error from 10.244.0.1:38800: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:29:06.713531Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7bxb7 kind= uid=2d6bc7a0-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:29:06.740029Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:29:06.740177Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:30:07.312395Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7v7xj kind= uid=5189bcf6-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:30:07.313600Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7v7xj kind= uid=5189bcf6-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:31:08.175583Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizxpqx kind= uid=75d0f57d-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:31:08.175702Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizxpqx kind= uid=75d0f57d-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:31:08.218772Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmizxpqx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmizxpqx" level=info timestamp=2018-08-02T16:31:08.246665Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmizxpqx\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmizxpqx, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 75d0f57d-9671-11e8-bfc8-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmizxpqx" level=info timestamp=2018-08-02T16:31:08.391793Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:31:08.391977Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:31:08.436030Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmir2857\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmir2857" level=info timestamp=2018-08-02T16:34:08.849365Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:34:08.850488Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:34:08.906430Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmich8cx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmich8cx" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T16:35:46.301416Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:35:46.301446Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:35:46.301523Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:35:46.304802Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-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:35:46.305042Z 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/testvmich8cx" level=info timestamp=2018-08-02T16:36:51.289952Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmir2857, existing: false\n" level=info timestamp=2018-08-02T16:36:51.290031Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:36:51.290102Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmir2857 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:36:51.290202Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmir2857 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:37:08.228267Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmich8cx, existing: true\n" level=info timestamp=2018-08-02T16:37:08.228957Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:37:08.229134Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:37:08.229351Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:37:08.235026Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-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:37:08.235232Z 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/testvmich8cx" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T16:31:08.319370Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.336555Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:31:08.342828Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: true\n" level=info timestamp=2018-08-02T16:31:08.342885Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T16:31:08.342914Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:31:08.343060Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.343169Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:31:08.350797Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: false\n" level=info timestamp=2018-08-02T16:31:08.350849Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:31:08.350893Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.350945Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:32:12.326376Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: false\n" level=info timestamp=2018-08-02T16:32:12.326474Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:32:12.326550Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:32:12.326681Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmich8cx-b8qc6 Pod phase: Running level=error timestamp=2018-08-02T16:34:25.635960Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="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:34:26.920447Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:34:26.920533Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="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:34:29.484622Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:34:29.484703Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="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:34:34.609405Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:34:34.609482Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="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:34:44.854286Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:34:44.854360Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="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:35:05.340581Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:35:05.340666Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="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:35:46.304236Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:35:46.304303Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="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:37:08.234391Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:37:08.234533Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 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.456 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: testvmich8cx,e1811f38-9671-11e8-bfc8-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-02T16:34:09.597350Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmich8cx kind=VirtualMachineInstance uid=e1811f38-9671-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmich8cx-b8qc6" level=info timestamp=2018-08-02T16:34:25.013775Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmich8cx kind=VirtualMachineInstance uid=e1811f38-9671-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmich8cx-b8qc6" level=error timestamp=2018-08-02T16:34:25.052022Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmich8cx kind=VirtualMachineInstance uid=e1811f38-9671-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 16:35:39 http: TLS handshake error from 10.244.1.1:54126: EOF level=info timestamp=2018-08-02T16:35:47.723855Z 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:35:49 http: TLS handshake error from 10.244.1.1:54132: EOF 2018/08/02 16:35:59 http: TLS handshake error from 10.244.1.1:54138: EOF 2018/08/02 16:36:09 http: TLS handshake error from 10.244.1.1:54144: EOF level=info timestamp=2018-08-02T16:36:17.725508Z 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:36:19 http: TLS handshake error from 10.244.1.1:54150: EOF 2018/08/02 16:36:29 http: TLS handshake error from 10.244.1.1:54156: EOF 2018/08/02 16:36:39 http: TLS handshake error from 10.244.1.1:54162: EOF level=info timestamp=2018-08-02T16:36:47.712047Z 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:36:49 http: TLS handshake error from 10.244.1.1:54168: EOF 2018/08/02 16:36:59 http: TLS handshake error from 10.244.1.1:54174: EOF 2018/08/02 16:37:09 http: TLS handshake error from 10.244.1.1:54180: EOF level=info timestamp=2018-08-02T16:37:17.713413Z 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:37:19 http: TLS handshake error from 10.244.1.1:54186: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running 2018/08/02 16:36:14 http: TLS handshake error from 10.244.0.1:38680: EOF 2018/08/02 16:36:24 http: TLS handshake error from 10.244.0.1:38704: EOF 2018/08/02 16:36:34 http: TLS handshake error from 10.244.0.1:38728: EOF level=info timestamp=2018-08-02T16:36:39.942442Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:36:41.471335Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:36:44 http: TLS handshake error from 10.244.0.1:38752: EOF 2018/08/02 16:36:54 http: TLS handshake error from 10.244.0.1:38776: EOF 2018/08/02 16:37:04 http: TLS handshake error from 10.244.0.1:38800: EOF level=info timestamp=2018-08-02T16:37:09.860115Z pos=validating-webhook.go:84 component=virt-api msg="rejected vmi admission" level=info timestamp=2018-08-02T16:37:10.004783Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:37:11.499371Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:37:14 http: TLS handshake error from 10.244.0.1:38824: EOF level=info timestamp=2018-08-02T16:37:23.384995Z 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:37:23.385874Z 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:37:24 http: TLS handshake error from 10.244.0.1:38848: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:31:08.391793Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:31:08.391977Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:31:08.436030Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmir2857\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmir2857" level=info timestamp=2018-08-02T16:34:08.849365Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:34:08.850488Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:34:08.906430Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmich8cx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmich8cx" level=info timestamp=2018-08-02T16:37:09.390568Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9f9th kind= uid=4d1de2b0-9672-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:37:09.391780Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9f9th kind= uid=4d1de2b0-9672-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:37:09.610996Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminkcmz kind= uid=4d402471-9672-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:37:09.611178Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminkcmz kind= uid=4d402471-9672-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:37:09.652579Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminkcmz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminkcmz" level=info timestamp=2018-08-02T16:37:09.685731Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminkcmz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminkcmz" level=info timestamp=2018-08-02T16:37:09.845624Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:37:09.845849Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:37:10.195899Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmigbmj6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmigbmj6" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T16:37:24.834128Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:37:24.834151Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:37:24.834222Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:37:24.866025Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-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:37:24.866212Z 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/testvmigbmj6" level=info timestamp=2018-08-02T16:37:24.866274Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmigbmj6, existing: true\n" level=info timestamp=2018-08-02T16:37:24.866304Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:37:24.866340Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:37:24.866397Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:37:24.904079Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-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:37:24.904257Z 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/testvmigbmj6" level=info timestamp=2018-08-02T16:37:24.904307Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmigbmj6, existing: true\n" level=info timestamp=2018-08-02T16:37:24.904325Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:37:24.904346Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:37:24.904388Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 msg="Processing vmi update" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T16:31:08.319370Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.336555Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:31:08.342828Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: true\n" level=info timestamp=2018-08-02T16:31:08.342885Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T16:31:08.342914Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:31:08.343060Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.343169Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:31:08.350797Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: false\n" level=info timestamp=2018-08-02T16:31:08.350849Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:31:08.350893Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.350945Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:32:12.326376Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: false\n" level=info timestamp=2018-08-02T16:32:12.326474Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:32:12.326550Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:32:12.326681Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmich8cx-b8qc6 Pod phase: Failed level=error timestamp=2018-08-02T16:34:26.920533Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="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:34:29.484622Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:34:29.484703Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="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:34:34.609405Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:34:34.609482Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="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:34:44.854286Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:34:44.854360Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="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:35:05.340581Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:35:05.340666Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="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:35:46.304236Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:35:46.304303Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="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:37:08.234391Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:37:08.234533Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" caught signal virt-launcher exited with code 127 Pod name: virt-launcher-testvmigbmj6-k8sf5 Pod phase: Running level=info timestamp=2018-08-02T16:37:24.899861Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigbmj6/noCloud.iso" level=error timestamp=2018-08-02T16:37:24.903780Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:37:24.903839Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="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:37:24.931622Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigbmj6/noCloud.iso" level=error timestamp=2018-08-02T16:37:24.933639Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:37:24.933697Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="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:37:24.959113Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigbmj6/noCloud.iso" level=error timestamp=2018-08-02T16:37:24.960913Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:37:24.960969Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="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:37:24.998708Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigbmj6/noCloud.iso" level=error timestamp=2018-08-02T16:37:25.000833Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:37:25.000936Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="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:37:25.185518Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigbmj6/noCloud.iso" level=error timestamp=2018-08-02T16:37:25.187005Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:37:25.187047Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 16:38:39 http: TLS handshake error from 10.244.1.1:54234: EOF level=info timestamp=2018-08-02T16:38:47.718973Z 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:49 http: TLS handshake error from 10.244.1.1:54240: EOF 2018/08/02 16:38:59 http: TLS handshake error from 10.244.1.1:54246: EOF 2018/08/02 16:39:09 http: TLS handshake error from 10.244.1.1:54252: EOF level=info timestamp=2018-08-02T16:39:17.693048Z 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:39:17.698058Z 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:39:17.751265Z 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:19 http: TLS handshake error from 10.244.1.1:54258: EOF 2018/08/02 16:39:29 http: TLS handshake error from 10.244.1.1:54264: EOF 2018/08/02 16:39:39 http: TLS handshake error from 10.244.1.1:54270: EOF level=info timestamp=2018-08-02T16:39:47.745725Z 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:49 http: TLS handshake error from 10.244.1.1:54276: EOF 2018/08/02 16:39:59 http: TLS handshake error from 10.244.1.1:54282: EOF 2018/08/02 16:40:09 http: TLS handshake error from 10.244.1.1:54288: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running 2018/08/02 16:38:54 http: TLS handshake error from 10.244.0.1:39064: EOF 2018/08/02 16:39:04 http: TLS handshake error from 10.244.0.1:39088: EOF level=info timestamp=2018-08-02T16:39:10.126765Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:39:11.614384Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:39:14 http: TLS handshake error from 10.244.0.1:39112: EOF level=info timestamp=2018-08-02T16:39:23.410940Z 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:23.414209Z 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:24 http: TLS handshake error from 10.244.0.1:39136: EOF 2018/08/02 16:39:34 http: TLS handshake error from 10.244.0.1:39160: EOF level=info timestamp=2018-08-02T16:39:40.154561Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:39:41.643074Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:39:44 http: TLS handshake error from 10.244.0.1:39184: EOF 2018/08/02 16:39:54 http: TLS handshake error from 10.244.0.1:39208: EOF 2018/08/02 16:40:04 http: TLS handshake error from 10.244.0.1:39232: EOF level=info timestamp=2018-08-02T16:40:10.180101Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:31:08.391793Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:31:08.391977Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmir2857 kind= uid=75f27551-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:31:08.436030Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmir2857\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmir2857" level=info timestamp=2018-08-02T16:34:08.849365Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:34:08.850488Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:34:08.906430Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmich8cx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmich8cx" level=info timestamp=2018-08-02T16:37:09.390568Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9f9th kind= uid=4d1de2b0-9672-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:37:09.391780Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9f9th kind= uid=4d1de2b0-9672-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:37:09.610996Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminkcmz kind= uid=4d402471-9672-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:37:09.611178Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminkcmz kind= uid=4d402471-9672-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:37:09.652579Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminkcmz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminkcmz" level=info timestamp=2018-08-02T16:37:09.685731Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminkcmz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminkcmz" level=info timestamp=2018-08-02T16:37:09.845624Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:37:09.845849Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:37:10.195899Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmigbmj6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmigbmj6" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T16:38:47.011855Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:38:47.011885Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:38:47.011993Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:38:47.033853Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-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:47.034124Z 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/testvmigbmj6" level=info timestamp=2018-08-02T16:39:52.075484Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmich8cx, existing: false\n" level=info timestamp=2018-08-02T16:39:52.075575Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:39:52.075645Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmich8cx kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:39:52.075733Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmich8cx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:40:08.954348Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmigbmj6, existing: true\n" level=info timestamp=2018-08-02T16:40:08.954443Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:40:08.954467Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:40:08.954543Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:40:08.983317Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-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:08.983534Z 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/testvmigbmj6" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T16:31:08.319370Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.336555Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:31:08.342828Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: true\n" level=info timestamp=2018-08-02T16:31:08.342885Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T16:31:08.342914Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:31:08.343060Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.343169Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:31:08.350797Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: false\n" level=info timestamp=2018-08-02T16:31:08.350849Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:31:08.350893Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.350945Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:32:12.326376Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: false\n" level=info timestamp=2018-08-02T16:32:12.326474Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:32:12.326550Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:32:12.326681Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmigbmj6-k8sf5 Pod phase: Running level=info timestamp=2018-08-02T16:37:35.257145Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigbmj6/noCloud.iso" level=error timestamp=2018-08-02T16:37:35.259296Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:37:35.259413Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="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:37:45.533133Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigbmj6/noCloud.iso" level=error timestamp=2018-08-02T16:37:45.535131Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:37:45.535243Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="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:38:06.048963Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigbmj6/noCloud.iso" level=error timestamp=2018-08-02T16:38:06.050816Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:06.050883Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="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:38:47.031606Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigbmj6/noCloud.iso" level=error timestamp=2018-08-02T16:38:47.033483Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:47.033583Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="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:08.981203Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigbmj6/noCloud.iso" level=error timestamp=2018-08-02T16:40:08.982882Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:08.982974Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 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.455 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: testvmigbmj6,4d63fe55-9672-11e8-bfc8-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-02T16:37:10.599149Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmigbmj6 kind=VirtualMachineInstance uid=4d63fe55-9672-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmigbmj6-k8sf5" level=info timestamp=2018-08-02T16:37:25.462031Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmigbmj6 kind=VirtualMachineInstance uid=4d63fe55-9672-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmigbmj6-k8sf5" level=error timestamp=2018-08-02T16:37:25.536682Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmigbmj6 kind=VirtualMachineInstance uid=4d63fe55-9672-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 16:38:49 http: TLS handshake error from 10.244.1.1:54240: EOF 2018/08/02 16:38:59 http: TLS handshake error from 10.244.1.1:54246: EOF 2018/08/02 16:39:09 http: TLS handshake error from 10.244.1.1:54252: EOF level=info timestamp=2018-08-02T16:39:17.693048Z 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:39:17.698058Z 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:39:17.751265Z 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:19 http: TLS handshake error from 10.244.1.1:54258: EOF 2018/08/02 16:39:29 http: TLS handshake error from 10.244.1.1:54264: EOF 2018/08/02 16:39:39 http: TLS handshake error from 10.244.1.1:54270: EOF level=info timestamp=2018-08-02T16:39:47.745725Z 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:49 http: TLS handshake error from 10.244.1.1:54276: EOF 2018/08/02 16:39:59 http: TLS handshake error from 10.244.1.1:54282: EOF 2018/08/02 16:40:09 http: TLS handshake error from 10.244.1.1:54288: EOF level=info timestamp=2018-08-02T16:40:17.731645Z 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:19 http: TLS handshake error from 10.244.1.1:54294: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T16:39:23.410940Z 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:23.414209Z 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:24 http: TLS handshake error from 10.244.0.1:39136: EOF 2018/08/02 16:39:34 http: TLS handshake error from 10.244.0.1:39160: EOF level=info timestamp=2018-08-02T16:39:40.154561Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:39:41.643074Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:39:44 http: TLS handshake error from 10.244.0.1:39184: EOF 2018/08/02 16:39:54 http: TLS handshake error from 10.244.0.1:39208: EOF 2018/08/02 16:40:04 http: TLS handshake error from 10.244.0.1:39232: EOF level=info timestamp=2018-08-02T16:40:10.180101Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:40:11.668971Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:40:14 http: TLS handshake error from 10.244.0.1:39256: EOF level=info timestamp=2018-08-02T16:40:23.415391Z 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:23.416390Z 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:24 http: TLS handshake error from 10.244.0.1:39280: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:31:08.436030Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmir2857\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmir2857" level=info timestamp=2018-08-02T16:34:08.849365Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:34:08.850488Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:34:08.906430Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmich8cx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmich8cx" level=info timestamp=2018-08-02T16:37:09.390568Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9f9th kind= uid=4d1de2b0-9672-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:37:09.391780Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9f9th kind= uid=4d1de2b0-9672-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:37:09.610996Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminkcmz kind= uid=4d402471-9672-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:37:09.611178Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminkcmz kind= uid=4d402471-9672-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:37:09.652579Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminkcmz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminkcmz" level=info timestamp=2018-08-02T16:37:09.685731Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminkcmz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminkcmz" level=info timestamp=2018-08-02T16:37:09.845624Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:37:09.845849Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:37:10.195899Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmigbmj6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmigbmj6" level=info timestamp=2018-08-02T16:40:10.298202Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:10.299433Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T16:40:24.699303Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:40:24.725284Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-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:24.725464Z 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/testvmi44mbp" level=info timestamp=2018-08-02T16:40:24.725521Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi44mbp, existing: true\n" level=info timestamp=2018-08-02T16:40:24.725545Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:40:24.725578Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:40:24.725623Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:40:24.751072Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-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:24.751254Z 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/testvmi44mbp" level=info timestamp=2018-08-02T16:40:24.765673Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi44mbp, existing: true\n" level=info timestamp=2018-08-02T16:40:24.765768Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:40:24.765811Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:40:24.765866Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:40:24.791706Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-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:24.791918Z 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/testvmi44mbp" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T16:31:08.319370Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.336555Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:31:08.342828Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: true\n" level=info timestamp=2018-08-02T16:31:08.342885Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T16:31:08.342914Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:31:08.343060Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.343169Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:31:08.350797Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: false\n" level=info timestamp=2018-08-02T16:31:08.350849Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:31:08.350893Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.350945Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:32:12.326376Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: false\n" level=info timestamp=2018-08-02T16:32:12.326474Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:32:12.326550Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:32:12.326681Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi44mbp-n44zf Pod phase: Running level=info timestamp=2018-08-02T16:40:24.662534Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi44mbp/noCloud.iso" level=error timestamp=2018-08-02T16:40:24.664985Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:24.665041Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 reason="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:24.696718Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi44mbp/noCloud.iso" level=error timestamp=2018-08-02T16:40:24.698642Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:24.698704Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 reason="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:24.722997Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi44mbp/noCloud.iso" level=error timestamp=2018-08-02T16:40:24.724987Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:24.725042Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 reason="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:24.748664Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi44mbp/noCloud.iso" level=error timestamp=2018-08-02T16:40:24.750651Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:24.750797Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 reason="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:24.789424Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi44mbp/noCloud.iso" level=error timestamp=2018-08-02T16:40:24.791243Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:24.791352Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 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-testvmigbmj6-k8sf5 Pod phase: Failed level=error timestamp=2018-08-02T16:37:35.259413Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="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:37:45.533133Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigbmj6/noCloud.iso" level=error timestamp=2018-08-02T16:37:45.535131Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:37:45.535243Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="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:38:06.048963Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigbmj6/noCloud.iso" level=error timestamp=2018-08-02T16:38:06.050816Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:06.050883Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="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:38:47.031606Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigbmj6/noCloud.iso" level=error timestamp=2018-08-02T16:38:47.033483Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:47.033583Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="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:08.981203Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigbmj6/noCloud.iso" level=error timestamp=2018-08-02T16:40:08.982882Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:08.982974Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" caught signal virt-launcher exited with code 127 Pod name: disks-images-provider-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 16:41:19 http: TLS handshake error from 10.244.1.1:54330: EOF 2018/08/02 16:41:29 http: TLS handshake error from 10.244.1.1:54336: EOF 2018/08/02 16:41:39 http: TLS handshake error from 10.244.1.1:54342: EOF level=info timestamp=2018-08-02T16:41:47.739254Z 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:49 http: TLS handshake error from 10.244.1.1:54348: EOF 2018/08/02 16:41:59 http: TLS handshake error from 10.244.1.1:54354: EOF 2018/08/02 16:42:09 http: TLS handshake error from 10.244.1.1:54360: EOF level=info timestamp=2018-08-02T16:42:17.714795Z 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:19 http: TLS handshake error from 10.244.1.1:54366: EOF 2018/08/02 16:42:29 http: TLS handshake error from 10.244.1.1:54372: EOF 2018/08/02 16:42:39 http: TLS handshake error from 10.244.1.1:54378: EOF level=info timestamp=2018-08-02T16:42:47.721096Z 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:49 http: TLS handshake error from 10.244.1.1:54384: EOF 2018/08/02 16:42:59 http: TLS handshake error from 10.244.1.1:54390: EOF 2018/08/02 16:43:09 http: TLS handshake error from 10.244.1.1:54396: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running 2018/08/02 16:41:54 http: TLS handshake error from 10.244.0.1:39496: EOF 2018/08/02 16:42:04 http: TLS handshake error from 10.244.0.1:39520: EOF level=info timestamp=2018-08-02T16:42:10.313734Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:42:11.785173Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:42:14 http: TLS handshake error from 10.244.0.1:39544: EOF level=info timestamp=2018-08-02T16:42:23.419029Z 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:42:23.419825Z 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:42:24 http: TLS handshake error from 10.244.0.1:39568: EOF 2018/08/02 16:42:34 http: TLS handshake error from 10.244.0.1:39592: EOF level=info timestamp=2018-08-02T16:42:40.344189Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:42:41.815299Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:42:44 http: TLS handshake error from 10.244.0.1:39616: EOF 2018/08/02 16:42:54 http: TLS handshake error from 10.244.0.1:39640: EOF 2018/08/02 16:43:04 http: TLS handshake error from 10.244.0.1:39664: EOF level=info timestamp=2018-08-02T16:43:10.372914Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:31:08.436030Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmir2857\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmir2857" level=info timestamp=2018-08-02T16:34:08.849365Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:34:08.850488Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmich8cx kind= uid=e1811f38-9671-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:34:08.906430Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmich8cx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmich8cx" level=info timestamp=2018-08-02T16:37:09.390568Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9f9th kind= uid=4d1de2b0-9672-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:37:09.391780Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9f9th kind= uid=4d1de2b0-9672-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:37:09.610996Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminkcmz kind= uid=4d402471-9672-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:37:09.611178Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminkcmz kind= uid=4d402471-9672-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:37:09.652579Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminkcmz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminkcmz" level=info timestamp=2018-08-02T16:37:09.685731Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminkcmz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminkcmz" level=info timestamp=2018-08-02T16:37:09.845624Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:37:09.845849Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:37:10.195899Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmigbmj6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmigbmj6" level=info timestamp=2018-08-02T16:40:10.298202Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:10.299433Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T16:41:46.812089Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:41:46.812136Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:41:46.812239Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:41:46.841965Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-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:46.842154Z 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/testvmi44mbp" level=info timestamp=2018-08-02T16:42:52.823849Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmigbmj6, existing: false\n" level=info timestamp=2018-08-02T16:42:52.823932Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:42:52.823992Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmigbmj6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:42:52.824060Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmigbmj6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:43:08.762401Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi44mbp, existing: true\n" level=info timestamp=2018-08-02T16:43:08.762502Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:43:08.762530Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:43:08.762621Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:43:08.796130Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-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:08.796258Z 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/testvmi44mbp" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T16:31:08.319370Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.336555Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:31:08.342828Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: true\n" level=info timestamp=2018-08-02T16:31:08.342885Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T16:31:08.342914Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:31:08.343060Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.343169Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind= uid=2d6f9807-9671-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:31:08.350797Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: false\n" level=info timestamp=2018-08-02T16:31:08.350849Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:31:08.350893Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:31:08.350945Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:32:12.326376Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihqbt7, existing: false\n" level=info timestamp=2018-08-02T16:32:12.326474Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:32:12.326550Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:32:12.326681Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihqbt7 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi44mbp-n44zf Pod phase: Running level=info timestamp=2018-08-02T16:40:35.067340Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi44mbp/noCloud.iso" level=error timestamp=2018-08-02T16:40:35.069558Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:35.069695Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 reason="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:45.342243Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi44mbp/noCloud.iso" level=error timestamp=2018-08-02T16:40:45.344327Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:45.344447Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 reason="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:05.849227Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi44mbp/noCloud.iso" level=error timestamp=2018-08-02T16:41:05.851281Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:05.851348Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 reason="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:46.839331Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi44mbp/noCloud.iso" level=error timestamp=2018-08-02T16:41:46.841537Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:46.841683Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 reason="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:08.793905Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi44mbp/noCloud.iso" level=error timestamp=2018-08-02T16:43:08.795787Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:08.795906Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 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.465 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: testvmi44mbp,b8f24832-9672-11e8-bfc8-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-02T16:40:11.087039Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi44mbp kind=VirtualMachineInstance uid=b8f24832-9672-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi44mbp-n44zf" level=info timestamp=2018-08-02T16:40:25.263915Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi44mbp kind=VirtualMachineInstance uid=b8f24832-9672-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmi44mbp-n44zf" level=error timestamp=2018-08-02T16:40:25.327051Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmi44mbp kind=VirtualMachineInstance uid=b8f24832-9672-11e8-bfc8-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:16.085 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:44.874 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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 16:42:39 http: TLS handshake error from 10.244.1.1:54378: EOF level=info timestamp=2018-08-02T16:42:47.721096Z 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:49 http: TLS handshake error from 10.244.1.1:54384: EOF 2018/08/02 16:42:59 http: TLS handshake error from 10.244.1.1:54390: EOF 2018/08/02 16:43:09 http: TLS handshake error from 10.244.1.1:54396: EOF level=info timestamp=2018-08-02T16:43:17.714908Z 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:19 http: TLS handshake error from 10.244.1.1:54402: EOF 2018/08/02 16:43:29 http: TLS handshake error from 10.244.1.1:54408: EOF 2018/08/02 16:43:39 http: TLS handshake error from 10.244.1.1:54414: EOF level=info timestamp=2018-08-02T16:43:47.731620Z 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:49 http: TLS handshake error from 10.244.1.1:54420: EOF 2018/08/02 16:43:59 http: TLS handshake error from 10.244.1.1:54426: EOF 2018/08/02 16:44:09 http: TLS handshake error from 10.244.1.1:54432: EOF level=info timestamp=2018-08-02T16:44:17.726809Z 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:19 http: TLS handshake error from 10.244.1.1:54438: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T16:43:11.899554Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:43:14 http: TLS handshake error from 10.244.0.1:39688: EOF 2018/08/02 16:43:24 http: TLS handshake error from 10.244.0.1:39712: EOF 2018/08/02 16:43:34 http: TLS handshake error from 10.244.0.1:39736: EOF level=info timestamp=2018-08-02T16:43:40.399970Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:43:41.935112Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:43:44 http: TLS handshake error from 10.244.0.1:39760: EOF 2018/08/02 16:43:54 http: TLS handshake error from 10.244.0.1:39784: EOF 2018/08/02 16:44:04 http: TLS handshake error from 10.244.0.1:39808: EOF level=info timestamp=2018-08-02T16:44:10.434817Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:44:11.964091Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:44:14 http: TLS handshake error from 10.244.0.1:39832: EOF level=info timestamp=2018-08-02T16:44:23.449236Z 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:44:23.450936Z 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:44:24 http: TLS handshake error from 10.244.0.1:39856: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:37:09.845624Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:37:09.845849Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:37:10.195899Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmigbmj6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmigbmj6" level=info timestamp=2018-08-02T16:40:10.298202Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:10.299433Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:10.757730Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:43:10.758922Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:10.795009Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihdvn6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmihdvn6" level=info timestamp=2018-08-02T16:43:26.843182Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6wp9t kind= uid=2e18fcba-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:43:26.843323Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6wp9t kind= uid=2e18fcba-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:26.877558Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6wp9t\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6wp9t" level=info timestamp=2018-08-02T16:43:26.893026Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6wp9t\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6wp9t" level=info timestamp=2018-08-02T16:44:11.716395Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:44:11.717224Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:44:11.757542Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi98fhz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi98fhz" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T16:44:25.729548Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:44:25.734193Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-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:25.734443Z 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/testvmi98fhz" level=info timestamp=2018-08-02T16:44:25.739630Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi98fhz, existing: true\n" level=info timestamp=2018-08-02T16:44:25.739800Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:44:25.739839Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:44:25.739930Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:44:25.743049Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-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:25.743161Z 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/testvmi98fhz" level=info timestamp=2018-08-02T16:44:25.783488Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi98fhz, existing: true\n" level=info timestamp=2018-08-02T16:44:25.783562Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:44:25.783584Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:44:25.783669Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:44:25.787856Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-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:25.788077Z 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/testvmi98fhz" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T16:43:27.180123Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:43:27.180194Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihdvn6, existing: true\n" level=info timestamp=2018-08-02T16:43:27.180212Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:43:27.180231Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:43:27.180290Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=error timestamp=2018-08-02T16:43:27.188543Z pos=vm.go:430 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihdvn6\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmihdvn6, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 24828721-9673-11e8-bfc8-525500d15501, UID in object meta: " msg="Updating the VirtualMachineInstance status failed." level=info timestamp=2018-08-02T16:43:27.189964Z pos=vm.go:250 component=virt-handler reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihdvn6\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmihdvn6, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 24828721-9673-11e8-bfc8-525500d15501, UID in object meta: " msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmihdvn6" level=info timestamp=2018-08-02T16:43:27.190024Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihdvn6, existing: false\n" level=info timestamp=2018-08-02T16:43:27.190041Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:43:27.190079Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:43:27.190130Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:43:27.195074Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihdvn6, existing: false\n" level=info timestamp=2018-08-02T16:43:27.195117Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:43:27.195150Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:43:27.195246Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi6wp9t-5g4w9 Pod phase: Failed level=error timestamp=2018-08-02T16:43:43.177607Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6wp9t kind= uid=2e18fcba-9673-11e8-bfc8-525500d15501 reason="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.485891Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6wp9t/noCloud.iso" level=error timestamp=2018-08-02T16:43:44.487415Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6wp9t kind= uid=2e18fcba-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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.487512Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6wp9t kind= uid=2e18fcba-9673-11e8-bfc8-525500d15501 reason="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:47.079829Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6wp9t/noCloud.iso" level=error timestamp=2018-08-02T16:43:47.081958Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6wp9t kind= uid=2e18fcba-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:47.082010Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6wp9t kind= uid=2e18fcba-9673-11e8-bfc8-525500d15501 reason="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:52.234666Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6wp9t/noCloud.iso" level=error timestamp=2018-08-02T16:43:52.236039Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6wp9t kind= uid=2e18fcba-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:52.236090Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6wp9t kind= uid=2e18fcba-9673-11e8-bfc8-525500d15501 reason="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:02.510253Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6wp9t/noCloud.iso" level=error timestamp=2018-08-02T16:44:02.511926Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6wp9t kind= uid=2e18fcba-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:02.512035Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6wp9t kind= uid=2e18fcba-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" caught signal virt-launcher exited with code 127 Pod name: virt-launcher-testvmi98fhz-5h7qx Pod phase: Running level=info timestamp=2018-08-02T16:44:25.690663Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=error timestamp=2018-08-02T16:44:25.693684Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:25.693805Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="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:44:25.727511Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:25.727597Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="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:44:25.733961Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:25.734051Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="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:44:25.742788Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:25.742845Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="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:44:25.787493Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:25.787582Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="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:44:25.871958Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:25.872029Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="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:44:26.037169Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:26.037237Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 16:45:19 http: TLS handshake error from 10.244.1.1:54474: EOF 2018/08/02 16:45:29 http: TLS handshake error from 10.244.1.1:54480: EOF 2018/08/02 16:45:39 http: TLS handshake error from 10.244.1.1:54486: EOF level=info timestamp=2018-08-02T16:45:47.736396Z 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:49 http: TLS handshake error from 10.244.1.1:54492: EOF 2018/08/02 16:45:59 http: TLS handshake error from 10.244.1.1:54498: EOF 2018/08/02 16:46:09 http: TLS handshake error from 10.244.1.1:54504: EOF level=info timestamp=2018-08-02T16:46:17.743570Z 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:19 http: TLS handshake error from 10.244.1.1:54510: EOF 2018/08/02 16:46:29 http: TLS handshake error from 10.244.1.1:54516: EOF 2018/08/02 16:46:39 http: TLS handshake error from 10.244.1.1:54522: EOF level=info timestamp=2018-08-02T16:46:47.730520Z 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:49 http: TLS handshake error from 10.244.1.1:54528: EOF 2018/08/02 16:46:59 http: TLS handshake error from 10.244.1.1:54534: EOF 2018/08/02 16:47:09 http: TLS handshake error from 10.244.1.1:54540: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running 2018/08/02 16:45:44 http: TLS handshake error from 10.244.0.1:40048: EOF 2018/08/02 16:45:54 http: TLS handshake error from 10.244.0.1:40072: EOF 2018/08/02 16:46:04 http: TLS handshake error from 10.244.0.1:40096: EOF level=info timestamp=2018-08-02T16:46:10.564989Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:46:12.081234Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:46:14 http: TLS handshake error from 10.244.0.1:40120: EOF 2018/08/02 16:46:24 http: TLS handshake error from 10.244.0.1:40144: EOF 2018/08/02 16:46:34 http: TLS handshake error from 10.244.0.1:40168: EOF level=info timestamp=2018-08-02T16:46:40.592753Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:46:42.111006Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:46:44 http: TLS handshake error from 10.244.0.1:40192: EOF 2018/08/02 16:46:54 http: TLS handshake error from 10.244.0.1:40216: EOF 2018/08/02 16:47:04 http: TLS handshake error from 10.244.0.1:40240: EOF level=info timestamp=2018-08-02T16:47:10.620260Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:47:12.137022Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:37:09.845624Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:37:09.845849Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigbmj6 kind= uid=4d63fe55-9672-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:37:10.195899Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmigbmj6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmigbmj6" level=info timestamp=2018-08-02T16:40:10.298202Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:10.299433Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:10.757730Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:43:10.758922Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:10.795009Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihdvn6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmihdvn6" level=info timestamp=2018-08-02T16:43:26.843182Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6wp9t kind= uid=2e18fcba-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:43:26.843323Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6wp9t kind= uid=2e18fcba-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:26.877558Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6wp9t\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6wp9t" level=info timestamp=2018-08-02T16:43:26.893026Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6wp9t\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6wp9t" level=info timestamp=2018-08-02T16:44:11.716395Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:44:11.717224Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:44:11.757542Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi98fhz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi98fhz" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T16:45:47.672966Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:45:47.672991Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:45:47.673084Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:45:47.677024Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-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:45:47.677222Z 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/testvmi98fhz" level=info timestamp=2018-08-02T16:45:52.636498Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi44mbp, existing: false\n" level=info timestamp=2018-08-02T16:45:52.636575Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:45:52.636637Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi44mbp kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:45:52.636699Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi44mbp kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:47:09.599292Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi98fhz, existing: true\n" level=info timestamp=2018-08-02T16:47:09.599798Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:47:09.599941Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:47:09.600103Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:47:09.608623Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-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:09.608779Z 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/testvmi98fhz" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T16:43:27.180123Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:43:27.180194Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihdvn6, existing: true\n" level=info timestamp=2018-08-02T16:43:27.180212Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:43:27.180231Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:43:27.180290Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=error timestamp=2018-08-02T16:43:27.188543Z pos=vm.go:430 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihdvn6\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmihdvn6, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 24828721-9673-11e8-bfc8-525500d15501, UID in object meta: " msg="Updating the VirtualMachineInstance status failed." level=info timestamp=2018-08-02T16:43:27.189964Z pos=vm.go:250 component=virt-handler reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihdvn6\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmihdvn6, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 24828721-9673-11e8-bfc8-525500d15501, UID in object meta: " msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmihdvn6" level=info timestamp=2018-08-02T16:43:27.190024Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihdvn6, existing: false\n" level=info timestamp=2018-08-02T16:43:27.190041Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:43:27.190079Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:43:27.190130Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:43:27.195074Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihdvn6, existing: false\n" level=info timestamp=2018-08-02T16:43:27.195117Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:43:27.195150Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:43:27.195246Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi98fhz-5h7qx Pod phase: Running level=error timestamp=2018-08-02T16:44:27.006565Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="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:44:28.291179Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:28.291254Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="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:44:30.856376Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:30.856467Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="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:44:35.981080Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:35.981178Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="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:44:46.227542Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:46.227622Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="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:45:06.712078Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:45:06.712164Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="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:45:47.676665Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:45:47.676768Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="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:47:09.606957Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:09.607103Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 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.445 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: testvmi98fhz,48d81278-9673-11e8-bfc8-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-02T16:44:12.467572Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi98fhz kind=VirtualMachineInstance uid=48d81278-9673-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi98fhz-5h7qx" level=info timestamp=2018-08-02T16:44:26.370417Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi98fhz kind=VirtualMachineInstance uid=48d81278-9673-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmi98fhz-5h7qx" level=error timestamp=2018-08-02T16:44:26.406483Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmi98fhz kind=VirtualMachineInstance uid=48d81278-9673-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 16:45:39 http: TLS handshake error from 10.244.1.1:54486: EOF level=info timestamp=2018-08-02T16:45:47.736396Z 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:49 http: TLS handshake error from 10.244.1.1:54492: EOF 2018/08/02 16:45:59 http: TLS handshake error from 10.244.1.1:54498: EOF 2018/08/02 16:46:09 http: TLS handshake error from 10.244.1.1:54504: EOF level=info timestamp=2018-08-02T16:46:17.743570Z 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:19 http: TLS handshake error from 10.244.1.1:54510: EOF 2018/08/02 16:46:29 http: TLS handshake error from 10.244.1.1:54516: EOF 2018/08/02 16:46:39 http: TLS handshake error from 10.244.1.1:54522: EOF level=info timestamp=2018-08-02T16:46:47.730520Z 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:49 http: TLS handshake error from 10.244.1.1:54528: EOF 2018/08/02 16:46:59 http: TLS handshake error from 10.244.1.1:54534: EOF 2018/08/02 16:47:09 http: TLS handshake error from 10.244.1.1:54540: EOF level=info timestamp=2018-08-02T16:47:17.720893Z 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:19 http: TLS handshake error from 10.244.1.1:54546: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T16:46:12.081234Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:46:14 http: TLS handshake error from 10.244.0.1:40120: EOF 2018/08/02 16:46:24 http: TLS handshake error from 10.244.0.1:40144: EOF 2018/08/02 16:46:34 http: TLS handshake error from 10.244.0.1:40168: EOF level=info timestamp=2018-08-02T16:46:40.592753Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:46:42.111006Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:46:44 http: TLS handshake error from 10.244.0.1:40192: EOF 2018/08/02 16:46:54 http: TLS handshake error from 10.244.0.1:40216: EOF 2018/08/02 16:47:04 http: TLS handshake error from 10.244.0.1:40240: EOF level=info timestamp=2018-08-02T16:47:10.620260Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:47:12.137022Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:47:14 http: TLS handshake error from 10.244.0.1:40264: EOF level=info timestamp=2018-08-02T16:47:23.454586Z 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:47:23.455442Z 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:47:24 http: TLS handshake error from 10.244.0.1:40288: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:37:10.195899Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmigbmj6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmigbmj6" level=info timestamp=2018-08-02T16:40:10.298202Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:10.299433Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:10.757730Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:43:10.758922Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:10.795009Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihdvn6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmihdvn6" level=info timestamp=2018-08-02T16:43:26.843182Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6wp9t kind= uid=2e18fcba-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:43:26.843323Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6wp9t kind= uid=2e18fcba-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:26.877558Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6wp9t\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6wp9t" level=info timestamp=2018-08-02T16:43:26.893026Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6wp9t\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6wp9t" level=info timestamp=2018-08-02T16:44:11.716395Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:44:11.717224Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:44:11.757542Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi98fhz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi98fhz" level=info timestamp=2018-08-02T16:47:12.159897Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:47:12.161161Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T16:47:27.606044Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:47:27.609055Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-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:27.609148Z 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/testvmi7jsnd" level=info timestamp=2018-08-02T16:47:27.629343Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi7jsnd, existing: true\n" level=info timestamp=2018-08-02T16:47:27.629929Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:47:27.629967Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:47:27.630129Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:47:27.633792Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-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:27.633885Z 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/testvmi7jsnd" level=info timestamp=2018-08-02T16:47:27.674127Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi7jsnd, existing: true\n" level=info timestamp=2018-08-02T16:47:27.674220Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:47:27.674251Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:47:27.674336Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:47:27.677328Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-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:27.677422Z 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/testvmi7jsnd" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T16:43:27.180123Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:43:27.180194Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihdvn6, existing: true\n" level=info timestamp=2018-08-02T16:43:27.180212Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:43:27.180231Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:43:27.180290Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=error timestamp=2018-08-02T16:43:27.188543Z pos=vm.go:430 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihdvn6\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmihdvn6, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 24828721-9673-11e8-bfc8-525500d15501, UID in object meta: " msg="Updating the VirtualMachineInstance status failed." level=info timestamp=2018-08-02T16:43:27.189964Z pos=vm.go:250 component=virt-handler reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihdvn6\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmihdvn6, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 24828721-9673-11e8-bfc8-525500d15501, UID in object meta: " msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmihdvn6" level=info timestamp=2018-08-02T16:43:27.190024Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihdvn6, existing: false\n" level=info timestamp=2018-08-02T16:43:27.190041Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:43:27.190079Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:43:27.190130Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:43:27.195074Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihdvn6, existing: false\n" level=info timestamp=2018-08-02T16:43:27.195117Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:43:27.195150Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:43:27.195246Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi7jsnd-jzs7l Pod phase: Running level=info timestamp=2018-08-02T16:47:27.581206Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-08-02T16:47:27.581262Z 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:47:27.581647Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=error timestamp=2018-08-02T16:47:27.585158Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:27.585271Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="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:47:27.603877Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:27.603942Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="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:47:27.608734Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:27.608815Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="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:47:27.633532Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:27.633614Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="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:47:27.677101Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:27.677165Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="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:47:27.762200Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:27.762286Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 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-testvmi98fhz-5h7qx Pod phase: Pending Pod name: disks-images-provider-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 16:48:39 http: TLS handshake error from 10.244.1.1:54594: EOF level=info timestamp=2018-08-02T16:48:47.731349Z 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:49 http: TLS handshake error from 10.244.1.1:54600: EOF 2018/08/02 16:48:59 http: TLS handshake error from 10.244.1.1:54606: EOF 2018/08/02 16:49:09 http: TLS handshake error from 10.244.1.1:54612: EOF level=info timestamp=2018-08-02T16:49:17.689658Z 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:49:17.695004Z 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:49:17.717336Z 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:19 http: TLS handshake error from 10.244.1.1:54618: EOF 2018/08/02 16:49:29 http: TLS handshake error from 10.244.1.1:54624: EOF 2018/08/02 16:49:39 http: TLS handshake error from 10.244.1.1:54630: EOF level=info timestamp=2018-08-02T16:49:47.719003Z 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:49 http: TLS handshake error from 10.244.1.1:54636: EOF 2018/08/02 16:49:59 http: TLS handshake error from 10.244.1.1:54642: EOF 2018/08/02 16:50:09 http: TLS handshake error from 10.244.1.1:54648: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running 2018/08/02 16:49:04 http: TLS handshake error from 10.244.0.1:40528: EOF level=info timestamp=2018-08-02T16:49:10.736999Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:49:12.252898Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:49:14 http: TLS handshake error from 10.244.0.1:40552: EOF level=info timestamp=2018-08-02T16:49:23.377317Z 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:49:23.378201Z 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:49:24 http: TLS handshake error from 10.244.0.1:40576: EOF 2018/08/02 16:49:34 http: TLS handshake error from 10.244.0.1:40600: EOF level=info timestamp=2018-08-02T16:49:40.770298Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:49:42.280548Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:49:44 http: TLS handshake error from 10.244.0.1:40624: EOF 2018/08/02 16:49:54 http: TLS handshake error from 10.244.0.1:40648: EOF 2018/08/02 16:50:04 http: TLS handshake error from 10.244.0.1:40672: EOF level=info timestamp=2018-08-02T16:50:10.799566Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:50:12.309594Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:37:10.195899Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmigbmj6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmigbmj6" level=info timestamp=2018-08-02T16:40:10.298202Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:40:10.299433Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi44mbp kind= uid=b8f24832-9672-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:10.757730Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:43:10.758922Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:10.795009Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihdvn6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmihdvn6" level=info timestamp=2018-08-02T16:43:26.843182Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6wp9t kind= uid=2e18fcba-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:43:26.843323Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6wp9t kind= uid=2e18fcba-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:26.877558Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6wp9t\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6wp9t" level=info timestamp=2018-08-02T16:43:26.893026Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6wp9t\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6wp9t" level=info timestamp=2018-08-02T16:44:11.716395Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:44:11.717224Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:44:11.757542Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi98fhz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi98fhz" level=info timestamp=2018-08-02T16:47:12.159897Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:47:12.161161Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T16:48:49.556187Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:48:49.556217Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:48:49.556302Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:48:49.559985Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-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:48:49.560090Z 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/testvmi7jsnd" level=info timestamp=2018-08-02T16:49:53.449074Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi98fhz, existing: false\n" level=info timestamp=2018-08-02T16:49:53.449163Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:49:53.449234Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi98fhz kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:49:53.449337Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi98fhz kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:50:11.480316Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi7jsnd, existing: true\n" level=info timestamp=2018-08-02T16:50:11.480433Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:50:11.480463Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:50:11.480549Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:50:11.484497Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-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:11.484598Z 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/testvmi7jsnd" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T16:43:27.180123Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:43:27.180194Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihdvn6, existing: true\n" level=info timestamp=2018-08-02T16:43:27.180212Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:43:27.180231Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:43:27.180290Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=error timestamp=2018-08-02T16:43:27.188543Z pos=vm.go:430 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihdvn6\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmihdvn6, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 24828721-9673-11e8-bfc8-525500d15501, UID in object meta: " msg="Updating the VirtualMachineInstance status failed." level=info timestamp=2018-08-02T16:43:27.189964Z pos=vm.go:250 component=virt-handler reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihdvn6\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmihdvn6, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 24828721-9673-11e8-bfc8-525500d15501, UID in object meta: " msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmihdvn6" level=info timestamp=2018-08-02T16:43:27.190024Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihdvn6, existing: false\n" level=info timestamp=2018-08-02T16:43:27.190041Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:43:27.190079Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:43:27.190130Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:43:27.195074Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihdvn6, existing: false\n" level=info timestamp=2018-08-02T16:43:27.195117Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:43:27.195150Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:43:27.195246Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi7jsnd-jzs7l Pod phase: Running level=error timestamp=2018-08-02T16:47:28.893530Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="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:47:30.177855Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:30.177931Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="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:47:32.742071Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:32.742158Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="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:47:37.866066Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:37.866134Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="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:47:48.111031Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:48.111113Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="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:48:08.595235Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:48:08.595320Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="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:48:49.559651Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:48:49.559732Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="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:50:11.484235Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:11.484338Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 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.448 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: testvmi7jsnd,b4659329-9673-11e8-bfc8-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-02T16:47:12.899933Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi7jsnd kind=VirtualMachineInstance uid=b4659329-9673-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi7jsnd-jzs7l" level=info timestamp=2018-08-02T16:47:28.263448Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi7jsnd kind=VirtualMachineInstance uid=b4659329-9673-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmi7jsnd-jzs7l" level=error timestamp=2018-08-02T16:47:28.300637Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmi7jsnd kind=VirtualMachineInstance uid=b4659329-9673-11e8-bfc8-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:54.360 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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 16:49:39 http: TLS handshake error from 10.244.1.1:54630: EOF level=info timestamp=2018-08-02T16:49:47.719003Z 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:49 http: TLS handshake error from 10.244.1.1:54636: EOF 2018/08/02 16:49:59 http: TLS handshake error from 10.244.1.1:54642: EOF 2018/08/02 16:50:09 http: TLS handshake error from 10.244.1.1:54648: EOF level=info timestamp=2018-08-02T16:50:17.718182Z 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:19 http: TLS handshake error from 10.244.1.1:54654: EOF 2018/08/02 16:50:29 http: TLS handshake error from 10.244.1.1:54660: EOF 2018/08/02 16:50:39 http: TLS handshake error from 10.244.1.1:54666: EOF level=info timestamp=2018-08-02T16:50:47.718597Z 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:49 http: TLS handshake error from 10.244.1.1:54672: EOF 2018/08/02 16:50:59 http: TLS handshake error from 10.244.1.1:54678: EOF 2018/08/02 16:51:09 http: TLS handshake error from 10.244.1.1:54684: EOF level=info timestamp=2018-08-02T16:51:17.719151Z 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:19 http: TLS handshake error from 10.244.1.1:54690: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T16:50:10.799566Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:50:12.309594Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:50:14 http: TLS handshake error from 10.244.0.1:40696: EOF level=info timestamp=2018-08-02T16:50:23.379417Z 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:50:23.380319Z 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:50:24 http: TLS handshake error from 10.244.0.1:40720: EOF 2018/08/02 16:50:34 http: TLS handshake error from 10.244.0.1:40744: EOF level=info timestamp=2018-08-02T16:50:40.824970Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:50:42.340742Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:50:44 http: TLS handshake error from 10.244.0.1:40768: EOF 2018/08/02 16:50:54 http: TLS handshake error from 10.244.0.1:40792: EOF 2018/08/02 16:51:04 http: TLS handshake error from 10.244.0.1:40816: EOF level=info timestamp=2018-08-02T16:51:10.855412Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:51:12.370999Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:51:14 http: TLS handshake error from 10.244.0.1:40840: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:43:10.757730Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:43:10.758922Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:10.795009Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihdvn6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmihdvn6" level=info timestamp=2018-08-02T16:43:26.843182Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6wp9t kind= uid=2e18fcba-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:43:26.843323Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6wp9t kind= uid=2e18fcba-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:26.877558Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6wp9t\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6wp9t" level=info timestamp=2018-08-02T16:43:26.893026Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6wp9t\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6wp9t" level=info timestamp=2018-08-02T16:44:11.716395Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:44:11.717224Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:44:11.757542Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi98fhz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi98fhz" level=info timestamp=2018-08-02T16:47:12.159897Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:47:12.161161Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:51:06.801093Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:51:06.802230Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:51:06.864010Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiv8f8l\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiv8f8l" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T16:51:22.670241Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:51:22.670269Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:51:22.670312Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:51:22.698678Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-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:51:22.698867Z 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/testvmiv8f8l" level=info timestamp=2018-08-02T16:51:22.698923Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv8f8l, existing: true\n" level=info timestamp=2018-08-02T16:51:22.698944Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:51:22.698973Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:51:22.699019Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:51:22.728369Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-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:51:22.728564Z 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/testvmiv8f8l" level=info timestamp=2018-08-02T16:51:22.728621Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv8f8l, existing: true\n" level=info timestamp=2018-08-02T16:51:22.728638Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:51:22.728658Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:51:22.728703Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Processing vmi update" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T16:43:27.180123Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:43:27.180194Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihdvn6, existing: true\n" level=info timestamp=2018-08-02T16:43:27.180212Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:43:27.180231Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:43:27.180290Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=error timestamp=2018-08-02T16:43:27.188543Z pos=vm.go:430 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihdvn6\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmihdvn6, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 24828721-9673-11e8-bfc8-525500d15501, UID in object meta: " msg="Updating the VirtualMachineInstance status failed." level=info timestamp=2018-08-02T16:43:27.189964Z pos=vm.go:250 component=virt-handler reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihdvn6\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmihdvn6, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 24828721-9673-11e8-bfc8-525500d15501, UID in object meta: " msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmihdvn6" level=info timestamp=2018-08-02T16:43:27.190024Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihdvn6, existing: false\n" level=info timestamp=2018-08-02T16:43:27.190041Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:43:27.190079Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:43:27.190130Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:43:27.195074Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihdvn6, existing: false\n" level=info timestamp=2018-08-02T16:43:27.195117Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:43:27.195150Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:43:27.195246Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmiv8f8l-9xk2r Pod phase: Running level=info timestamp=2018-08-02T16:51:22.667897Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv8f8l/noCloud.iso" level=error timestamp=2018-08-02T16:51:22.669618Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:51:22.669663Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="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:51:22.696681Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv8f8l/noCloud.iso" level=error timestamp=2018-08-02T16:51:22.698392Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:51:22.698437Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="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:51:22.726089Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv8f8l/noCloud.iso" level=error timestamp=2018-08-02T16:51:22.727894Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:51:22.728010Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="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:51:22.754984Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv8f8l/noCloud.iso" level=error timestamp=2018-08-02T16:51:22.757045Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:51:22.757093Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="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:51:22.793551Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv8f8l/noCloud.iso" level=error timestamp=2018-08-02T16:51:22.794941Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:51:22.794987Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running level=info timestamp=2018-08-02T16:52:17.725573Z 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:19 http: TLS handshake error from 10.244.1.1:54726: EOF 2018/08/02 16:52:29 http: TLS handshake error from 10.244.1.1:54732: EOF 2018/08/02 16:52:39 http: TLS handshake error from 10.244.1.1:54738: EOF level=info timestamp=2018-08-02T16:52:47.719759Z 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:49 http: TLS handshake error from 10.244.1.1:54744: EOF 2018/08/02 16:52:59 http: TLS handshake error from 10.244.1.1:54750: EOF 2018/08/02 16:53:09 http: TLS handshake error from 10.244.1.1:54756: EOF level=info timestamp=2018-08-02T16:53:17.738496Z 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:53:19 http: TLS handshake error from 10.244.1.1:54762: EOF 2018/08/02 16:53:29 http: TLS handshake error from 10.244.1.1:54768: EOF 2018/08/02 16:53:39 http: TLS handshake error from 10.244.1.1:54774: EOF level=info timestamp=2018-08-02T16:53:47.732909Z 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:53:49 http: TLS handshake error from 10.244.1.1:54780: EOF 2018/08/02 16:53:59 http: TLS handshake error from 10.244.1.1:54786: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T16:52:40.976088Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:52:42.461034Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:52:44 http: TLS handshake error from 10.244.0.1:41056: EOF 2018/08/02 16:52:54 http: TLS handshake error from 10.244.0.1:41080: EOF 2018/08/02 16:53:04 http: TLS handshake error from 10.244.0.1:41104: EOF level=info timestamp=2018-08-02T16:53:11.028600Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:53:12.491153Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:53:14 http: TLS handshake error from 10.244.0.1:41128: EOF 2018/08/02 16:53:24 http: TLS handshake error from 10.244.0.1:41152: EOF 2018/08/02 16:53:34 http: TLS handshake error from 10.244.0.1:41176: EOF level=info timestamp=2018-08-02T16:53:41.056975Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:53:42.515359Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:53:44 http: TLS handshake error from 10.244.0.1:41200: EOF 2018/08/02 16:53:54 http: TLS handshake error from 10.244.0.1:41224: EOF 2018/08/02 16:54:04 http: TLS handshake error from 10.244.0.1:41248: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:43:10.757730Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:43:10.758922Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:10.795009Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihdvn6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmihdvn6" level=info timestamp=2018-08-02T16:43:26.843182Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6wp9t kind= uid=2e18fcba-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:43:26.843323Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6wp9t kind= uid=2e18fcba-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:26.877558Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6wp9t\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6wp9t" level=info timestamp=2018-08-02T16:43:26.893026Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6wp9t\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6wp9t" level=info timestamp=2018-08-02T16:44:11.716395Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:44:11.717224Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:44:11.757542Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi98fhz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi98fhz" level=info timestamp=2018-08-02T16:47:12.159897Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:47:12.161161Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:51:06.801093Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:51:06.802230Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:51:06.864010Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiv8f8l\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiv8f8l" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T16:52:44.795422Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:52:44.795446Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:52:44.795558Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:52:44.828606Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-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:44.828830Z 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/testvmiv8f8l" level=info timestamp=2018-08-02T16:52:55.324935Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi7jsnd, existing: false\n" level=info timestamp=2018-08-02T16:52:55.325040Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:52:55.325154Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi7jsnd kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:52:55.325248Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi7jsnd kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:54:06.750122Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv8f8l, existing: true\n" level=info timestamp=2018-08-02T16:54:06.750210Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:54:06.750233Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:54:06.750317Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:54:06.778950Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-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:06.779168Z 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/testvmiv8f8l" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T16:43:27.180123Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:43:27.180194Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihdvn6, existing: true\n" level=info timestamp=2018-08-02T16:43:27.180212Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:43:27.180231Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:43:27.180290Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=error timestamp=2018-08-02T16:43:27.188543Z pos=vm.go:430 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind= uid=24828721-9673-11e8-bfc8-525500d15501 reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihdvn6\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmihdvn6, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 24828721-9673-11e8-bfc8-525500d15501, UID in object meta: " msg="Updating the VirtualMachineInstance status failed." level=info timestamp=2018-08-02T16:43:27.189964Z pos=vm.go:250 component=virt-handler reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihdvn6\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmihdvn6, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 24828721-9673-11e8-bfc8-525500d15501, UID in object meta: " msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmihdvn6" level=info timestamp=2018-08-02T16:43:27.190024Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihdvn6, existing: false\n" level=info timestamp=2018-08-02T16:43:27.190041Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:43:27.190079Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:43:27.190130Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:43:27.195074Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmihdvn6, existing: false\n" level=info timestamp=2018-08-02T16:43:27.195117Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:43:27.195150Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:43:27.195246Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmihdvn6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmiv8f8l-9xk2r Pod phase: Running level=info timestamp=2018-08-02T16:51:33.049987Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv8f8l/noCloud.iso" level=error timestamp=2018-08-02T16:51:33.051452Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:51:33.051498Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="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:51:43.319663Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv8f8l/noCloud.iso" level=error timestamp=2018-08-02T16:51:43.321883Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:51:43.321990Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="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:52:03.832777Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv8f8l/noCloud.iso" level=error timestamp=2018-08-02T16:52:03.834604Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:03.834707Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="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:52:44.826370Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv8f8l/noCloud.iso" level=error timestamp=2018-08-02T16:52:44.828240Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:44.828321Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="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:54:06.777007Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv8f8l/noCloud.iso" level=error timestamp=2018-08-02T16:54:06.778563Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:06.778658Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 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.288 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: testvmiv8f8l,4040c433-9674-11e8-bfc8-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-02T16:51:07.559618Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmiv8f8l-9xk2r" level=info timestamp=2018-08-02T16:51:23.281294Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmiv8f8l-9xk2r" level=error timestamp=2018-08-02T16:51:23.337529Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid=4040c433-9674-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 16:52:39 http: TLS handshake error from 10.244.1.1:54738: EOF level=info timestamp=2018-08-02T16:52:47.719759Z 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:49 http: TLS handshake error from 10.244.1.1:54744: EOF 2018/08/02 16:52:59 http: TLS handshake error from 10.244.1.1:54750: EOF 2018/08/02 16:53:09 http: TLS handshake error from 10.244.1.1:54756: EOF level=info timestamp=2018-08-02T16:53:17.738496Z 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:53:19 http: TLS handshake error from 10.244.1.1:54762: EOF 2018/08/02 16:53:29 http: TLS handshake error from 10.244.1.1:54768: EOF 2018/08/02 16:53:39 http: TLS handshake error from 10.244.1.1:54774: EOF level=info timestamp=2018-08-02T16:53:47.732909Z 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:53:49 http: TLS handshake error from 10.244.1.1:54780: EOF 2018/08/02 16:53:59 http: TLS handshake error from 10.244.1.1:54786: EOF 2018/08/02 16:54:09 http: TLS handshake error from 10.244.1.1:54792: EOF level=info timestamp=2018-08-02T16:54:17.728074Z 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:19 http: TLS handshake error from 10.244.1.1:54798: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running 2018/08/02 16:52:54 http: TLS handshake error from 10.244.0.1:41080: EOF 2018/08/02 16:53:04 http: TLS handshake error from 10.244.0.1:41104: EOF level=info timestamp=2018-08-02T16:53:11.028600Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:53:12.491153Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:53:14 http: TLS handshake error from 10.244.0.1:41128: EOF 2018/08/02 16:53:24 http: TLS handshake error from 10.244.0.1:41152: EOF 2018/08/02 16:53:34 http: TLS handshake error from 10.244.0.1:41176: EOF level=info timestamp=2018-08-02T16:53:41.056975Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:53:42.515359Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:53:44 http: TLS handshake error from 10.244.0.1:41200: EOF 2018/08/02 16:53:54 http: TLS handshake error from 10.244.0.1:41224: EOF 2018/08/02 16:54:04 http: TLS handshake error from 10.244.0.1:41248: EOF level=info timestamp=2018-08-02T16:54:11.108475Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:54:12.547962Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:54:14 http: TLS handshake error from 10.244.0.1:41272: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:43:26.843323Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6wp9t kind= uid=2e18fcba-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:26.877558Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6wp9t\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6wp9t" level=info timestamp=2018-08-02T16:43:26.893026Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6wp9t\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6wp9t" level=info timestamp=2018-08-02T16:44:11.716395Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:44:11.717224Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:44:11.757542Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi98fhz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi98fhz" level=info timestamp=2018-08-02T16:47:12.159897Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:47:12.161161Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:51:06.801093Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:51:06.802230Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:51:06.864010Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiv8f8l\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiv8f8l" level=info timestamp=2018-08-02T16:54:07.287391Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:54:07.288188Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:54:07.344137Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2878\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2878" level=info timestamp=2018-08-02T16:54:07.389053Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2878\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2878" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T16:54:06.779168Z 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/testvmiv8f8l" level=info timestamp=2018-08-02T16:54:07.056408Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv8f8l, existing: true\n" level=info timestamp=2018-08-02T16:54:07.056481Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:54:07.056511Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:54:07.056603Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:54:07.064297Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:54:07.064351Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv8f8l, existing: true\n" level=info timestamp=2018-08-02T16:54:07.064379Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T16:54:07.064424Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:54:07.064467Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:54:07.064544Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:54:07.079843Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv8f8l, existing: false\n" level=info timestamp=2018-08-02T16:54:07.079911Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:54:07.080010Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:54:07.080098Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T16:54:23.185003Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:54:23.185023Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:54:23.185066Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:54:23.225790Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-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:23.226138Z 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/testvmil2878" level=info timestamp=2018-08-02T16:54:23.226441Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmil2878, existing: true\n" level=info timestamp=2018-08-02T16:54:23.226463Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:54:23.226484Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:54:23.226529Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:54:23.261068Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-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:23.261358Z 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/testvmil2878" level=info timestamp=2018-08-02T16:54:23.261411Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmil2878, existing: true\n" level=info timestamp=2018-08-02T16:54:23.261428Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:54:23.261448Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:54:23.261492Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 msg="Processing vmi update" Pod name: virt-launcher-testvmil2878-zdfcj Pod phase: Running level=info timestamp=2018-08-02T16:54:23.181648Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil2878/noCloud.iso" level=error timestamp=2018-08-02T16:54:23.184192Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:23.184246Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 reason="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:54:23.222500Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil2878/noCloud.iso" level=error timestamp=2018-08-02T16:54:23.225434Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:23.225488Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 reason="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:54:23.258579Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil2878/noCloud.iso" level=error timestamp=2018-08-02T16:54:23.260530Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:23.260577Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 reason="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:54:23.292863Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil2878/noCloud.iso" level=error timestamp=2018-08-02T16:54:23.294650Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:23.294703Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 reason="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:54:23.327326Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil2878/noCloud.iso" level=error timestamp=2018-08-02T16:54:23.328984Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:23.329027Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 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-testvmiv8f8l-9xk2r Pod phase: Failed level=error timestamp=2018-08-02T16:51:33.051498Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="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:51:43.319663Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv8f8l/noCloud.iso" level=error timestamp=2018-08-02T16:51:43.321883Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:51:43.321990Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="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:52:03.832777Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv8f8l/noCloud.iso" level=error timestamp=2018-08-02T16:52:03.834604Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:03.834707Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="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:52:44.826370Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv8f8l/noCloud.iso" level=error timestamp=2018-08-02T16:52:44.828240Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:44.828321Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="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:54:06.777007Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv8f8l/noCloud.iso" level=error timestamp=2018-08-02T16:54:06.778563Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:06.778658Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" caught signal virt-launcher exited with code 127 Pod name: disks-images-provider-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running level=info timestamp=2018-08-02T16:55:17.727683Z 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:19 http: TLS handshake error from 10.244.1.1:54834: EOF 2018/08/02 16:55:29 http: TLS handshake error from 10.244.1.1:54840: EOF 2018/08/02 16:55:39 http: TLS handshake error from 10.244.1.1:54846: EOF level=info timestamp=2018-08-02T16:55:47.726484Z 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:49 http: TLS handshake error from 10.244.1.1:54852: EOF 2018/08/02 16:55:59 http: TLS handshake error from 10.244.1.1:54858: EOF 2018/08/02 16:56:09 http: TLS handshake error from 10.244.1.1:54864: EOF level=info timestamp=2018-08-02T16:56:17.726870Z 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:56:19 http: TLS handshake error from 10.244.1.1:54870: EOF 2018/08/02 16:56:29 http: TLS handshake error from 10.244.1.1:54876: EOF 2018/08/02 16:56:39 http: TLS handshake error from 10.244.1.1:54882: EOF level=info timestamp=2018-08-02T16:56:47.752723Z 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:56:49 http: TLS handshake error from 10.244.1.1:54888: EOF 2018/08/02 16:56:59 http: TLS handshake error from 10.244.1.1:54894: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T16:55:41.189450Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:55:42.635272Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:55:44 http: TLS handshake error from 10.244.0.1:41488: EOF 2018/08/02 16:55:54 http: TLS handshake error from 10.244.0.1:41512: EOF 2018/08/02 16:56:04 http: TLS handshake error from 10.244.0.1:41536: EOF level=info timestamp=2018-08-02T16:56:11.213465Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:56:12.681529Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:56:14 http: TLS handshake error from 10.244.0.1:41560: EOF 2018/08/02 16:56:24 http: TLS handshake error from 10.244.0.1:41584: EOF 2018/08/02 16:56:34 http: TLS handshake error from 10.244.0.1:41608: EOF level=info timestamp=2018-08-02T16:56:41.241038Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:56:42.732830Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:56:44 http: TLS handshake error from 10.244.0.1:41632: EOF 2018/08/02 16:56:54 http: TLS handshake error from 10.244.0.1:41656: EOF 2018/08/02 16:57:04 http: TLS handshake error from 10.244.0.1:41680: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:43:26.843323Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6wp9t kind= uid=2e18fcba-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:43:26.877558Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6wp9t\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6wp9t" level=info timestamp=2018-08-02T16:43:26.893026Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6wp9t\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6wp9t" level=info timestamp=2018-08-02T16:44:11.716395Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:44:11.717224Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi98fhz kind= uid=48d81278-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:44:11.757542Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi98fhz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi98fhz" level=info timestamp=2018-08-02T16:47:12.159897Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:47:12.161161Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:51:06.801093Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:51:06.802230Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:51:06.864010Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiv8f8l\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiv8f8l" level=info timestamp=2018-08-02T16:54:07.287391Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:54:07.288188Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:54:07.344137Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2878\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2878" level=info timestamp=2018-08-02T16:54:07.389053Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2878\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2878" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T16:54:07.056603Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:54:07.064297Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:54:07.064351Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv8f8l, existing: true\n" level=info timestamp=2018-08-02T16:54:07.064379Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T16:54:07.064424Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:54:07.064467Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:54:07.064544Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:54:07.079843Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv8f8l, existing: false\n" level=info timestamp=2018-08-02T16:54:07.079911Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:54:07.080010Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:54:07.080098Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:56:50.619450Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv8f8l, existing: false\n" level=info timestamp=2018-08-02T16:56:50.619549Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:56:50.619641Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:56:50.619738Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T16:55:04.360797Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:55:04.395745Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-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:04.395924Z 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/testvmil2878" level=info timestamp=2018-08-02T16:55:45.356187Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmil2878, existing: true\n" level=info timestamp=2018-08-02T16:55:45.356290Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:55:45.356339Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:55:45.356468Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:55:45.392156Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-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:45.392363Z 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/testvmil2878" level=info timestamp=2018-08-02T16:57:07.312715Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmil2878, existing: true\n" level=info timestamp=2018-08-02T16:57:07.312813Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:57:07.312850Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:57:07.312944Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:57:07.340991Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-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:07.341196Z 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/testvmil2878" Pod name: virt-launcher-testvmil2878-zdfcj Pod phase: Running level=info timestamp=2018-08-02T16:54:33.600889Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil2878/noCloud.iso" level=error timestamp=2018-08-02T16:54:33.602370Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:33.602425Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 reason="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:54:43.877338Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil2878/noCloud.iso" level=error timestamp=2018-08-02T16:54:43.879133Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:43.879187Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 reason="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:55:04.393499Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil2878/noCloud.iso" level=error timestamp=2018-08-02T16:55:04.395330Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:04.395394Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 reason="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:55:45.389527Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil2878/noCloud.iso" level=error timestamp=2018-08-02T16:55:45.391607Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:45.391702Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 reason="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:57:07.339022Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil2878/noCloud.iso" level=error timestamp=2018-08-02T16:57:07.340601Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:07.340674Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 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.494 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: testvmil2878,abd210fb-9674-11e8-bfc8-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-02T16:54:08.092625Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmil2878 kind=VirtualMachineInstance uid=abd210fb-9674-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmil2878-zdfcj" level=info timestamp=2018-08-02T16:54:23.234517Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmil2878 kind=VirtualMachineInstance uid=abd210fb-9674-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmil2878-zdfcj" level=error timestamp=2018-08-02T16:54:23.310656Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmil2878 kind=VirtualMachineInstance uid=abd210fb-9674-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 16:55:39 http: TLS handshake error from 10.244.1.1:54846: EOF level=info timestamp=2018-08-02T16:55:47.726484Z 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:49 http: TLS handshake error from 10.244.1.1:54852: EOF 2018/08/02 16:55:59 http: TLS handshake error from 10.244.1.1:54858: EOF 2018/08/02 16:56:09 http: TLS handshake error from 10.244.1.1:54864: EOF level=info timestamp=2018-08-02T16:56:17.726870Z 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:56:19 http: TLS handshake error from 10.244.1.1:54870: EOF 2018/08/02 16:56:29 http: TLS handshake error from 10.244.1.1:54876: EOF 2018/08/02 16:56:39 http: TLS handshake error from 10.244.1.1:54882: EOF level=info timestamp=2018-08-02T16:56:47.752723Z 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:56:49 http: TLS handshake error from 10.244.1.1:54888: EOF 2018/08/02 16:56:59 http: TLS handshake error from 10.244.1.1:54894: EOF 2018/08/02 16:57:09 http: TLS handshake error from 10.244.1.1:54900: EOF level=info timestamp=2018-08-02T16:57:17.756008Z 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:19 http: TLS handshake error from 10.244.1.1:54906: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T16:56:11.213465Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:56:12.681529Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:56:14 http: TLS handshake error from 10.244.0.1:41560: EOF 2018/08/02 16:56:24 http: TLS handshake error from 10.244.0.1:41584: EOF 2018/08/02 16:56:34 http: TLS handshake error from 10.244.0.1:41608: EOF level=info timestamp=2018-08-02T16:56:41.241038Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:56:42.732830Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:56:44 http: TLS handshake error from 10.244.0.1:41632: EOF 2018/08/02 16:56:54 http: TLS handshake error from 10.244.0.1:41656: EOF 2018/08/02 16:57:04 http: TLS handshake error from 10.244.0.1:41680: EOF level=info timestamp=2018-08-02T16:57:11.287887Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:57:12.769095Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:57:14 http: TLS handshake error from 10.244.0.1:41704: EOF level=info timestamp=2018-08-02T16:57:23.509087Z 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:57:23.511554Z 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-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:47:12.159897Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:47:12.161161Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:51:06.801093Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:51:06.802230Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:51:06.864010Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiv8f8l\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiv8f8l" level=info timestamp=2018-08-02T16:54:07.287391Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:54:07.288188Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:54:07.344137Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2878\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2878" level=info timestamp=2018-08-02T16:54:07.389053Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2878\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2878" level=info timestamp=2018-08-02T16:57:07.795300Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi25tpl kind= uid=176a4fb5-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:57:07.795496Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi25tpl kind= uid=176a4fb5-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:57:07.842116Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi25tpl\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi25tpl" level=info timestamp=2018-08-02T16:57:07.854573Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi25tpl\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi25tpl" level=info timestamp=2018-08-02T16:57:09.057399Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:57:09.057528Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T16:54:07.056603Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:54:07.064297Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:54:07.064351Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv8f8l, existing: true\n" level=info timestamp=2018-08-02T16:54:07.064379Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T16:54:07.064424Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:54:07.064467Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:54:07.064544Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:54:07.079843Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv8f8l, existing: false\n" level=info timestamp=2018-08-02T16:54:07.079911Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:54:07.080010Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:54:07.080098Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:56:50.619450Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv8f8l, existing: false\n" level=info timestamp=2018-08-02T16:56:50.619549Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:56:50.619641Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:56:50.619738Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T16:57:23.980357Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:57:23.985759Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-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:23.985911Z 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/testvmi529xb" level=info timestamp=2018-08-02T16:57:23.992793Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi529xb, existing: true\n" level=info timestamp=2018-08-02T16:57:23.992830Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:57:23.992853Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:57:23.992917Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:57:23.997484Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-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:23.997600Z 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/testvmi529xb" level=info timestamp=2018-08-02T16:57:24.039914Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi529xb, existing: true\n" level=info timestamp=2018-08-02T16:57:24.039999Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:57:24.040022Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:57:24.040108Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:57:24.044069Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-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:24.044200Z 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/testvmi529xb" Pod name: virt-launcher-testvmi529xb-d9zcl Pod phase: Running level=info timestamp=2018-08-02T16:57:23.941261Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-08-02T16:57:23.941332Z 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:57:23.942316Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=error timestamp=2018-08-02T16:57:23.947896Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:23.948003Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="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:23.977808Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:23.977879Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="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:23.985159Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:23.985232Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="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:23.997183Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:23.997275Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="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:24.043719Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:24.043835Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="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:24.127954Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:24.128039Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 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-testvmil2878-zdfcj Pod phase: Failed Pod name: disks-images-provider-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 16:58:29 http: TLS handshake error from 10.244.1.1:54948: EOF 2018/08/02 16:58:39 http: TLS handshake error from 10.244.1.1:54954: EOF level=info timestamp=2018-08-02T16:58:47.727379Z 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:49 http: TLS handshake error from 10.244.1.1:54960: EOF 2018/08/02 16:58:59 http: TLS handshake error from 10.244.1.1:54966: EOF 2018/08/02 16:59:09 http: TLS handshake error from 10.244.1.1:54972: EOF level=info timestamp=2018-08-02T16:59:17.690005Z 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:59:17.693892Z 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:59:17.723205Z 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:59:19 http: TLS handshake error from 10.244.1.1:54978: EOF 2018/08/02 16:59:29 http: TLS handshake error from 10.244.1.1:54984: EOF 2018/08/02 16:59:39 http: TLS handshake error from 10.244.1.1:54990: EOF level=info timestamp=2018-08-02T16:59:47.729823Z 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:59:49 http: TLS handshake error from 10.244.1.1:54996: EOF 2018/08/02 16:59:59 http: TLS handshake error from 10.244.1.1:55002: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running 2018/08/02 16:58:44 http: TLS handshake error from 10.244.0.1:41920: EOF 2018/08/02 16:58:54 http: TLS handshake error from 10.244.0.1:41944: EOF 2018/08/02 16:59:04 http: TLS handshake error from 10.244.0.1:41968: EOF level=info timestamp=2018-08-02T16:59:11.411939Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:59:12.891561Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:59:14 http: TLS handshake error from 10.244.0.1:41992: EOF level=info timestamp=2018-08-02T16:59:23.476914Z 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:59:23.477795Z 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:59:24 http: TLS handshake error from 10.244.0.1:42016: EOF 2018/08/02 16:59:34 http: TLS handshake error from 10.244.0.1:42040: EOF level=info timestamp=2018-08-02T16:59:41.441133Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:59:42.916779Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:59:44 http: TLS handshake error from 10.244.0.1:42064: EOF 2018/08/02 16:59:54 http: TLS handshake error from 10.244.0.1:42088: EOF 2018/08/02 17:00:04 http: TLS handshake error from 10.244.0.1:42112: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:47:12.159897Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:47:12.161161Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7jsnd kind= uid=b4659329-9673-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:51:06.801093Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:51:06.802230Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:51:06.864010Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiv8f8l\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiv8f8l" level=info timestamp=2018-08-02T16:54:07.287391Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:54:07.288188Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:54:07.344137Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2878\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2878" level=info timestamp=2018-08-02T16:54:07.389053Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2878\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2878" level=info timestamp=2018-08-02T16:57:07.795300Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi25tpl kind= uid=176a4fb5-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:57:07.795496Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi25tpl kind= uid=176a4fb5-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:57:07.842116Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi25tpl\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi25tpl" level=info timestamp=2018-08-02T16:57:07.854573Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi25tpl\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi25tpl" level=info timestamp=2018-08-02T16:57:09.057399Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:57:09.057528Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T16:54:07.056603Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:54:07.064297Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:54:07.064351Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv8f8l, existing: true\n" level=info timestamp=2018-08-02T16:54:07.064379Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T16:54:07.064424Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:54:07.064467Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:54:07.064544Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:54:07.079843Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv8f8l, existing: false\n" level=info timestamp=2018-08-02T16:54:07.079911Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:54:07.080010Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:54:07.080098Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:56:50.619450Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv8f8l, existing: false\n" level=info timestamp=2018-08-02T16:56:50.619549Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:56:50.619641Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:56:50.619738Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T16:58:45.934754Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T16:58:45.934787Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:58:45.934892Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T16:58:45.940009Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-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:45.940115Z 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/testvmi529xb" level=info timestamp=2018-08-02T16:59:51.181534Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmil2878, existing: false\n" level=info timestamp=2018-08-02T16:59:51.181822Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:59:51.181925Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmil2878 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:59:51.182027Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmil2878 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:00:07.860372Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi529xb, existing: true\n" level=info timestamp=2018-08-02T17:00:07.860446Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:00:07.860476Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:00:07.860566Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:00:07.867102Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-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:07.867259Z 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/testvmi529xb" Pod name: virt-launcher-testvmi529xb-d9zcl Pod phase: Running level=error timestamp=2018-08-02T16:57:25.260499Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="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:26.544695Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:26.544787Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="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:29.108585Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:29.108717Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="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:34.233478Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:34.233571Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="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:44.487403Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:44.487508Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="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:04.971852Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:04.971960Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="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:45.939489Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=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:45.939593Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="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:00:07.866768Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:07.866877Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 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.486 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: testvmi529xb,182d5675-9675-11e8-bfc8-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-02T16:57:09.887719Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi529xb kind=VirtualMachineInstance uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi529xb-d9zcl" level=info timestamp=2018-08-02T16:57:24.100646Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi529xb kind=VirtualMachineInstance uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmi529xb-d9zcl" level=error timestamp=2018-08-02T16:57:24.146032Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmi529xb kind=VirtualMachineInstance uid=182d5675-9675-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 16:58:49 http: TLS handshake error from 10.244.1.1:54960: EOF 2018/08/02 16:58:59 http: TLS handshake error from 10.244.1.1:54966: EOF 2018/08/02 16:59:09 http: TLS handshake error from 10.244.1.1:54972: EOF level=info timestamp=2018-08-02T16:59:17.690005Z 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:59:17.693892Z 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:59:17.723205Z 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:59:19 http: TLS handshake error from 10.244.1.1:54978: EOF 2018/08/02 16:59:29 http: TLS handshake error from 10.244.1.1:54984: EOF 2018/08/02 16:59:39 http: TLS handshake error from 10.244.1.1:54990: EOF level=info timestamp=2018-08-02T16:59:47.729823Z 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:59:49 http: TLS handshake error from 10.244.1.1:54996: EOF 2018/08/02 16:59:59 http: TLS handshake error from 10.244.1.1:55002: EOF 2018/08/02 17:00:09 http: TLS handshake error from 10.244.1.1:55008: EOF level=info timestamp=2018-08-02T17:00:17.723667Z 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:19 http: TLS handshake error from 10.244.1.1:55014: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T16:59:23.476914Z 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:59:23.477795Z 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:59:24 http: TLS handshake error from 10.244.0.1:42016: EOF 2018/08/02 16:59:34 http: TLS handshake error from 10.244.0.1:42040: EOF level=info timestamp=2018-08-02T16:59:41.441133Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T16:59:42.916779Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 16:59:44 http: TLS handshake error from 10.244.0.1:42064: EOF 2018/08/02 16:59:54 http: TLS handshake error from 10.244.0.1:42088: EOF 2018/08/02 17:00:04 http: TLS handshake error from 10.244.0.1:42112: EOF level=info timestamp=2018-08-02T17:00:11.471244Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:00:12.982479Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:00:14 http: TLS handshake error from 10.244.0.1:42136: EOF level=info timestamp=2018-08-02T17:00:23.479688Z 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:00:23.480389Z 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:00:24 http: TLS handshake error from 10.244.0.1:42160: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:51:06.802230Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:51:06.864010Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiv8f8l\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiv8f8l" level=info timestamp=2018-08-02T16:54:07.287391Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:54:07.288188Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:54:07.344137Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2878\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2878" level=info timestamp=2018-08-02T16:54:07.389053Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2878\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2878" level=info timestamp=2018-08-02T16:57:07.795300Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi25tpl kind= uid=176a4fb5-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:57:07.795496Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi25tpl kind= uid=176a4fb5-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:57:07.842116Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi25tpl\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi25tpl" level=info timestamp=2018-08-02T16:57:07.854573Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi25tpl\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi25tpl" level=info timestamp=2018-08-02T16:57:09.057399Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:57:09.057528Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:00:09.528097Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:00:09.528279Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:00:09.567520Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifswv6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-alternative/testvmifswv6" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T16:54:07.056603Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:54:07.064297Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:54:07.064351Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv8f8l, existing: true\n" level=info timestamp=2018-08-02T16:54:07.064379Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T16:54:07.064424Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:54:07.064467Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:54:07.064544Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:54:07.079843Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv8f8l, existing: false\n" level=info timestamp=2018-08-02T16:54:07.079911Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:54:07.080010Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:54:07.080098Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:56:50.619450Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv8f8l, existing: false\n" level=info timestamp=2018-08-02T16:56:50.619549Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:56:50.619641Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:56:50.619738Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:00:24.803473Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:00:24.807265Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-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:24.807406Z 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/testvmifswv6" level=info timestamp=2018-08-02T17:00:24.816323Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: true\n" level=info timestamp=2018-08-02T17:00:24.816374Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:00:24.816398Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:00:24.816480Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:00:24.821860Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-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:24.822389Z 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/testvmifswv6" level=info timestamp=2018-08-02T17:00:24.862964Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: true\n" level=info timestamp=2018-08-02T17:00:24.863051Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:00:24.863074Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:00:24.863175Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:00:24.867395Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-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:24.867487Z 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/testvmifswv6" Pod name: disks-images-provider-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:01:19 http: TLS handshake error from 10.244.1.1:55050: EOF 2018/08/02 17:01:29 http: TLS handshake error from 10.244.1.1:55056: EOF 2018/08/02 17:01:39 http: TLS handshake error from 10.244.1.1:55062: EOF level=info timestamp=2018-08-02T17:01:47.737012Z 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:49 http: TLS handshake error from 10.244.1.1:55068: EOF 2018/08/02 17:01:59 http: TLS handshake error from 10.244.1.1:55074: EOF 2018/08/02 17:02:09 http: TLS handshake error from 10.244.1.1:55080: EOF level=info timestamp=2018-08-02T17:02:17.724718Z 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:02:19 http: TLS handshake error from 10.244.1.1:55086: EOF 2018/08/02 17:02:29 http: TLS handshake error from 10.244.1.1:55092: EOF 2018/08/02 17:02:39 http: TLS handshake error from 10.244.1.1:55098: EOF level=info timestamp=2018-08-02T17:02:47.755991Z 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:02:49 http: TLS handshake error from 10.244.1.1:55104: EOF 2018/08/02 17:02:59 http: TLS handshake error from 10.244.1.1:55110: EOF 2018/08/02 17:03:09 http: TLS handshake error from 10.244.1.1:55116: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running 2018/08/02 17:01:44 http: TLS handshake error from 10.244.0.1:42352: EOF 2018/08/02 17:01:54 http: TLS handshake error from 10.244.0.1:42376: EOF 2018/08/02 17:02:04 http: TLS handshake error from 10.244.0.1:42400: EOF level=info timestamp=2018-08-02T17:02:11.611376Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:02:13.086333Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:02:14 http: TLS handshake error from 10.244.0.1:42424: EOF level=info timestamp=2018-08-02T17:02:23.482727Z 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:02:23.483501Z 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:02:24 http: TLS handshake error from 10.244.0.1:42448: EOF 2018/08/02 17:02:34 http: TLS handshake error from 10.244.0.1:42472: EOF level=info timestamp=2018-08-02T17:02:41.641321Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:02:43.116694Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:02:44 http: TLS handshake error from 10.244.0.1:42496: EOF 2018/08/02 17:02:54 http: TLS handshake error from 10.244.0.1:42520: EOF 2018/08/02 17:03:04 http: TLS handshake error from 10.244.0.1:42544: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:51:06.802230Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:51:06.864010Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiv8f8l\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiv8f8l" level=info timestamp=2018-08-02T16:54:07.287391Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:54:07.288188Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil2878 kind= uid=abd210fb-9674-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:54:07.344137Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2878\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2878" level=info timestamp=2018-08-02T16:54:07.389053Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2878\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2878" level=info timestamp=2018-08-02T16:57:07.795300Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi25tpl kind= uid=176a4fb5-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:57:07.795496Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi25tpl kind= uid=176a4fb5-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:57:07.842116Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi25tpl\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi25tpl" level=info timestamp=2018-08-02T16:57:07.854573Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi25tpl\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi25tpl" level=info timestamp=2018-08-02T16:57:09.057399Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:57:09.057528Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:00:09.528097Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:00:09.528279Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:00:09.567520Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifswv6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-alternative/testvmifswv6" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T16:54:07.056603Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:54:07.064297Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:54:07.064351Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv8f8l, existing: true\n" level=info timestamp=2018-08-02T16:54:07.064379Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T16:54:07.064424Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:54:07.064467Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:54:07.064544Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind= uid=4040c433-9674-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:54:07.079843Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv8f8l, existing: false\n" level=info timestamp=2018-08-02T16:54:07.079911Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:54:07.080010Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:54:07.080098Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T16:56:50.619450Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv8f8l, existing: false\n" level=info timestamp=2018-08-02T16:56:50.619549Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T16:56:50.619641Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T16:56:50.619738Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv8f8l kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:01:46.748198Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:01:46.748222Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:01:46.748303Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:01:46.751512Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-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:46.751727Z 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/testvmifswv6" level=info timestamp=2018-08-02T17:02:51.707500Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi529xb, existing: false\n" level=info timestamp=2018-08-02T17:02:51.707583Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:02:51.707692Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi529xb kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:02:51.707830Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi529xb kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:03:08.673191Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: true\n" level=info timestamp=2018-08-02T17:03:08.673279Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:03:08.673315Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:03:08.673430Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:03:08.681574Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-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:08.681977Z 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/testvmifswv6" • Failure [180.343 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: testvmifswv6,83be81e8-9675-11e8-bfc8-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:00:10.337982Z pos=utils.go:244 component=tests namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmifswv6-hb7sl" level=info timestamp=2018-08-02T17:00:24.922860Z pos=utils.go:244 component=tests namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmifswv6-hb7sl" level=error timestamp=2018-08-02T17:00:24.964613Z pos=utils.go:242 component=tests namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid=83be81e8-9675-11e8-bfc8-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.213 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.044 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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:01:39 http: TLS handshake error from 10.244.1.1:55062: EOF level=info timestamp=2018-08-02T17:01:47.737012Z 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:49 http: TLS handshake error from 10.244.1.1:55068: EOF 2018/08/02 17:01:59 http: TLS handshake error from 10.244.1.1:55074: EOF 2018/08/02 17:02:09 http: TLS handshake error from 10.244.1.1:55080: EOF level=info timestamp=2018-08-02T17:02:17.724718Z 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:02:19 http: TLS handshake error from 10.244.1.1:55086: EOF 2018/08/02 17:02:29 http: TLS handshake error from 10.244.1.1:55092: EOF 2018/08/02 17:02:39 http: TLS handshake error from 10.244.1.1:55098: EOF level=info timestamp=2018-08-02T17:02:47.755991Z 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:02:49 http: TLS handshake error from 10.244.1.1:55104: EOF 2018/08/02 17:02:59 http: TLS handshake error from 10.244.1.1:55110: EOF 2018/08/02 17:03:09 http: TLS handshake error from 10.244.1.1:55116: EOF level=info timestamp=2018-08-02T17:03:17.772092Z 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:19 http: TLS handshake error from 10.244.1.1:55122: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:02:13.086333Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:02:14 http: TLS handshake error from 10.244.0.1:42424: EOF level=info timestamp=2018-08-02T17:02:23.482727Z 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:02:23.483501Z 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:02:24 http: TLS handshake error from 10.244.0.1:42448: EOF 2018/08/02 17:02:34 http: TLS handshake error from 10.244.0.1:42472: EOF level=info timestamp=2018-08-02T17:02:41.641321Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:02:43.116694Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:02:44 http: TLS handshake error from 10.244.0.1:42496: EOF 2018/08/02 17:02:54 http: TLS handshake error from 10.244.0.1:42520: EOF 2018/08/02 17:03:04 http: TLS handshake error from 10.244.0.1:42544: EOF level=info timestamp=2018-08-02T17:03:11.679207Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:03:13.147460Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:03:14 http: TLS handshake error from 10.244.0.1:42568: EOF 2018/08/02 17:03:24 http: TLS handshake error from 10.244.0.1:42592: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:54:07.389053Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2878\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2878" level=info timestamp=2018-08-02T16:57:07.795300Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi25tpl kind= uid=176a4fb5-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:57:07.795496Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi25tpl kind= uid=176a4fb5-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:57:07.842116Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi25tpl\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi25tpl" level=info timestamp=2018-08-02T16:57:07.854573Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi25tpl\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi25tpl" level=info timestamp=2018-08-02T16:57:09.057399Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:57:09.057528Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:00:09.528097Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:00:09.528279Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:00:09.567520Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifswv6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-alternative/testvmifswv6" level=info timestamp=2018-08-02T17:03:09.967731Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivnkxz kind= uid=ef4b4e08-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:03:09.967911Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivnkxz kind= uid=ef4b4e08-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:03:10.012090Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivnkxz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivnkxz" level=info timestamp=2018-08-02T17:03:10.751807Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:03:10.752595Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:03:25.768265Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:03:25.773044Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-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:25.773157Z 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/testvmizj8nr" level=info timestamp=2018-08-02T17:03:25.793403Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizj8nr, existing: true\n" level=info timestamp=2018-08-02T17:03:25.793475Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:03:25.793577Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:03:25.793668Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:03:25.800424Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-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:25.800622Z 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/testvmizj8nr" level=info timestamp=2018-08-02T17:03:25.840915Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizj8nr, existing: true\n" level=info timestamp=2018-08-02T17:03:25.841000Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:03:25.841023Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:03:25.841094Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:03:25.845304Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-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:25.845388Z 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/testvmizj8nr" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:03:08.681977Z 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/testvmifswv6" level=info timestamp=2018-08-02T17:03:10.198507Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: true\n" level=info timestamp=2018-08-02T17:03:10.198574Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:03:10.198597Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:03:10.199314Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.208913Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:03:10.210297Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: true\n" level=info timestamp=2018-08-02T17:03:10.210327Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:03:10.210354Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:03:10.210395Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.210452Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:03:10.240316Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: false\n" level=info timestamp=2018-08-02T17:03:10.241375Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:03:10.241469Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.241541Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmizj8nr-5ntch Pod phase: Running level=info timestamp=2018-08-02T17:03:25.720282Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-08-02T17:03:25.720341Z 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:03:25.722950Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=error timestamp=2018-08-02T17:03:25.728792Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:25.728987Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="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:03:25.764588Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:25.764654Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="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:03:25.772720Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:25.772835Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="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:03:25.799342Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:25.799432Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="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:03:25.844967Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:25.845076Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="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:03:25.929349Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:25.929434Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:04:19 http: TLS handshake error from 10.244.1.1:55158: EOF 2018/08/02 17:04:29 http: TLS handshake error from 10.244.1.1:55164: EOF 2018/08/02 17:04:39 http: TLS handshake error from 10.244.1.1:55170: EOF level=info timestamp=2018-08-02T17:04:47.725497Z 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:49 http: TLS handshake error from 10.244.1.1:55176: EOF 2018/08/02 17:04:59 http: TLS handshake error from 10.244.1.1:55182: EOF 2018/08/02 17:05:09 http: TLS handshake error from 10.244.1.1:55188: EOF level=info timestamp=2018-08-02T17:05:17.759099Z 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:05:19 http: TLS handshake error from 10.244.1.1:55194: EOF 2018/08/02 17:05:29 http: TLS handshake error from 10.244.1.1:55200: EOF 2018/08/02 17:05:39 http: TLS handshake error from 10.244.1.1:55206: EOF level=info timestamp=2018-08-02T17:05:47.741368Z 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:05:49 http: TLS handshake error from 10.244.1.1:55212: EOF 2018/08/02 17:05:59 http: TLS handshake error from 10.244.1.1:55218: EOF 2018/08/02 17:06:09 http: TLS handshake error from 10.244.1.1:55224: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running 2018/08/02 17:04:44 http: TLS handshake error from 10.244.0.1:42784: EOF 2018/08/02 17:04:54 http: TLS handshake error from 10.244.0.1:42808: EOF 2018/08/02 17:05:04 http: TLS handshake error from 10.244.0.1:42832: EOF level=info timestamp=2018-08-02T17:05:11.822668Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:05:13.267678Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:05:14 http: TLS handshake error from 10.244.0.1:42856: EOF level=info timestamp=2018-08-02T17:05:23.411549Z 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:05:23.412687Z 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:05:24 http: TLS handshake error from 10.244.0.1:42880: EOF 2018/08/02 17:05:34 http: TLS handshake error from 10.244.0.1:42904: EOF level=info timestamp=2018-08-02T17:05:41.868887Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:05:43.299755Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:05:44 http: TLS handshake error from 10.244.0.1:42928: EOF 2018/08/02 17:05:54 http: TLS handshake error from 10.244.0.1:42952: EOF 2018/08/02 17:06:04 http: TLS handshake error from 10.244.0.1:42976: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:54:07.389053Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil2878\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil2878" level=info timestamp=2018-08-02T16:57:07.795300Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi25tpl kind= uid=176a4fb5-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:57:07.795496Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi25tpl kind= uid=176a4fb5-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:57:07.842116Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi25tpl\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi25tpl" level=info timestamp=2018-08-02T16:57:07.854573Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi25tpl\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi25tpl" level=info timestamp=2018-08-02T16:57:09.057399Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:57:09.057528Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:00:09.528097Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:00:09.528279Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:00:09.567520Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifswv6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-alternative/testvmifswv6" level=info timestamp=2018-08-02T17:03:09.967731Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivnkxz kind= uid=ef4b4e08-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:03:09.967911Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivnkxz kind= uid=ef4b4e08-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:03:10.012090Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivnkxz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivnkxz" level=info timestamp=2018-08-02T17:03:10.751807Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:03:10.752595Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:04:06.763436Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:04:06.767509Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-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:06.767690Z 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/testvmizj8nr" level=info timestamp=2018-08-02T17:04:47.727939Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizj8nr, existing: true\n" level=info timestamp=2018-08-02T17:04:47.728016Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:04:47.728039Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:04:47.728129Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:04:47.731675Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-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:47.731864Z 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/testvmizj8nr" level=info timestamp=2018-08-02T17:06:09.652870Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizj8nr, existing: true\n" level=info timestamp=2018-08-02T17:06:09.652964Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:06:09.652994Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:06:09.653096Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:06:09.657832Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-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:09.658051Z 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/testvmizj8nr" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:03:10.199314Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.208913Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:03:10.210297Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: true\n" level=info timestamp=2018-08-02T17:03:10.210327Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:03:10.210354Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:03:10.210395Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.210452Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:03:10.240316Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: false\n" level=info timestamp=2018-08-02T17:03:10.241375Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:03:10.241469Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.241541Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:05:52.522309Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: false\n" level=info timestamp=2018-08-02T17:05:52.522424Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:05:52.522495Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:05:52.522608Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmizj8nr-5ntch Pod phase: Running level=error timestamp=2018-08-02T17:03:27.063809Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="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:03:28.348400Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:28.348492Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="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:03:30.913427Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:30.913539Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="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:03:36.038104Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:36.038175Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="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:03:46.282583Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:46.282695Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="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:04:06.767179Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:06.767261Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="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:04:47.731317Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:47.731394Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="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:06:09.657380Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:09.657484Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 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.284 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: testvmizj8nr,efc29f50-9675-11e8-bfc8-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:03:11.596302Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmizj8nr kind=VirtualMachineInstance uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmizj8nr-5ntch" level=info timestamp=2018-08-02T17:03:26.397644Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmizj8nr kind=VirtualMachineInstance uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmizj8nr-5ntch" level=error timestamp=2018-08-02T17:03:26.457834Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmizj8nr kind=VirtualMachineInstance uid=efc29f50-9675-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:04:39 http: TLS handshake error from 10.244.1.1:55170: EOF level=info timestamp=2018-08-02T17:04:47.725497Z 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:49 http: TLS handshake error from 10.244.1.1:55176: EOF 2018/08/02 17:04:59 http: TLS handshake error from 10.244.1.1:55182: EOF 2018/08/02 17:05:09 http: TLS handshake error from 10.244.1.1:55188: EOF level=info timestamp=2018-08-02T17:05:17.759099Z 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:05:19 http: TLS handshake error from 10.244.1.1:55194: EOF 2018/08/02 17:05:29 http: TLS handshake error from 10.244.1.1:55200: EOF 2018/08/02 17:05:39 http: TLS handshake error from 10.244.1.1:55206: EOF level=info timestamp=2018-08-02T17:05:47.741368Z 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:05:49 http: TLS handshake error from 10.244.1.1:55212: EOF 2018/08/02 17:05:59 http: TLS handshake error from 10.244.1.1:55218: EOF 2018/08/02 17:06:09 http: TLS handshake error from 10.244.1.1:55224: EOF level=info timestamp=2018-08-02T17:06:17.727145Z 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:19 http: TLS handshake error from 10.244.1.1:55230: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:05:13.267678Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:05:14 http: TLS handshake error from 10.244.0.1:42856: EOF level=info timestamp=2018-08-02T17:05:23.411549Z 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:05:23.412687Z 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:05:24 http: TLS handshake error from 10.244.0.1:42880: EOF 2018/08/02 17:05:34 http: TLS handshake error from 10.244.0.1:42904: EOF level=info timestamp=2018-08-02T17:05:41.868887Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:05:43.299755Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:05:44 http: TLS handshake error from 10.244.0.1:42928: EOF 2018/08/02 17:05:54 http: TLS handshake error from 10.244.0.1:42952: EOF 2018/08/02 17:06:04 http: TLS handshake error from 10.244.0.1:42976: EOF level=info timestamp=2018-08-02T17:06:11.905992Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:06:13.331266Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:06:14 http: TLS handshake error from 10.244.0.1:43000: EOF 2018/08/02 17:06:24 http: TLS handshake error from 10.244.0.1:43024: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:57:07.795496Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi25tpl kind= uid=176a4fb5-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:57:07.842116Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi25tpl\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi25tpl" level=info timestamp=2018-08-02T16:57:07.854573Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi25tpl\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi25tpl" level=info timestamp=2018-08-02T16:57:09.057399Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:57:09.057528Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:00:09.528097Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:00:09.528279Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:00:09.567520Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifswv6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-alternative/testvmifswv6" level=info timestamp=2018-08-02T17:03:09.967731Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivnkxz kind= uid=ef4b4e08-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:03:09.967911Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivnkxz kind= uid=ef4b4e08-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:03:10.012090Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivnkxz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivnkxz" level=info timestamp=2018-08-02T17:03:10.751807Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:03:10.752595Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:06:11.193588Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:06:11.194392Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:06:25.018958Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:06:25.022229Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-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:25.022313Z 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/testvmisqsxn" level=info timestamp=2018-08-02T17:06:25.029002Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmisqsxn, existing: true\n" level=info timestamp=2018-08-02T17:06:25.029041Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:06:25.029099Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:06:25.029146Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:06:25.031595Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-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:25.031670Z 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/testvmisqsxn" level=info timestamp=2018-08-02T17:06:25.071879Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmisqsxn, existing: true\n" level=info timestamp=2018-08-02T17:06:25.071958Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:06:25.071980Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:06:25.072061Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:06:25.076907Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-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:25.077097Z 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/testvmisqsxn" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:03:10.199314Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.208913Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:03:10.210297Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: true\n" level=info timestamp=2018-08-02T17:03:10.210327Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:03:10.210354Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:03:10.210395Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.210452Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:03:10.240316Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: false\n" level=info timestamp=2018-08-02T17:03:10.241375Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:03:10.241469Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.241541Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:05:52.522309Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: false\n" level=info timestamp=2018-08-02T17:05:52.522424Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:05:52.522495Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:05:52.522608Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmisqsxn-cc979 Pod phase: Running level=info timestamp=2018-08-02T17:06:24.992807Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-08-02T17:06:24.992924Z 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:06:25.002967Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=error timestamp=2018-08-02T17:06:25.003974Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:25.004389Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="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:06:25.018421Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:25.018497Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="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:06:25.021978Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:25.022090Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="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:06:25.031373Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:25.031432Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="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:06:25.076423Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:25.076524Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="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:06:25.160818Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:25.161016Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 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-testvmizj8nr-5ntch Pod phase: Pending Pod name: disks-images-provider-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:07:19 http: TLS handshake error from 10.244.1.1:55266: EOF 2018/08/02 17:07:29 http: TLS handshake error from 10.244.1.1:55272: EOF 2018/08/02 17:07:39 http: TLS handshake error from 10.244.1.1:55278: EOF level=info timestamp=2018-08-02T17:07:47.745669Z 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:49 http: TLS handshake error from 10.244.1.1:55284: EOF 2018/08/02 17:07:59 http: TLS handshake error from 10.244.1.1:55290: EOF 2018/08/02 17:08:09 http: TLS handshake error from 10.244.1.1:55296: EOF level=info timestamp=2018-08-02T17:08:17.741346Z 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:08:19 http: TLS handshake error from 10.244.1.1:55302: EOF 2018/08/02 17:08:29 http: TLS handshake error from 10.244.1.1:55308: EOF 2018/08/02 17:08:39 http: TLS handshake error from 10.244.1.1:55314: EOF level=info timestamp=2018-08-02T17:08:47.727221Z 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:08:49 http: TLS handshake error from 10.244.1.1:55320: EOF 2018/08/02 17:08:59 http: TLS handshake error from 10.244.1.1:55326: EOF 2018/08/02 17:09:09 http: TLS handshake error from 10.244.1.1:55332: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:07:42.011431Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:07:43.419857Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:07:44 http: TLS handshake error from 10.244.0.1:43216: EOF 2018/08/02 17:07:54 http: TLS handshake error from 10.244.0.1:43240: EOF 2018/08/02 17:08:04 http: TLS handshake error from 10.244.0.1:43264: EOF level=info timestamp=2018-08-02T17:08:12.035444Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:08:13.449084Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:08:14 http: TLS handshake error from 10.244.0.1:43288: EOF 2018/08/02 17:08:24 http: TLS handshake error from 10.244.0.1:43312: EOF 2018/08/02 17:08:34 http: TLS handshake error from 10.244.0.1:43336: EOF level=info timestamp=2018-08-02T17:08:42.061104Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:08:43.473712Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:08:44 http: TLS handshake error from 10.244.0.1:43360: EOF 2018/08/02 17:08:54 http: TLS handshake error from 10.244.0.1:43384: EOF 2018/08/02 17:09:04 http: TLS handshake error from 10.244.0.1:43408: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:57:07.795496Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi25tpl kind= uid=176a4fb5-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T16:57:07.842116Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi25tpl\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi25tpl" level=info timestamp=2018-08-02T16:57:07.854573Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi25tpl\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi25tpl" level=info timestamp=2018-08-02T16:57:09.057399Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:57:09.057528Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:00:09.528097Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:00:09.528279Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:00:09.567520Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifswv6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-alternative/testvmifswv6" level=info timestamp=2018-08-02T17:03:09.967731Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivnkxz kind= uid=ef4b4e08-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:03:09.967911Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivnkxz kind= uid=ef4b4e08-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:03:10.012090Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivnkxz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivnkxz" level=info timestamp=2018-08-02T17:03:10.751807Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:03:10.752595Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:06:11.193588Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:06:11.194392Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:07:46.962940Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:07:46.962968Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:07:46.963060Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:07:46.966623Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-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:07:46.966720Z 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/testvmisqsxn" level=info timestamp=2018-08-02T17:08:53.498349Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmizj8nr, existing: false\n" level=info timestamp=2018-08-02T17:08:53.498440Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:08:53.498507Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmizj8nr kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:08:53.498611Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmizj8nr kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:09:08.886969Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmisqsxn, existing: true\n" level=info timestamp=2018-08-02T17:09:08.887061Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:09:08.887086Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:09:08.887159Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:09:08.891803Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-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:08.891892Z 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/testvmisqsxn" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:03:10.199314Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.208913Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:03:10.210297Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: true\n" level=info timestamp=2018-08-02T17:03:10.210327Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:03:10.210354Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:03:10.210395Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.210452Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:03:10.240316Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: false\n" level=info timestamp=2018-08-02T17:03:10.241375Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:03:10.241469Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.241541Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:05:52.522309Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: false\n" level=info timestamp=2018-08-02T17:05:52.522424Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:05:52.522495Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:05:52.522608Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmisqsxn-cc979 Pod phase: Running level=error timestamp=2018-08-02T17:06:26.298261Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="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:06:27.582369Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.582463Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="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:06:30.146947Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:30.147054Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="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:06:35.272620Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:35.272702Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="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:06:45.517472Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:45.517561Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="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:07:06.002124Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:07:06.002205Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="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:07:46.966338Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:07:46.966417Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="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:09:08.891521Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:08.891627Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 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.456 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: testvmisqsxn,5b505786-9676-11e8-bfc8-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:06:12.011586Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmisqsxn kind=VirtualMachineInstance uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmisqsxn-cc979" level=info timestamp=2018-08-02T17:06:25.666816Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmisqsxn kind=VirtualMachineInstance uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmisqsxn-cc979" level=error timestamp=2018-08-02T17:06:25.713841Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmisqsxn kind=VirtualMachineInstance uid=5b505786-9676-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:07:49 http: TLS handshake error from 10.244.1.1:55284: EOF 2018/08/02 17:07:59 http: TLS handshake error from 10.244.1.1:55290: EOF 2018/08/02 17:08:09 http: TLS handshake error from 10.244.1.1:55296: EOF level=info timestamp=2018-08-02T17:08:17.741346Z 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:08:19 http: TLS handshake error from 10.244.1.1:55302: EOF 2018/08/02 17:08:29 http: TLS handshake error from 10.244.1.1:55308: EOF 2018/08/02 17:08:39 http: TLS handshake error from 10.244.1.1:55314: EOF level=info timestamp=2018-08-02T17:08:47.727221Z 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:08:49 http: TLS handshake error from 10.244.1.1:55320: EOF 2018/08/02 17:08:59 http: TLS handshake error from 10.244.1.1:55326: EOF 2018/08/02 17:09:09 http: TLS handshake error from 10.244.1.1:55332: EOF level=info timestamp=2018-08-02T17:09:17.691482Z 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:09:17.696356Z 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:09:17.736982Z 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:19 http: TLS handshake error from 10.244.1.1:55338: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:08:13.449084Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:08:14 http: TLS handshake error from 10.244.0.1:43288: EOF 2018/08/02 17:08:24 http: TLS handshake error from 10.244.0.1:43312: EOF 2018/08/02 17:08:34 http: TLS handshake error from 10.244.0.1:43336: EOF level=info timestamp=2018-08-02T17:08:42.061104Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:08:43.473712Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:08:44 http: TLS handshake error from 10.244.0.1:43360: EOF 2018/08/02 17:08:54 http: TLS handshake error from 10.244.0.1:43384: EOF 2018/08/02 17:09:04 http: TLS handshake error from 10.244.0.1:43408: EOF level=info timestamp=2018-08-02T17:09:12.087168Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:09:13.498270Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:09:14 http: TLS handshake error from 10.244.0.1:43432: EOF level=info timestamp=2018-08-02T17:09:23.543124Z 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:09:23.544212Z 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:09:24 http: TLS handshake error from 10.244.0.1:43456: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:57:09.057399Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:57:09.057528Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:00:09.528097Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:00:09.528279Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:00:09.567520Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifswv6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-alternative/testvmifswv6" level=info timestamp=2018-08-02T17:03:09.967731Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivnkxz kind= uid=ef4b4e08-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:03:09.967911Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivnkxz kind= uid=ef4b4e08-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:03:10.012090Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivnkxz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivnkxz" level=info timestamp=2018-08-02T17:03:10.751807Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:03:10.752595Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:06:11.193588Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:06:11.194392Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:09:11.657000Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:09:11.658241Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:09:11.714601Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6gg6w\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6gg6w" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:09:27.188598Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:09:27.188618Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:09:27.188701Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:09:27.216002Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-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:27.216239Z 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/testvmi6gg6w" level=info timestamp=2018-08-02T17:09:27.216285Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi6gg6w, existing: true\n" level=info timestamp=2018-08-02T17:09:27.216302Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:09:27.216326Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:09:27.216367Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:09:27.242549Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-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:27.242718Z 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/testvmi6gg6w" level=info timestamp=2018-08-02T17:09:27.242782Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi6gg6w, existing: true\n" level=info timestamp=2018-08-02T17:09:27.242800Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:09:27.242821Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:09:27.242891Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Processing vmi update" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:03:10.199314Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.208913Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:03:10.210297Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: true\n" level=info timestamp=2018-08-02T17:03:10.210327Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:03:10.210354Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:03:10.210395Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.210452Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:03:10.240316Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: false\n" level=info timestamp=2018-08-02T17:03:10.241375Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:03:10.241469Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.241541Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:05:52.522309Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: false\n" level=info timestamp=2018-08-02T17:05:52.522424Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:05:52.522495Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:05:52.522608Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi6gg6w-6fstz Pod phase: Running level=info timestamp=2018-08-02T17:09:27.213688Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gg6w/noCloud.iso" level=error timestamp=2018-08-02T17:09:27.215667Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.215708Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="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:27.240647Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gg6w/noCloud.iso" level=error timestamp=2018-08-02T17:09:27.242250Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.242300Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="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:27.266976Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gg6w/noCloud.iso" level=error timestamp=2018-08-02T17:09:27.269062Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.269122Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="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:27.293796Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gg6w/noCloud.iso" level=error timestamp=2018-08-02T17:09:27.295495Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.295604Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="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:27.333185Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gg6w/noCloud.iso" level=error timestamp=2018-08-02T17:09:27.334659Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.334712Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 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-testvmisqsxn-cc979 Pod phase: Failed level=error timestamp=2018-08-02T17:06:27.582463Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="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:06:30.146947Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:30.147054Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="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:06:35.272620Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:35.272702Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="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:06:45.517472Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:45.517561Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="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:07:06.002124Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:07:06.002205Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="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:07:46.966338Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:07:46.966417Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="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:09:08.891521Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:08.891627Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" caught signal virt-launcher exited with code 127 Pod name: disks-images-provider-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:10:19 http: TLS handshake error from 10.244.1.1:55374: EOF 2018/08/02 17:10:29 http: TLS handshake error from 10.244.1.1:55380: EOF 2018/08/02 17:10:39 http: TLS handshake error from 10.244.1.1:55386: EOF level=info timestamp=2018-08-02T17:10:47.760048Z 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:49 http: TLS handshake error from 10.244.1.1:55392: EOF 2018/08/02 17:10:59 http: TLS handshake error from 10.244.1.1:55398: EOF 2018/08/02 17:11:09 http: TLS handshake error from 10.244.1.1:55404: EOF level=info timestamp=2018-08-02T17:11:17.744098Z 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:11:19 http: TLS handshake error from 10.244.1.1:55410: EOF 2018/08/02 17:11:29 http: TLS handshake error from 10.244.1.1:55416: EOF 2018/08/02 17:11:39 http: TLS handshake error from 10.244.1.1:55422: EOF level=info timestamp=2018-08-02T17:11:47.734301Z 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:11:49 http: TLS handshake error from 10.244.1.1:55428: EOF 2018/08/02 17:11:59 http: TLS handshake error from 10.244.1.1:55434: EOF 2018/08/02 17:12:09 http: TLS handshake error from 10.244.1.1:55440: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:10:42.166594Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:10:43.584113Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:10:44 http: TLS handshake error from 10.244.0.1:43648: EOF 2018/08/02 17:10:54 http: TLS handshake error from 10.244.0.1:43672: EOF 2018/08/02 17:11:04 http: TLS handshake error from 10.244.0.1:43696: EOF level=info timestamp=2018-08-02T17:11:12.198494Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:11:13.616417Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:11:14 http: TLS handshake error from 10.244.0.1:43720: EOF 2018/08/02 17:11:24 http: TLS handshake error from 10.244.0.1:43744: EOF 2018/08/02 17:11:34 http: TLS handshake error from 10.244.0.1:43768: EOF level=info timestamp=2018-08-02T17:11:42.226388Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:11:43.638214Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:11:44 http: TLS handshake error from 10.244.0.1:43792: EOF 2018/08/02 17:11:54 http: TLS handshake error from 10.244.0.1:43816: EOF 2018/08/02 17:12:04 http: TLS handshake error from 10.244.0.1:43840: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T16:57:09.057399Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T16:57:09.057528Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi529xb kind= uid=182d5675-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:00:09.528097Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:00:09.528279Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:00:09.567520Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifswv6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-alternative/testvmifswv6" level=info timestamp=2018-08-02T17:03:09.967731Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivnkxz kind= uid=ef4b4e08-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:03:09.967911Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivnkxz kind= uid=ef4b4e08-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:03:10.012090Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivnkxz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivnkxz" level=info timestamp=2018-08-02T17:03:10.751807Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:03:10.752595Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:06:11.193588Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:06:11.194392Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:09:11.657000Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:09:11.658241Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:09:11.714601Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6gg6w\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6gg6w" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:10:49.346965Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:10:49.347005Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:10:49.347093Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:10:49.373156Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-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:10:49.373265Z 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/testvmi6gg6w" level=info timestamp=2018-08-02T17:11:52.732169Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmisqsxn, existing: false\n" level=info timestamp=2018-08-02T17:11:52.732256Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:11:52.732333Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmisqsxn kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:11:52.732406Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmisqsxn kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:12:11.293531Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi6gg6w, existing: true\n" level=info timestamp=2018-08-02T17:12:11.293621Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:12:11.293645Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:12:11.293798Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:12:11.318444Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-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:11.318634Z 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/testvmi6gg6w" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:03:10.199314Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.208913Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:03:10.210297Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: true\n" level=info timestamp=2018-08-02T17:03:10.210327Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:03:10.210354Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:03:10.210395Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.210452Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:03:10.240316Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: false\n" level=info timestamp=2018-08-02T17:03:10.241375Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:03:10.241469Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.241541Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:05:52.522309Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: false\n" level=info timestamp=2018-08-02T17:05:52.522424Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:05:52.522495Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:05:52.522608Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi6gg6w-6fstz Pod phase: Running level=info timestamp=2018-08-02T17:09:37.598303Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gg6w/noCloud.iso" level=error timestamp=2018-08-02T17:09:37.599872Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:37.599988Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="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:47.873030Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gg6w/noCloud.iso" level=error timestamp=2018-08-02T17:09:47.874918Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:47.875031Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="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:10:08.384170Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gg6w/noCloud.iso" level=error timestamp=2018-08-02T17:10:08.385928Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:10:08.385979Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="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:10:49.371092Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gg6w/noCloud.iso" level=error timestamp=2018-08-02T17:10:49.372720Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:10:49.372847Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="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:11.316601Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gg6w/noCloud.iso" level=error timestamp=2018-08-02T17:12:11.318051Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:11.318104Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 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.454 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: testvmi6gg6w,c6e0b848-9676-11e8-bfc8-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:09:12.482312Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi6gg6w kind=VirtualMachineInstance uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi6gg6w-6fstz" level=info timestamp=2018-08-02T17:09:27.818593Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi6gg6w kind=VirtualMachineInstance uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmi6gg6w-6fstz" level=error timestamp=2018-08-02T17:09:27.888777Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmi6gg6w kind=VirtualMachineInstance uid=c6e0b848-9676-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:10:39 http: TLS handshake error from 10.244.1.1:55386: EOF level=info timestamp=2018-08-02T17:10:47.760048Z 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:49 http: TLS handshake error from 10.244.1.1:55392: EOF 2018/08/02 17:10:59 http: TLS handshake error from 10.244.1.1:55398: EOF 2018/08/02 17:11:09 http: TLS handshake error from 10.244.1.1:55404: EOF level=info timestamp=2018-08-02T17:11:17.744098Z 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:11:19 http: TLS handshake error from 10.244.1.1:55410: EOF 2018/08/02 17:11:29 http: TLS handshake error from 10.244.1.1:55416: EOF 2018/08/02 17:11:39 http: TLS handshake error from 10.244.1.1:55422: EOF level=info timestamp=2018-08-02T17:11:47.734301Z 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:11:49 http: TLS handshake error from 10.244.1.1:55428: EOF 2018/08/02 17:11:59 http: TLS handshake error from 10.244.1.1:55434: EOF 2018/08/02 17:12:09 http: TLS handshake error from 10.244.1.1:55440: EOF level=info timestamp=2018-08-02T17:12:17.729505Z 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:19 http: TLS handshake error from 10.244.1.1:55446: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:11:13.616417Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:11:14 http: TLS handshake error from 10.244.0.1:43720: EOF 2018/08/02 17:11:24 http: TLS handshake error from 10.244.0.1:43744: EOF 2018/08/02 17:11:34 http: TLS handshake error from 10.244.0.1:43768: EOF level=info timestamp=2018-08-02T17:11:42.226388Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:11:43.638214Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:11:44 http: TLS handshake error from 10.244.0.1:43792: EOF 2018/08/02 17:11:54 http: TLS handshake error from 10.244.0.1:43816: EOF 2018/08/02 17:12:04 http: TLS handshake error from 10.244.0.1:43840: EOF level=info timestamp=2018-08-02T17:12:12.263571Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:12:13.669206Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:12:14 http: TLS handshake error from 10.244.0.1:43864: EOF level=info timestamp=2018-08-02T17:12:23.547723Z 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:12:23.548820Z 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:12:24 http: TLS handshake error from 10.244.0.1:43888: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:00:09.528097Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:00:09.528279Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:00:09.567520Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifswv6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-alternative/testvmifswv6" level=info timestamp=2018-08-02T17:03:09.967731Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivnkxz kind= uid=ef4b4e08-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:03:09.967911Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivnkxz kind= uid=ef4b4e08-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:03:10.012090Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivnkxz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivnkxz" level=info timestamp=2018-08-02T17:03:10.751807Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:03:10.752595Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:06:11.193588Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:06:11.194392Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:09:11.657000Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:09:11.658241Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:09:11.714601Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6gg6w\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6gg6w" level=info timestamp=2018-08-02T17:12:12.105508Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:12:12.106634Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:12:25.897034Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:12:25.897057Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:12:25.897101Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:12:25.924467Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-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:25.924645Z 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/testvmilm69n" level=info timestamp=2018-08-02T17:12:25.924694Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmilm69n, existing: true\n" level=info timestamp=2018-08-02T17:12:25.924710Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:12:25.924730Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:12:25.924804Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:12:25.956977Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-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:25.957477Z 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/testvmilm69n" level=info timestamp=2018-08-02T17:12:25.957606Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmilm69n, existing: true\n" level=info timestamp=2018-08-02T17:12:25.957624Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:12:25.957645Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:12:25.957717Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Processing vmi update" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:03:10.199314Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.208913Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:03:10.210297Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: true\n" level=info timestamp=2018-08-02T17:03:10.210327Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:03:10.210354Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:03:10.210395Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.210452Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:03:10.240316Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: false\n" level=info timestamp=2018-08-02T17:03:10.241375Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:03:10.241469Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.241541Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:05:52.522309Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: false\n" level=info timestamp=2018-08-02T17:05:52.522424Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:05:52.522495Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:05:52.522608Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi6gg6w-6fstz Pod phase: Failed level=error timestamp=2018-08-02T17:09:37.599988Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="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:47.873030Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gg6w/noCloud.iso" level=error timestamp=2018-08-02T17:09:47.874918Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:47.875031Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="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:10:08.384170Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gg6w/noCloud.iso" level=error timestamp=2018-08-02T17:10:08.385928Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:10:08.385979Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="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:10:49.371092Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gg6w/noCloud.iso" level=error timestamp=2018-08-02T17:10:49.372720Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:10:49.372847Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="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:11.316601Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi6gg6w/noCloud.iso" level=error timestamp=2018-08-02T17:12:11.318051Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:11.318104Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" caught signal virt-launcher exited with code 127 Pod name: virt-launcher-testvmilm69n-4ppbn Pod phase: Running level=info timestamp=2018-08-02T17:12:25.950501Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmilm69n/noCloud.iso" level=error timestamp=2018-08-02T17:12:25.954120Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:25.954173Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="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:25.983386Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmilm69n/noCloud.iso" level=error timestamp=2018-08-02T17:12:25.985213Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:25.985275Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="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:26.009315Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmilm69n/noCloud.iso" level=error timestamp=2018-08-02T17:12:26.011074Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:26.011115Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="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:26.051326Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmilm69n/noCloud.iso" level=error timestamp=2018-08-02T17:12:26.052612Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:26.052665Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="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:26.240619Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmilm69n/noCloud.iso" level=error timestamp=2018-08-02T17:12:26.242336Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:26.242374Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:13:19 http: TLS handshake error from 10.244.1.1:55482: EOF 2018/08/02 17:13:29 http: TLS handshake error from 10.244.1.1:55488: EOF 2018/08/02 17:13:39 http: TLS handshake error from 10.244.1.1:55494: EOF level=info timestamp=2018-08-02T17:13:47.730072Z 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:49 http: TLS handshake error from 10.244.1.1:55500: EOF 2018/08/02 17:13:59 http: TLS handshake error from 10.244.1.1:55506: EOF 2018/08/02 17:14:09 http: TLS handshake error from 10.244.1.1:55512: EOF level=info timestamp=2018-08-02T17:14:17.753778Z 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:19 http: TLS handshake error from 10.244.1.1:55518: EOF 2018/08/02 17:14:29 http: TLS handshake error from 10.244.1.1:55524: EOF 2018/08/02 17:14:39 http: TLS handshake error from 10.244.1.1:55530: EOF level=info timestamp=2018-08-02T17:14:47.729964Z 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:49 http: TLS handshake error from 10.244.1.1:55536: EOF 2018/08/02 17:14:59 http: TLS handshake error from 10.244.1.1:55542: EOF 2018/08/02 17:15:09 http: TLS handshake error from 10.244.1.1:55548: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running 2018/08/02 17:13:54 http: TLS handshake error from 10.244.0.1:44104: EOF 2018/08/02 17:14:04 http: TLS handshake error from 10.244.0.1:44128: EOF level=info timestamp=2018-08-02T17:14:12.375999Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:14:13.783858Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:14:14 http: TLS handshake error from 10.244.0.1:44152: EOF level=info timestamp=2018-08-02T17:14:23.422254Z 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:14:23.423233Z 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:14:24 http: TLS handshake error from 10.244.0.1:44176: EOF 2018/08/02 17:14:34 http: TLS handshake error from 10.244.0.1:44200: EOF level=info timestamp=2018-08-02T17:14:42.404067Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:14:43.812907Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:14:44 http: TLS handshake error from 10.244.0.1:44224: EOF 2018/08/02 17:14:54 http: TLS handshake error from 10.244.0.1:44248: EOF 2018/08/02 17:15:04 http: TLS handshake error from 10.244.0.1:44272: EOF level=info timestamp=2018-08-02T17:15:12.430939Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:00:09.528097Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:00:09.528279Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:00:09.567520Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifswv6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-alternative/testvmifswv6" level=info timestamp=2018-08-02T17:03:09.967731Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivnkxz kind= uid=ef4b4e08-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:03:09.967911Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivnkxz kind= uid=ef4b4e08-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:03:10.012090Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivnkxz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivnkxz" level=info timestamp=2018-08-02T17:03:10.751807Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:03:10.752595Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:06:11.193588Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:06:11.194392Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:09:11.657000Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:09:11.658241Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:09:11.714601Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6gg6w\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6gg6w" level=info timestamp=2018-08-02T17:12:12.105508Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:12:12.106634Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:13:48.051833Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:13:48.051866Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:13:48.052004Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:13:48.081337Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-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:13:48.081472Z 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/testvmilm69n" level=info timestamp=2018-08-02T17:14:55.158941Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi6gg6w, existing: false\n" level=info timestamp=2018-08-02T17:14:55.159027Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:14:55.159098Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi6gg6w kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:14:55.159190Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi6gg6w kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:15:10.001720Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmilm69n, existing: true\n" level=info timestamp=2018-08-02T17:15:10.001838Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:15:10.001885Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:15:10.001961Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:15:10.030147Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-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:10.030327Z 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/testvmilm69n" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:03:10.199314Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.208913Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:03:10.210297Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: true\n" level=info timestamp=2018-08-02T17:03:10.210327Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:03:10.210354Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:03:10.210395Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.210452Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind= uid=83be81e8-9675-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:03:10.240316Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: false\n" level=info timestamp=2018-08-02T17:03:10.241375Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:03:10.241469Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:03:10.241541Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:05:52.522309Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmifswv6, existing: false\n" level=info timestamp=2018-08-02T17:05:52.522424Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:05:52.522495Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:05:52.522608Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-alternative name=testvmifswv6 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmilm69n-4ppbn Pod phase: Running level=info timestamp=2018-08-02T17:12:36.309059Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmilm69n/noCloud.iso" level=error timestamp=2018-08-02T17:12:36.310833Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:36.310943Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="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:46.577595Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmilm69n/noCloud.iso" level=error timestamp=2018-08-02T17:12:46.579421Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:46.579518Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="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:07.088906Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmilm69n/noCloud.iso" level=error timestamp=2018-08-02T17:13:07.090819Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:07.090891Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="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:48.079281Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmilm69n/noCloud.iso" level=error timestamp=2018-08-02T17:13:48.080977Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:48.081076Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="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:10.028243Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmilm69n/noCloud.iso" level=error timestamp=2018-08-02T17:15:10.029782Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:10.029895Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 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.450 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 some grace period seconds /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:831 should result in vmi status succeeded [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:832 Unexpected Warning event received: testvmilm69n,326eae6b-9677-11e8-bfc8-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:12:12.917747Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmilm69n kind=VirtualMachineInstance uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmilm69n-4ppbn" level=info timestamp=2018-08-02T17:12:26.535697Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmilm69n kind=VirtualMachineInstance uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmilm69n-4ppbn" level=error timestamp=2018-08-02T17:12:26.599138Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmilm69n kind=VirtualMachineInstance uid=326eae6b-9677-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:13:39 http: TLS handshake error from 10.244.1.1:55494: EOF level=info timestamp=2018-08-02T17:13:47.730072Z 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:49 http: TLS handshake error from 10.244.1.1:55500: EOF 2018/08/02 17:13:59 http: TLS handshake error from 10.244.1.1:55506: EOF 2018/08/02 17:14:09 http: TLS handshake error from 10.244.1.1:55512: EOF level=info timestamp=2018-08-02T17:14:17.753778Z 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:19 http: TLS handshake error from 10.244.1.1:55518: EOF 2018/08/02 17:14:29 http: TLS handshake error from 10.244.1.1:55524: EOF 2018/08/02 17:14:39 http: TLS handshake error from 10.244.1.1:55530: EOF level=info timestamp=2018-08-02T17:14:47.729964Z 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:49 http: TLS handshake error from 10.244.1.1:55536: EOF 2018/08/02 17:14:59 http: TLS handshake error from 10.244.1.1:55542: EOF 2018/08/02 17:15:09 http: TLS handshake error from 10.244.1.1:55548: EOF level=info timestamp=2018-08-02T17:15:17.797262Z 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:19 http: TLS handshake error from 10.244.1.1:55554: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:14:23.422254Z 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:14:23.423233Z 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:14:24 http: TLS handshake error from 10.244.0.1:44176: EOF 2018/08/02 17:14:34 http: TLS handshake error from 10.244.0.1:44200: EOF level=info timestamp=2018-08-02T17:14:42.404067Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:14:43.812907Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:14:44 http: TLS handshake error from 10.244.0.1:44224: EOF 2018/08/02 17:14:54 http: TLS handshake error from 10.244.0.1:44248: EOF 2018/08/02 17:15:04 http: TLS handshake error from 10.244.0.1:44272: EOF level=info timestamp=2018-08-02T17:15:12.430939Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:15:13.846604Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:15:14 http: TLS handshake error from 10.244.0.1:44296: EOF level=info timestamp=2018-08-02T17:15:23.425925Z 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:23.426772Z 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:24 http: TLS handshake error from 10.244.0.1:44320: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:03:09.967731Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivnkxz kind= uid=ef4b4e08-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:03:09.967911Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivnkxz kind= uid=ef4b4e08-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:03:10.012090Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivnkxz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivnkxz" level=info timestamp=2018-08-02T17:03:10.751807Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:03:10.752595Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:06:11.193588Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:06:11.194392Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:09:11.657000Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:09:11.658241Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:09:11.714601Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6gg6w\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6gg6w" level=info timestamp=2018-08-02T17:12:12.105508Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:12:12.106634Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:12.571353Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:15:12.572586Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:12.636363Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivdt8v\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivdt8v" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:15:10.030327Z 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/testvmilm69n" level=info timestamp=2018-08-02T17:15:12.362696Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmilm69n, existing: true\n" level=info timestamp=2018-08-02T17:15:12.362826Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:15:12.362876Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:15:12.362975Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:15:12.376520Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:15:12.376617Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmilm69n, existing: true\n" level=info timestamp=2018-08-02T17:15:12.376642Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:15:12.376663Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:15:12.376725Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:15:12.376828Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:15:12.389983Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmilm69n, existing: false\n" level=info timestamp=2018-08-02T17:15:12.390059Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:15:12.390137Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmilm69n kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:15:12.390210Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmilm69n kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:15:28.390576Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:15:28.390596Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:15:28.390812Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:15:28.398169Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-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:28.398809Z 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/testvmivdt8v" level=info timestamp=2018-08-02T17:15:28.419055Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivdt8v, existing: true\n" level=info timestamp=2018-08-02T17:15:28.419141Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:15:28.419165Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:15:28.419289Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:15:28.425565Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-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:28.425828Z 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/testvmivdt8v" level=info timestamp=2018-08-02T17:15:28.466086Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivdt8v, existing: true\n" level=info timestamp=2018-08-02T17:15:28.466181Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:15:28.466206Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:15:28.466300Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Processing vmi update" Pod name: virt-launcher-testvmilm69n-4ppbn Pod phase: Failed level=error timestamp=2018-08-02T17:12:36.310943Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="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:46.577595Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmilm69n/noCloud.iso" level=error timestamp=2018-08-02T17:12:46.579421Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:46.579518Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="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:07.088906Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmilm69n/noCloud.iso" level=error timestamp=2018-08-02T17:13:07.090819Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:07.090891Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="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:48.079281Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmilm69n/noCloud.iso" level=error timestamp=2018-08-02T17:13:48.080977Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:48.081076Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="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:10.028243Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmilm69n/noCloud.iso" level=error timestamp=2018-08-02T17:15:10.029782Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:10.029895Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" caught signal virt-launcher exited with code 127 Pod name: virt-launcher-testvmivdt8v-fv4bb Pod phase: Running level=info timestamp=2018-08-02T17:15:28.361792Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=error timestamp=2018-08-02T17:15:28.363953Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:28.364114Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="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:15:28.388891Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:28.389128Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="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:15:28.397464Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:28.397551Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="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:15:28.425293Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:28.425378Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="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:15:28.472266Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:28.472339Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="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:15:28.562365Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:28.562451Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="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:15:28.727000Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:28.727108Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:16:19 http: TLS handshake error from 10.244.1.1:55590: EOF 2018/08/02 17:16:29 http: TLS handshake error from 10.244.1.1:55596: EOF 2018/08/02 17:16:39 http: TLS handshake error from 10.244.1.1:55602: EOF level=info timestamp=2018-08-02T17:16:47.732330Z 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:49 http: TLS handshake error from 10.244.1.1:55608: EOF 2018/08/02 17:16:59 http: TLS handshake error from 10.244.1.1:55614: EOF 2018/08/02 17:17:09 http: TLS handshake error from 10.244.1.1:55620: EOF level=info timestamp=2018-08-02T17:17:17.733566Z 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:19 http: TLS handshake error from 10.244.1.1:55626: EOF 2018/08/02 17:17:29 http: TLS handshake error from 10.244.1.1:55632: EOF 2018/08/02 17:17:39 http: TLS handshake error from 10.244.1.1:55638: EOF level=info timestamp=2018-08-02T17:17:47.756362Z 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:49 http: TLS handshake error from 10.244.1.1:55644: EOF 2018/08/02 17:17:59 http: TLS handshake error from 10.244.1.1:55650: EOF 2018/08/02 17:18:09 http: TLS handshake error from 10.244.1.1:55656: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running 2018/08/02 17:16:54 http: TLS handshake error from 10.244.0.1:44536: EOF 2018/08/02 17:17:04 http: TLS handshake error from 10.244.0.1:44560: EOF level=info timestamp=2018-08-02T17:17:12.551876Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:17:13.965171Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:17:14 http: TLS handshake error from 10.244.0.1:44584: EOF level=info timestamp=2018-08-02T17:17:23.428253Z 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:17:23.429178Z 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:17:24 http: TLS handshake error from 10.244.0.1:44608: EOF 2018/08/02 17:17:34 http: TLS handshake error from 10.244.0.1:44632: EOF level=info timestamp=2018-08-02T17:17:42.608141Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:17:43.997215Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:17:44 http: TLS handshake error from 10.244.0.1:44656: EOF 2018/08/02 17:17:54 http: TLS handshake error from 10.244.0.1:44680: EOF 2018/08/02 17:18:04 http: TLS handshake error from 10.244.0.1:44704: EOF level=info timestamp=2018-08-02T17:18:12.646045Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:03:09.967731Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivnkxz kind= uid=ef4b4e08-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:03:09.967911Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivnkxz kind= uid=ef4b4e08-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:03:10.012090Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivnkxz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivnkxz" level=info timestamp=2018-08-02T17:03:10.751807Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:03:10.752595Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:06:11.193588Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:06:11.194392Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:09:11.657000Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:09:11.658241Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:09:11.714601Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6gg6w\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6gg6w" level=info timestamp=2018-08-02T17:12:12.105508Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:12:12.106634Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:12.571353Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:15:12.572586Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:12.636363Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivdt8v\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivdt8v" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:15:12.362975Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:15:12.376520Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:15:12.376617Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmilm69n, existing: true\n" level=info timestamp=2018-08-02T17:15:12.376642Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:15:12.376663Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:15:12.376725Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:15:12.376828Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:15:12.389983Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmilm69n, existing: false\n" level=info timestamp=2018-08-02T17:15:12.390059Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:15:12.390137Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmilm69n kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:15:12.390210Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmilm69n kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:17:53.870627Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmilm69n, existing: false\n" level=info timestamp=2018-08-02T17:17:53.870719Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:17:53.870824Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmilm69n kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:17:53.870928Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmilm69n kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:16:09.410227Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:16:09.413681Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-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:09.413789Z 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/testvmivdt8v" level=info timestamp=2018-08-02T17:16:50.374012Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivdt8v, existing: true\n" level=info timestamp=2018-08-02T17:16:50.374104Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:16:50.374135Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:16:50.374249Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:16:50.377520Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-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:50.377657Z 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/testvmivdt8v" level=info timestamp=2018-08-02T17:18:12.298000Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivdt8v, existing: true\n" level=info timestamp=2018-08-02T17:18:12.298096Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:18:12.298125Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:18:12.298225Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:18:12.316790Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-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:12.316941Z 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/testvmivdt8v" Pod name: virt-launcher-testvmivdt8v-fv4bb Pod phase: Running level=error timestamp=2018-08-02T17:15:29.697536Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="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:15:30.993033Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:30.993122Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="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:15:33.558051Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:33.558136Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="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:15:38.683922Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:38.684043Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="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:15:48.929014Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:48.929093Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="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:16:09.413399Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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.413478Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="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:16:50.377249Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:50.377317Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="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:18:12.306135Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:12.306233Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 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.474 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 grace period greater than 0 /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:856 should run graceful shutdown [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:857 Unexpected Warning event received: testvmivdt8v,9dffceba-9677-11e8-bfc8-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: Setting a VirtualMachineInstance termination grace period to 5 STEP: Creating the VirtualMachineInstance level=info timestamp=2018-08-02T17:15:13.410192Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmivdt8v-fv4bb" level=info timestamp=2018-08-02T17:15:28.515967Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmivdt8v-fv4bb" level=error timestamp=2018-08-02T17:15:28.557568Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid=9dffceba-9677-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:16:39 http: TLS handshake error from 10.244.1.1:55602: EOF level=info timestamp=2018-08-02T17:16:47.732330Z 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:49 http: TLS handshake error from 10.244.1.1:55608: EOF 2018/08/02 17:16:59 http: TLS handshake error from 10.244.1.1:55614: EOF 2018/08/02 17:17:09 http: TLS handshake error from 10.244.1.1:55620: EOF level=info timestamp=2018-08-02T17:17:17.733566Z 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:19 http: TLS handshake error from 10.244.1.1:55626: EOF 2018/08/02 17:17:29 http: TLS handshake error from 10.244.1.1:55632: EOF 2018/08/02 17:17:39 http: TLS handshake error from 10.244.1.1:55638: EOF level=info timestamp=2018-08-02T17:17:47.756362Z 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:49 http: TLS handshake error from 10.244.1.1:55644: EOF 2018/08/02 17:17:59 http: TLS handshake error from 10.244.1.1:55650: EOF 2018/08/02 17:18:09 http: TLS handshake error from 10.244.1.1:55656: EOF level=info timestamp=2018-08-02T17:18:17.740329Z 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:19 http: TLS handshake error from 10.244.1.1:55662: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:17:13.965171Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:17:14 http: TLS handshake error from 10.244.0.1:44584: EOF level=info timestamp=2018-08-02T17:17:23.428253Z 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:17:23.429178Z 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:17:24 http: TLS handshake error from 10.244.0.1:44608: EOF 2018/08/02 17:17:34 http: TLS handshake error from 10.244.0.1:44632: EOF level=info timestamp=2018-08-02T17:17:42.608141Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:17:43.997215Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:17:44 http: TLS handshake error from 10.244.0.1:44656: EOF 2018/08/02 17:17:54 http: TLS handshake error from 10.244.0.1:44680: EOF 2018/08/02 17:18:04 http: TLS handshake error from 10.244.0.1:44704: EOF level=info timestamp=2018-08-02T17:18:12.646045Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:18:14.027682Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:18:14 http: TLS handshake error from 10.244.0.1:44728: EOF 2018/08/02 17:18:24 http: TLS handshake error from 10.244.0.1:44752: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:03:10.012090Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivnkxz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivnkxz" level=info timestamp=2018-08-02T17:03:10.751807Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:03:10.752595Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:06:11.193588Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:06:11.194392Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:09:11.657000Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:09:11.658241Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:09:11.714601Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6gg6w\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6gg6w" level=info timestamp=2018-08-02T17:12:12.105508Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:12:12.106634Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:12.571353Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:15:12.572586Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:12.636363Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivdt8v\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivdt8v" level=info timestamp=2018-08-02T17:18:13.028589Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:18:13.028766Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:18:27.924330Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:18:27.927600Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-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:27.927683Z 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/testvmitqw5f" level=info timestamp=2018-08-02T17:18:27.947963Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmitqw5f, existing: true\n" level=info timestamp=2018-08-02T17:18:27.948046Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:18:27.948073Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:18:27.948179Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:18:27.950953Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-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:27.951049Z 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/testvmitqw5f" level=info timestamp=2018-08-02T17:18:27.991245Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmitqw5f, existing: true\n" level=info timestamp=2018-08-02T17:18:27.991323Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:18:27.991346Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:18:27.991440Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:18:27.994291Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-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:27.994386Z 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/testvmitqw5f" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:18:12.316941Z 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/testvmivdt8v" level=info timestamp=2018-08-02T17:18:13.349306Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivdt8v, existing: true\n" level=info timestamp=2018-08-02T17:18:13.349377Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:18:13.349406Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:18:13.349498Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:18:13.367572Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:18:13.367719Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivdt8v, existing: true\n" level=info timestamp=2018-08-02T17:18:13.367752Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:18:13.367774Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:18:13.367840Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:18:13.367912Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:18:13.379317Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivdt8v, existing: false\n" level=info timestamp=2018-08-02T17:18:13.379369Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:18:13.379418Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:18:13.379480Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmitqw5f-wsz6w Pod phase: Running level=info timestamp=2018-08-02T17:18:27.897234Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-08-02T17:18:27.897300Z 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:18:27.898421Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=error timestamp=2018-08-02T17:18:27.903787Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.903941Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="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:18:27.922576Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.922640Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="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:18:27.927373Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.927458Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="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:18:27.950684Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.950733Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="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:18:27.994083Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.994149Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="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:18:28.077404Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:28.077471Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 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-testvmivdt8v-fv4bb Pod phase: Failed level=error timestamp=2018-08-02T17:15:30.993122Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="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:15:33.558051Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:33.558136Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="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:15:38.683922Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:38.684043Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="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:15:48.929014Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:48.929093Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="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:16:09.413399Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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.413478Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="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:16:50.377249Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:50.377317Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="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:18:12.306135Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:12.306233Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" caught signal virt-launcher exited with code 127 Pod name: disks-images-provider-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:19:19 http: TLS handshake error from 10.244.1.1:55698: EOF 2018/08/02 17:19:29 http: TLS handshake error from 10.244.1.1:55704: EOF 2018/08/02 17:19:39 http: TLS handshake error from 10.244.1.1:55710: EOF level=info timestamp=2018-08-02T17:19:47.763167Z 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:49 http: TLS handshake error from 10.244.1.1:55716: EOF 2018/08/02 17:19:59 http: TLS handshake error from 10.244.1.1:55722: EOF 2018/08/02 17:20:09 http: TLS handshake error from 10.244.1.1:55728: EOF level=info timestamp=2018-08-02T17:20:17.734263Z 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:19 http: TLS handshake error from 10.244.1.1:55734: EOF 2018/08/02 17:20:29 http: TLS handshake error from 10.244.1.1:55740: EOF 2018/08/02 17:20:39 http: TLS handshake error from 10.244.1.1:55746: EOF level=info timestamp=2018-08-02T17:20:47.767968Z 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:49 http: TLS handshake error from 10.244.1.1:55752: EOF 2018/08/02 17:20:59 http: TLS handshake error from 10.244.1.1:55758: EOF 2018/08/02 17:21:09 http: TLS handshake error from 10.244.1.1:55764: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running 2018/08/02 17:19:54 http: TLS handshake error from 10.244.0.1:44968: EOF 2018/08/02 17:20:04 http: TLS handshake error from 10.244.0.1:44992: EOF level=info timestamp=2018-08-02T17:20:12.761071Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:20:14.145709Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:20:14 http: TLS handshake error from 10.244.0.1:45016: EOF level=info timestamp=2018-08-02T17:20:23.505592Z 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:23.506547Z 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:24 http: TLS handshake error from 10.244.0.1:45040: EOF 2018/08/02 17:20:34 http: TLS handshake error from 10.244.0.1:45064: EOF level=info timestamp=2018-08-02T17:20:42.788358Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:20:44.177488Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:20:44 http: TLS handshake error from 10.244.0.1:45088: EOF 2018/08/02 17:20:54 http: TLS handshake error from 10.244.0.1:45112: EOF 2018/08/02 17:21:04 http: TLS handshake error from 10.244.0.1:45136: EOF level=info timestamp=2018-08-02T17:21:12.818398Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:03:10.012090Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivnkxz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivnkxz" level=info timestamp=2018-08-02T17:03:10.751807Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:03:10.752595Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizj8nr kind= uid=efc29f50-9675-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:06:11.193588Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:06:11.194392Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:09:11.657000Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:09:11.658241Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:09:11.714601Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6gg6w\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6gg6w" level=info timestamp=2018-08-02T17:12:12.105508Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:12:12.106634Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:12.571353Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:15:12.572586Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:12.636363Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivdt8v\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivdt8v" level=info timestamp=2018-08-02T17:18:13.028589Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:18:13.028766Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:19:08.913265Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:19:08.917261Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-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:08.917482Z 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/testvmitqw5f" level=info timestamp=2018-08-02T17:19:49.877821Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmitqw5f, existing: true\n" level=info timestamp=2018-08-02T17:19:49.877929Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:19:49.877963Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:19:49.878051Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:19:49.881863Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-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:49.881973Z 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/testvmitqw5f" level=info timestamp=2018-08-02T17:21:11.802403Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmitqw5f, existing: true\n" level=info timestamp=2018-08-02T17:21:11.802549Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:21:11.802615Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:21:11.802869Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:21:11.817351Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-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:11.817579Z 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/testvmitqw5f" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:18:13.349498Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:18:13.367572Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:18:13.367719Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivdt8v, existing: true\n" level=info timestamp=2018-08-02T17:18:13.367752Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:18:13.367774Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:18:13.367840Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:18:13.367912Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:18:13.379317Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivdt8v, existing: false\n" level=info timestamp=2018-08-02T17:18:13.379369Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:18:13.379418Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:18:13.379480Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:20:56.157186Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivdt8v, existing: false\n" level=info timestamp=2018-08-02T17:20:56.157301Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:20:56.157379Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:20:56.157457Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmitqw5f-wsz6w Pod phase: Running level=error timestamp=2018-08-02T17:18:29.214546Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="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:18:30.499149Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:30.499242Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="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:18:33.063785Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:33.063883Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="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:18:38.187592Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:38.187665Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="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:18:48.432222Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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.432322Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="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:19:08.916918Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:08.917009Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="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:19:49.881553Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:49.881643Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="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:21:11.812807Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:11.812894Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 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.449 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:51 Killed VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:908 should be in Failed phase [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:909 Unexpected Warning event received: testvmitqw5f,098f831b-9678-11e8-bfc8-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-02T17:18:13.826187Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmitqw5f kind=VirtualMachineInstance uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmitqw5f-wsz6w" level=info timestamp=2018-08-02T17:18:28.579415Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmitqw5f kind=VirtualMachineInstance uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmitqw5f-wsz6w" level=error timestamp=2018-08-02T17:18:28.624172Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmitqw5f kind=VirtualMachineInstance uid=098f831b-9678-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:19:39 http: TLS handshake error from 10.244.1.1:55710: EOF level=info timestamp=2018-08-02T17:19:47.763167Z 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:49 http: TLS handshake error from 10.244.1.1:55716: EOF 2018/08/02 17:19:59 http: TLS handshake error from 10.244.1.1:55722: EOF 2018/08/02 17:20:09 http: TLS handshake error from 10.244.1.1:55728: EOF level=info timestamp=2018-08-02T17:20:17.734263Z 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:19 http: TLS handshake error from 10.244.1.1:55734: EOF 2018/08/02 17:20:29 http: TLS handshake error from 10.244.1.1:55740: EOF 2018/08/02 17:20:39 http: TLS handshake error from 10.244.1.1:55746: EOF level=info timestamp=2018-08-02T17:20:47.767968Z 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:49 http: TLS handshake error from 10.244.1.1:55752: EOF 2018/08/02 17:20:59 http: TLS handshake error from 10.244.1.1:55758: EOF 2018/08/02 17:21:09 http: TLS handshake error from 10.244.1.1:55764: EOF level=info timestamp=2018-08-02T17:21:17.735231Z 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:19 http: TLS handshake error from 10.244.1.1:55770: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:20:14.145709Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:20:14 http: TLS handshake error from 10.244.0.1:45016: EOF level=info timestamp=2018-08-02T17:20:23.505592Z 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:23.506547Z 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:24 http: TLS handshake error from 10.244.0.1:45040: EOF 2018/08/02 17:20:34 http: TLS handshake error from 10.244.0.1:45064: EOF level=info timestamp=2018-08-02T17:20:42.788358Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:20:44.177488Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:20:44 http: TLS handshake error from 10.244.0.1:45088: EOF 2018/08/02 17:20:54 http: TLS handshake error from 10.244.0.1:45112: EOF 2018/08/02 17:21:04 http: TLS handshake error from 10.244.0.1:45136: EOF level=info timestamp=2018-08-02T17:21:12.818398Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:21:14.204115Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:21:14 http: TLS handshake error from 10.244.0.1:45160: EOF 2018/08/02 17:21:24 http: TLS handshake error from 10.244.0.1:45184: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:06:11.193588Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:06:11.194392Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:09:11.657000Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:09:11.658241Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:09:11.714601Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6gg6w\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6gg6w" level=info timestamp=2018-08-02T17:12:12.105508Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:12:12.106634Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:12.571353Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:15:12.572586Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:12.636363Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivdt8v\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivdt8v" level=info timestamp=2018-08-02T17:18:13.028589Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:18:13.028766Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:21:13.479722Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:21:13.480972Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:21:13.555316Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijkpll\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijkpll" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:21:27.243044Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:21:27.246409Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-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:27.246494Z 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/testvmijkpll" level=info timestamp=2018-08-02T17:21:27.266945Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmijkpll, existing: true\n" level=info timestamp=2018-08-02T17:21:27.267032Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:21:27.267063Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:21:27.267145Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:21:27.271103Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-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:27.271221Z 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/testvmijkpll" level=info timestamp=2018-08-02T17:21:27.311468Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmijkpll, existing: true\n" level=info timestamp=2018-08-02T17:21:27.311562Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:21:27.311591Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:21:27.311704Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:21:27.315775Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-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:27.315895Z 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/testvmijkpll" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:18:13.349498Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:18:13.367572Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:18:13.367719Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivdt8v, existing: true\n" level=info timestamp=2018-08-02T17:18:13.367752Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:18:13.367774Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:18:13.367840Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:18:13.367912Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:18:13.379317Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivdt8v, existing: false\n" level=info timestamp=2018-08-02T17:18:13.379369Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:18:13.379418Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:18:13.379480Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:20:56.157186Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivdt8v, existing: false\n" level=info timestamp=2018-08-02T17:20:56.157301Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:20:56.157379Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:20:56.157457Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmijkpll-2fnbt Pod phase: Running level=info timestamp=2018-08-02T17:21:27.217413Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-08-02T17:21:27.217623Z 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:21:27.218209Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=error timestamp=2018-08-02T17:21:27.223197Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.223316Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="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:21:27.241528Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.241604Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="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:21:27.246185Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.246267Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="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:21:27.270836Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.270913Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="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:21:27.315475Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.315555Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="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:21:27.399918Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.400000Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 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-testvmitqw5f-wsz6w Pod phase: Pending Pod name: disks-images-provider-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:22:19 http: TLS handshake error from 10.244.1.1:55806: EOF 2018/08/02 17:22:29 http: TLS handshake error from 10.244.1.1:55812: EOF 2018/08/02 17:22:39 http: TLS handshake error from 10.244.1.1:55818: EOF level=info timestamp=2018-08-02T17:22:47.736580Z 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:49 http: TLS handshake error from 10.244.1.1:55824: EOF 2018/08/02 17:22:59 http: TLS handshake error from 10.244.1.1:55830: EOF 2018/08/02 17:23:09 http: TLS handshake error from 10.244.1.1:55836: EOF level=info timestamp=2018-08-02T17:23:17.741689Z 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:23:19 http: TLS handshake error from 10.244.1.1:55842: EOF 2018/08/02 17:23:29 http: TLS handshake error from 10.244.1.1:55848: EOF 2018/08/02 17:23:39 http: TLS handshake error from 10.244.1.1:55854: EOF level=info timestamp=2018-08-02T17:23:47.751476Z 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:23:49 http: TLS handshake error from 10.244.1.1:55860: EOF 2018/08/02 17:23:59 http: TLS handshake error from 10.244.1.1:55866: EOF 2018/08/02 17:24:09 http: TLS handshake error from 10.244.1.1:55872: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:22:44.288057Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:22:44 http: TLS handshake error from 10.244.0.1:45376: EOF 2018/08/02 17:22:54 http: TLS handshake error from 10.244.0.1:45400: EOF 2018/08/02 17:23:04 http: TLS handshake error from 10.244.0.1:45424: EOF level=info timestamp=2018-08-02T17:23:12.935251Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:23:14.316940Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:23:14 http: TLS handshake error from 10.244.0.1:45448: EOF 2018/08/02 17:23:24 http: TLS handshake error from 10.244.0.1:45472: EOF 2018/08/02 17:23:34 http: TLS handshake error from 10.244.0.1:45496: EOF level=info timestamp=2018-08-02T17:23:42.967529Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:23:44.338525Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:23:44 http: TLS handshake error from 10.244.0.1:45520: EOF 2018/08/02 17:23:54 http: TLS handshake error from 10.244.0.1:45544: EOF 2018/08/02 17:24:04 http: TLS handshake error from 10.244.0.1:45568: EOF level=info timestamp=2018-08-02T17:24:12.997898Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:06:11.193588Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:06:11.194392Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisqsxn kind= uid=5b505786-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:09:11.657000Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:09:11.658241Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:09:11.714601Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6gg6w\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6gg6w" level=info timestamp=2018-08-02T17:12:12.105508Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:12:12.106634Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:12.571353Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:15:12.572586Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:12.636363Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivdt8v\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivdt8v" level=info timestamp=2018-08-02T17:18:13.028589Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:18:13.028766Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:21:13.479722Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:21:13.480972Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:21:13.555316Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijkpll\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijkpll" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:22:49.201246Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:22:49.201274Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:22:49.201358Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:22:49.205434Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-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:49.205655Z 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/testvmijkpll" level=info timestamp=2018-08-02T17:23:55.658282Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmitqw5f, existing: false\n" level=info timestamp=2018-08-02T17:23:55.658464Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:23:55.658564Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmitqw5f kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:23:55.658733Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmitqw5f kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:24:11.127189Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmijkpll, existing: true\n" level=info timestamp=2018-08-02T17:24:11.127434Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:24:11.127471Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:24:11.127564Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:24:11.134489Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-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:11.134641Z 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/testvmijkpll" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:18:13.349498Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:18:13.367572Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:18:13.367719Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivdt8v, existing: true\n" level=info timestamp=2018-08-02T17:18:13.367752Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:18:13.367774Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:18:13.367840Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:18:13.367912Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:18:13.379317Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivdt8v, existing: false\n" level=info timestamp=2018-08-02T17:18:13.379369Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:18:13.379418Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:18:13.379480Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:20:56.157186Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivdt8v, existing: false\n" level=info timestamp=2018-08-02T17:20:56.157301Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:20:56.157379Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:20:56.157457Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmijkpll-2fnbt Pod phase: Running level=error timestamp=2018-08-02T17:21:28.533616Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="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:21:29.818064Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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.818171Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="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:21:32.385214Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:32.385298Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="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:21:37.509429Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:37.509505Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="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:21:47.754506Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:47.755035Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="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:22:08.240233Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:08.240326Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="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:22:49.204937Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:49.205092Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="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:11.133394Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:11.133711Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 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.451 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:51 Killed VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:908 should be left alone by virt-handler [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:936 Unexpected Warning event received: testvmijkpll,751e3064-9678-11e8-bfc8-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-02T17:21:14.357276Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmijkpll kind=VirtualMachineInstance uid=751e3064-9678-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmijkpll-2fnbt" level=info timestamp=2018-08-02T17:21:27.898557Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmijkpll kind=VirtualMachineInstance uid=751e3064-9678-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmijkpll-2fnbt" level=error timestamp=2018-08-02T17:21:27.940745Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmijkpll kind=VirtualMachineInstance uid=751e3064-9678-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:22:39 http: TLS handshake error from 10.244.1.1:55818: EOF level=info timestamp=2018-08-02T17:22:47.736580Z 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:49 http: TLS handshake error from 10.244.1.1:55824: EOF 2018/08/02 17:22:59 http: TLS handshake error from 10.244.1.1:55830: EOF 2018/08/02 17:23:09 http: TLS handshake error from 10.244.1.1:55836: EOF level=info timestamp=2018-08-02T17:23:17.741689Z 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:23:19 http: TLS handshake error from 10.244.1.1:55842: EOF 2018/08/02 17:23:29 http: TLS handshake error from 10.244.1.1:55848: EOF 2018/08/02 17:23:39 http: TLS handshake error from 10.244.1.1:55854: EOF level=info timestamp=2018-08-02T17:23:47.751476Z 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:23:49 http: TLS handshake error from 10.244.1.1:55860: EOF 2018/08/02 17:23:59 http: TLS handshake error from 10.244.1.1:55866: EOF 2018/08/02 17:24:09 http: TLS handshake error from 10.244.1.1:55872: EOF level=info timestamp=2018-08-02T17:24:17.746759Z 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:24:19 http: TLS handshake error from 10.244.1.1:55878: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:23:14.316940Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:23:14 http: TLS handshake error from 10.244.0.1:45448: EOF 2018/08/02 17:23:24 http: TLS handshake error from 10.244.0.1:45472: EOF 2018/08/02 17:23:34 http: TLS handshake error from 10.244.0.1:45496: EOF level=info timestamp=2018-08-02T17:23:42.967529Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:23:44.338525Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:23:44 http: TLS handshake error from 10.244.0.1:45520: EOF 2018/08/02 17:23:54 http: TLS handshake error from 10.244.0.1:45544: EOF 2018/08/02 17:24:04 http: TLS handshake error from 10.244.0.1:45568: EOF level=info timestamp=2018-08-02T17:24:12.997898Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:24:14.362759Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:24:14 http: TLS handshake error from 10.244.0.1:45592: EOF level=info timestamp=2018-08-02T17:24:23.505966Z 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:24:23.506761Z 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:24:24 http: TLS handshake error from 10.244.0.1:45616: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:09:11.657000Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:09:11.658241Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:09:11.714601Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6gg6w\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6gg6w" level=info timestamp=2018-08-02T17:12:12.105508Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:12:12.106634Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:12.571353Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:15:12.572586Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:12.636363Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivdt8v\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivdt8v" level=info timestamp=2018-08-02T17:18:13.028589Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:18:13.028766Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:21:13.479722Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:21:13.480972Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:21:13.555316Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijkpll\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijkpll" level=info timestamp=2018-08-02T17:24:13.925422Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:24:13.926682Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:24:27.788099Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:24:27.791121Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-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:27.791352Z 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/testvmi9jfcc" level=info timestamp=2018-08-02T17:24:27.797533Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: true\n" level=info timestamp=2018-08-02T17:24:27.797585Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:24:27.797607Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:24:27.797657Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:24:27.800639Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-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:27.800872Z 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/testvmi9jfcc" level=info timestamp=2018-08-02T17:24:27.841095Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: true\n" level=info timestamp=2018-08-02T17:24:27.841205Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:24:27.841229Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:24:27.841316Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:24:27.844411Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-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:27.844509Z 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/testvmi9jfcc" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:18:13.349498Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:18:13.367572Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:18:13.367719Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivdt8v, existing: true\n" level=info timestamp=2018-08-02T17:18:13.367752Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:18:13.367774Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:18:13.367840Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:18:13.367912Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:18:13.379317Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivdt8v, existing: false\n" level=info timestamp=2018-08-02T17:18:13.379369Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:18:13.379418Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:18:13.379480Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:20:56.157186Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivdt8v, existing: false\n" level=info timestamp=2018-08-02T17:20:56.157301Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:20:56.157379Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:20:56.157457Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi9jfcc-dn9xj Pod phase: Running level=info timestamp=2018-08-02T17:24:27.766303Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-08-02T17:24:27.766348Z 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:24:27.767789Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=error timestamp=2018-08-02T17:24:27.771940Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.772170Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="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:27.787019Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.787077Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="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:27.790569Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.790644Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="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:27.799979Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.800022Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="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:27.844191Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.844254Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="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:27.928255Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.928318Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 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-testvmijkpll-2fnbt Pod phase: Failed Pod name: disks-images-provider-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:25:19 http: TLS handshake error from 10.244.1.1:55914: EOF 2018/08/02 17:25:29 http: TLS handshake error from 10.244.1.1:55920: EOF 2018/08/02 17:25:39 http: TLS handshake error from 10.244.1.1:55926: EOF level=info timestamp=2018-08-02T17:25:47.738074Z 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:25:49 http: TLS handshake error from 10.244.1.1:55932: EOF 2018/08/02 17:25:59 http: TLS handshake error from 10.244.1.1:55938: EOF 2018/08/02 17:26:09 http: TLS handshake error from 10.244.1.1:55944: EOF level=info timestamp=2018-08-02T17:26:17.744207Z 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:19 http: TLS handshake error from 10.244.1.1:55950: EOF 2018/08/02 17:26:29 http: TLS handshake error from 10.244.1.1:55956: EOF 2018/08/02 17:26:39 http: TLS handshake error from 10.244.1.1:55962: EOF level=info timestamp=2018-08-02T17:26:47.768113Z 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:49 http: TLS handshake error from 10.244.1.1:55968: EOF 2018/08/02 17:26:59 http: TLS handshake error from 10.244.1.1:55974: EOF 2018/08/02 17:27:09 http: TLS handshake error from 10.244.1.1:55980: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:25:44.445328Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:25:44 http: TLS handshake error from 10.244.0.1:45808: EOF 2018/08/02 17:25:54 http: TLS handshake error from 10.244.0.1:45832: EOF 2018/08/02 17:26:04 http: TLS handshake error from 10.244.0.1:45856: EOF level=info timestamp=2018-08-02T17:26:13.129966Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:26:14.472974Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:26:14 http: TLS handshake error from 10.244.0.1:45880: EOF 2018/08/02 17:26:24 http: TLS handshake error from 10.244.0.1:45904: EOF 2018/08/02 17:26:34 http: TLS handshake error from 10.244.0.1:45928: EOF level=info timestamp=2018-08-02T17:26:43.159559Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:26:44.502071Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:26:44 http: TLS handshake error from 10.244.0.1:45952: EOF 2018/08/02 17:26:54 http: TLS handshake error from 10.244.0.1:45976: EOF 2018/08/02 17:27:04 http: TLS handshake error from 10.244.0.1:46000: EOF level=info timestamp=2018-08-02T17:27:13.190304Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:09:11.657000Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:09:11.658241Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6gg6w kind= uid=c6e0b848-9676-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:09:11.714601Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6gg6w\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6gg6w" level=info timestamp=2018-08-02T17:12:12.105508Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:12:12.106634Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:12.571353Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:15:12.572586Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:12.636363Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivdt8v\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivdt8v" level=info timestamp=2018-08-02T17:18:13.028589Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:18:13.028766Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:21:13.479722Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:21:13.480972Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:21:13.555316Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijkpll\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijkpll" level=info timestamp=2018-08-02T17:24:13.925422Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:24:13.926682Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:25:49.725984Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:25:49.726007Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:25:49.726081Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:25:49.731154Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-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:25:49.731298Z 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/testvmi9jfcc" level=info timestamp=2018-08-02T17:26:54.975212Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmijkpll, existing: false\n" level=info timestamp=2018-08-02T17:26:54.975300Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:26:54.975368Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmijkpll kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:26:54.975452Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmijkpll kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:27:11.651866Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: true\n" level=info timestamp=2018-08-02T17:27:11.651951Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:27:11.651980Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:27:11.652066Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:27:11.659813Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-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:11.659950Z 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/testvmi9jfcc" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:18:13.349498Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:18:13.367572Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:18:13.367719Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivdt8v, existing: true\n" level=info timestamp=2018-08-02T17:18:13.367752Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:18:13.367774Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:18:13.367840Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:18:13.367912Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:18:13.379317Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivdt8v, existing: false\n" level=info timestamp=2018-08-02T17:18:13.379369Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:18:13.379418Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:18:13.379480Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:20:56.157186Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmivdt8v, existing: false\n" level=info timestamp=2018-08-02T17:20:56.157301Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:20:56.157379Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:20:56.157457Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmivdt8v kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi9jfcc-dn9xj Pod phase: Running level=error timestamp=2018-08-02T17:24:29.060524Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="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:30.344987Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:30.345077Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="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:32.909377Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:32.909467Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="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:38.033647Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:38.033755Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="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.279322Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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.279407Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="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:25:08.763254Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:25:08.763323Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="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:25:49.729704Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:25:49.729810Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="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:11.659309Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:11.659456Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 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.453 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: testvmi9jfcc,e0ac223d-9678-11e8-bfc8-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-02T17:24:14.688500Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi9jfcc-dn9xj" level=info timestamp=2018-08-02T17:24:28.451575Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmi9jfcc-dn9xj" level=error timestamp=2018-08-02T17:24:28.486215Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid=e0ac223d-9678-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running level=info timestamp=2018-08-02T17:25:47.738074Z 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:25:49 http: TLS handshake error from 10.244.1.1:55932: EOF 2018/08/02 17:25:59 http: TLS handshake error from 10.244.1.1:55938: EOF 2018/08/02 17:26:09 http: TLS handshake error from 10.244.1.1:55944: EOF level=info timestamp=2018-08-02T17:26:17.744207Z 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:19 http: TLS handshake error from 10.244.1.1:55950: EOF 2018/08/02 17:26:29 http: TLS handshake error from 10.244.1.1:55956: EOF 2018/08/02 17:26:39 http: TLS handshake error from 10.244.1.1:55962: EOF level=info timestamp=2018-08-02T17:26:47.768113Z 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:49 http: TLS handshake error from 10.244.1.1:55968: EOF 2018/08/02 17:26:59 http: TLS handshake error from 10.244.1.1:55974: EOF 2018/08/02 17:27:09 http: TLS handshake error from 10.244.1.1:55980: EOF level=info timestamp=2018-08-02T17:27:17.738981Z 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:19 http: TLS handshake error from 10.244.1.1:55986: EOF 2018/08/02 17:27:29 http: TLS handshake error from 10.244.1.1:55992: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:26:14.472974Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:26:14 http: TLS handshake error from 10.244.0.1:45880: EOF 2018/08/02 17:26:24 http: TLS handshake error from 10.244.0.1:45904: EOF 2018/08/02 17:26:34 http: TLS handshake error from 10.244.0.1:45928: EOF level=info timestamp=2018-08-02T17:26:43.159559Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:26:44.502071Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:26:44 http: TLS handshake error from 10.244.0.1:45952: EOF 2018/08/02 17:26:54 http: TLS handshake error from 10.244.0.1:45976: EOF 2018/08/02 17:27:04 http: TLS handshake error from 10.244.0.1:46000: EOF level=info timestamp=2018-08-02T17:27:13.190304Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:27:14.535665Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:27:14 http: TLS handshake error from 10.244.0.1:46024: EOF level=info timestamp=2018-08-02T17:27:23.512257Z 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:27:23.513130Z 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:27:24 http: TLS handshake error from 10.244.0.1:46048: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:12:12.106634Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:12.571353Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:15:12.572586Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:12.636363Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivdt8v\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivdt8v" level=info timestamp=2018-08-02T17:18:13.028589Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:18:13.028766Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:21:13.479722Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:21:13.480972Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:21:13.555316Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijkpll\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijkpll" level=info timestamp=2018-08-02T17:24:13.925422Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:24:13.926682Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:27:14.433503Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixj4gg kind= uid=4c436692-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:27:14.434802Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixj4gg kind= uid=4c436692-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:27:15.696613Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:27:15.696735Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:27:11.659950Z 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/testvmi9jfcc" level=info timestamp=2018-08-02T17:27:14.175917Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: true\n" level=info timestamp=2018-08-02T17:27:14.175982Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:27:14.176005Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:27:14.176100Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.182579Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:27:14.183194Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: true\n" level=info timestamp=2018-08-02T17:27:14.183224Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:27:14.183247Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:27:14.183283Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.183360Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:27:14.194493Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: false\n" level=info timestamp=2018-08-02T17:27:14.194578Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:27:14.194657Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.194737Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:27:30.155081Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:27:30.155118Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:27:30.155367Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:27:30.199057Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-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:30.199241Z 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/testvmillqkb" level=info timestamp=2018-08-02T17:27:30.199300Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmillqkb, existing: true\n" level=info timestamp=2018-08-02T17:27:30.199324Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:27:30.199366Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:27:30.199419Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:27:30.241686Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-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:30.242013Z 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/testvmillqkb" level=info timestamp=2018-08-02T17:27:30.242063Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmillqkb, existing: true\n" level=info timestamp=2018-08-02T17:27:30.242078Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:27:30.242098Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:27:30.242143Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Processing vmi update" Pod name: virt-launcher-testvmi9jfcc-dn9xj Pod phase: Failed level=error timestamp=2018-08-02T17:24:30.345077Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="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:32.909377Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:32.909467Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="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:38.033647Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:38.033755Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="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.279322Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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.279407Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="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:25:08.763254Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:25:08.763323Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="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:25:49.729704Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:25:49.729810Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="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:11.659309Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:11.659456Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" caught signal virt-launcher exited with code 127 Pod name: virt-launcher-testvmillqkb-fzc2f Pod phase: Running level=info timestamp=2018-08-02T17:27:30.238038Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmillqkb/noCloud.iso" level=error timestamp=2018-08-02T17:27:30.241366Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:30.241415Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="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:27:30.285897Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmillqkb/noCloud.iso" level=error timestamp=2018-08-02T17:27:30.288124Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:30.288173Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="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:27:30.324679Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmillqkb/noCloud.iso" level=error timestamp=2018-08-02T17:27:30.326644Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:30.326689Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="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:27:30.365518Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmillqkb/noCloud.iso" level=error timestamp=2018-08-02T17:27:30.372031Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:30.372202Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="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:27:30.565919Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmillqkb/noCloud.iso" level=error timestamp=2018-08-02T17:27:30.568062Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:30.568120Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:28:39 http: TLS handshake error from 10.244.1.1:56034: EOF level=info timestamp=2018-08-02T17:28:47.747242Z 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:49 http: TLS handshake error from 10.244.1.1:56040: EOF 2018/08/02 17:28:59 http: TLS handshake error from 10.244.1.1:56046: EOF 2018/08/02 17:29:09 http: TLS handshake error from 10.244.1.1:56052: EOF level=info timestamp=2018-08-02T17:29:17.690227Z 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:29:17.694110Z 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:29:17.764219Z 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:19 http: TLS handshake error from 10.244.1.1:56058: EOF 2018/08/02 17:29:29 http: TLS handshake error from 10.244.1.1:56064: EOF 2018/08/02 17:29:39 http: TLS handshake error from 10.244.1.1:56070: EOF level=info timestamp=2018-08-02T17:29:47.763507Z 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:49 http: TLS handshake error from 10.244.1.1:56076: EOF 2018/08/02 17:29:59 http: TLS handshake error from 10.244.1.1:56082: EOF 2018/08/02 17:30:09 http: TLS handshake error from 10.244.1.1:56088: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:29:13.305445Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:29:14 http: TLS handshake error from 10.244.0.1:46312: EOF level=info timestamp=2018-08-02T17:29:14.645240Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:29:23.626832Z 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:29:23.627727Z 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:29:24 http: TLS handshake error from 10.244.0.1:46336: EOF 2018/08/02 17:29:34 http: TLS handshake error from 10.244.0.1:46360: EOF level=info timestamp=2018-08-02T17:29:43.336725Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:29:44 http: TLS handshake error from 10.244.0.1:46384: EOF level=info timestamp=2018-08-02T17:29:44.682415Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:29:54 http: TLS handshake error from 10.244.0.1:46408: EOF 2018/08/02 17:30:04 http: TLS handshake error from 10.244.0.1:46432: EOF level=info timestamp=2018-08-02T17:30:13.368332Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:30:14 http: TLS handshake error from 10.244.0.1:46456: EOF level=info timestamp=2018-08-02T17:30:14.709919Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:12:12.106634Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm69n kind= uid=326eae6b-9677-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:12.571353Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:15:12.572586Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivdt8v kind= uid=9dffceba-9677-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:15:12.636363Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivdt8v\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivdt8v" level=info timestamp=2018-08-02T17:18:13.028589Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:18:13.028766Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqw5f kind= uid=098f831b-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:21:13.479722Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:21:13.480972Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:21:13.555316Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijkpll\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijkpll" level=info timestamp=2018-08-02T17:24:13.925422Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:24:13.926682Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:27:14.433503Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixj4gg kind= uid=4c436692-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:27:14.434802Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixj4gg kind= uid=4c436692-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:27:15.696613Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:27:15.696735Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:27:14.176100Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.182579Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:27:14.183194Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: true\n" level=info timestamp=2018-08-02T17:27:14.183224Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:27:14.183247Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:27:14.183283Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.183360Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:27:14.194493Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: false\n" level=info timestamp=2018-08-02T17:27:14.194578Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:27:14.194657Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.194737Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:29:55.500220Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: false\n" level=info timestamp=2018-08-02T17:29:55.500304Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:29:55.500398Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:29:55.500495Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:28:11.462373Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:28:11.501487Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-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:28:11.502108Z 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/testvmillqkb" level=info timestamp=2018-08-02T17:28:52.462383Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmillqkb, existing: true\n" level=info timestamp=2018-08-02T17:28:52.462477Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:28:52.462529Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:28:52.462685Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:28:52.499577Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-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:28:52.499850Z 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/testvmillqkb" level=info timestamp=2018-08-02T17:30:14.420164Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmillqkb, existing: true\n" level=info timestamp=2018-08-02T17:30:14.420264Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:30:14.420294Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:30:14.420390Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:30:14.455740Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-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:14.455996Z 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/testvmillqkb" Pod name: virt-launcher-testvmillqkb-fzc2f Pod phase: Running level=info timestamp=2018-08-02T17:27:40.687449Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmillqkb/noCloud.iso" level=error timestamp=2018-08-02T17:27:40.689442Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:40.689485Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="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:27:50.977157Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmillqkb/noCloud.iso" level=error timestamp=2018-08-02T17:27:50.981069Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:50.981148Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="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:28:11.499095Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmillqkb/noCloud.iso" level=error timestamp=2018-08-02T17:28:11.501074Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:28:11.501169Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="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:28:52.497218Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmillqkb/noCloud.iso" level=error timestamp=2018-08-02T17:28:52.498993Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:28:52.499153Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="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:30:14.452446Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmillqkb/noCloud.iso" level=error timestamp=2018-08-02T17:30:14.455198Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:14.455263Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 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.458 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: testvmillqkb,4d03d3e7-9679-11e8-bfc8-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-02T17:27:16.474016Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmillqkb kind=VirtualMachineInstance uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmillqkb-fzc2f" level=info timestamp=2018-08-02T17:27:30.267156Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmillqkb kind=VirtualMachineInstance uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmillqkb-fzc2f" level=error timestamp=2018-08-02T17:27:30.337014Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmillqkb kind=VirtualMachineInstance uid=4d03d3e7-9679-11e8-bfc8-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.214 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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:28:59 http: TLS handshake error from 10.244.1.1:56046: EOF 2018/08/02 17:29:09 http: TLS handshake error from 10.244.1.1:56052: EOF level=info timestamp=2018-08-02T17:29:17.690227Z 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:29:17.694110Z 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:29:17.764219Z 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:19 http: TLS handshake error from 10.244.1.1:56058: EOF 2018/08/02 17:29:29 http: TLS handshake error from 10.244.1.1:56064: EOF 2018/08/02 17:29:39 http: TLS handshake error from 10.244.1.1:56070: EOF level=info timestamp=2018-08-02T17:29:47.763507Z 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:49 http: TLS handshake error from 10.244.1.1:56076: EOF 2018/08/02 17:29:59 http: TLS handshake error from 10.244.1.1:56082: EOF 2018/08/02 17:30:09 http: TLS handshake error from 10.244.1.1:56088: EOF level=info timestamp=2018-08-02T17:30:17.746940Z 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:19 http: TLS handshake error from 10.244.1.1:56094: EOF 2018/08/02 17:30:29 http: TLS handshake error from 10.244.1.1:56100: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:29:23.626832Z 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:29:23.627727Z 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:29:24 http: TLS handshake error from 10.244.0.1:46336: EOF 2018/08/02 17:29:34 http: TLS handshake error from 10.244.0.1:46360: EOF level=info timestamp=2018-08-02T17:29:43.336725Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:29:44 http: TLS handshake error from 10.244.0.1:46384: EOF level=info timestamp=2018-08-02T17:29:44.682415Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:29:54 http: TLS handshake error from 10.244.0.1:46408: EOF 2018/08/02 17:30:04 http: TLS handshake error from 10.244.0.1:46432: EOF level=info timestamp=2018-08-02T17:30:13.368332Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:30:14 http: TLS handshake error from 10.244.0.1:46456: EOF level=info timestamp=2018-08-02T17:30:14.709919Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:30:23.630841Z 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:30:23.632352Z 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:30:24 http: TLS handshake error from 10.244.0.1:46480: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:21:13.479722Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:21:13.480972Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:21:13.555316Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijkpll\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijkpll" level=info timestamp=2018-08-02T17:24:13.925422Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:24:13.926682Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:27:14.433503Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixj4gg kind= uid=4c436692-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:27:14.434802Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixj4gg kind= uid=4c436692-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:27:15.696613Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:27:15.696735Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:16.195010Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimvzd7 kind= uid=b899f02a-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:30:16.195170Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimvzd7 kind= uid=b899f02a-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:16.233244Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmimvzd7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmimvzd7" level=info timestamp=2018-08-02T17:30:17.467715Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:30:17.467928Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:17.580319Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil878h\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil878h" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:27:14.176100Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.182579Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:27:14.183194Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: true\n" level=info timestamp=2018-08-02T17:27:14.183224Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:27:14.183247Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:27:14.183283Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.183360Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:27:14.194493Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: false\n" level=info timestamp=2018-08-02T17:27:14.194578Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:27:14.194657Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.194737Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:29:55.500220Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: false\n" level=info timestamp=2018-08-02T17:29:55.500304Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:29:55.500398Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:29:55.500495Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:30:32.280039Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:30:32.280098Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:30:32.280196Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:30:32.317173Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-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:32.317361Z 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/testvmil878h" level=info timestamp=2018-08-02T17:30:32.317423Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmil878h, existing: true\n" level=info timestamp=2018-08-02T17:30:32.317441Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:30:32.317461Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:30:32.317505Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:30:32.365459Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-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:32.365996Z 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/testvmil878h" level=info timestamp=2018-08-02T17:30:32.366050Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmil878h, existing: true\n" level=info timestamp=2018-08-02T17:30:32.366066Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:30:32.366086Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:30:32.366130Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Processing vmi update" Pod name: virt-launcher-testvmil878h-tfhh6 Pod phase: Running level=error timestamp=2018-08-02T17:30:32.256414Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:32.256522Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 reason="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:30:32.314616Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil878h/noCloud.iso" level=error timestamp=2018-08-02T17:30:32.316386Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:32.316438Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 reason="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:30:32.362013Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil878h/noCloud.iso" level=error timestamp=2018-08-02T17:30:32.364245Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:32.364320Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 reason="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:30:32.409637Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil878h/noCloud.iso" level=error timestamp=2018-08-02T17:30:32.411341Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:32.411378Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 reason="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:30:32.444333Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil878h/noCloud.iso" level=error timestamp=2018-08-02T17:30:32.446335Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:32.446380Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 reason="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:30:32.479101Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil878h/noCloud.iso" Pod name: virt-launcher-testvmillqkb-fzc2f Pod phase: Failed level=error timestamp=2018-08-02T17:27:40.689485Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="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:27:50.977157Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmillqkb/noCloud.iso" level=error timestamp=2018-08-02T17:27:50.981069Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:50.981148Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="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:28:11.499095Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmillqkb/noCloud.iso" level=error timestamp=2018-08-02T17:28:11.501074Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:28:11.501169Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="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:28:52.497218Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmillqkb/noCloud.iso" level=error timestamp=2018-08-02T17:28:52.498993Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:28:52.499153Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="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:30:14.452446Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmillqkb/noCloud.iso" level=error timestamp=2018-08-02T17:30:14.455198Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:14.455263Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" caught signal virt-launcher exited with code 127 Pod name: disks-images-provider-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:31:19 http: TLS handshake error from 10.244.1.1:56130: EOF 2018/08/02 17:31:29 http: TLS handshake error from 10.244.1.1:56136: EOF 2018/08/02 17:31:39 http: TLS handshake error from 10.244.1.1:56142: EOF level=info timestamp=2018-08-02T17:31:47.763679Z 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:49 http: TLS handshake error from 10.244.1.1:56148: EOF 2018/08/02 17:31:59 http: TLS handshake error from 10.244.1.1:56154: EOF 2018/08/02 17:32:09 http: TLS handshake error from 10.244.1.1:56160: EOF level=info timestamp=2018-08-02T17:32:17.779473Z 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:19 http: TLS handshake error from 10.244.1.1:56166: EOF 2018/08/02 17:32:29 http: TLS handshake error from 10.244.1.1:56172: EOF 2018/08/02 17:32:39 http: TLS handshake error from 10.244.1.1:56178: EOF level=info timestamp=2018-08-02T17:32:47.759856Z 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:49 http: TLS handshake error from 10.244.1.1:56184: EOF 2018/08/02 17:32:59 http: TLS handshake error from 10.244.1.1:56190: EOF 2018/08/02 17:33:09 http: TLS handshake error from 10.244.1.1:56196: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:32:13.487413Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:32:14 http: TLS handshake error from 10.244.0.1:46744: EOF level=info timestamp=2018-08-02T17:32:14.827260Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:32:23.633668Z 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:32:23.634905Z 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:32:24 http: TLS handshake error from 10.244.0.1:46768: EOF 2018/08/02 17:32:34 http: TLS handshake error from 10.244.0.1:46792: EOF level=info timestamp=2018-08-02T17:32:43.518906Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:32:44 http: TLS handshake error from 10.244.0.1:46816: EOF level=info timestamp=2018-08-02T17:32:44.857899Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:32:54 http: TLS handshake error from 10.244.0.1:46840: EOF 2018/08/02 17:33:04 http: TLS handshake error from 10.244.0.1:46864: EOF level=info timestamp=2018-08-02T17:33:13.546980Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:33:14 http: TLS handshake error from 10.244.0.1:46888: EOF level=info timestamp=2018-08-02T17:33:14.885386Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:21:13.479722Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:21:13.480972Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijkpll kind= uid=751e3064-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:21:13.555316Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijkpll\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijkpll" level=info timestamp=2018-08-02T17:24:13.925422Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:24:13.926682Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:27:14.433503Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixj4gg kind= uid=4c436692-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:27:14.434802Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixj4gg kind= uid=4c436692-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:27:15.696613Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:27:15.696735Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:16.195010Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimvzd7 kind= uid=b899f02a-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:30:16.195170Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimvzd7 kind= uid=b899f02a-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:16.233244Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmimvzd7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmimvzd7" level=info timestamp=2018-08-02T17:30:17.467715Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:30:17.467928Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:17.580319Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil878h\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil878h" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:27:14.176100Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.182579Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:27:14.183194Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: true\n" level=info timestamp=2018-08-02T17:27:14.183224Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:27:14.183247Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:27:14.183283Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.183360Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:27:14.194493Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: false\n" level=info timestamp=2018-08-02T17:27:14.194578Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:27:14.194657Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.194737Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:29:55.500220Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: false\n" level=info timestamp=2018-08-02T17:29:55.500304Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:29:55.500398Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:29:55.500495Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:31:54.550837Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:31:54.550879Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:31:54.550977Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:31:54.579522Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-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:31:54.579743Z 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/testvmil878h" level=info timestamp=2018-08-02T17:32:58.296286Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmillqkb, existing: false\n" level=info timestamp=2018-08-02T17:32:58.296369Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:32:58.296434Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmillqkb kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:32:58.296512Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmillqkb kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:33:16.499962Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmil878h, existing: true\n" level=info timestamp=2018-08-02T17:33:16.500061Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:33:16.500090Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:33:16.500184Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:33:16.530431Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-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:16.530905Z 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/testvmil878h" Pod name: virt-launcher-testvmil878h-tfhh6 Pod phase: Running level=info timestamp=2018-08-02T17:30:42.800755Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil878h/noCloud.iso" level=error timestamp=2018-08-02T17:30:42.802708Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:42.802770Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 reason="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:30:53.072229Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil878h/noCloud.iso" level=error timestamp=2018-08-02T17:30:53.074156Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:53.074242Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 reason="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:31:13.587727Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil878h/noCloud.iso" level=error timestamp=2018-08-02T17:31:13.589616Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:31:13.589704Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 reason="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:31:54.577457Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil878h/noCloud.iso" level=error timestamp=2018-08-02T17:31:54.579156Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:31:54.579199Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 reason="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:16.528193Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmil878h/noCloud.iso" level=error timestamp=2018-08-02T17:33:16.530080Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:16.530186Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 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.505 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: testvmil878h,b9575566-9679-11e8-bfc8-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:30:18.337633Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmil878h kind=VirtualMachineInstance uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmil878h-tfhh6" level=info timestamp=2018-08-02T17:30:32.390947Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmil878h kind=VirtualMachineInstance uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmil878h-tfhh6" level=error timestamp=2018-08-02T17:30:32.453099Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmil878h kind=VirtualMachineInstance uid=b9575566-9679-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running level=info timestamp=2018-08-02T17:31:47.763679Z 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:49 http: TLS handshake error from 10.244.1.1:56148: EOF 2018/08/02 17:31:59 http: TLS handshake error from 10.244.1.1:56154: EOF 2018/08/02 17:32:09 http: TLS handshake error from 10.244.1.1:56160: EOF level=info timestamp=2018-08-02T17:32:17.779473Z 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:19 http: TLS handshake error from 10.244.1.1:56166: EOF 2018/08/02 17:32:29 http: TLS handshake error from 10.244.1.1:56172: EOF 2018/08/02 17:32:39 http: TLS handshake error from 10.244.1.1:56178: EOF level=info timestamp=2018-08-02T17:32:47.759856Z 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:49 http: TLS handshake error from 10.244.1.1:56184: EOF 2018/08/02 17:32:59 http: TLS handshake error from 10.244.1.1:56190: EOF 2018/08/02 17:33:09 http: TLS handshake error from 10.244.1.1:56196: EOF level=info timestamp=2018-08-02T17:33:17.762287Z 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:19 http: TLS handshake error from 10.244.1.1:56202: EOF 2018/08/02 17:33:29 http: TLS handshake error from 10.244.1.1:56208: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running 2018/08/02 17:32:14 http: TLS handshake error from 10.244.0.1:46744: EOF level=info timestamp=2018-08-02T17:32:14.827260Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:32:23.633668Z 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:32:23.634905Z 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:32:24 http: TLS handshake error from 10.244.0.1:46768: EOF 2018/08/02 17:32:34 http: TLS handshake error from 10.244.0.1:46792: EOF level=info timestamp=2018-08-02T17:32:43.518906Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:32:44 http: TLS handshake error from 10.244.0.1:46816: EOF level=info timestamp=2018-08-02T17:32:44.857899Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:32:54 http: TLS handshake error from 10.244.0.1:46840: EOF 2018/08/02 17:33:04 http: TLS handshake error from 10.244.0.1:46864: EOF level=info timestamp=2018-08-02T17:33:13.546980Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:33:14 http: TLS handshake error from 10.244.0.1:46888: EOF level=info timestamp=2018-08-02T17:33:14.885386Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:33:24 http: TLS handshake error from 10.244.0.1:46912: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:21:13.555316Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijkpll\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijkpll" level=info timestamp=2018-08-02T17:24:13.925422Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:24:13.926682Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:27:14.433503Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixj4gg kind= uid=4c436692-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:27:14.434802Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixj4gg kind= uid=4c436692-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:27:15.696613Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:27:15.696735Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:16.195010Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimvzd7 kind= uid=b899f02a-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:30:16.195170Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimvzd7 kind= uid=b899f02a-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:16.233244Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmimvzd7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmimvzd7" level=info timestamp=2018-08-02T17:30:17.467715Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:30:17.467928Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:17.580319Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil878h\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil878h" level=info timestamp=2018-08-02T17:33:17.933832Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:33:17.933995Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:27:14.176100Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.182579Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:27:14.183194Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: true\n" level=info timestamp=2018-08-02T17:27:14.183224Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:27:14.183247Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:27:14.183283Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.183360Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:27:14.194493Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: false\n" level=info timestamp=2018-08-02T17:27:14.194578Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:27:14.194657Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.194737Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:29:55.500220Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: false\n" level=info timestamp=2018-08-02T17:29:55.500304Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:29:55.500398Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:29:55.500495Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:33:33.928031Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:33:33.928058Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:33:33.928110Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:33:33.984039Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-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:33.984227Z 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/testvmiv7jwm" level=info timestamp=2018-08-02T17:33:33.984289Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv7jwm, existing: true\n" level=info timestamp=2018-08-02T17:33:33.984305Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:33:33.984325Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:33:33.984370Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:33:34.024196Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-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:34.024378Z 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/testvmiv7jwm" level=info timestamp=2018-08-02T17:33:34.024427Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv7jwm, existing: true\n" level=info timestamp=2018-08-02T17:33:34.024452Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:33:34.024489Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:33:34.024543Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Processing vmi update" Pod name: virt-launcher-testvmil878h-tfhh6 Pod phase: Failed Pod name: virt-launcher-testvmiv7jwm-rpxdb Pod phase: Running level=info timestamp=2018-08-02T17:33:33.981465Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv7jwm/noCloud.iso" level=error timestamp=2018-08-02T17:33:33.983613Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:33.983698Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 reason="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:34.020306Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv7jwm/noCloud.iso" level=error timestamp=2018-08-02T17:33:34.022507Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:34.023928Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 reason="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:34.055894Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv7jwm/noCloud.iso" level=error timestamp=2018-08-02T17:33:34.057460Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:34.057539Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 reason="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:34.096796Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv7jwm/noCloud.iso" level=error timestamp=2018-08-02T17:33:34.098390Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:34.098439Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 reason="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:34.285529Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv7jwm/noCloud.iso" level=error timestamp=2018-08-02T17:33:34.287437Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:34.287499Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:34:29 http: TLS handshake error from 10.244.1.1:56244: EOF 2018/08/02 17:34:39 http: TLS handshake error from 10.244.1.1:56250: EOF level=info timestamp=2018-08-02T17:34:47.758042Z 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:49 http: TLS handshake error from 10.244.1.1:56256: EOF 2018/08/02 17:34:59 http: TLS handshake error from 10.244.1.1:56262: EOF 2018/08/02 17:35:09 http: TLS handshake error from 10.244.1.1:56268: EOF level=info timestamp=2018-08-02T17:35:17.774871Z 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:19 http: TLS handshake error from 10.244.1.1:56274: EOF 2018/08/02 17:35:29 http: TLS handshake error from 10.244.1.1:56280: EOF 2018/08/02 17:35:39 http: TLS handshake error from 10.244.1.1:56286: EOF level=info timestamp=2018-08-02T17:35:47.763284Z 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:49 http: TLS handshake error from 10.244.1.1:56292: EOF 2018/08/02 17:35:59 http: TLS handshake error from 10.244.1.1:56298: EOF 2018/08/02 17:36:09 http: TLS handshake error from 10.244.1.1:56304: EOF level=info timestamp=2018-08-02T17:36:17.776164Z 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-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:35:13.665279Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:35:14 http: TLS handshake error from 10.244.0.1:47176: EOF level=info timestamp=2018-08-02T17:35:15.014270Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:35:23.619583Z 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:23.620585Z 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:24 http: TLS handshake error from 10.244.0.1:47200: EOF 2018/08/02 17:35:34 http: TLS handshake error from 10.244.0.1:47224: EOF level=info timestamp=2018-08-02T17:35:43.701832Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:35:44 http: TLS handshake error from 10.244.0.1:47248: EOF level=info timestamp=2018-08-02T17:35:45.061142Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:35:54 http: TLS handshake error from 10.244.0.1:47272: EOF 2018/08/02 17:36:04 http: TLS handshake error from 10.244.0.1:47296: EOF level=info timestamp=2018-08-02T17:36:13.747484Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:36:14 http: TLS handshake error from 10.244.0.1:47320: EOF level=info timestamp=2018-08-02T17:36:15.091832Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:21:13.555316Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijkpll\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijkpll" level=info timestamp=2018-08-02T17:24:13.925422Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:24:13.926682Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:27:14.433503Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixj4gg kind= uid=4c436692-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:27:14.434802Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixj4gg kind= uid=4c436692-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:27:15.696613Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:27:15.696735Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:16.195010Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimvzd7 kind= uid=b899f02a-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:30:16.195170Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimvzd7 kind= uid=b899f02a-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:16.233244Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmimvzd7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmimvzd7" level=info timestamp=2018-08-02T17:30:17.467715Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:30:17.467928Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:17.580319Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil878h\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil878h" level=info timestamp=2018-08-02T17:33:17.933832Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:33:17.933995Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:27:14.176100Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.182579Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:27:14.183194Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: true\n" level=info timestamp=2018-08-02T17:27:14.183224Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:27:14.183247Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:27:14.183283Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.183360Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:27:14.194493Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: false\n" level=info timestamp=2018-08-02T17:27:14.194578Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:27:14.194657Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.194737Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:29:55.500220Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: false\n" level=info timestamp=2018-08-02T17:29:55.500304Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:29:55.500398Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:29:55.500495Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:34:56.108154Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:34:56.108178Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:34:56.108270Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:34:56.137759Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-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:34:56.137947Z 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/testvmiv7jwm" level=info timestamp=2018-08-02T17:36:00.371247Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmil878h, existing: false\n" level=info timestamp=2018-08-02T17:36:00.371334Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:36:00.371406Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmil878h kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:36:00.371500Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmil878h kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:36:18.058188Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv7jwm, existing: true\n" level=info timestamp=2018-08-02T17:36:18.058281Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:36:18.058312Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:36:18.058415Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:36:18.094019Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-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:18.094227Z 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/testvmiv7jwm" Pod name: virt-launcher-testvmiv7jwm-rpxdb Pod phase: Running level=info timestamp=2018-08-02T17:33:44.365039Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv7jwm/noCloud.iso" level=error timestamp=2018-08-02T17:33:44.366503Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:44.366570Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 reason="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:54.635362Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv7jwm/noCloud.iso" level=error timestamp=2018-08-02T17:33:54.638698Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:54.638801Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 reason="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:34:15.145405Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv7jwm/noCloud.iso" level=error timestamp=2018-08-02T17:34:15.146958Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:34:15.147008Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 reason="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:34:56.135449Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv7jwm/noCloud.iso" level=error timestamp=2018-08-02T17:34:56.137377Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:34:56.137436Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 reason="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:18.091755Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv7jwm/noCloud.iso" level=error timestamp=2018-08-02T17:36:18.093616Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:18.093700Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 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.450 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: testvmiv7jwm,24ed1427-967a-11e8-bfc8-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:33:18.686263Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmiv7jwm kind=VirtualMachineInstance uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmiv7jwm-rpxdb" level=info timestamp=2018-08-02T17:33:33.992547Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmiv7jwm kind=VirtualMachineInstance uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmiv7jwm-rpxdb" level=error timestamp=2018-08-02T17:33:34.060156Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmiv7jwm kind=VirtualMachineInstance uid=24ed1427-967a-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running level=info timestamp=2018-08-02T17:34:47.758042Z 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:49 http: TLS handshake error from 10.244.1.1:56256: EOF 2018/08/02 17:34:59 http: TLS handshake error from 10.244.1.1:56262: EOF 2018/08/02 17:35:09 http: TLS handshake error from 10.244.1.1:56268: EOF level=info timestamp=2018-08-02T17:35:17.774871Z 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:19 http: TLS handshake error from 10.244.1.1:56274: EOF 2018/08/02 17:35:29 http: TLS handshake error from 10.244.1.1:56280: EOF 2018/08/02 17:35:39 http: TLS handshake error from 10.244.1.1:56286: EOF level=info timestamp=2018-08-02T17:35:47.763284Z 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:49 http: TLS handshake error from 10.244.1.1:56292: EOF 2018/08/02 17:35:59 http: TLS handshake error from 10.244.1.1:56298: EOF 2018/08/02 17:36:09 http: TLS handshake error from 10.244.1.1:56304: EOF level=info timestamp=2018-08-02T17:36:17.776164Z 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:19 http: TLS handshake error from 10.244.1.1:56310: EOF 2018/08/02 17:36:29 http: TLS handshake error from 10.244.1.1:56316: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running 2018/08/02 17:35:14 http: TLS handshake error from 10.244.0.1:47176: EOF level=info timestamp=2018-08-02T17:35:15.014270Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:35:23.619583Z 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:23.620585Z 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:24 http: TLS handshake error from 10.244.0.1:47200: EOF 2018/08/02 17:35:34 http: TLS handshake error from 10.244.0.1:47224: EOF level=info timestamp=2018-08-02T17:35:43.701832Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:35:44 http: TLS handshake error from 10.244.0.1:47248: EOF level=info timestamp=2018-08-02T17:35:45.061142Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:35:54 http: TLS handshake error from 10.244.0.1:47272: EOF 2018/08/02 17:36:04 http: TLS handshake error from 10.244.0.1:47296: EOF level=info timestamp=2018-08-02T17:36:13.747484Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:36:14 http: TLS handshake error from 10.244.0.1:47320: EOF level=info timestamp=2018-08-02T17:36:15.091832Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:36:24 http: TLS handshake error from 10.244.0.1:47344: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:27:14.434802Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixj4gg kind= uid=4c436692-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:27:15.696613Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:27:15.696735Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:16.195010Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimvzd7 kind= uid=b899f02a-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:30:16.195170Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimvzd7 kind= uid=b899f02a-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:16.233244Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmimvzd7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmimvzd7" level=info timestamp=2018-08-02T17:30:17.467715Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:30:17.467928Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:17.580319Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil878h\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil878h" level=info timestamp=2018-08-02T17:33:17.933832Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:33:17.933995Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:36:18.385534Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:36:18.385794Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:36:18.423616Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikzgl7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikzgl7" level=info timestamp=2018-08-02T17:36:18.447210Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikzgl7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikzgl7" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:27:14.176100Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.182579Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:27:14.183194Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: true\n" level=info timestamp=2018-08-02T17:27:14.183224Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:27:14.183247Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:27:14.183283Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.183360Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:27:14.194493Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: false\n" level=info timestamp=2018-08-02T17:27:14.194578Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:27:14.194657Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.194737Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:29:55.500220Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: false\n" level=info timestamp=2018-08-02T17:29:55.500304Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:29:55.500398Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:29:55.500495Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:36:33.161813Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:36:33.161846Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:36:33.161918Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:36:33.202270Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-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:33.202451Z 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/testvmikzgl7" level=info timestamp=2018-08-02T17:36:33.202498Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmikzgl7, existing: true\n" level=info timestamp=2018-08-02T17:36:33.202514Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:36:33.202533Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:36:33.202575Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:36:33.251881Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-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:33.252212Z 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/testvmikzgl7" level=info timestamp=2018-08-02T17:36:33.252269Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmikzgl7, existing: true\n" level=info timestamp=2018-08-02T17:36:33.252285Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:36:33.252310Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:36:33.252356Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Processing vmi update" Pod name: virt-launcher-testvmikzgl7-w7n2v Pod phase: Running level=info timestamp=2018-08-02T17:36:33.196984Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmikzgl7/noCloud.iso" level=error timestamp=2018-08-02T17:36:33.201963Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:33.202022Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="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:33.248851Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmikzgl7/noCloud.iso" level=error timestamp=2018-08-02T17:36:33.250717Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:33.250758Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="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:33.290372Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmikzgl7/noCloud.iso" level=error timestamp=2018-08-02T17:36:33.292878Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:33.292930Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="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:33.328605Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmikzgl7/noCloud.iso" level=error timestamp=2018-08-02T17:36:33.331336Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:33.331386Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="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:33.369510Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmikzgl7/noCloud.iso" level=error timestamp=2018-08-02T17:36:33.374641Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:33.374727Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running level=info timestamp=2018-08-02T17:37:47.757495Z 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:49 http: TLS handshake error from 10.244.1.1:56364: EOF 2018/08/02 17:37:59 http: TLS handshake error from 10.244.1.1:56370: EOF 2018/08/02 17:38:09 http: TLS handshake error from 10.244.1.1:56376: EOF level=info timestamp=2018-08-02T17:38:17.781510Z 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:19 http: TLS handshake error from 10.244.1.1:56382: EOF 2018/08/02 17:38:29 http: TLS handshake error from 10.244.1.1:56388: EOF 2018/08/02 17:38:39 http: TLS handshake error from 10.244.1.1:56394: EOF level=info timestamp=2018-08-02T17:38:47.774548Z 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:49 http: TLS handshake error from 10.244.1.1:56400: EOF 2018/08/02 17:38:59 http: TLS handshake error from 10.244.1.1:56406: EOF 2018/08/02 17:39:09 http: TLS handshake error from 10.244.1.1:56412: EOF level=info timestamp=2018-08-02T17:39:17.690667Z 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:39:17.694850Z 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:39:17.760952Z 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-api-7d79764579-84vd7 Pod phase: Running 2018/08/02 17:37:54 http: TLS handshake error from 10.244.0.1:47560: EOF 2018/08/02 17:38:04 http: TLS handshake error from 10.244.0.1:47584: EOF level=info timestamp=2018-08-02T17:38:13.862760Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:38:14 http: TLS handshake error from 10.244.0.1:47608: EOF level=info timestamp=2018-08-02T17:38:15.193330Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:38:24 http: TLS handshake error from 10.244.0.1:47632: EOF 2018/08/02 17:38:34 http: TLS handshake error from 10.244.0.1:47656: EOF level=info timestamp=2018-08-02T17:38:43.886912Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:38:44 http: TLS handshake error from 10.244.0.1:47680: EOF level=info timestamp=2018-08-02T17:38:45.224105Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:38:54 http: TLS handshake error from 10.244.0.1:47704: EOF 2018/08/02 17:39:04 http: TLS handshake error from 10.244.0.1:47728: EOF level=info timestamp=2018-08-02T17:39:13.929866Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:39:14 http: TLS handshake error from 10.244.0.1:47752: EOF level=info timestamp=2018-08-02T17:39:15.254306Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:27:14.434802Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixj4gg kind= uid=4c436692-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:27:15.696613Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:27:15.696735Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:16.195010Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimvzd7 kind= uid=b899f02a-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:30:16.195170Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimvzd7 kind= uid=b899f02a-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:16.233244Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmimvzd7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmimvzd7" level=info timestamp=2018-08-02T17:30:17.467715Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:30:17.467928Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:17.580319Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil878h\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil878h" level=info timestamp=2018-08-02T17:33:17.933832Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:33:17.933995Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:36:18.385534Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:36:18.385794Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:36:18.423616Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikzgl7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikzgl7" level=info timestamp=2018-08-02T17:36:18.447210Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikzgl7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikzgl7" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:27:14.176100Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.182579Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:27:14.183194Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: true\n" level=info timestamp=2018-08-02T17:27:14.183224Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:27:14.183247Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:27:14.183283Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.183360Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind= uid=e0ac223d-9678-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:27:14.194493Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: false\n" level=info timestamp=2018-08-02T17:27:14.194578Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:27:14.194657Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:27:14.194737Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:29:55.500220Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9jfcc, existing: false\n" level=info timestamp=2018-08-02T17:29:55.500304Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:29:55.500398Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:29:55.500495Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9jfcc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:37:55.395855Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:37:55.395912Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:37:55.396020Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:37:55.431093Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-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:37:55.431297Z 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/testvmikzgl7" level=info timestamp=2018-08-02T17:39:01.934516Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv7jwm, existing: false\n" level=info timestamp=2018-08-02T17:39:01.934592Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:39:01.934677Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv7jwm kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:39:01.934768Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv7jwm kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:39:17.351516Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmikzgl7, existing: true\n" level=info timestamp=2018-08-02T17:39:17.351605Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:39:17.351680Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:39:17.351782Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:39:17.387383Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-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:17.387869Z 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/testvmikzgl7" Pod name: virt-launcher-testvmikzgl7-w7n2v Pod phase: Running level=info timestamp=2018-08-02T17:36:43.639395Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmikzgl7/noCloud.iso" level=error timestamp=2018-08-02T17:36:43.641173Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:43.641282Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="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:53.916576Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmikzgl7/noCloud.iso" level=error timestamp=2018-08-02T17:36:53.918486Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:53.918555Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="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:37:14.433115Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmikzgl7/noCloud.iso" level=error timestamp=2018-08-02T17:37:14.434908Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:37:14.434976Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="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:37:55.428617Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmikzgl7/noCloud.iso" level=error timestamp=2018-08-02T17:37:55.430681Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:37:55.430791Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="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:39:17.384563Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmikzgl7/noCloud.iso" level=error timestamp=2018-08-02T17:39:17.386817Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:17.386919Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 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.634 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: testvmikzgl7,907bb61f-967a-11e8-bfc8-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:36:19.200599Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmikzgl7 kind=VirtualMachineInstance uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmikzgl7-w7n2v" level=info timestamp=2018-08-02T17:36:33.272316Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmikzgl7 kind=VirtualMachineInstance uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmikzgl7-w7n2v" level=error timestamp=2018-08-02T17:36:33.340855Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmikzgl7 kind=VirtualMachineInstance uid=907bb61f-967a-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:37:59 http: TLS handshake error from 10.244.1.1:56370: EOF 2018/08/02 17:38:09 http: TLS handshake error from 10.244.1.1:56376: EOF level=info timestamp=2018-08-02T17:38:17.781510Z 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:19 http: TLS handshake error from 10.244.1.1:56382: EOF 2018/08/02 17:38:29 http: TLS handshake error from 10.244.1.1:56388: EOF 2018/08/02 17:38:39 http: TLS handshake error from 10.244.1.1:56394: EOF level=info timestamp=2018-08-02T17:38:47.774548Z 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:49 http: TLS handshake error from 10.244.1.1:56400: EOF 2018/08/02 17:38:59 http: TLS handshake error from 10.244.1.1:56406: EOF 2018/08/02 17:39:09 http: TLS handshake error from 10.244.1.1:56412: EOF level=info timestamp=2018-08-02T17:39:17.690667Z 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:39:17.694850Z 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:39:17.760952Z 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:19 http: TLS handshake error from 10.244.1.1:56418: EOF 2018/08/02 17:39:29 http: TLS handshake error from 10.244.1.1:56424: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:38:15.193330Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:38:24 http: TLS handshake error from 10.244.0.1:47632: EOF 2018/08/02 17:38:34 http: TLS handshake error from 10.244.0.1:47656: EOF level=info timestamp=2018-08-02T17:38:43.886912Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:38:44 http: TLS handshake error from 10.244.0.1:47680: EOF level=info timestamp=2018-08-02T17:38:45.224105Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:38:54 http: TLS handshake error from 10.244.0.1:47704: EOF 2018/08/02 17:39:04 http: TLS handshake error from 10.244.0.1:47728: EOF level=info timestamp=2018-08-02T17:39:13.929866Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:39:14 http: TLS handshake error from 10.244.0.1:47752: EOF level=info timestamp=2018-08-02T17:39:15.254306Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:39:23.861849Z 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:39:23.862540Z 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:39:24 http: TLS handshake error from 10.244.0.1:47776: EOF 2018/08/02 17:39:34 http: TLS handshake error from 10.244.0.1:47800: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:27:15.696735Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:16.195010Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimvzd7 kind= uid=b899f02a-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:30:16.195170Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimvzd7 kind= uid=b899f02a-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:16.233244Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmimvzd7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmimvzd7" level=info timestamp=2018-08-02T17:30:17.467715Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:30:17.467928Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:17.580319Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil878h\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil878h" level=info timestamp=2018-08-02T17:33:17.933832Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:33:17.933995Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:36:18.385534Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:36:18.385794Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:36:18.423616Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikzgl7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikzgl7" level=info timestamp=2018-08-02T17:36:18.447210Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikzgl7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikzgl7" level=info timestamp=2018-08-02T17:39:19.026491Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:39:19.026643Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:39:34.292520Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:39:34.292543Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:39:34.292584Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:39:34.324404Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-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:34.324573Z 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/testvmixdpkf" level=info timestamp=2018-08-02T17:39:34.324622Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmixdpkf, existing: true\n" level=info timestamp=2018-08-02T17:39:34.324637Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:39:34.324658Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:39:34.324698Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:39:34.355562Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-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:34.355737Z 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/testvmixdpkf" level=info timestamp=2018-08-02T17:39:34.355802Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmixdpkf, existing: true\n" level=info timestamp=2018-08-02T17:39:34.355834Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:39:34.355866Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:39:34.355917Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Processing vmi update" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:39:17.387869Z 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/testvmikzgl7" level=info timestamp=2018-08-02T17:39:19.332525Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmikzgl7, existing: true\n" level=info timestamp=2018-08-02T17:39:19.332593Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:39:19.332617Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:39:19.340851Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:39:19.367603Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:39:19.369586Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmikzgl7, existing: true\n" level=info timestamp=2018-08-02T17:39:19.370155Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:39:19.370184Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:39:19.370261Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:39:19.370337Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:39:19.386404Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmikzgl7, existing: false\n" level=info timestamp=2018-08-02T17:39:19.387221Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:39:19.387303Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmikzgl7 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:39:19.387361Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmikzgl7 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmikzgl7-w7n2v Pod phase: Failed level=error timestamp=2018-08-02T17:36:43.641282Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="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:53.916576Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmikzgl7/noCloud.iso" level=error timestamp=2018-08-02T17:36:53.918486Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:53.918555Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="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:37:14.433115Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmikzgl7/noCloud.iso" level=error timestamp=2018-08-02T17:37:14.434908Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:37:14.434976Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="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:37:55.428617Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmikzgl7/noCloud.iso" level=error timestamp=2018-08-02T17:37:55.430681Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:37:55.430791Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="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:39:17.384563Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmikzgl7/noCloud.iso" level=error timestamp=2018-08-02T17:39:17.386817Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:17.386919Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Failed to sync vmi" caught signal virt-launcher exited with code 127 Pod name: virt-launcher-testvmixdpkf-8cmcx Pod phase: Running level=info timestamp=2018-08-02T17:39:34.321732Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:39:34.323906Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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.324010Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:39:34.352872Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:39:34.355256Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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.355313Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:39:34.384662Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:39:34.386688Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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.386731Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:39:34.420368Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:39:34.422138Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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.422184Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:39:34.607392Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:39:34.609317Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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.609366Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:40:29 http: TLS handshake error from 10.244.1.1:56460: EOF 2018/08/02 17:40:39 http: TLS handshake error from 10.244.1.1:56466: EOF level=info timestamp=2018-08-02T17:40:47.758220Z 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:49 http: TLS handshake error from 10.244.1.1:56472: EOF 2018/08/02 17:40:59 http: TLS handshake error from 10.244.1.1:56478: EOF 2018/08/02 17:41:09 http: TLS handshake error from 10.244.1.1:56484: EOF level=info timestamp=2018-08-02T17:41:17.789229Z 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:19 http: TLS handshake error from 10.244.1.1:56490: EOF 2018/08/02 17:41:29 http: TLS handshake error from 10.244.1.1:56496: EOF 2018/08/02 17:41:39 http: TLS handshake error from 10.244.1.1:56502: EOF level=info timestamp=2018-08-02T17:41:47.755245Z 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:49 http: TLS handshake error from 10.244.1.1:56508: EOF 2018/08/02 17:41:59 http: TLS handshake error from 10.244.1.1:56514: EOF 2018/08/02 17:42:09 http: TLS handshake error from 10.244.1.1:56520: EOF level=info timestamp=2018-08-02T17:42:17.752995Z 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-api-7d79764579-84vd7 Pod phase: Running 2018/08/02 17:40:54 http: TLS handshake error from 10.244.0.1:47992: EOF 2018/08/02 17:41:04 http: TLS handshake error from 10.244.0.1:48016: EOF level=info timestamp=2018-08-02T17:41:14.050847Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:41:14 http: TLS handshake error from 10.244.0.1:48040: EOF level=info timestamp=2018-08-02T17:41:15.365650Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:41:24 http: TLS handshake error from 10.244.0.1:48064: EOF 2018/08/02 17:41:34 http: TLS handshake error from 10.244.0.1:48088: EOF level=info timestamp=2018-08-02T17:41:44.075811Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:41:44 http: TLS handshake error from 10.244.0.1:48112: EOF level=info timestamp=2018-08-02T17:41:45.398145Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:41:54 http: TLS handshake error from 10.244.0.1:48136: EOF 2018/08/02 17:42:04 http: TLS handshake error from 10.244.0.1:48160: EOF level=info timestamp=2018-08-02T17:42:14.104208Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:42:14 http: TLS handshake error from 10.244.0.1:48184: EOF level=info timestamp=2018-08-02T17:42:15.426872Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:27:15.696735Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmillqkb kind= uid=4d03d3e7-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:16.195010Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimvzd7 kind= uid=b899f02a-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:30:16.195170Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimvzd7 kind= uid=b899f02a-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:16.233244Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmimvzd7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmimvzd7" level=info timestamp=2018-08-02T17:30:17.467715Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:30:17.467928Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:17.580319Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil878h\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil878h" level=info timestamp=2018-08-02T17:33:17.933832Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:33:17.933995Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:36:18.385534Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:36:18.385794Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:36:18.423616Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikzgl7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikzgl7" level=info timestamp=2018-08-02T17:36:18.447210Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikzgl7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikzgl7" level=info timestamp=2018-08-02T17:39:19.026491Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:39:19.026643Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:40:15.454870Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:40:15.485887Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-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:15.486079Z 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/testvmixdpkf" level=info timestamp=2018-08-02T17:40:56.446373Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmixdpkf, existing: true\n" level=info timestamp=2018-08-02T17:40:56.446468Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:40:56.446500Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:40:56.446627Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:40:56.481422Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-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:56.481565Z 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/testvmixdpkf" level=info timestamp=2018-08-02T17:42:18.401857Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmixdpkf, existing: true\n" level=info timestamp=2018-08-02T17:42:18.401958Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:42:18.401990Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:42:18.402075Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:42:18.440434Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-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:18.440636Z 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/testvmixdpkf" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:39:19.340851Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:39:19.367603Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:39:19.369586Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmikzgl7, existing: true\n" level=info timestamp=2018-08-02T17:39:19.370155Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:39:19.370184Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:39:19.370261Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:39:19.370337Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:39:19.386404Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmikzgl7, existing: false\n" level=info timestamp=2018-08-02T17:39:19.387221Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:39:19.387303Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmikzgl7 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:39:19.387361Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmikzgl7 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:42:01.228386Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmikzgl7, existing: false\n" level=info timestamp=2018-08-02T17:42:01.228460Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:42:01.228528Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmikzgl7 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:42:01.228607Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmikzgl7 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmixdpkf-8cmcx Pod phase: Running level=info timestamp=2018-08-02T17:39:44.697318Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:39:44.699321Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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.699376Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:39:54.971851Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:39:54.973655Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:54.973714Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:40:15.484007Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:40:15.485565Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:15.485607Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:40:56.479315Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:40:56.481128Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:56.481193Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:42:18.438027Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:42:18.440061Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:18.440178Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 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.469 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: testvmixdpkf,fc254b4c-967a-11e8-bfc8-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:19.845135Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmixdpkf kind=VirtualMachineInstance uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmixdpkf-8cmcx" level=info timestamp=2018-08-02T17:39:34.912652Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmixdpkf kind=VirtualMachineInstance uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmixdpkf-8cmcx" level=error timestamp=2018-08-02T17:39:34.967841Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmixdpkf kind=VirtualMachineInstance uid=fc254b4c-967a-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:41:39 http: TLS handshake error from 10.244.1.1:56502: EOF level=info timestamp=2018-08-02T17:41:47.755245Z 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:49 http: TLS handshake error from 10.244.1.1:56508: EOF 2018/08/02 17:41:59 http: TLS handshake error from 10.244.1.1:56514: EOF 2018/08/02 17:42:09 http: TLS handshake error from 10.244.1.1:56520: EOF level=info timestamp=2018-08-02T17:42:17.752995Z 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:19 http: TLS handshake error from 10.244.1.1:56526: EOF 2018/08/02 17:42:29 http: TLS handshake error from 10.244.1.1:56532: EOF 2018/08/02 17:42:39 http: TLS handshake error from 10.244.1.1:56538: EOF level=info timestamp=2018-08-02T17:42:47.785031Z 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:49 http: TLS handshake error from 10.244.1.1:56544: EOF 2018/08/02 17:42:59 http: TLS handshake error from 10.244.1.1:56550: EOF 2018/08/02 17:43:09 http: TLS handshake error from 10.244.1.1:56556: EOF level=info timestamp=2018-08-02T17:43:17.783067Z 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:19 http: TLS handshake error from 10.244.1.1:56562: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:42:14.104208Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:42:14 http: TLS handshake error from 10.244.0.1:48184: EOF level=info timestamp=2018-08-02T17:42:15.426872Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:42:23.867132Z 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:42:23.868741Z 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:42:24 http: TLS handshake error from 10.244.0.1:48208: EOF 2018/08/02 17:42:34 http: TLS handshake error from 10.244.0.1:48232: EOF level=info timestamp=2018-08-02T17:42:44.133317Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:42:44 http: TLS handshake error from 10.244.0.1:48256: EOF level=info timestamp=2018-08-02T17:42:45.453568Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:42:54 http: TLS handshake error from 10.244.0.1:48280: EOF 2018/08/02 17:43:04 http: TLS handshake error from 10.244.0.1:48304: EOF level=info timestamp=2018-08-02T17:43:14.160935Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:43:14 http: TLS handshake error from 10.244.0.1:48328: EOF level=info timestamp=2018-08-02T17:43:15.479086Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:30:16.195170Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimvzd7 kind= uid=b899f02a-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:16.233244Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmimvzd7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmimvzd7" level=info timestamp=2018-08-02T17:30:17.467715Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:30:17.467928Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:17.580319Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil878h\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil878h" level=info timestamp=2018-08-02T17:33:17.933832Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:33:17.933995Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:36:18.385534Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:36:18.385794Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:36:18.423616Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikzgl7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikzgl7" level=info timestamp=2018-08-02T17:36:18.447210Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikzgl7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikzgl7" level=info timestamp=2018-08-02T17:39:19.026491Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:39:19.026643Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:42:19.272490Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:42:19.273598Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:40:15.454870Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:40:15.485887Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-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:15.486079Z 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/testvmixdpkf" level=info timestamp=2018-08-02T17:40:56.446373Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmixdpkf, existing: true\n" level=info timestamp=2018-08-02T17:40:56.446468Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:40:56.446500Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:40:56.446627Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:40:56.481422Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-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:56.481565Z 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/testvmixdpkf" level=info timestamp=2018-08-02T17:42:18.401857Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmixdpkf, existing: true\n" level=info timestamp=2018-08-02T17:42:18.401958Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:42:18.401990Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:42:18.402075Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:42:18.440434Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-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:18.440636Z 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/testvmixdpkf" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:42:45.207287Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:42:45.241781Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-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:45.242066Z 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/testvmim684f" level=info timestamp=2018-08-02T17:42:55.482277Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim684f, existing: true\n" level=info timestamp=2018-08-02T17:42:55.482363Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:42:55.482393Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:42:55.482496Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:42:55.514854Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-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:55.515036Z 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/testvmim684f" level=info timestamp=2018-08-02T17:43:15.996780Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim684f, existing: true\n" level=info timestamp=2018-08-02T17:43:15.996868Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:43:15.996896Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:43:15.996984Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:43:16.039417Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-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:16.039607Z 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/testvmim684f" Pod name: virt-launcher-testvmim684f-ctclq Pod phase: Running level=info timestamp=2018-08-02T17:42:37.488610Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:42:37.490533Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:37.490649Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:42:40.084183Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:42:40.085980Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:40.086055Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:42:45.239830Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:42:45.241421Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:45.241513Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:42:55.512883Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:42:55.514388Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:55.514482Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:43:16.036350Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:43:16.038730Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:16.038783Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 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-testvmixdpkf-8cmcx Pod phase: Running level=info timestamp=2018-08-02T17:39:44.697318Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:39:44.699321Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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.699376Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:39:54.971851Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:39:54.973655Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:54.973714Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:40:15.484007Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:40:15.485565Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:15.485607Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:40:56.479315Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:40:56.481128Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:56.481193Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:42:18.438027Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:42:18.440061Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:18.440178Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 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.438 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.004s. 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:42:20.111703Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmim684f kind=VirtualMachineInstance uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmim684f-ctclq" level=info timestamp=2018-08-02T17:42:34.932507Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmim684f kind=VirtualMachineInstance uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmim684f-ctclq" level=error timestamp=2018-08-02T17:42:34.995302Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmim684f kind=VirtualMachineInstance uid=6796b1a2-967b-11e8-bfc8-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:42:35.035299Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmim684f kind=VirtualMachineInstance uid=6796b1a2-967b-11e8-bfc8-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:42:35.066875Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmim684f kind=VirtualMachineInstance uid=6796b1a2-967b-11e8-bfc8-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:42:35.105604Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmim684f kind=VirtualMachineInstance uid=6796b1a2-967b-11e8-bfc8-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:42:35.130099Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmim684f kind=VirtualMachineInstance uid=6796b1a2-967b-11e8-bfc8-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:42:35.163457Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmim684f kind=VirtualMachineInstance uid=6796b1a2-967b-11e8-bfc8-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:42:35.352949Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmim684f kind=VirtualMachineInstance uid=6796b1a2-967b-11e8-bfc8-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:42:35.699333Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmim684f kind=VirtualMachineInstance uid=6796b1a2-967b-11e8-bfc8-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:42:36.369290Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmim684f kind=VirtualMachineInstance uid=6796b1a2-967b-11e8-bfc8-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:42:37.679634Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmim684f kind=VirtualMachineInstance uid=6796b1a2-967b-11e8-bfc8-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:42:40.278665Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmim684f kind=VirtualMachineInstance uid=6796b1a2-967b-11e8-bfc8-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:42:45.435867Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmim684f kind=VirtualMachineInstance uid=6796b1a2-967b-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:42:39 http: TLS handshake error from 10.244.1.1:56538: EOF level=info timestamp=2018-08-02T17:42:47.785031Z 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:49 http: TLS handshake error from 10.244.1.1:56544: EOF 2018/08/02 17:42:59 http: TLS handshake error from 10.244.1.1:56550: EOF 2018/08/02 17:43:09 http: TLS handshake error from 10.244.1.1:56556: EOF level=info timestamp=2018-08-02T17:43:17.783067Z 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:19 http: TLS handshake error from 10.244.1.1:56562: EOF 2018/08/02 17:43:29 http: TLS handshake error from 10.244.1.1:56568: EOF 2018/08/02 17:43:39 http: TLS handshake error from 10.244.1.1:56574: EOF level=info timestamp=2018-08-02T17:43:47.759582Z 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:49 http: TLS handshake error from 10.244.1.1:56580: EOF 2018/08/02 17:43:59 http: TLS handshake error from 10.244.1.1:56586: EOF 2018/08/02 17:44:09 http: TLS handshake error from 10.244.1.1:56592: EOF level=info timestamp=2018-08-02T17:44:17.796573Z 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:19 http: TLS handshake error from 10.244.1.1:56598: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running 2018/08/02 17:42:54 http: TLS handshake error from 10.244.0.1:48280: EOF 2018/08/02 17:43:04 http: TLS handshake error from 10.244.0.1:48304: EOF level=info timestamp=2018-08-02T17:43:14.160935Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:43:14 http: TLS handshake error from 10.244.0.1:48328: EOF level=info timestamp=2018-08-02T17:43:15.479086Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:43:24 http: TLS handshake error from 10.244.0.1:48352: EOF 2018/08/02 17:43:34 http: TLS handshake error from 10.244.0.1:48376: EOF level=info timestamp=2018-08-02T17:43:44.191509Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:43:44 http: TLS handshake error from 10.244.0.1:48400: EOF level=info timestamp=2018-08-02T17:43:45.508327Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:43:54 http: TLS handshake error from 10.244.0.1:48424: EOF 2018/08/02 17:44:04 http: TLS handshake error from 10.244.0.1:48448: EOF level=info timestamp=2018-08-02T17:44:14.220436Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:44:14 http: TLS handshake error from 10.244.0.1:48472: EOF level=info timestamp=2018-08-02T17:44:15.537028Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:30:17.467715Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:30:17.467928Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil878h kind= uid=b9575566-9679-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:30:17.580319Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil878h\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil878h" level=info timestamp=2018-08-02T17:33:17.933832Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:33:17.933995Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:36:18.385534Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:36:18.385794Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:36:18.423616Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikzgl7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikzgl7" level=info timestamp=2018-08-02T17:36:18.447210Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikzgl7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikzgl7" level=info timestamp=2018-08-02T17:39:19.026491Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:39:19.026643Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:42:19.272490Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:42:19.273598Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:43:19.716876Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:43:19.717015Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:43:45.207881Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:43:45.241091Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-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:45.241220Z 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/testvmigg88p" level=info timestamp=2018-08-02T17:43:55.481453Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmigg88p, existing: true\n" level=info timestamp=2018-08-02T17:43:55.481544Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:43:55.481576Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:43:55.481677Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:43:55.516137Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-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:55.516333Z 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/testvmigg88p" level=info timestamp=2018-08-02T17:44:15.996592Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmigg88p, existing: true\n" level=info timestamp=2018-08-02T17:44:15.996684Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:44:15.996713Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:44:15.996816Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:44:16.044967Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-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:44:16.045137Z 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/testvmigg88p" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:42:55.482496Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:42:55.514854Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-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:55.515036Z 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/testvmim684f" level=info timestamp=2018-08-02T17:43:15.996780Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim684f, existing: true\n" level=info timestamp=2018-08-02T17:43:15.996868Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:43:15.996896Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:43:15.996984Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:43:16.039417Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-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:16.039607Z 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/testvmim684f" level=info timestamp=2018-08-02T17:43:57.000185Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim684f, existing: true\n" level=info timestamp=2018-08-02T17:43:57.000286Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:43:57.000324Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:43:57.000423Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:43:57.039898Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-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:57.040080Z 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/testvmim684f" Pod name: virt-launcher-testvmigg88p-zjjl5 Pod phase: Running level=info timestamp=2018-08-02T17:43:37.472835Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:43:37.474658Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:37.474712Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="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:43:40.085055Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:43:40.086850Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:40.086968Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="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:43:45.238875Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:43:45.240780Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:45.240895Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="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:43:55.513642Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:43:55.515696Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:55.515866Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="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:44:16.042923Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:44:16.044667Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:44:16.044707Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 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-testvmim684f-ctclq Pod phase: Running level=info timestamp=2018-08-02T17:42:40.084183Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:42:40.085980Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:40.086055Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:42:45.239830Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:42:45.241421Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:45.241513Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:42:55.512883Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:42:55.514388Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:55.514482Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:43:16.036350Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:43:16.038730Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:16.038783Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:43:57.037117Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:43:57.039323Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:57.039390Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 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-testvmixdpkf-8cmcx Pod phase: Running level=info timestamp=2018-08-02T17:39:44.697318Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:39:44.699321Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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.699376Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:39:54.971851Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:39:54.973655Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:54.973714Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:40:15.484007Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:40:15.485565Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:15.485607Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:40:56.479315Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:40:56.481128Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:56.481193Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:42:18.438027Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:42:18.440061Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:18.440178Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 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.784 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.005s. 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:43:20.526269Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmigg88p kind=VirtualMachineInstance uid=8b9d01c0-967b-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmigg88p-zjjl5" level=info timestamp=2018-08-02T17:43:35.439471Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmigg88p kind=VirtualMachineInstance uid=8b9d01c0-967b-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmigg88p-zjjl5" level=error timestamp=2018-08-02T17:43:35.499642Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmigg88p kind=VirtualMachineInstance uid=8b9d01c0-967b-11e8-bfc8-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:43:35.532654Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmigg88p kind=VirtualMachineInstance uid=8b9d01c0-967b-11e8-bfc8-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:43:35.559446Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmigg88p kind=VirtualMachineInstance uid=8b9d01c0-967b-11e8-bfc8-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:43:35.585072Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmigg88p kind=VirtualMachineInstance uid=8b9d01c0-967b-11e8-bfc8-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:43:35.618504Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmigg88p kind=VirtualMachineInstance uid=8b9d01c0-967b-11e8-bfc8-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:43:35.653171Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmigg88p kind=VirtualMachineInstance uid=8b9d01c0-967b-11e8-bfc8-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:43:35.844348Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmigg88p kind=VirtualMachineInstance uid=8b9d01c0-967b-11e8-bfc8-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:43:36.202762Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmigg88p kind=VirtualMachineInstance uid=8b9d01c0-967b-11e8-bfc8-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:43:36.867979Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmigg88p kind=VirtualMachineInstance uid=8b9d01c0-967b-11e8-bfc8-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:43:38.187646Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmigg88p kind=VirtualMachineInstance uid=8b9d01c0-967b-11e8-bfc8-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:43:40.801446Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmigg88p kind=VirtualMachineInstance uid=8b9d01c0-967b-11e8-bfc8-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:43:45.959160Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmigg88p kind=VirtualMachineInstance uid=8b9d01c0-967b-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:43:39 http: TLS handshake error from 10.244.1.1:56574: EOF level=info timestamp=2018-08-02T17:43:47.759582Z 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:49 http: TLS handshake error from 10.244.1.1:56580: EOF 2018/08/02 17:43:59 http: TLS handshake error from 10.244.1.1:56586: EOF 2018/08/02 17:44:09 http: TLS handshake error from 10.244.1.1:56592: EOF level=info timestamp=2018-08-02T17:44:17.796573Z 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:19 http: TLS handshake error from 10.244.1.1:56598: EOF 2018/08/02 17:44:29 http: TLS handshake error from 10.244.1.1:56604: EOF 2018/08/02 17:44:39 http: TLS handshake error from 10.244.1.1:56610: EOF level=info timestamp=2018-08-02T17:44:47.778168Z 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:49 http: TLS handshake error from 10.244.1.1:56616: EOF 2018/08/02 17:44:59 http: TLS handshake error from 10.244.1.1:56622: EOF 2018/08/02 17:45:09 http: TLS handshake error from 10.244.1.1:56628: EOF level=info timestamp=2018-08-02T17:45:17.758330Z 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:19 http: TLS handshake error from 10.244.1.1:56634: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:44:14.220436Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:44:14 http: TLS handshake error from 10.244.0.1:48472: EOF level=info timestamp=2018-08-02T17:44:15.537028Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:44:23.745758Z 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:44:23.746420Z 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:44:24 http: TLS handshake error from 10.244.0.1:48496: EOF 2018/08/02 17:44:34 http: TLS handshake error from 10.244.0.1:48520: EOF level=info timestamp=2018-08-02T17:44:44.249608Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:44:44 http: TLS handshake error from 10.244.0.1:48544: EOF level=info timestamp=2018-08-02T17:44:45.564136Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:44:54 http: TLS handshake error from 10.244.0.1:48568: EOF 2018/08/02 17:45:04 http: TLS handshake error from 10.244.0.1:48592: EOF level=info timestamp=2018-08-02T17:45:14.277561Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:45:14 http: TLS handshake error from 10.244.0.1:48616: EOF level=info timestamp=2018-08-02T17:45:15.593327Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:30:17.580319Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil878h\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil878h" level=info timestamp=2018-08-02T17:33:17.933832Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:33:17.933995Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv7jwm kind= uid=24ed1427-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:36:18.385534Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:36:18.385794Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:36:18.423616Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikzgl7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikzgl7" level=info timestamp=2018-08-02T17:36:18.447210Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikzgl7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikzgl7" level=info timestamp=2018-08-02T17:39:19.026491Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:39:19.026643Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:42:19.272490Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:42:19.273598Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:43:19.716876Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:43:19.717015Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:44:20.507225Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:44:20.508340Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:45:02.280974Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:45:02.280996Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:45:02.281082Z pos=vm.go:418 component=virt-handler namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="No update processing required" level=info timestamp=2018-08-02T17:45:02.288373Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:45:02.288412Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmixdpkf, existing: true\n" level=info timestamp=2018-08-02T17:45:02.288427Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:45:02.288445Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:45:02.288504Z pos=vm.go:418 component=virt-handler namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="No update processing required" level=info timestamp=2018-08-02T17:45:02.288597Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:45:16.776799Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmirmr9z, existing: true\n" level=info timestamp=2018-08-02T17:45:16.776893Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:45:16.776922Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:45:16.777008Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:45:16.807735Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-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:16.808084Z 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/testvmirmr9z" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:43:15.996984Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:43:16.039417Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-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:16.039607Z 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/testvmim684f" level=info timestamp=2018-08-02T17:43:57.000185Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim684f, existing: true\n" level=info timestamp=2018-08-02T17:43:57.000286Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:43:57.000324Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:43:57.000423Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:43:57.039898Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-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:57.040080Z 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/testvmim684f" level=info timestamp=2018-08-02T17:45:18.960284Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim684f, existing: true\n" level=info timestamp=2018-08-02T17:45:18.960381Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:45:18.960405Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:45:18.960491Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:45:18.990308Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-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:18.990515Z 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/testvmim684f" Pod name: virt-launcher-testvmigg88p-zjjl5 Pod phase: Running level=info timestamp=2018-08-02T17:43:40.085055Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:43:40.086850Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:40.086968Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="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:43:45.238875Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:43:45.240780Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:45.240895Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="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:43:55.513642Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:43:55.515696Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:55.515866Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="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:44:16.042923Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:44:16.044667Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:44:16.044707Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="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:44:57.036858Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:44:57.038731Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:44:57.038871Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 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-testvmim684f-ctclq Pod phase: Running level=info timestamp=2018-08-02T17:42:45.239830Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:42:45.241421Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:45.241513Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:42:55.512883Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:42:55.514388Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:55.514482Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:43:16.036350Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:43:16.038730Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:16.038783Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:43:57.037117Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:43:57.039323Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:57.039390Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:45:18.988082Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:45:18.989600Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:18.989939Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 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-testvmirmr9z-sk6hg Pod phase: Running level=info timestamp=2018-08-02T17:44:38.275088Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmirmr9z/noCloud.iso" level=error timestamp=2018-08-02T17:44:38.277156Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:44:38.277198Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="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:44:40.867254Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmirmr9z/noCloud.iso" level=error timestamp=2018-08-02T17:44:40.869249Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:44:40.869296Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="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:44:46.021083Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmirmr9z/noCloud.iso" level=error timestamp=2018-08-02T17:44:46.022720Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:44:46.022881Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="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:44:56.294177Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmirmr9z/noCloud.iso" level=error timestamp=2018-08-02T17:44:56.296079Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:44:56.296176Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="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:45:16.805928Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmirmr9z/noCloud.iso" level=error timestamp=2018-08-02T17:45:16.807431Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:16.807491Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 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-testvmixdpkf-8cmcx Pod phase: Failed level=error timestamp=2018-08-02T17:40:15.485607Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:40:56.479315Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:40:56.481128Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:56.481193Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:42:18.438027Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:42:18.440061Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:18.440178Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 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, 0xc42024a8e0, 0xc4201f41c0, 0xc420574600) /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 • Failure in Spec Setup (BeforeEach) [60.864 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.005s. 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:44:21.308784Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmirmr9z kind=VirtualMachineInstance uid=afd80480-967b-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmirmr9z-sk6hg" level=info timestamp=2018-08-02T17:44:36.239043Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmirmr9z kind=VirtualMachineInstance uid=afd80480-967b-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmirmr9z-sk6hg" level=error timestamp=2018-08-02T17:44:36.304513Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmirmr9z kind=VirtualMachineInstance uid=afd80480-967b-11e8-bfc8-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:44:36.333604Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmirmr9z kind=VirtualMachineInstance uid=afd80480-967b-11e8-bfc8-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:44:36.359824Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmirmr9z kind=VirtualMachineInstance uid=afd80480-967b-11e8-bfc8-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:44:36.387206Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmirmr9z kind=VirtualMachineInstance uid=afd80480-967b-11e8-bfc8-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:44:36.412725Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmirmr9z kind=VirtualMachineInstance uid=afd80480-967b-11e8-bfc8-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:44:36.460315Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmirmr9z kind=VirtualMachineInstance uid=afd80480-967b-11e8-bfc8-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:44:36.643702Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmirmr9z kind=VirtualMachineInstance uid=afd80480-967b-11e8-bfc8-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:44:36.997222Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmirmr9z kind=VirtualMachineInstance uid=afd80480-967b-11e8-bfc8-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:44:37.672079Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmirmr9z kind=VirtualMachineInstance uid=afd80480-967b-11e8-bfc8-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:44:38.990151Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmirmr9z kind=VirtualMachineInstance uid=afd80480-967b-11e8-bfc8-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:44:41.582965Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmirmr9z kind=VirtualMachineInstance uid=afd80480-967b-11e8-bfc8-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:44:46.745401Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmirmr9z kind=VirtualMachineInstance uid=afd80480-967b-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:44:39 http: TLS handshake error from 10.244.1.1:56610: EOF level=info timestamp=2018-08-02T17:44:47.778168Z 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:49 http: TLS handshake error from 10.244.1.1:56616: EOF 2018/08/02 17:44:59 http: TLS handshake error from 10.244.1.1:56622: EOF 2018/08/02 17:45:09 http: TLS handshake error from 10.244.1.1:56628: EOF level=info timestamp=2018-08-02T17:45:17.758330Z 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:19 http: TLS handshake error from 10.244.1.1:56634: EOF 2018/08/02 17:45:29 http: TLS handshake error from 10.244.1.1:56640: EOF 2018/08/02 17:45:39 http: TLS handshake error from 10.244.1.1:56646: EOF level=info timestamp=2018-08-02T17:45:47.768967Z 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:49 http: TLS handshake error from 10.244.1.1:56652: EOF 2018/08/02 17:45:59 http: TLS handshake error from 10.244.1.1:56658: EOF 2018/08/02 17:46:09 http: TLS handshake error from 10.244.1.1:56664: EOF level=info timestamp=2018-08-02T17:46:17.760007Z 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:46:19 http: TLS handshake error from 10.244.1.1:56670: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:45:14.277561Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:45:14 http: TLS handshake error from 10.244.0.1:48616: EOF level=info timestamp=2018-08-02T17:45:15.593327Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:45:23.747903Z 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:23.749256Z 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:24 http: TLS handshake error from 10.244.0.1:48640: EOF 2018/08/02 17:45:34 http: TLS handshake error from 10.244.0.1:48664: EOF level=info timestamp=2018-08-02T17:45:44.311452Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:45:44 http: TLS handshake error from 10.244.0.1:48688: EOF level=info timestamp=2018-08-02T17:45:45.621596Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:45:54 http: TLS handshake error from 10.244.0.1:48712: EOF 2018/08/02 17:46:04 http: TLS handshake error from 10.244.0.1:48736: EOF level=info timestamp=2018-08-02T17:46:14.334511Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:46:14 http: TLS handshake error from 10.244.0.1:48760: EOF level=info timestamp=2018-08-02T17:46:15.652039Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:36:18.385794Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikzgl7 kind= uid=907bb61f-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:36:18.423616Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikzgl7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikzgl7" level=info timestamp=2018-08-02T17:36:18.447210Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikzgl7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikzgl7" level=info timestamp=2018-08-02T17:39:19.026491Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:39:19.026643Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:42:19.272490Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:42:19.273598Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:43:19.716876Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:43:19.717015Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:44:20.507225Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:44:20.508340Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:45:21.367702Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:45:21.369245Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:45:21.435112Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9zjqk\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9zjqk" level=info timestamp=2018-08-02T17:45:21.452756Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9zjqk\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9zjqk" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:45:57.768486Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:45:57.800256Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-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:57.800420Z 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/testvmirmr9z" level=info timestamp=2018-08-02T17:46:16.856850Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9zjqk, existing: true\n" level=info timestamp=2018-08-02T17:46:16.856945Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:46:16.856974Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:46:16.857054Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:46:16.882402Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-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:16.882574Z 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/testvmi9zjqk" level=info timestamp=2018-08-02T17:46:18.959905Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmigg88p, existing: true\n" level=info timestamp=2018-08-02T17:46:18.959986Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:46:18.960008Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:46:18.960077Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:46:18.996516Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-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:18.996723Z 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/testvmigg88p" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:43:15.996984Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:43:16.039417Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-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:16.039607Z 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/testvmim684f" level=info timestamp=2018-08-02T17:43:57.000185Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim684f, existing: true\n" level=info timestamp=2018-08-02T17:43:57.000286Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:43:57.000324Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:43:57.000423Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:43:57.039898Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-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:57.040080Z 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/testvmim684f" level=info timestamp=2018-08-02T17:45:18.960284Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim684f, existing: true\n" level=info timestamp=2018-08-02T17:45:18.960381Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:45:18.960405Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:45:18.960491Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:45:18.990308Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-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:18.990515Z 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/testvmim684f" Pod name: virt-launcher-testvmi9zjqk-27xqd Pod phase: Running level=info timestamp=2018-08-02T17:45:38.362153Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi9zjqk/noCloud.iso" level=error timestamp=2018-08-02T17:45:38.363777Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:38.363817Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="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:45:40.950091Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi9zjqk/noCloud.iso" level=error timestamp=2018-08-02T17:45:40.952062Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:40.952152Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="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:45:46.102052Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi9zjqk/noCloud.iso" level=error timestamp=2018-08-02T17:45:46.103532Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:46.103592Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="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:45:56.374470Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi9zjqk/noCloud.iso" level=error timestamp=2018-08-02T17:45:56.376161Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:56.376212Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="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:16.880657Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi9zjqk/noCloud.iso" level=error timestamp=2018-08-02T17:46:16.882094Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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.882158Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 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-testvmigg88p-zjjl5 Pod phase: Running level=info timestamp=2018-08-02T17:43:45.238875Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:43:45.240780Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:45.240895Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="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:43:55.513642Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:43:55.515696Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:55.515866Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="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:44:16.042923Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:44:16.044667Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:44:16.044707Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="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:44:57.036858Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:44:57.038731Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:44:57.038871Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="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:18.994050Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:46:18.996173Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:18.996240Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 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-testvmim684f-ctclq Pod phase: Running level=info timestamp=2018-08-02T17:42:45.239830Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:42:45.241421Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:45.241513Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:42:55.512883Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:42:55.514388Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:55.514482Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:43:16.036350Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:43:16.038730Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:16.038783Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:43:57.037117Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:43:57.039323Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:57.039390Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:45:18.988082Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:45:18.989600Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:18.989939Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 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-testvmirmr9z-sk6hg Pod phase: Running level=info timestamp=2018-08-02T17:44:40.867254Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmirmr9z/noCloud.iso" level=error timestamp=2018-08-02T17:44:40.869249Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:44:40.869296Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="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:44:46.021083Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmirmr9z/noCloud.iso" level=error timestamp=2018-08-02T17:44:46.022720Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:44:46.022881Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="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:44:56.294177Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmirmr9z/noCloud.iso" level=error timestamp=2018-08-02T17:44:56.296079Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:44:56.296176Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="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:45:16.805928Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmirmr9z/noCloud.iso" level=error timestamp=2018-08-02T17:45:16.807431Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:16.807491Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="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:45:57.798109Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmirmr9z/noCloud.iso" level=error timestamp=2018-08-02T17:45:57.799776Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:57.799882Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 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-testvmixdpkf-8cmcx Pod phase: Failed level=error timestamp=2018-08-02T17:40:15.485607Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:40:56.479315Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:40:56.481128Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:56.481193Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:42:18.438027Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:42:18.440061Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:18.440178Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 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, 0xc42024a8e0, 0xc4201f41c0, 0xc420574600) /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 • Failure in Spec Setup (BeforeEach) [61.064 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.006s. 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:45:22.200624Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmi9zjqk kind=VirtualMachineInstance uid=d41f3ed9-967b-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi9zjqk-27xqd" level=info timestamp=2018-08-02T17:45:36.319620Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmi9zjqk kind=VirtualMachineInstance uid=d41f3ed9-967b-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmi9zjqk-27xqd" level=error timestamp=2018-08-02T17:45:36.379227Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi9zjqk kind=VirtualMachineInstance uid=d41f3ed9-967b-11e8-bfc8-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:45:36.419959Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi9zjqk kind=VirtualMachineInstance uid=d41f3ed9-967b-11e8-bfc8-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:45:36.445636Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi9zjqk kind=VirtualMachineInstance uid=d41f3ed9-967b-11e8-bfc8-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:45:36.469979Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi9zjqk kind=VirtualMachineInstance uid=d41f3ed9-967b-11e8-bfc8-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:45:36.495405Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi9zjqk kind=VirtualMachineInstance uid=d41f3ed9-967b-11e8-bfc8-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:45:36.534593Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi9zjqk kind=VirtualMachineInstance uid=d41f3ed9-967b-11e8-bfc8-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:45:36.740180Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi9zjqk kind=VirtualMachineInstance uid=d41f3ed9-967b-11e8-bfc8-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:45:37.090581Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi9zjqk kind=VirtualMachineInstance uid=d41f3ed9-967b-11e8-bfc8-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:45:37.762153Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi9zjqk kind=VirtualMachineInstance uid=d41f3ed9-967b-11e8-bfc8-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:45:39.090696Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi9zjqk kind=VirtualMachineInstance uid=d41f3ed9-967b-11e8-bfc8-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:45:41.669509Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi9zjqk kind=VirtualMachineInstance uid=d41f3ed9-967b-11e8-bfc8-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:45:46.831944Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmi9zjqk kind=VirtualMachineInstance uid=d41f3ed9-967b-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:45:39 http: TLS handshake error from 10.244.1.1:56646: EOF level=info timestamp=2018-08-02T17:45:47.768967Z 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:49 http: TLS handshake error from 10.244.1.1:56652: EOF 2018/08/02 17:45:59 http: TLS handshake error from 10.244.1.1:56658: EOF 2018/08/02 17:46:09 http: TLS handshake error from 10.244.1.1:56664: EOF level=info timestamp=2018-08-02T17:46:17.760007Z 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:46:19 http: TLS handshake error from 10.244.1.1:56670: EOF 2018/08/02 17:46:29 http: TLS handshake error from 10.244.1.1:56676: EOF 2018/08/02 17:46:39 http: TLS handshake error from 10.244.1.1:56682: EOF level=info timestamp=2018-08-02T17:46:47.761307Z 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:46:49 http: TLS handshake error from 10.244.1.1:56688: EOF 2018/08/02 17:46:59 http: TLS handshake error from 10.244.1.1:56694: EOF 2018/08/02 17:47:09 http: TLS handshake error from 10.244.1.1:56700: EOF level=info timestamp=2018-08-02T17:47:17.794046Z 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:19 http: TLS handshake error from 10.244.1.1:56706: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running 2018/08/02 17:45:54 http: TLS handshake error from 10.244.0.1:48712: EOF 2018/08/02 17:46:04 http: TLS handshake error from 10.244.0.1:48736: EOF level=info timestamp=2018-08-02T17:46:14.334511Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:46:14 http: TLS handshake error from 10.244.0.1:48760: EOF level=info timestamp=2018-08-02T17:46:15.652039Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:46:24 http: TLS handshake error from 10.244.0.1:48784: EOF 2018/08/02 17:46:34 http: TLS handshake error from 10.244.0.1:48808: EOF level=info timestamp=2018-08-02T17:46:44.365828Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:46:44 http: TLS handshake error from 10.244.0.1:48832: EOF level=info timestamp=2018-08-02T17:46:45.684113Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:46:54 http: TLS handshake error from 10.244.0.1:48856: EOF 2018/08/02 17:47:04 http: TLS handshake error from 10.244.0.1:48880: EOF level=info timestamp=2018-08-02T17:47:14.392249Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:47:14 http: TLS handshake error from 10.244.0.1:48904: EOF level=info timestamp=2018-08-02T17:47:15.706977Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:39:19.026491Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:39:19.026643Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:42:19.272490Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:42:19.273598Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:43:19.716876Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:43:19.717015Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:44:20.507225Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:44:20.508340Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:45:21.367702Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:45:21.369245Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:45:21.435112Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9zjqk\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9zjqk" level=info timestamp=2018-08-02T17:45:21.452756Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9zjqk\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9zjqk" level=info timestamp=2018-08-02T17:46:22.426325Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:46:22.427502Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:46:22.497009Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiln6qq\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiln6qq" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:46:57.843104Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:46:57.873669Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-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:57.873886Z 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/testvmi9zjqk" level=info timestamp=2018-08-02T17:47:17.576987Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiln6qq, existing: true\n" level=info timestamp=2018-08-02T17:47:17.577066Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:47:17.577089Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:47:17.577167Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:47:17.620014Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-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:17.620231Z 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/testvmiln6qq" level=info timestamp=2018-08-02T17:47:19.721488Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmirmr9z, existing: true\n" level=info timestamp=2018-08-02T17:47:19.721573Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:47:19.721596Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:47:19.721671Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:47:19.753422Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-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:19.753650Z 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/testvmirmr9z" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:43:15.996984Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:43:16.039417Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-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:16.039607Z 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/testvmim684f" level=info timestamp=2018-08-02T17:43:57.000185Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim684f, existing: true\n" level=info timestamp=2018-08-02T17:43:57.000286Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:43:57.000324Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:43:57.000423Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:43:57.039898Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-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:57.040080Z 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/testvmim684f" level=info timestamp=2018-08-02T17:45:18.960284Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim684f, existing: true\n" level=info timestamp=2018-08-02T17:45:18.960381Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:45:18.960405Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:45:18.960491Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:45:18.990308Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-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:18.990515Z 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/testvmim684f" Pod name: virt-launcher-testvmi9zjqk-27xqd Pod phase: Running level=info timestamp=2018-08-02T17:45:40.950091Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi9zjqk/noCloud.iso" level=error timestamp=2018-08-02T17:45:40.952062Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:40.952152Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="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:45:46.102052Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi9zjqk/noCloud.iso" level=error timestamp=2018-08-02T17:45:46.103532Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:46.103592Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="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:45:56.374470Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi9zjqk/noCloud.iso" level=error timestamp=2018-08-02T17:45:56.376161Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:56.376212Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="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:16.880657Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi9zjqk/noCloud.iso" level=error timestamp=2018-08-02T17:46:16.882094Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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.882158Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="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:57.870798Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi9zjqk/noCloud.iso" level=error timestamp=2018-08-02T17:46:57.872949Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:57.873062Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 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-testvmigg88p-zjjl5 Pod phase: Running level=info timestamp=2018-08-02T17:43:45.238875Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:43:45.240780Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:45.240895Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="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:43:55.513642Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:43:55.515696Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:55.515866Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="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:44:16.042923Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:44:16.044667Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:44:16.044707Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="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:44:57.036858Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:44:57.038731Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:44:57.038871Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="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:18.994050Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:46:18.996173Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:18.996240Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 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-testvmiln6qq-vtjkf Pod phase: Running level=info timestamp=2018-08-02T17:46:39.070785Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiln6qq/noCloud.iso" level=error timestamp=2018-08-02T17:46:39.072408Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:39.072462Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="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:41.673791Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiln6qq/noCloud.iso" level=error timestamp=2018-08-02T17:46:41.675559Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:41.675639Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="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:46.821674Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiln6qq/noCloud.iso" level=error timestamp=2018-08-02T17:46:46.823162Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:46.823207Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="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:57.092210Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiln6qq/noCloud.iso" level=error timestamp=2018-08-02T17:46:57.094303Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:57.094431Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="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:17.611869Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiln6qq/noCloud.iso" level=error timestamp=2018-08-02T17:47:17.614048Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:17.614242Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 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-testvmim684f-ctclq Pod phase: Running level=info timestamp=2018-08-02T17:42:45.239830Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:42:45.241421Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:45.241513Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:42:55.512883Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:42:55.514388Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:55.514482Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:43:16.036350Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:43:16.038730Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:16.038783Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:43:57.037117Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:43:57.039323Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:57.039390Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:45:18.988082Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:45:18.989600Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:18.989939Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 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-testvmirmr9z-sk6hg Pod phase: Running level=info timestamp=2018-08-02T17:44:46.021083Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmirmr9z/noCloud.iso" level=error timestamp=2018-08-02T17:44:46.022720Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:44:46.022881Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="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:44:56.294177Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmirmr9z/noCloud.iso" level=error timestamp=2018-08-02T17:44:56.296079Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:44:56.296176Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="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:45:16.805928Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmirmr9z/noCloud.iso" level=error timestamp=2018-08-02T17:45:16.807431Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:16.807491Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="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:45:57.798109Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmirmr9z/noCloud.iso" level=error timestamp=2018-08-02T17:45:57.799776Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:57.799882Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="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:19.751203Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmirmr9z/noCloud.iso" level=error timestamp=2018-08-02T17:47:19.753076Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:19.753170Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 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-testvmixdpkf-8cmcx Pod phase: Failed level=error timestamp=2018-08-02T17:40:15.485607Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:40:56.479315Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:40:56.481128Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:56.481193Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:42:18.438027Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:42:18.440061Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:18.440178Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 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, 0xc42024a8e0, 0xc4201f41c0, 0xc420574600) /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 • Failure in Spec Setup (BeforeEach) [61.238 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.004s. 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:46:23.231019Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmiln6qq kind=VirtualMachineInstance uid=f884a787-967b-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmiln6qq-vtjkf" level=info timestamp=2018-08-02T17:46:37.103437Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmiln6qq kind=VirtualMachineInstance uid=f884a787-967b-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmiln6qq-vtjkf" level=error timestamp=2018-08-02T17:46:37.175506Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmiln6qq kind=VirtualMachineInstance uid=f884a787-967b-11e8-bfc8-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:46:37.222197Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmiln6qq kind=VirtualMachineInstance uid=f884a787-967b-11e8-bfc8-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:46:37.263234Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmiln6qq kind=VirtualMachineInstance uid=f884a787-967b-11e8-bfc8-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:46:37.301367Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmiln6qq kind=VirtualMachineInstance uid=f884a787-967b-11e8-bfc8-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:46:37.340465Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmiln6qq kind=VirtualMachineInstance uid=f884a787-967b-11e8-bfc8-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:46:37.369728Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmiln6qq kind=VirtualMachineInstance uid=f884a787-967b-11e8-bfc8-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:46:37.448013Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmiln6qq kind=VirtualMachineInstance uid=f884a787-967b-11e8-bfc8-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:46:37.797520Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmiln6qq kind=VirtualMachineInstance uid=f884a787-967b-11e8-bfc8-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:46:38.466483Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmiln6qq kind=VirtualMachineInstance uid=f884a787-967b-11e8-bfc8-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:46:39.786337Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmiln6qq kind=VirtualMachineInstance uid=f884a787-967b-11e8-bfc8-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:46:42.388207Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmiln6qq kind=VirtualMachineInstance uid=f884a787-967b-11e8-bfc8-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:46:47.541492Z pos=utils.go:253 component=tests namespace=kubevirt-test-default name=testvmiln6qq kind=VirtualMachineInstance uid=f884a787-967b-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:47:49 http: TLS handshake error from 10.244.1.1:56724: EOF 2018/08/02 17:47:59 http: TLS handshake error from 10.244.1.1:56730: EOF 2018/08/02 17:48:09 http: TLS handshake error from 10.244.1.1:56736: EOF level=info timestamp=2018-08-02T17:48:17.771129Z 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:19 http: TLS handshake error from 10.244.1.1:56742: EOF 2018/08/02 17:48:29 http: TLS handshake error from 10.244.1.1:56748: EOF 2018/08/02 17:48:39 http: TLS handshake error from 10.244.1.1:56754: EOF level=info timestamp=2018-08-02T17:48:47.757100Z 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:49 http: TLS handshake error from 10.244.1.1:56760: EOF 2018/08/02 17:48:59 http: TLS handshake error from 10.244.1.1:56766: EOF 2018/08/02 17:49:09 http: TLS handshake error from 10.244.1.1:56772: EOF level=info timestamp=2018-08-02T17:49:17.692706Z 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:49:17.697701Z 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:49:17.756255Z 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:19 http: TLS handshake error from 10.244.1.1:56778: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:48:14.458793Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:48:14 http: TLS handshake error from 10.244.0.1:49048: EOF level=info timestamp=2018-08-02T17:48:15.767935Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:48:24 http: TLS handshake error from 10.244.0.1:49072: EOF 2018/08/02 17:48:34 http: TLS handshake error from 10.244.0.1:49096: EOF level=info timestamp=2018-08-02T17:48:44.489208Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:48:44 http: TLS handshake error from 10.244.0.1:49120: EOF level=info timestamp=2018-08-02T17:48:45.796454Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:48:54 http: TLS handshake error from 10.244.0.1:49144: EOF 2018/08/02 17:49:04 http: TLS handshake error from 10.244.0.1:49168: EOF level=info timestamp=2018-08-02T17:49:14.520179Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:49:14 http: TLS handshake error from 10.244.0.1:49192: EOF level=info timestamp=2018-08-02T17:49:15.827082Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:49:23.554292Z 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:49:23.555616Z 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-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:45:21.369245Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:45:21.435112Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9zjqk\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9zjqk" level=info timestamp=2018-08-02T17:45:21.452756Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9zjqk\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9zjqk" level=info timestamp=2018-08-02T17:46:22.426325Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:46:22.427502Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:46:22.497009Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiln6qq\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiln6qq" level=info timestamp=2018-08-02T17:47:23.681520Z pos=vm.go:459 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 msg="Looking for VirtualMachineInstance Ref" level=error timestamp=2018-08-02T17:47:23.682807Z pos=vm.go:462 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmitf2lw86g65" level=info timestamp=2018-08-02T17:47:23.685638Z pos=vm.go:459 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 msg="Looking for VirtualMachineInstance Ref" level=error timestamp=2018-08-02T17:47:23.685681Z pos=vm.go:462 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmitf2lwctwqj" level=info timestamp=2018-08-02T17:47:23.694582Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:47:23.694722Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:47:23.695159Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:47:23.695371Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:47:23.748949Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmitf2lwctwqj\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmitf2lwctwqj" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:49:02.837020Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:49:02.837055Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:49:02.837214Z pos=vm.go:418 component=virt-handler namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 msg="No update processing required" level=info timestamp=2018-08-02T17:49:02.849228Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:49:02.849280Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmigg88p, existing: true\n" level=info timestamp=2018-08-02T17:49:02.849301Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:49:02.849326Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:49:02.849384Z pos=vm.go:418 component=virt-handler namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 msg="No update processing required" level=info timestamp=2018-08-02T17:49:02.849465Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:49:20.534403Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiln6qq, existing: true\n" level=info timestamp=2018-08-02T17:49:20.534499Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:49:20.534524Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:49:20.534630Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:49:20.579408Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-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:20.580083Z 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/testvmiln6qq" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:45:18.960381Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:45:18.960405Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:45:18.960491Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:45:18.990308Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-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:18.990515Z 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/testvmim684f" level=info timestamp=2018-08-02T17:48:02.830816Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim684f, existing: true\n" level=info timestamp=2018-08-02T17:48:02.830915Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:48:02.830946Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:48:02.831043Z pos=vm.go:418 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="No update processing required" level=info timestamp=2018-08-02T17:48:02.840055Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:48:02.845213Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim684f, existing: true\n" level=info timestamp=2018-08-02T17:48:02.845283Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:48:02.845313Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:48:02.845387Z pos=vm.go:418 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="No update processing required" level=info timestamp=2018-08-02T17:48:02.845447Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi9zjqk-27xqd Pod phase: Running level=info timestamp=2018-08-02T17:45:46.102052Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi9zjqk/noCloud.iso" level=error timestamp=2018-08-02T17:45:46.103532Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:46.103592Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="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:45:56.374470Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi9zjqk/noCloud.iso" level=error timestamp=2018-08-02T17:45:56.376161Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:56.376212Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="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:16.880657Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi9zjqk/noCloud.iso" level=error timestamp=2018-08-02T17:46:16.882094Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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.882158Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="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:57.870798Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi9zjqk/noCloud.iso" level=error timestamp=2018-08-02T17:46:57.872949Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:57.873062Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="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:19.820607Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi9zjqk/noCloud.iso" level=error timestamp=2018-08-02T17:48:19.822236Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:19.822327Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 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-testvmigg88p-zjjl5 Pod phase: Failed level=error timestamp=2018-08-02T17:44:16.044707Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="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:44:57.036858Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:44:57.038731Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:44:57.038871Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="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:18.994050Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:46:18.996173Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:18.996240Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 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, 0xc4200a45e0, 0xc4201fa1c0, 0xc421a884e0) /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-testvmiln6qq-vtjkf Pod phase: Running level=info timestamp=2018-08-02T17:46:46.821674Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiln6qq/noCloud.iso" level=error timestamp=2018-08-02T17:46:46.823162Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:46.823207Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="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:57.092210Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiln6qq/noCloud.iso" level=error timestamp=2018-08-02T17:46:57.094303Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:57.094431Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="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:17.611869Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiln6qq/noCloud.iso" level=error timestamp=2018-08-02T17:47:17.614048Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:17.614242Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="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:58.611535Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiln6qq/noCloud.iso" level=error timestamp=2018-08-02T17:47:58.613496Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:58.613547Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="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:20.575132Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiln6qq/noCloud.iso" level=error timestamp=2018-08-02T17:49:20.577427Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:20.577476Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 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-testvmim684f-ctclq Pod phase: Failed level=error timestamp=2018-08-02T17:43:16.038783Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:43:57.037117Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:43:57.039323Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:57.039390Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:45:18.988082Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:45:18.989600Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:18.989939Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 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, 0xc42030c100, 0xc4201ee0e0, 0xc420942d20) /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-testvmirmr9z-sk6hg Pod phase: Running level=info timestamp=2018-08-02T17:44:46.021083Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmirmr9z/noCloud.iso" level=error timestamp=2018-08-02T17:44:46.022720Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:44:46.022881Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="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:44:56.294177Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmirmr9z/noCloud.iso" level=error timestamp=2018-08-02T17:44:56.296079Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:44:56.296176Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="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:45:16.805928Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmirmr9z/noCloud.iso" level=error timestamp=2018-08-02T17:45:16.807431Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:16.807491Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="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:45:57.798109Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmirmr9z/noCloud.iso" level=error timestamp=2018-08-02T17:45:57.799776Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:57.799882Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="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:19.751203Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmirmr9z/noCloud.iso" level=error timestamp=2018-08-02T17:47:19.753076Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:19.753170Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 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-testvmitf2lw86g65-wzdl7 Pod phase: Running level=info timestamp=2018-08-02T17:47:45.032499Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmitf2lw86g65/noCloud.iso" level=error timestamp=2018-08-02T17:47:45.034555Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:45.034615Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 reason="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:50.200164Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmitf2lw86g65/noCloud.iso" level=error timestamp=2018-08-02T17:47:50.202010Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:50.202546Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 reason="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:00.479418Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmitf2lw86g65/noCloud.iso" level=error timestamp=2018-08-02T17:48:00.481370Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:00.481420Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 reason="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:20.996276Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmitf2lw86g65/noCloud.iso" level=error timestamp=2018-08-02T17:48:20.998417Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:20.998454Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 reason="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:01.988282Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmitf2lw86g65/noCloud.iso" level=error timestamp=2018-08-02T17:49:01.990073Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:01.990146Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 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-testvmitf2lwctwqj-rj4cc Pod phase: Running level=info timestamp=2018-08-02T17:47:44.283866Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmitf2lwctwqj/noCloud.iso" level=error timestamp=2018-08-02T17:47:44.285642Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:44.285691Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 reason="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:49.447955Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmitf2lwctwqj/noCloud.iso" level=error timestamp=2018-08-02T17:47:49.452438Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:49.452574Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 reason="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:59.740476Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmitf2lwctwqj/noCloud.iso" level=error timestamp=2018-08-02T17:47:59.742043Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:59.742080Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 reason="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:20.263921Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmitf2lwctwqj/noCloud.iso" level=error timestamp=2018-08-02T17:48:20.267596Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:20.267655Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 reason="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:01.258554Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmitf2lwctwqj/noCloud.iso" level=error timestamp=2018-08-02T17:49:01.260246Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:01.260298Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 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-testvmixdpkf-8cmcx Pod phase: Failed level=error timestamp=2018-08-02T17:40:15.485607Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:40:56.479315Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:40:56.481128Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:56.481193Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:42:18.438027Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:42:18.440061Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:18.440178Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 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, 0xc42024a8e0, 0xc4201f41c0, 0xc420574600) /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 • Failure in Spec Setup (BeforeEach) [121.632 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 testvmiv99hx VM testvmiv99hx was scheduled to start Pod name: disks-images-provider-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:49:39 http: TLS handshake error from 10.244.1.1:56790: EOF level=info timestamp=2018-08-02T17:49:47.766443Z 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:49 http: TLS handshake error from 10.244.1.1:56796: EOF 2018/08/02 17:49:59 http: TLS handshake error from 10.244.1.1:56802: EOF 2018/08/02 17:50:09 http: TLS handshake error from 10.244.1.1:56808: EOF level=info timestamp=2018-08-02T17:50:17.768418Z 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:19 http: TLS handshake error from 10.244.1.1:56814: EOF 2018/08/02 17:50:29 http: TLS handshake error from 10.244.1.1:56820: EOF 2018/08/02 17:50:39 http: TLS handshake error from 10.244.1.1:56826: EOF level=info timestamp=2018-08-02T17:50:47.758064Z 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:49 http: TLS handshake error from 10.244.1.1:56832: EOF 2018/08/02 17:50:59 http: TLS handshake error from 10.244.1.1:56838: EOF 2018/08/02 17:51:09 http: TLS handshake error from 10.244.1.1:56844: EOF level=info timestamp=2018-08-02T17:51:17.788204Z 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:19 http: TLS handshake error from 10.244.1.1:56850: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running 2018/08/02 17:50:14 http: TLS handshake error from 10.244.0.1:49336: EOF level=info timestamp=2018-08-02T17:50:15.887884Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:50:23.558224Z 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:50:23.559096Z 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:50:24 http: TLS handshake error from 10.244.0.1:49360: EOF 2018/08/02 17:50:34 http: TLS handshake error from 10.244.0.1:49384: EOF 2018/08/02 17:50:44 http: TLS handshake error from 10.244.0.1:49408: EOF level=info timestamp=2018-08-02T17:50:44.612882Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:50:45.914916Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:50:54 http: TLS handshake error from 10.244.0.1:49432: EOF 2018/08/02 17:51:04 http: TLS handshake error from 10.244.0.1:49456: EOF 2018/08/02 17:51:14 http: TLS handshake error from 10.244.0.1:49480: EOF level=info timestamp=2018-08-02T17:51:14.643522Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:51:15.969274Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:51:24 http: TLS handshake error from 10.244.0.1:49504: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:49:25.459034Z pos=vm.go:470 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=6599bca1-967c-11e8-bfc8-525500d15501 msg="VirtualMachineInstance created bacause testvmiv99hx was added." level=info timestamp=2018-08-02T17:49:25.459297Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:49:25.459326Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:49:25.459942Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=6599bca1-967c-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:49:25.460098Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=6599bca1-967c-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:49:25.498191Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:49:25.498274Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:49:25.518218Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:49:25.518410Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:49:25.576825Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:49:25.576903Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:49:40.533567Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:49:40.534449Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:49:40.611275Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:49:40.611353Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Creating or the VirtualMachineInstance: true" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:50:23.910970Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:50:23.911000Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:50:23.911083Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:50:23.940808Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-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:23.941015Z 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/testvmitf2lw86g65" level=info timestamp=2018-08-02T17:51:03.662983Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9zjqk, existing: true\n" level=info timestamp=2018-08-02T17:51:03.663070Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:51:03.663099Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:51:03.663208Z pos=vm.go:418 component=virt-handler namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 msg="No update processing required" level=info timestamp=2018-08-02T17:51:03.670261Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:51:03.671338Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmi9zjqk, existing: true\n" level=info timestamp=2018-08-02T17:51:03.671366Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:51:03.671386Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:51:03.671416Z pos=vm.go:418 component=virt-handler namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 msg="No update processing required" level=info timestamp=2018-08-02T17:51:03.671448Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:50:01.873242Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiv99hx kind= uid=6599bca1-967c-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:50:01.902093Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiv99hx kind= uid=6599bca1-967c-11e8-bfc8-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:01.902326Z 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/testvmiv99hx" level=info timestamp=2018-08-02T17:50:22.382532Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv99hx, existing: true\n" level=info timestamp=2018-08-02T17:50:22.382655Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:50:22.382681Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:50:22.382773Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiv99hx kind= uid=6599bca1-967c-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:50:22.416400Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiv99hx kind= uid=6599bca1-967c-11e8-bfc8-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:22.416516Z 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/testvmiv99hx" level=info timestamp=2018-08-02T17:51:03.376811Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv99hx, existing: true\n" level=info timestamp=2018-08-02T17:51:03.376904Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:51:03.376935Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:51:03.377055Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiv99hx kind= uid=6599bca1-967c-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:51:03.419645Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiv99hx kind= uid=6599bca1-967c-11e8-bfc8-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:51:03.419891Z 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/testvmiv99hx" Pod name: virt-launcher-testvmi9zjqk-27xqd Pod phase: Failed level=error timestamp=2018-08-02T17:46:16.882158Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="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:57.870798Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi9zjqk/noCloud.iso" level=error timestamp=2018-08-02T17:46:57.872949Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:57.873062Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="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:19.820607Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi9zjqk/noCloud.iso" level=error timestamp=2018-08-02T17:48:19.822236Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:19.822327Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9zjqk kind= uid=d41f3ed9-967b-11e8-bfc8-525500d15501 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, 0xc4202d20c0, 0xc4201e6230, 0xc420699560) /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-testvmigg88p-zjjl5 Pod phase: Failed level=error timestamp=2018-08-02T17:44:16.044707Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="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:44:57.036858Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:44:57.038731Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:44:57.038871Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="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:18.994050Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmigg88p/noCloud.iso" level=error timestamp=2018-08-02T17:46:18.996173Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:18.996240Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmigg88p kind= uid=8b9d01c0-967b-11e8-bfc8-525500d15501 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, 0xc4200a45e0, 0xc4201fa1c0, 0xc421a884e0) /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-testvmiln6qq-vtjkf Pod phase: Running level=info timestamp=2018-08-02T17:46:46.821674Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiln6qq/noCloud.iso" level=error timestamp=2018-08-02T17:46:46.823162Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:46.823207Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="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:57.092210Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiln6qq/noCloud.iso" level=error timestamp=2018-08-02T17:46:57.094303Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:57.094431Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="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:17.611869Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiln6qq/noCloud.iso" level=error timestamp=2018-08-02T17:47:17.614048Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:17.614242Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="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:58.611535Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiln6qq/noCloud.iso" level=error timestamp=2018-08-02T17:47:58.613496Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:58.613547Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="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:20.575132Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiln6qq/noCloud.iso" level=error timestamp=2018-08-02T17:49:20.577427Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:20.577476Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiln6qq kind= uid=f884a787-967b-11e8-bfc8-525500d15501 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-testvmim684f-ctclq Pod phase: Failed level=error timestamp=2018-08-02T17:43:16.038783Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:43:57.037117Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:43:57.039323Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:57.039390Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="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:45:18.988082Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmim684f/noCloud.iso" level=error timestamp=2018-08-02T17:45:18.989600Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:18.989939Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 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, 0xc42030c100, 0xc4201ee0e0, 0xc420942d20) /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-testvmirmr9z-sk6hg Pod phase: Failed level=error timestamp=2018-08-02T17:45:16.807491Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="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:45:57.798109Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmirmr9z/noCloud.iso" level=error timestamp=2018-08-02T17:45:57.799776Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:57.799882Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="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:19.751203Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmirmr9z/noCloud.iso" level=error timestamp=2018-08-02T17:47:19.753076Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:19.753170Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmirmr9z kind= uid=afd80480-967b-11e8-bfc8-525500d15501 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, 0xc4204dc370, 0xc42020c1c0, 0xc420742b40) /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-testvmitf2lw86g65-wzdl7 Pod phase: Running level=info timestamp=2018-08-02T17:47:50.200164Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmitf2lw86g65/noCloud.iso" level=error timestamp=2018-08-02T17:47:50.202010Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:50.202546Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 reason="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:00.479418Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmitf2lw86g65/noCloud.iso" level=error timestamp=2018-08-02T17:48:00.481370Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:00.481420Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 reason="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:20.996276Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmitf2lw86g65/noCloud.iso" level=error timestamp=2018-08-02T17:48:20.998417Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:20.998454Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 reason="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:01.988282Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmitf2lw86g65/noCloud.iso" level=error timestamp=2018-08-02T17:49:01.990073Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:01.990146Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 reason="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:23.938424Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmitf2lw86g65/noCloud.iso" level=error timestamp=2018-08-02T17:50:23.940385Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:23.940479Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lw86g65 kind= uid=1d08547f-967c-11e8-bfc8-525500d15501 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-testvmitf2lwctwqj-rj4cc Pod phase: Running level=info timestamp=2018-08-02T17:47:49.447955Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmitf2lwctwqj/noCloud.iso" level=error timestamp=2018-08-02T17:47:49.452438Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:49.452574Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 reason="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:59.740476Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmitf2lwctwqj/noCloud.iso" level=error timestamp=2018-08-02T17:47:59.742043Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:59.742080Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 reason="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:20.263921Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmitf2lwctwqj/noCloud.iso" level=error timestamp=2018-08-02T17:48:20.267596Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:20.267655Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 reason="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:01.258554Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmitf2lwctwqj/noCloud.iso" level=error timestamp=2018-08-02T17:49:01.260246Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:01.260298Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 reason="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:23.209544Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmitf2lwctwqj/noCloud.iso" level=error timestamp=2018-08-02T17:50:23.212297Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:23.212362Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmitf2lwctwqj kind= uid=1d08117a-967c-11e8-bfc8-525500d15501 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-testvmiv99hx-jsklw Pod phase: Running level=info timestamp=2018-08-02T17:49:46.474359Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv99hx/noCloud.iso" level=error timestamp=2018-08-02T17:49:46.476175Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv99hx kind= uid=6599bca1-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:46.476249Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv99hx kind= uid=6599bca1-967c-11e8-bfc8-525500d15501 reason="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:51.630094Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv99hx/noCloud.iso" level=error timestamp=2018-08-02T17:49:51.632222Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv99hx kind= uid=6599bca1-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:51.632278Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv99hx kind= uid=6599bca1-967c-11e8-bfc8-525500d15501 reason="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:01.899987Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv99hx/noCloud.iso" level=error timestamp=2018-08-02T17:50:01.901799Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv99hx kind= uid=6599bca1-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:01.901841Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv99hx kind= uid=6599bca1-967c-11e8-bfc8-525500d15501 reason="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:22.414333Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv99hx/noCloud.iso" level=error timestamp=2018-08-02T17:50:22.416172Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv99hx kind= uid=6599bca1-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:22.416230Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv99hx kind= uid=6599bca1-967c-11e8-bfc8-525500d15501 reason="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:51:03.416750Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmiv99hx/noCloud.iso" level=error timestamp=2018-08-02T17:51:03.419198Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiv99hx kind= uid=6599bca1-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:51:03.419260Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiv99hx kind= uid=6599bca1-967c-11e8-bfc8-525500d15501 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-testvmixdpkf-8cmcx Pod phase: Failed level=error timestamp=2018-08-02T17:40:15.485607Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:40:56.479315Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:40:56.481128Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:56.481193Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="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:42:18.438027Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmixdpkf/noCloud.iso" level=error timestamp=2018-08-02T17:42:18.440061Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:18.440178Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmixdpkf kind= uid=fc254b4c-967a-11e8-bfc8-525500d15501 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, 0xc42024a8e0, 0xc4201f41c0, 0xc420574600) /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 • Failure in Spec Setup (BeforeEach) [121.888 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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:49:49 http: TLS handshake error from 10.244.1.1:56796: EOF 2018/08/02 17:49:59 http: TLS handshake error from 10.244.1.1:56802: EOF 2018/08/02 17:50:09 http: TLS handshake error from 10.244.1.1:56808: EOF level=info timestamp=2018-08-02T17:50:17.768418Z 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:19 http: TLS handshake error from 10.244.1.1:56814: EOF 2018/08/02 17:50:29 http: TLS handshake error from 10.244.1.1:56820: EOF 2018/08/02 17:50:39 http: TLS handshake error from 10.244.1.1:56826: EOF level=info timestamp=2018-08-02T17:50:47.758064Z 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:49 http: TLS handshake error from 10.244.1.1:56832: EOF 2018/08/02 17:50:59 http: TLS handshake error from 10.244.1.1:56838: EOF 2018/08/02 17:51:09 http: TLS handshake error from 10.244.1.1:56844: EOF level=info timestamp=2018-08-02T17:51:17.788204Z 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:19 http: TLS handshake error from 10.244.1.1:56850: EOF 2018/08/02 17:51:29 http: TLS handshake error from 10.244.1.1:56856: EOF 2018/08/02 17:51:39 http: TLS handshake error from 10.244.1.1:56862: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:50:15.887884Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:50:23.558224Z 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:50:23.559096Z 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:50:24 http: TLS handshake error from 10.244.0.1:49360: EOF 2018/08/02 17:50:34 http: TLS handshake error from 10.244.0.1:49384: EOF 2018/08/02 17:50:44 http: TLS handshake error from 10.244.0.1:49408: EOF level=info timestamp=2018-08-02T17:50:44.612882Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:50:45.914916Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:50:54 http: TLS handshake error from 10.244.0.1:49432: EOF 2018/08/02 17:51:04 http: TLS handshake error from 10.244.0.1:49456: EOF 2018/08/02 17:51:14 http: TLS handshake error from 10.244.0.1:49480: EOF level=info timestamp=2018-08-02T17:51:14.643522Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:51:15.969274Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:51:24 http: TLS handshake error from 10.244.0.1:49504: EOF 2018/08/02 17:51:34 http: TLS handshake error from 10.244.0.1:49528: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:49:25.498191Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:49:25.498274Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:49:25.518218Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:49:25.518410Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:49:25.576825Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:49:25.576903Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:49:40.533567Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:49:40.534449Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:49:40.611275Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:49:40.611353Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:51:27.565022Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmim684f\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmim684f, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 6796b1a2-967b-11e8-bfc8-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmim684f" level=info timestamp=2018-08-02T17:51:27.760313Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirmr9z\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmirmr9z, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: afd80480-967b-11e8-bfc8-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirmr9z" level=info timestamp=2018-08-02T17:51:27.965461Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixdpkf\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmixdpkf, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: fc254b4c-967a-11e8-bfc8-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixdpkf" level=info timestamp=2018-08-02T17:51:28.592191Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:51:28.592315Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:51:43.535792Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:51:43.539295Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-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:51:43.539387Z 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/testvmilm7p2" level=info timestamp=2018-08-02T17:51:43.559622Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmilm7p2, existing: true\n" level=info timestamp=2018-08-02T17:51:43.559723Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:51:43.559782Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:51:43.559873Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:51:43.564498Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-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:51:43.564665Z 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/testvmilm7p2" level=info timestamp=2018-08-02T17:51:43.604924Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmilm7p2, existing: true\n" level=info timestamp=2018-08-02T17:51:43.605007Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:51:43.605038Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:51:43.605142Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:51:43.609312Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-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:51:43.609478Z 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/testvmilm7p2" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:51:27.801302Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv99hx kind= uid=6599bca1-967c-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:51:27.801471Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv99hx kind= uid=6599bca1-967c-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:51:27.834328Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim684f, existing: true\n" level=info timestamp=2018-08-02T17:51:27.834429Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:51:27.834453Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:51:27.834521Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:51:27.834974Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:51:27.920330Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim684f, existing: false\n" level=info timestamp=2018-08-02T17:51:27.920402Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:51:27.920496Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:51:27.922990Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:51:27.982770Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv99hx, existing: false\n" level=info timestamp=2018-08-02T17:51:27.982842Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:51:27.982902Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv99hx kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:51:27.983189Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv99hx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmilm7p2-jpcbh Pod phase: Running level=info timestamp=2018-08-02T17:51:43.510900Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-08-02T17:51:43.510961Z 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:51:43.513814Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=error timestamp=2018-08-02T17:51:43.516778Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:51:43.516999Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 reason="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:51:43.535157Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:51:43.535261Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 reason="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:51:43.539098Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:51:43.539149Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 reason="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:51:43.564236Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:51:43.564296Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 reason="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:51:43.608985Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:51:43.609069Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 reason="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:51:43.693549Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:51:43.693649Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 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-testvmiln6qq-vtjkf Pod phase: Pending Pod name: disks-images-provider-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:55:39 http: TLS handshake error from 10.244.1.1:57006: EOF level=info timestamp=2018-08-02T17:55:47.760261Z 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:49 http: TLS handshake error from 10.244.1.1:57012: EOF 2018/08/02 17:55:59 http: TLS handshake error from 10.244.1.1:57018: EOF 2018/08/02 17:56:09 http: TLS handshake error from 10.244.1.1:57024: EOF level=info timestamp=2018-08-02T17:56:17.795364Z 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:19 http: TLS handshake error from 10.244.1.1:57030: EOF 2018/08/02 17:56:29 http: TLS handshake error from 10.244.1.1:57036: EOF 2018/08/02 17:56:39 http: TLS handshake error from 10.244.1.1:57042: EOF level=info timestamp=2018-08-02T17:56:47.760661Z 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:49 http: TLS handshake error from 10.244.1.1:57048: EOF 2018/08/02 17:56:59 http: TLS handshake error from 10.244.1.1:57054: EOF 2018/08/02 17:57:09 http: TLS handshake error from 10.244.1.1:57060: EOF level=info timestamp=2018-08-02T17:57:17.767799Z 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:19 http: TLS handshake error from 10.244.1.1:57066: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running level=info timestamp=2018-08-02T17:56:14.935692Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:56:16.255596Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:56:24 http: TLS handshake error from 10.244.0.1:50224: EOF 2018/08/02 17:56:34 http: TLS handshake error from 10.244.0.1:50248: EOF 2018/08/02 17:56:44 http: TLS handshake error from 10.244.0.1:50272: EOF level=info timestamp=2018-08-02T17:56:44.961075Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:56:46.287089Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:56:54 http: TLS handshake error from 10.244.0.1:50296: EOF 2018/08/02 17:57:04 http: TLS handshake error from 10.244.0.1:50320: EOF 2018/08/02 17:57:14 http: TLS handshake error from 10.244.0.1:50344: EOF level=info timestamp=2018-08-02T17:57:14.992232Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:57:16.317328Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:57:23.576961Z 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:57:23.577900Z 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:57:24 http: TLS handshake error from 10.244.0.1:50368: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:49:25.498191Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:49:25.498274Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:49:25.518218Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:49:25.518410Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:49:25.576825Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:49:25.576903Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:49:40.533567Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:49:40.534449Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:49:40.611275Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:49:40.611353Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:51:27.565022Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmim684f\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmim684f, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 6796b1a2-967b-11e8-bfc8-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmim684f" level=info timestamp=2018-08-02T17:51:27.760313Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirmr9z\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmirmr9z, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: afd80480-967b-11e8-bfc8-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirmr9z" level=info timestamp=2018-08-02T17:51:27.965461Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixdpkf\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmixdpkf, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: fc254b4c-967a-11e8-bfc8-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixdpkf" level=info timestamp=2018-08-02T17:51:28.592191Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:51:28.592315Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:54:27.411827Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:54:27.411859Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:54:27.411956Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:54:27.425004Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-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:27.425200Z 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/testvmilm7p2" level=info timestamp=2018-08-02T17:57:11.265474Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmilm7p2, existing: true\n" level=info timestamp=2018-08-02T17:57:11.265563Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:57:11.265592Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:57:11.265686Z pos=vm.go:418 component=virt-handler namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 msg="No update processing required" level=info timestamp=2018-08-02T17:57:11.289937Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:57:11.291188Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmilm7p2, existing: true\n" level=info timestamp=2018-08-02T17:57:11.291221Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-02T17:57:11.291259Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:57:11.291320Z pos=vm.go:418 component=virt-handler namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 msg="No update processing required" level=info timestamp=2018-08-02T17:57:11.291373Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:51:27.834453Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:51:27.834521Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:51:27.834974Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:51:27.920330Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim684f, existing: false\n" level=info timestamp=2018-08-02T17:51:27.920402Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:51:27.920496Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:51:27.922990Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:51:27.982770Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv99hx, existing: false\n" level=info timestamp=2018-08-02T17:51:27.982842Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:51:27.982902Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv99hx kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:51:27.983189Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv99hx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:52:25.340225Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv99hx, existing: false\n" level=info timestamp=2018-08-02T17:52:25.340323Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:52:25.340423Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv99hx kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:52:25.340527Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv99hx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmilm7p2-jpcbh Pod phase: Failed level=error timestamp=2018-08-02T17:52:04.042568Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 reason="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:24.527038Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:24.527108Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 reason="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:05.491092Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:05.491174Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 reason="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:27.422032Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, 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:27.422153Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 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, 0xc42027c420, 0xc4202083f0, 0xc42008e240) /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 • Failure [361.653 seconds] RegistryDisk /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:41 Starting and stopping the same VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:90 with ephemeral registry disk /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:91 should success multiple times [It] /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:92 Unexpected Warning event received: testvmilm7p2,af024bfc-967c-11e8-bfc8-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 the VirtualMachineInstance level=info timestamp=2018-08-02T17:51:30.465538Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmilm7p2 kind=VirtualMachineInstance uid=af024bfc-967c-11e8-bfc8-525500d15501 msg="Created virtual machine pod virt-launcher-testvmilm7p2-jpcbh" level=info timestamp=2018-08-02T17:51:44.198170Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmilm7p2 kind=VirtualMachineInstance uid=af024bfc-967c-11e8-bfc8-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmilm7p2-jpcbh" level=error timestamp=2018-08-02T17:51:44.240168Z pos=utils.go:242 component=tests namespace=kubevirt-test-default name=testvmilm7p2 kind=VirtualMachineInstance uid=af024bfc-967c-11e8-bfc8-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-f5wtt Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-qg95t Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-2jlln Pod phase: Running 2018/08/02 17:55:49 http: TLS handshake error from 10.244.1.1:57012: EOF 2018/08/02 17:55:59 http: TLS handshake error from 10.244.1.1:57018: EOF 2018/08/02 17:56:09 http: TLS handshake error from 10.244.1.1:57024: EOF level=info timestamp=2018-08-02T17:56:17.795364Z 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:19 http: TLS handshake error from 10.244.1.1:57030: EOF 2018/08/02 17:56:29 http: TLS handshake error from 10.244.1.1:57036: EOF 2018/08/02 17:56:39 http: TLS handshake error from 10.244.1.1:57042: EOF level=info timestamp=2018-08-02T17:56:47.760661Z 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:49 http: TLS handshake error from 10.244.1.1:57048: EOF 2018/08/02 17:56:59 http: TLS handshake error from 10.244.1.1:57054: EOF 2018/08/02 17:57:09 http: TLS handshake error from 10.244.1.1:57060: EOF level=info timestamp=2018-08-02T17:57:17.767799Z 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:19 http: TLS handshake error from 10.244.1.1:57066: EOF 2018/08/02 17:57:29 http: TLS handshake error from 10.244.1.1:57072: EOF 2018/08/02 17:57:39 http: TLS handshake error from 10.244.1.1:57078: EOF Pod name: virt-api-7d79764579-84vd7 Pod phase: Running 2018/08/02 17:56:24 http: TLS handshake error from 10.244.0.1:50224: EOF 2018/08/02 17:56:34 http: TLS handshake error from 10.244.0.1:50248: EOF 2018/08/02 17:56:44 http: TLS handshake error from 10.244.0.1:50272: EOF level=info timestamp=2018-08-02T17:56:44.961075Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:56:46.287089Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/02 17:56:54 http: TLS handshake error from 10.244.0.1:50296: EOF 2018/08/02 17:57:04 http: TLS handshake error from 10.244.0.1:50320: EOF 2018/08/02 17:57:14 http: TLS handshake error from 10.244.0.1:50344: EOF level=info timestamp=2018-08-02T17:57:14.992232Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:57:16.317328Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-02T17:57:23.576961Z 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:57:23.577900Z 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:57:24 http: TLS handshake error from 10.244.0.1:50368: EOF 2018/08/02 17:57:34 http: TLS handshake error from 10.244.0.1:50392: EOF 2018/08/02 17:57:44 http: TLS handshake error from 10.244.0.1:50416: EOF Pod name: virt-controller-7d57d96b65-pl85j Pod phase: Running level=info timestamp=2018-08-02T17:49:25.518410Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:49:25.576825Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:49:25.576903Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:49:40.533567Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:49:40.534449Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:49:40.611275Z pos=vm.go:135 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Started processing VM" level=info timestamp=2018-08-02T17:49:40.611353Z pos=vm.go:186 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiv99hx kind= uid=65848082-967c-11e8-bfc8-525500d15501 msg="Creating or the VirtualMachineInstance: true" level=info timestamp=2018-08-02T17:51:27.565022Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmim684f\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmim684f, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 6796b1a2-967b-11e8-bfc8-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmim684f" level=info timestamp=2018-08-02T17:51:27.760313Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirmr9z\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmirmr9z, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: afd80480-967b-11e8-bfc8-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirmr9z" level=info timestamp=2018-08-02T17:51:27.965461Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixdpkf\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmixdpkf, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: fc254b4c-967a-11e8-bfc8-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixdpkf" level=info timestamp=2018-08-02T17:51:28.592191Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:51:28.592315Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilm7p2 kind= uid=af024bfc-967c-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:57:29.044518Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiw7lq7 kind= uid=85dabfff-967d-11e8-bfc8-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-02T17:57:29.045804Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiw7lq7 kind= uid=85dabfff-967d-11e8-bfc8-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-02T17:57:29.088432Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiw7lq7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiw7lq7" Pod name: virt-controller-7d57d96b65-s9cxn Pod phase: Running level=info timestamp=2018-08-02T16:28:10.049874Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-j8hzf Pod phase: Running level=info timestamp=2018-08-02T17:57:44.082143Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiw7lq7 kind= uid=85dabfff-967d-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:57:44.085676Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiw7lq7 kind= uid=85dabfff-967d-11e8-bfc8-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:44.085873Z 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/testvmiw7lq7" level=info timestamp=2018-08-02T17:57:44.106036Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiw7lq7, existing: true\n" level=info timestamp=2018-08-02T17:57:44.106076Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:57:44.106138Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:57:44.106204Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiw7lq7 kind= uid=85dabfff-967d-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:57:44.108823Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiw7lq7 kind= uid=85dabfff-967d-11e8-bfc8-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:44.108913Z 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/testvmiw7lq7" level=info timestamp=2018-08-02T17:57:44.149109Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiw7lq7, existing: true\n" level=info timestamp=2018-08-02T17:57:44.149182Z pos=vm.go:314 component=virt-handler msg="vmi is in phase: Scheduled\n" level=info timestamp=2018-08-02T17:57:44.149205Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:57:44.149274Z pos=vm.go:415 component=virt-handler namespace=kubevirt-test-default name=testvmiw7lq7 kind= uid=85dabfff-967d-11e8-bfc8-525500d15501 msg="Processing vmi update" level=error timestamp=2018-08-02T17:57:44.152422Z pos=vm.go:423 component=virt-handler namespace=kubevirt-test-default name=testvmiw7lq7 kind= uid=85dabfff-967d-11e8-bfc8-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:44.152498Z 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/testvmiw7lq7" Pod name: virt-handler-rkl6c Pod phase: Running level=info timestamp=2018-08-02T17:51:27.834453Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:51:27.834521Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:51:27.834974Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind= uid=6796b1a2-967b-11e8-bfc8-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:51:27.920330Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmim684f, existing: false\n" level=info timestamp=2018-08-02T17:51:27.920402Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:51:27.920496Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:51:27.922990Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmim684f kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:51:27.982770Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv99hx, existing: false\n" level=info timestamp=2018-08-02T17:51:27.982842Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:51:27.982902Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv99hx kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:51:27.983189Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv99hx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-02T17:52:25.340225Z pos=vm.go:312 component=virt-handler msg="Processing vmi testvmiv99hx, existing: false\n" level=info timestamp=2018-08-02T17:52:25.340323Z pos=vm.go:328 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-02T17:52:25.340423Z pos=vm.go:412 component=virt-handler namespace=kubevirt-test-default name=testvmiv99hx kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-02T17:52:25.340527Z pos=vm.go:439 component=virt-handler namespace=kubevirt-test-default name=testvmiv99hx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmiw7lq7-w2lfc Pod phase: Running level=info timestamp=2018-08-02T17:57:44.056460Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-08-02T17:57:44.056511Z 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:57:44.057252Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=error timestamp=2018-08-02T17:57:44.060714Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiw7lq7 kind= uid=85dabfff-967d-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:57:44.060858Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiw7lq7 kind= uid=85dabfff-967d-11e8-bfc8-525500d15501 reason="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:57:44.081068Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiw7lq7 kind= uid=85dabfff-967d-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:57:44.081127Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiw7lq7 kind= uid=85dabfff-967d-11e8-bfc8-525500d15501 reason="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:57:44.085366Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiw7lq7 kind= uid=85dabfff-967d-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:57:44.085454Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiw7lq7 kind= uid=85dabfff-967d-11e8-bfc8-525500d15501 reason="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:57:44.108604Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiw7lq7 kind= uid=85dabfff-967d-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:57:44.108674Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiw7lq7 kind= uid=85dabfff-967d-11e8-bfc8-525500d15501 reason="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:57:44.152202Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiw7lq7 kind= uid=85dabfff-967d-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:57:44.152268Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiw7lq7 kind= uid=85dabfff-967d-11e8-bfc8-525500d15501 reason="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:57:44.235385Z pos=libvirt_helper.go:97 component=virt-launcher namespace=kubevirt-test-default name=testvmiw7lq7 kind= uid=85dabfff-967d-11e8-bfc8-525500d15501 reason="virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm ')" msg="Defining the VirtualMachineInstance failed." level=error timestamp=2018-08-02T17:57:44.235447Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmiw7lq7 kind= uid=85dabfff-967d-11e8-bfc8-525500d15501 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 15261 [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(0xc4205a80f0, 0x12ad0d7, 0x9, 0x1339680, 0x47fa16) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:825 +0x301 testing.runTests.func1(0xc4205a8000) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:1063 +0x64 testing.tRunner(0xc4205a8000, 0xc4207b1df8) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:777 +0xd0 testing.runTests(0xc4208cf640, 0x1bc0e20, 0x1, 0x1, 0x412009) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:1061 +0x2c4 testing.(*M).Run(0xc42083c000, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:978 +0x171 main.main() _testmain.go:44 +0x151 goroutine 5 [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 6 [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 35 [sleep]: time.Sleep(0xb220d08) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/time.go:102 +0x166 kubevirt.io/kubevirt/vendor/k8s.io/client-go/util/flowcontrol.realClock.Sleep(0xb220d08) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/client-go/util/flowcontrol/throttle.go:66 +0x2b kubevirt.io/kubevirt/vendor/k8s.io/client-go/util/flowcontrol.(*tokenBucketRateLimiter).Accept(0xc42075ff60) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/client-go/util/flowcontrol/throttle.go:91 +0xbd kubevirt.io/kubevirt/vendor/k8s.io/client-go/rest.(*Request).tryThrottle(0xc4206d3380) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/client-go/rest/request.go:478 +0x1fd kubevirt.io/kubevirt/vendor/k8s.io/client-go/rest.(*Request).Do(0xc4206d3380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /root/go/src/kubevirt.io/kubevirt/vendor/k8s.io/client-go/rest/request.go:733 +0x62 kubevirt.io/kubevirt/pkg/kubecli.(*vmis).Get(0xc420801140, 0xc4204af720, 0xc, 0xc420a37e80, 0xc420801140, 0xc42056e000, 0x8) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:369 +0x125 kubevirt.io/kubevirt/tests.waitForVMIStart.func1(0x0) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1014 +0xc2 reflect.Value.call(0x10c8b60, 0xc420667590, 0x13, 0x12a74c2, 0x4, 0xc420e36d88, 0x0, 0x0, 0x10c8b60, 0x10c8b60, ...) /gimme/.gimme/versions/go1.10.linux.amd64/src/reflect/value.go:447 +0x969 reflect.Value.Call(0x10c8b60, 0xc420667590, 0x13, 0xc420e36d88, 0x0, 0x0, 0x44b21b, 0xc420828fa8, 0xc420e36dc0) /gimme/.gimme/versions/go1.10.linux.amd64/src/reflect/value.go:308 +0xa4 kubevirt.io/kubevirt/vendor/github.com/onsi/gomega/internal/asyncassertion.(*AsyncAssertion).pollActual(0xc4204f2400, 0x0, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/gomega/internal/asyncassertion/async_assertion.go:71 +0x9f kubevirt.io/kubevirt/vendor/github.com/onsi/gomega/internal/asyncassertion.(*AsyncAssertion).match(0xc4204f2400, 0x13c29a0, 0xc4200eca70, 0x412801, 0xc4200eca80, 0x1, 0x1, 0xc4200eca80) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/gomega/internal/asyncassertion/async_assertion.go:141 +0x305 kubevirt.io/kubevirt/vendor/github.com/onsi/gomega/internal/asyncassertion.(*AsyncAssertion).Should(0xc4204f2400, 0x13c29a0, 0xc4200eca70, 0xc4200eca80, 0x1, 0x1, 0x13ba800) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/gomega/internal/asyncassertion/async_assertion.go:48 +0x62 kubevirt.io/kubevirt/tests.waitForVMIStart(0x13b9580, 0xc420d06c80, 0x3c, 0x0, 0x0, 0x1c06201) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1024 +0x703 kubevirt.io/kubevirt/tests.WaitForSuccessfulVMIStartWithTimeout(0x13b9580, 0xc420d06c80, 0x3c, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1034 +0x44 kubevirt.io/kubevirt/tests_test.glob..func5.5.1.1() /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:120 +0x1ac kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync(0xc42011cb40, 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(0xc42011cb40, 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(0xc42011f260, 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(0xc420911680, 0x0, 0x13b5fc0, 0xc420055540) /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(0xc420911680, 0x13b5fc0, 0xc420055540) /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(0xc42074cc80, 0xc420911680, 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(0xc42074cc80, 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(0xc42074cc80, 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(0xc4200ccaf0, 0x7f578603f4b0, 0xc4205a80f0, 0x12af51b, 0xb, 0xc4208cf680, 0x2, 0x2, 0x13d0ca0, 0xc420055540, ...) /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, 0xc4205a80f0, 0x12af51b, 0xb, 0xc4208cf660, 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, 0xc4205a80f0, 0x12af51b, 0xb, 0xc42008d570, 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(0xc4205a80f0) /root/go/src/kubevirt.io/kubevirt/tests/tests_suite_test.go:43 +0xaa testing.tRunner(0xc4205a80f0, 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 36 [chan receive, 90 minutes]: kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).registerForInterrupts(0xc42074cc80, 0xc4208b5140) /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 37 [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(0xc420073750, 0xc4208b5200) /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 42 [IO wait]: internal/poll.runtime_pollWait(0x7f578608df00, 0x72, 0xc420749850) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc420338618, 0x72, 0xffffffffffffff00, 0x13b7ca0, 0x1ad8640) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc420338618, 0xc4206a4000, 0x8000, 0x8000) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc420338600, 0xc4206a4000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc420338600, 0xc4206a4000, 0x8000, 0x8000, 0x0, 0x8, 0x7ffb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc420122750, 0xc4206a4000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc4205119b0, 0x7f578603f8a0, 0xc420122750, 0x5, 0xc420122750, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc4203aa000, 0x133b617, 0xc4203aa120, 0x20) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc4203aa000, 0xc42059f000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).Read(0xc4204e9e60, 0xc4207fa498, 0x9, 0x9, 0xc420801018, 0xc4207b9800, 0xc420749d10) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:216 +0x238 io.ReadAtLeast(0x13b4e00, 0xc4204e9e60, 0xc4207fa498, 0x9, 0x9, 0x9, 0xc420749ce0, 0xc420749ce0, 0x406614) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:309 +0x86 io.ReadFull(0x13b4e00, 0xc4204e9e60, 0xc4207fa498, 0x9, 0x9, 0xc420800fc0, 0xc420749d10, 0xc400007401) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:327 +0x58 kubevirt.io/kubevirt/vendor/golang.org/x/net/http2.readFrameHeader(0xc4207fa498, 0x9, 0x9, 0x13b4e00, 0xc4204e9e60, 0x0, 0xc400000000, 0x7baa0d, 0xc420749fb0) /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(0xc4207fa460, 0xc420343e00, 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(0xc420749fb0, 0x133a5d8, 0xc420073fb0) /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(0xc4204e16c0) /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 6216 [chan send, 55 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420666fc0) /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 1939 [chan send, 81 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420712a80) /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 5612 [chan send, 58 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420378b40) /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 2996 [chan send, 75 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420689b90) /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 7777 [chan send, 46 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420667bf0) /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 5139 [chan send, 61 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420693890) /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 803 [chan send, 87 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420acd620) /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 4587 [chan send, 64 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc4206ff260) /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 7267 [chan send, 49 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc4205cef30) /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 4073 [chan send, 67 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc4207dc270) /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 9818 [chan send, 34 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420510450) /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 14164 [chan send, 7 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420acd7a0) /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 1335 [chan send, 84 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420656de0) /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 6712 [chan send, 52 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420791260) /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 15083 [chan send, 1 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420666db0) /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 2353 [chan send, 78 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420790cf0) /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 3523 [chan send, 71 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc4205c2660) /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 11430 [chan send, 25 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc4206935c0) /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 8779 [chan send, 40 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420acd440) /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 12417 [chan send, 19 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc4209121b0) /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 8272 [chan send, 43 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc42089af30) /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 10846 [chan send, 28 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc42089ac60) /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 9320 [chan send, 37 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420881560) /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 11916 [chan send, 22 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420378ea0) /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 10348 [chan send, 31 minutes]: kubevirt.io/kubevirt/vendor/k8s.io/apimachinery/pkg/watch.(*StreamWatcher).receive(0xc420837b60) /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