+ export WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release + WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release + [[ k8s-1.11.0-release =~ openshift-.* ]] + [[ k8s-1.11.0-release =~ .*-1.10.4-.* ]] + export KUBEVIRT_PROVIDER=k8s-1.11.0 + KUBEVIRT_PROVIDER=k8s-1.11.0 + export KUBEVIRT_NUM_NODES=2 + KUBEVIRT_NUM_NODES=2 + export NFS_WINDOWS_DIR=/home/nfs/images/windows2016 + NFS_WINDOWS_DIR=/home/nfs/images/windows2016 + export NAMESPACE=kube-system + NAMESPACE=kube-system + trap '{ make cluster-down; }' EXIT SIGINT SIGTERM SIGSTOP + make cluster-down ./cluster/down.sh + make cluster-up ./cluster/up.sh Downloading ....... Downloading ....... 2018/08/04 10:50:00 Waiting for host: 192.168.66.101:22 2018/08/04 10:50:03 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/08/04 10:50:11 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/08/04 10:50:16 Connected to tcp://192.168.66.101:22 ++ systemctl status docker ++ grep active ++ wc -l + [[ 0 -eq 0 ]] + sleep 2 ++ grep active ++ systemctl status docker ++ wc -l + [[ 1 -eq 0 ]] + kubeadm init --config /etc/kubernetes/kubeadm.conf [init] using Kubernetes version: v1.11.0 [preflight] running pre-flight checks I0804 10:50:19.526604 1263 feature_gate.go:230] feature gates: &{map[]} I0804 10:50:19.645601 1263 kernel_validator.go:81] Validating kernel version I0804 10:50:19.646058 1263 kernel_validator.go:96] Validating kernel config [preflight/images] Pulling images required for setting up a Kubernetes cluster [preflight/images] This might take a minute or two, depending on the speed of your internet connection [preflight/images] You can also perform this action in beforehand using 'kubeadm config images pull' [kubelet] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env" [kubelet] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml" [preflight] Activating the kubelet service [certificates] Generated ca certificate and key. [certificates] Generated apiserver certificate and key. [certificates] apiserver serving cert is signed for DNS names [node01 kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local] and IPs [10.96.0.1 192.168.66.101] [certificates] Generated apiserver-kubelet-client certificate and key. [certificates] Generated sa key and public key. [certificates] Generated front-proxy-ca certificate and key. [certificates] Generated front-proxy-client certificate and key. [certificates] Generated etcd/ca certificate and key. [certificates] Generated etcd/server certificate and key. [certificates] etcd/server serving cert is signed for DNS names [node01 localhost] and IPs [127.0.0.1 ::1] [certificates] Generated etcd/peer certificate and key. [certificates] etcd/peer serving cert is signed for DNS names [node01 localhost] and IPs [192.168.66.101 127.0.0.1 ::1] [certificates] Generated etcd/healthcheck-client certificate and key. [certificates] Generated apiserver-etcd-client certificate and key. [certificates] valid certificates and keys now exist in "/etc/kubernetes/pki" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/admin.conf" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/kubelet.conf" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/controller-manager.conf" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/scheduler.conf" [controlplane] wrote Static Pod manifest for component kube-apiserver to "/etc/kubernetes/manifests/kube-apiserver.yaml" [controlplane] wrote Static Pod manifest for component kube-controller-manager to "/etc/kubernetes/manifests/kube-controller-manager.yaml" [controlplane] wrote Static Pod manifest for component kube-scheduler to "/etc/kubernetes/manifests/kube-scheduler.yaml" [etcd] Wrote Static Pod manifest for a local etcd instance to "/etc/kubernetes/manifests/etcd.yaml" [init] waiting for the kubelet to boot up the control plane as Static Pods from directory "/etc/kubernetes/manifests" [init] this might take a minute or longer if the control plane images have to be pulled [apiclient] All control plane components are healthy after 54.507262 seconds [uploadconfig] storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace [kubelet] Creating a ConfigMap "kubelet-config-1.11" in namespace kube-system with the configuration for the kubelets in the cluster [markmaster] Marking the node node01 as master by adding the label "node-role.kubernetes.io/master=''" [markmaster] Marking the node node01 as master by adding the taints [node-role.kubernetes.io/master:NoSchedule] [patchnode] Uploading the CRI Socket information "/var/run/dockershim.sock" to the Node API object "node01" as an annotation [bootstraptoken] using token: abcdef.1234567890123456 [bootstraptoken] configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials [bootstraptoken] configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token [bootstraptoken] configured RBAC rules to allow certificate rotation for all node client certificates in the cluster [bootstraptoken] creating the "cluster-info" ConfigMap in the "kube-public" namespace [addons] Applied essential addon: CoreDNS [addons] Applied essential addon: kube-proxy Your Kubernetes master has initialized successfully! To start using your cluster, you need to run the following as a regular user: mkdir -p $HOME/.kube sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config sudo chown $(id -u):$(id -g) $HOME/.kube/config You should now deploy a pod network to the cluster. Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at: https://kubernetes.io/docs/concepts/cluster-administration/addons/ You can now join any number of machines by running the following on each node as root: kubeadm join 192.168.66.101:6443 --token abcdef.1234567890123456 --discovery-token-ca-cert-hash sha256:e32415f24193761307f470ba5676c1572fea16324e8f2c6c8f36e715ff3fd576 + kubectl --kubeconfig=/etc/kubernetes/admin.conf apply -f https://raw.githubusercontent.com/coreos/flannel/v0.9.1/Documentation/kube-flannel.yml clusterrole.rbac.authorization.k8s.io/flannel created clusterrolebinding.rbac.authorization.k8s.io/flannel created serviceaccount/flannel created configmap/kube-flannel-cfg created daemonset.extensions/kube-flannel-ds created + kubectl --kubeconfig=/etc/kubernetes/admin.conf taint nodes node01 node-role.kubernetes.io/master:NoSchedule- node/node01 untainted + kubectl --kubeconfig=/etc/kubernetes/admin.conf create -f /tmp/local-volume.yaml storageclass.storage.k8s.io/local created configmap/local-storage-config created clusterrolebinding.rbac.authorization.k8s.io/local-storage-provisioner-pv-binding created clusterrole.rbac.authorization.k8s.io/local-storage-provisioner-node-clusterrole created clusterrolebinding.rbac.authorization.k8s.io/local-storage-provisioner-node-binding created role.rbac.authorization.k8s.io/local-storage-provisioner-jobs-role created rolebinding.rbac.authorization.k8s.io/local-storage-provisioner-jobs-rolebinding created serviceaccount/local-storage-admin created daemonset.extensions/local-volume-provisioner created 2018/08/04 10:51:32 Waiting for host: 192.168.66.102:22 2018/08/04 10:51:35 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/08/04 10:51:43 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/08/04 10:51:48 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: connection refused. Sleeping 5s 2018/08/04 10:51:53 Connected to tcp://192.168.66.102:22 ++ systemctl status docker ++ grep active ++ wc -l + [[ 1 -eq 0 ]] + kubeadm join --token abcdef.1234567890123456 192.168.66.101:6443 --ignore-preflight-errors=all --discovery-token-unsafe-skip-ca-verification=true [preflight] running pre-flight checks [WARNING RequiredIPVSKernelModulesAvailable]: the IPVS proxier will not be used, because the following required kernel modules are not loaded: [ip_vs_sh ip_vs ip_vs_rr ip_vs_wrr] or no builtin kernel ipvs support: map[ip_vs_sh:{} nf_conntrack_ipv4:{} ip_vs:{} ip_vs_rr:{} ip_vs_wrr:{}] you can solve this problem with following methods: 1. Run 'modprobe -- ' to load missing kernel modules; 2. Provide the missing builtin kernel ipvs support I0804 10:51:54.992012 1254 kernel_validator.go:81] Validating kernel version I0804 10:51:54.992461 1254 kernel_validator.go:96] Validating kernel config [discovery] Trying to connect to API Server "192.168.66.101:6443" [discovery] Created cluster-info discovery client, requesting info from "https://192.168.66.101:6443" [discovery] Cluster info signature and contents are valid and no TLS pinning was specified, will use API Server "192.168.66.101:6443" [discovery] Successfully established connection with API Server "192.168.66.101:6443" [kubelet] Downloading configuration for the kubelet from the "kubelet-config-1.11" ConfigMap in the kube-system namespace [kubelet] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml" [kubelet] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env" [preflight] Activating the kubelet service [tlsbootstrap] Waiting for the kubelet to perform the TLS Bootstrap... [patchnode] Uploading the CRI Socket information "/var/run/dockershim.sock" to the Node API object "node02" as an annotation This node has joined the cluster: * Certificate signing request was sent to master and a response was received. * The Kubelet was informed of the new secure connection details. Run 'kubectl get nodes' on the master to see this node join the cluster. Sending file modes: C0755 38739968 kubectl Sending file modes: C0600 5454 admin.conf Cluster "kubernetes" set. Cluster "kubernetes" set. + set +e + kubectl get nodes --no-headers + cluster/kubectl.sh get nodes --no-headers node01 Ready master 57s v1.11.0 node02 Ready 23s v1.11.0 + kubectl_rc=0 + '[' 0 -ne 0 ']' ++ kubectl get nodes --no-headers ++ cluster/kubectl.sh get nodes --no-headers ++ grep NotReady + '[' -n '' ']' + set -e + echo 'Nodes are ready:' Nodes are ready: + kubectl get nodes + cluster/kubectl.sh get nodes NAME STATUS ROLES AGE VERSION node01 Ready master 58s v1.11.0 node02 Ready 24s v1.11.0 + make cluster-sync ./cluster/build.sh Building ... sha256:dcf2b21fa2ed11dcf9dbba21b1cca0ee3fad521a0e9aee61c06d0b0b66a4b200 go version go1.10 linux/amd64 Waiting for rsyncd to be ready go version go1.10 linux/amd64 make[1]: Entering directory `/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt' hack/dockerized "./hack/check.sh && KUBEVIRT_VERSION= ./hack/build-go.sh install " && ./hack/build-copy-artifacts.sh sha256:dcf2b21fa2ed11dcf9dbba21b1cca0ee3fad521a0e9aee61c06d0b0b66a4b200 go version go1.10 linux/amd64 go version go1.10 linux/amd64 find: '/root/go/src/kubevirt.io/kubevirt/_out/cmd': No such file or directory Compiling tests... compiled tests.test hack/build-docker.sh build Sending build context to Docker daemon 40.39 MB Step 1/8 : FROM fedora:28 ---> cc510acfcd70 Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> bfe77d5699ed Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-controller ---> Using cache ---> b00c84523b53 Step 4/8 : WORKDIR /home/virt-controller ---> Using cache ---> b76b8bd8cd39 Step 5/8 : USER 1001 ---> Using cache ---> b6d9ad9ed232 Step 6/8 : COPY virt-controller /usr/bin/virt-controller ---> Using cache ---> cc2b83b66848 Step 7/8 : ENTRYPOINT /usr/bin/virt-controller ---> Using cache ---> c0ffbb9d1539 Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release1" '' "virt-controller" '' ---> Running in c1e2cad6a3fa ---> bae9e7d074ae Removing intermediate container c1e2cad6a3fa Successfully built bae9e7d074ae Sending build context to Docker daemon 43.32 MB Step 1/10 : FROM kubevirt/libvirt:4.2.0 ---> 5f0bfe81a3e0 Step 2/10 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 945996802736 Step 3/10 : RUN dnf -y install socat genisoimage util-linux libcgroup-tools ethtool net-tools sudo && dnf -y clean all && test $(id -u qemu) = 107 # make sure that the qemu user really is 107 ---> Using cache ---> 672f9ab56316 Step 4/10 : COPY virt-launcher /usr/bin/virt-launcher ---> Using cache ---> 39f9c6525179 Step 5/10 : COPY kubevirt-sudo /etc/sudoers.d/kubevirt ---> Using cache ---> 9f908a4eb626 Step 6/10 : RUN setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/qemu-system-x86_64 ---> Using cache ---> eb46ebda5793 Step 7/10 : RUN mkdir -p /usr/share/kubevirt/virt-launcher ---> Using cache ---> 4ac589eb0ffb Step 8/10 : COPY entrypoint.sh libvirtd.sh sock-connector /usr/share/kubevirt/virt-launcher/ ---> Using cache ---> 62c7b3e0b22e Step 9/10 : ENTRYPOINT /usr/share/kubevirt/virt-launcher/entrypoint.sh ---> Using cache ---> f2936569cd68 Step 10/10 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release1" '' "virt-launcher" '' ---> Running in 1d9c49b04ad7 ---> b42c30b80f01 Removing intermediate container 1d9c49b04ad7 Successfully built b42c30b80f01 Sending build context to Docker daemon 38.45 MB Step 1/5 : FROM fedora:28 ---> cc510acfcd70 Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> bfe77d5699ed Step 3/5 : COPY virt-handler /usr/bin/virt-handler ---> Using cache ---> 479706eac4a3 Step 4/5 : ENTRYPOINT /usr/bin/virt-handler ---> Using cache ---> 8a322c6072e3 Step 5/5 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release1" '' "virt-handler" '' ---> Running in cfd1fbc9f30c ---> b5d9edf6a59f Removing intermediate container cfd1fbc9f30c Successfully built b5d9edf6a59f Sending build context to Docker daemon 38.81 MB Step 1/8 : FROM fedora:28 ---> cc510acfcd70 Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> bfe77d5699ed Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-api ---> Using cache ---> ed1ebf600ee1 Step 4/8 : WORKDIR /home/virt-api ---> Using cache ---> 0769dad023e5 Step 5/8 : USER 1001 ---> Using cache ---> 0cb65afb0c2b Step 6/8 : COPY virt-api /usr/bin/virt-api ---> Using cache ---> 25a11f66cdbd Step 7/8 : ENTRYPOINT /usr/bin/virt-api ---> Using cache ---> 18a506d91408 Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release1" '' "virt-api" '' ---> Running in 782be2e73dcb ---> 0761a7529370 Removing intermediate container 782be2e73dcb Successfully built 0761a7529370 Sending build context to Docker daemon 4.096 kB Step 1/7 : FROM fedora:28 ---> cc510acfcd70 Step 2/7 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> bfe77d5699ed Step 3/7 : ENV container docker ---> Using cache ---> 62847a2a1fa8 Step 4/7 : RUN mkdir -p /images/custom /images/alpine && truncate -s 64M /images/custom/disk.img && curl http://dl-cdn.alpinelinux.org/alpine/v3.7/releases/x86_64/alpine-virt-3.7.0-x86_64.iso > /images/alpine/disk.img ---> Using cache ---> 02134835a6aa Step 5/7 : ADD entrypoint.sh / ---> Using cache ---> ec0843818da7 Step 6/7 : CMD /entrypoint.sh ---> Using cache ---> 754029bb4bd2 Step 7/7 : LABEL "disks-images-provider" '' "kubevirt-functional-tests-k8s-1.11.0-release1" '' ---> Using cache ---> 414a14b84634 Successfully built 414a14b84634 Sending build context to Docker daemon 2.56 kB Step 1/5 : FROM fedora:28 ---> cc510acfcd70 Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> bfe77d5699ed Step 3/5 : ENV container docker ---> Using cache ---> 62847a2a1fa8 Step 4/5 : RUN dnf -y install procps-ng nmap-ncat && dnf -y clean all ---> Using cache ---> 207487abe7b2 Step 5/5 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release1" '' "vm-killer" '' ---> Using cache ---> 99323d8b7eef Successfully built 99323d8b7eef Sending build context to Docker daemon 5.12 kB Step 1/7 : FROM debian:sid ---> 68f33cf86aab Step 2/7 : MAINTAINER "David Vossel" \ ---> Using cache ---> 5734d749eb5c Step 3/7 : ENV container docker ---> Using cache ---> f8775a77966f Step 4/7 : RUN apt-get update && apt-get install -y bash curl bzip2 qemu-utils && mkdir -p /disk && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 1a40cf222a61 Step 5/7 : ADD entry-point.sh / ---> Using cache ---> 77b545d92fe7 Step 6/7 : CMD /entry-point.sh ---> Using cache ---> dfe20d463305 Step 7/7 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release1" '' "registry-disk-v1alpha" '' ---> Using cache ---> 1e0e2ffb13f8 Successfully built 1e0e2ffb13f8 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33608/kubevirt/registry-disk-v1alpha:devel ---> 1e0e2ffb13f8 Step 2/4 : MAINTAINER "David Vossel" \ ---> Using cache ---> a1fb4d5306d3 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 ---> a054124d5ac2 Step 4/4 : LABEL "cirros-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.11.0-release1" '' ---> Using cache ---> cb18c92749c2 Successfully built cb18c92749c2 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33608/kubevirt/registry-disk-v1alpha:devel ---> 1e0e2ffb13f8 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 1a4d595e9286 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 ---> 8c609e00a270 Step 4/4 : LABEL "fedora-cloud-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.11.0-release1" '' ---> Using cache ---> 0066b03b4151 Successfully built 0066b03b4151 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33608/kubevirt/registry-disk-v1alpha:devel ---> 1e0e2ffb13f8 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 1a4d595e9286 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 ---> c1855d1ef188 Step 4/4 : LABEL "alpine-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.11.0-release1" '' ---> Using cache ---> 8e409f932102 Successfully built 8e409f932102 Sending build context to Docker daemon 35.59 MB Step 1/8 : FROM fedora:28 ---> cc510acfcd70 Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> bfe77d5699ed Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virtctl ---> Using cache ---> 985fe391c056 Step 4/8 : WORKDIR /home/virtctl ---> Using cache ---> 3b2cae8ac543 Step 5/8 : USER 1001 ---> Using cache ---> 0c06e5b4a900 Step 6/8 : COPY subresource-access-test /subresource-access-test ---> Using cache ---> 3d0d12423f22 Step 7/8 : ENTRYPOINT /subresource-access-test ---> Using cache ---> 1e467efe1b43 Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release1" '' "subresource-access-test" '' ---> Running in 196c5f085986 ---> db5374a15c4c Removing intermediate container 196c5f085986 Successfully built db5374a15c4c Sending build context to Docker daemon 3.072 kB Step 1/9 : FROM fedora:28 ---> cc510acfcd70 Step 2/9 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> bfe77d5699ed Step 3/9 : ENV container docker ---> Using cache ---> 62847a2a1fa8 Step 4/9 : RUN dnf -y install make git gcc && dnf -y clean all ---> Using cache ---> d3456b1644b1 Step 5/9 : ENV GIMME_GO_VERSION 1.9.2 ---> Using cache ---> 0ba81fddbba1 Step 6/9 : RUN mkdir -p /gimme && curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | HOME=/gimme bash >> /etc/profile.d/gimme.sh ---> Using cache ---> 5d33abe3f819 Step 7/9 : ENV GOPATH "/go" GOBIN "/usr/bin" ---> Using cache ---> 783826523be1 Step 8/9 : RUN mkdir -p /go && source /etc/profile.d/gimme.sh && go get github.com/masterzen/winrm-cli ---> Using cache ---> 711bc8d15952 Step 9/9 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release1" '' "winrmcli" '' ---> Using cache ---> a9cfd34768a8 Successfully built a9cfd34768a8 Sending build context to Docker daemon 36.8 MB Step 1/5 : FROM fedora:27 ---> 9110ae7f579f Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> e3238544ad97 Step 3/5 : COPY example-hook-sidecar /example-hook-sidecar ---> Using cache ---> ba6bdb23f2d5 Step 4/5 : ENTRYPOINT /example-hook-sidecar ---> Using cache ---> 447e28124923 Step 5/5 : LABEL "example-hook-sidecar" '' "kubevirt-functional-tests-k8s-1.11.0-release1" '' ---> Running in c1ed204969e8 ---> d834b7343153 Removing intermediate container c1ed204969e8 Successfully built d834b7343153 hack/build-docker.sh push The push refers to a repository [localhost:33608/kubevirt/virt-controller] 84fe58e8c466: Preparing aa89340cf7a8: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Waiting aa89340cf7a8: Pushed 84fe58e8c466: Pushed 891e1e4ef82a: Pushed devel: digest: sha256:9f7ce880464627e70846be7b1ea1c10d9a6dfaf744455d6d7d2fce9db3fbec3b size: 949 The push refers to a repository [localhost:33608/kubevirt/virt-launcher] f06852e20661: Preparing 8cb20a185085: Preparing 2f5b27977bc9: Preparing bd90756c1da6: Preparing 913872b3a418: Preparing 633427c64a24: Preparing da38cf808aa5: Preparing b83399358a92: Preparing 186d8b3e4fd8: Preparing fa6154170bf5: Preparing 5eefb9960a36: Preparing 891e1e4ef82a: Preparing 913872b3a418: Waiting da38cf808aa5: Waiting 633427c64a24: Waiting 186d8b3e4fd8: Waiting fa6154170bf5: Waiting b83399358a92: Waiting 5eefb9960a36: Waiting 891e1e4ef82a: Waiting bd90756c1da6: Pushed 8cb20a185085: Pushed f06852e20661: Pushed da38cf808aa5: Pushed b83399358a92: Pushed 186d8b3e4fd8: Pushed fa6154170bf5: Pushed 2f5b27977bc9: Pushed 891e1e4ef82a: Mounted from kubevirt/virt-controller 633427c64a24: Pushed 913872b3a418: Pushed 5eefb9960a36: Pushed devel: digest: sha256:7f8c054b628468a51d6db7db3bdce8374abb96fb986e7b8fb685c2fde1a9aaee size: 2828 The push refers to a repository [localhost:33608/kubevirt/virt-handler] 5d3d7802c6a7: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-launcher 5d3d7802c6a7: Pushed devel: digest: sha256:0be10f421860bda77dc88da36ae5a420096e5c0223fd2eda4fc98e8c09d29942 size: 740 The push refers to a repository [localhost:33608/kubevirt/virt-api] d6e6ade2da6b: Preparing 82fc744c99b4: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-handler 82fc744c99b4: Pushed d6e6ade2da6b: Pushed devel: digest: sha256:07048a7f521a8ca5c3ef8e1d4772881522661904ae20f84374530b29788eaa3c size: 948 The push refers to a repository [localhost:33608/kubevirt/disks-images-provider] 71ad31feb2c5: Preparing 21d4b721776e: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-api 71ad31feb2c5: Pushed 21d4b721776e: Pushed devel: digest: sha256:3fff917ba23c7fba74592c8555e61bec3316357dab43d2b2ccabed0831640425 size: 948 The push refers to a repository [localhost:33608/kubevirt/vm-killer] c4cfadeeaf5f: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/disks-images-provider c4cfadeeaf5f: Pushed devel: digest: sha256:281ea635078560864698461cb4abe89b57172ca6865a684af0e4b2cf816188d7 size: 740 The push refers to a repository [localhost:33608/kubevirt/registry-disk-v1alpha] 661cce8d8e52: Preparing 41e0baba3077: Preparing 25edbec0eaea: Preparing 661cce8d8e52: Pushed 41e0baba3077: Pushed 25edbec0eaea: Pushed devel: digest: sha256:d199ed910bfef3798dcde2be16dbff1f4565a65ea5563954189f53ccf995809b size: 948 The push refers to a repository [localhost:33608/kubevirt/cirros-registry-disk-demo] fdc94b968141: Preparing 661cce8d8e52: Preparing 41e0baba3077: Preparing 25edbec0eaea: Preparing 41e0baba3077: Mounted from kubevirt/registry-disk-v1alpha 25edbec0eaea: Mounted from kubevirt/registry-disk-v1alpha 661cce8d8e52: Mounted from kubevirt/registry-disk-v1alpha fdc94b968141: Pushed devel: digest: sha256:c396cc68579764fef69cde5e6feeee0e0afc49f10a249787b69f27bd4c8c3ea1 size: 1160 The push refers to a repository [localhost:33608/kubevirt/fedora-cloud-registry-disk-demo] 7b61f60559fb: Preparing 661cce8d8e52: Preparing 41e0baba3077: Preparing 25edbec0eaea: Preparing 41e0baba3077: Mounted from kubevirt/cirros-registry-disk-demo 25edbec0eaea: Mounted from kubevirt/cirros-registry-disk-demo 661cce8d8e52: Mounted from kubevirt/cirros-registry-disk-demo 7b61f60559fb: Pushed devel: digest: sha256:69596c3541167be5bbc98cf71438bc41db3bfeab3e8563b51965156974297ea4 size: 1161 The push refers to a repository [localhost:33608/kubevirt/alpine-registry-disk-demo] e8692a1785d2: Preparing 661cce8d8e52: Preparing 41e0baba3077: Preparing 25edbec0eaea: Preparing 25edbec0eaea: Mounted from kubevirt/fedora-cloud-registry-disk-demo 661cce8d8e52: Mounted from kubevirt/fedora-cloud-registry-disk-demo 41e0baba3077: Mounted from kubevirt/fedora-cloud-registry-disk-demo e8692a1785d2: Pushed devel: digest: sha256:3315c881270d83497e14319de2b1f3f4da6c22870e4538257299d5dbc2ac2911 size: 1160 The push refers to a repository [localhost:33608/kubevirt/subresource-access-test] 66c667eeaaaf: Preparing 25cb73590a9d: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/vm-killer 25cb73590a9d: Pushed 66c667eeaaaf: Pushed devel: digest: sha256:e8648d626b30a2fe623efc013ce898ac7e939f0f55b4c212b9c8f698ec2a35c7 size: 948 The push refers to a repository [localhost:33608/kubevirt/winrmcli] f8083e002d0b: Preparing 53c709abc882: Preparing 9ca98a0f492b: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/subresource-access-test f8083e002d0b: Pushed 9ca98a0f492b: Pushed 53c709abc882: Pushed devel: digest: sha256:613f2394c989f4dc508911acfc5f152f239d338144b132829eb82a48de710ed7 size: 1165 The push refers to a repository [localhost:33608/kubevirt/example-hook-sidecar] deddc0b1f2ab: Preparing 39bae602f753: Preparing deddc0b1f2ab: Pushed 39bae602f753: Pushed devel: digest: sha256:ed0d3eec870fe52c8f91f647505237b3a58393ff804c4ed6f68d52371b228f2b size: 740 make[1]: Leaving directory `/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt' Done ./cluster/clean.sh + source hack/common.sh ++++ dirname 'hack/common.sh[0]' +++ cd hack/../ +++ pwd ++ KUBEVIRT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests ++ MANIFEST_TEMPLATES_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/templates/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/client-python ++ KUBEVIRT_PROVIDER=k8s-1.11.0 ++ KUBEVIRT_NUM_NODES=2 ++ '[' -z kubevirt-functional-tests-k8s-1.11.0-release ']' ++ provider_prefix=kubevirt-functional-tests-k8s-1.11.0-release1 ++ job_prefix=kubevirt-functional-tests-k8s-1.11.0-release1 +++ kubevirt_version +++ '[' -n '' ']' +++ '[' -d /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/.git ']' ++++ git describe --always --tags +++ echo v0.7.0-190-g6daf72e ++ KUBEVIRT_VERSION=v0.7.0-190-g6daf72e + source cluster/k8s-1.11.0/provider.sh ++ set -e ++ image=k8s-1.11.0@sha256:6c1caf5559eb02a144bf606de37eb0194c06ace4d77ad4561459f3bde876151c ++ source cluster/ephemeral-provider-common.sh +++ set -e +++ _cli='docker run --privileged --net=host --rm -v /var/run/docker.sock:/var/run/docker.sock kubevirtci/gocli@sha256:aa7f295a7908fa333ab5e98ef3af0bfafbabfd3cee2b83f9af47f722e3000f6a' + source hack/config.sh ++ unset binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig manifest_docker_prefix namespace ++ KUBEVIRT_PROVIDER=k8s-1.11.0 ++ source hack/config-default.sh source hack/config-k8s-1.11.0.sh +++ binaries='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virtctl cmd/fake-qemu-process cmd/virt-api cmd/subresource-access-test cmd/example-hook-sidecar' +++ docker_images='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virt-api images/disks-images-provider images/vm-killer cmd/registry-disk-v1alpha images/cirros-registry-disk-demo images/fedora-cloud-registry-disk-demo images/alpine-registry-disk-demo cmd/subresource-access-test images/winrmcli cmd/example-hook-sidecar' +++ docker_prefix=kubevirt +++ docker_tag=latest +++ master_ip=192.168.200.2 +++ network_provider=flannel +++ namespace=kube-system ++ test -f hack/config-provider-k8s-1.11.0.sh ++ source hack/config-provider-k8s-1.11.0.sh +++ master_ip=127.0.0.1 +++ docker_tag=devel +++ kubeconfig=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.11.0/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.11.0/.kubectl +++ docker_prefix=localhost:33608/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.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete apiservices -l kubevirt.io No resources found + _kubectl -n default delete deployment -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete deployment -l kubevirt.io No resources found + _kubectl -n default delete rs -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete rs -l kubevirt.io No resources found + _kubectl -n default delete services -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete services -l kubevirt.io No resources found + _kubectl -n default delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete apiservices -l kubevirt.io No resources found + _kubectl -n default delete validatingwebhookconfiguration -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete validatingwebhookconfiguration -l kubevirt.io No resources found + _kubectl -n default delete secrets -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete secrets -l kubevirt.io No resources found + _kubectl -n default delete pv -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete pv -l kubevirt.io No resources found + _kubectl -n default delete pvc -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete pvc -l kubevirt.io No resources found + _kubectl -n default delete ds -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete ds -l kubevirt.io No resources found + _kubectl -n default delete customresourcedefinitions -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete customresourcedefinitions -l kubevirt.io No resources found + _kubectl -n default delete pods -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete pods -l kubevirt.io No resources found + _kubectl -n default delete clusterrolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete clusterrolebinding -l kubevirt.io No resources found + _kubectl -n default delete rolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete rolebinding -l kubevirt.io No resources found + _kubectl -n default delete roles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete roles -l kubevirt.io No resources found + _kubectl -n default delete clusterroles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete clusterroles -l kubevirt.io No resources found + _kubectl -n default delete serviceaccounts -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete serviceaccounts -l kubevirt.io No resources found ++ _kubectl -n default get crd offlinevirtualmachines.kubevirt.io ++ export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig ++ wc -l ++ KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig ++ cluster/k8s-1.11.0/.kubectl -n default get crd offlinevirtualmachines.kubevirt.io No resources found. Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "offlinevirtualmachines.kubevirt.io" not found + '[' 0 -gt 0 ']' + for i in '${namespaces[@]}' + _kubectl -n kube-system delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete apiservices -l kubevirt.io No resources found + _kubectl -n kube-system delete deployment -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete deployment -l kubevirt.io No resources found + _kubectl -n kube-system delete rs -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete rs -l kubevirt.io No resources found + _kubectl -n kube-system delete services -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete services -l kubevirt.io No resources found + _kubectl -n kube-system delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete apiservices -l kubevirt.io No resources found + _kubectl -n kube-system delete validatingwebhookconfiguration -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete validatingwebhookconfiguration -l kubevirt.io No resources found + _kubectl -n kube-system delete secrets -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete secrets -l kubevirt.io No resources found + _kubectl -n kube-system delete pv -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete pv -l kubevirt.io No resources found + _kubectl -n kube-system delete pvc -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete pvc -l kubevirt.io No resources found + _kubectl -n kube-system delete ds -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete ds -l kubevirt.io No resources found + _kubectl -n kube-system delete customresourcedefinitions -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete customresourcedefinitions -l kubevirt.io No resources found + _kubectl -n kube-system delete pods -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete pods -l kubevirt.io No resources found + _kubectl -n kube-system delete clusterrolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete clusterrolebinding -l kubevirt.io No resources found + _kubectl -n kube-system delete rolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete rolebinding -l kubevirt.io No resources found + _kubectl -n kube-system delete roles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete roles -l kubevirt.io No resources found + _kubectl -n kube-system delete clusterroles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete clusterroles -l kubevirt.io No resources found + _kubectl -n kube-system delete serviceaccounts -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete serviceaccounts -l kubevirt.io No resources found ++ _kubectl -n kube-system get crd offlinevirtualmachines.kubevirt.io ++ export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig ++ wc -l ++ KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig ++ cluster/k8s-1.11.0/.kubectl -n kube-system get crd offlinevirtualmachines.kubevirt.io No resources found. Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "offlinevirtualmachines.kubevirt.io" not found + '[' 0 -gt 0 ']' + sleep 2 + echo Done Done ./cluster/deploy.sh + source hack/common.sh ++++ dirname 'hack/common.sh[0]' +++ cd hack/../ +++ pwd ++ KUBEVIRT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests ++ MANIFEST_TEMPLATES_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/templates/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/client-python ++ KUBEVIRT_PROVIDER=k8s-1.11.0 ++ KUBEVIRT_NUM_NODES=2 ++ '[' -z kubevirt-functional-tests-k8s-1.11.0-release ']' ++ provider_prefix=kubevirt-functional-tests-k8s-1.11.0-release1 ++ job_prefix=kubevirt-functional-tests-k8s-1.11.0-release1 +++ kubevirt_version +++ '[' -n '' ']' +++ '[' -d /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/.git ']' ++++ git describe --always --tags +++ echo v0.7.0-190-g6daf72e ++ KUBEVIRT_VERSION=v0.7.0-190-g6daf72e + source cluster/k8s-1.11.0/provider.sh ++ set -e ++ image=k8s-1.11.0@sha256:6c1caf5559eb02a144bf606de37eb0194c06ace4d77ad4561459f3bde876151c ++ source cluster/ephemeral-provider-common.sh +++ set -e +++ _cli='docker run --privileged --net=host --rm -v /var/run/docker.sock:/var/run/docker.sock kubevirtci/gocli@sha256:aa7f295a7908fa333ab5e98ef3af0bfafbabfd3cee2b83f9af47f722e3000f6a' + source hack/config.sh ++ unset binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig manifest_docker_prefix namespace ++ KUBEVIRT_PROVIDER=k8s-1.11.0 ++ source hack/config-default.sh source hack/config-k8s-1.11.0.sh +++ binaries='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virtctl cmd/fake-qemu-process cmd/virt-api cmd/subresource-access-test cmd/example-hook-sidecar' +++ docker_images='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virt-api images/disks-images-provider images/vm-killer cmd/registry-disk-v1alpha images/cirros-registry-disk-demo images/fedora-cloud-registry-disk-demo images/alpine-registry-disk-demo cmd/subresource-access-test images/winrmcli cmd/example-hook-sidecar' +++ docker_prefix=kubevirt +++ docker_tag=latest +++ master_ip=192.168.200.2 +++ network_provider=flannel +++ namespace=kube-system ++ test -f hack/config-provider-k8s-1.11.0.sh ++ source hack/config-provider-k8s-1.11.0.sh +++ master_ip=127.0.0.1 +++ docker_tag=devel +++ kubeconfig=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.11.0/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.11.0/.kubectl +++ docker_prefix=localhost:33608/kubevirt +++ manifest_docker_prefix=registry:5000/kubevirt ++ test -f hack/config-local.sh ++ export binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig namespace + echo 'Deploying ...' Deploying ... + [[ -z k8s-1.11.0-release ]] + [[ k8s-1.11.0-release =~ .*-dev ]] + [[ k8s-1.11.0-release =~ .*-release ]] + for manifest in '${MANIFESTS_OUT_DIR}/release/*' + [[ /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/demo-content.yaml =~ .*demo.* ]] + continue + for manifest in '${MANIFESTS_OUT_DIR}/release/*' + [[ /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml =~ .*demo.* ]] + _kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml clusterrole.rbac.authorization.k8s.io/kubevirt.io:admin created clusterrole.rbac.authorization.k8s.io/kubevirt.io:edit created clusterrole.rbac.authorization.k8s.io/kubevirt.io:view created serviceaccount/kubevirt-apiserver created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-apiserver created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-apiserver-auth-delegator created rolebinding.rbac.authorization.k8s.io/kubevirt-apiserver created role.rbac.authorization.k8s.io/kubevirt-apiserver created clusterrole.rbac.authorization.k8s.io/kubevirt-apiserver created clusterrole.rbac.authorization.k8s.io/kubevirt-controller created serviceaccount/kubevirt-controller created serviceaccount/kubevirt-privileged created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-controller created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-controller-cluster-admin created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-privileged-cluster-admin created clusterrole.rbac.authorization.k8s.io/kubevirt.io:default created clusterrolebinding.rbac.authorization.k8s.io/kubevirt.io:default created service/virt-api created deployment.extensions/virt-api created deployment.extensions/virt-controller created daemonset.extensions/virt-handler created customresourcedefinition.apiextensions.k8s.io/virtualmachineinstances.kubevirt.io created customresourcedefinition.apiextensions.k8s.io/virtualmachineinstancereplicasets.kubevirt.io created customresourcedefinition.apiextensions.k8s.io/virtualmachineinstancepresets.kubevirt.io created customresourcedefinition.apiextensions.k8s.io/virtualmachines.kubevirt.io created + _kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/testing -R + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/testing -R persistentvolumeclaim/disk-alpine created persistentvolume/host-path-disk-alpine created persistentvolumeclaim/disk-custom created persistentvolume/host-path-disk-custom created daemonset.extensions/disks-images-provider created serviceaccount/kubevirt-testing created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-testing-cluster-admin created + [[ k8s-1.11.0 =~ os-* ]] + echo Done Done + namespaces=(kube-system default) + [[ kube-system != \k\u\b\e\-\s\y\s\t\e\m ]] + timeout=300 + sample=30 + for i in '${namespaces[@]}' + current_time=0 ++ kubectl get pods -n kube-system --no-headers ++ cluster/kubectl.sh get pods -n kube-system --no-headers ++ grep -v Running + '[' -n 'virt-api-bcc6b587d-9q24g 0/1 ContainerCreating 0 1s virt-api-bcc6b587d-p76gl 0/1 ContainerCreating 0 2s virt-controller-67dcdd8464-d2jww 0/1 ContainerCreating 0 1s virt-controller-67dcdd8464-xxms5 0/1 ContainerCreating 0 1s virt-handler-ld9kt 0/1 ContainerCreating 0 1s virt-handler-rsgnh 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 + cluster/kubectl.sh get pods -n kube-system --no-headers + grep -v Running disks-images-provider-5xcjl 0/1 Pending 0 0s disks-images-provider-gpxl2 0/1 ContainerCreating 0 0s virt-api-bcc6b587d-9q24g 0/1 ContainerCreating 0 2s virt-api-bcc6b587d-p76gl 0/1 ContainerCreating 0 3s virt-controller-67dcdd8464-d2jww 0/1 ContainerCreating 0 2s virt-controller-67dcdd8464-xxms5 0/1 ContainerCreating 0 2s virt-handler-ld9kt 0/1 ContainerCreating 0 2s virt-handler-rsgnh 0/1 ContainerCreating 0 2s + sleep 30 + current_time=30 + '[' 30 -gt 300 ']' ++ kubectl get pods -n kube-system --no-headers ++ cluster/kubectl.sh get pods -n kube-system --no-headers ++ grep -v Running + '[' -n '' ']' + current_time=0 ++ kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ grep false ++ cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers + '[' -n false ']' + echo 'Waiting for KubeVirt containers to become ready ...' Waiting for KubeVirt containers to become ready ... + kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers + grep false + cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers false + sleep 30 + current_time=30 + '[' 30 -gt 300 ']' ++ 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 coredns-78fcdf6894-k5lh6 1/1 Running 0 17m coredns-78fcdf6894-ldsk7 1/1 Running 0 17m disks-images-provider-5xcjl 1/1 Running 0 1m disks-images-provider-gpxl2 1/1 Running 0 1m etcd-node01 1/1 Running 0 16m kube-apiserver-node01 1/1 Running 0 16m kube-controller-manager-node01 1/1 Running 0 16m kube-flannel-ds-dflkx 1/1 Running 0 16m kube-flannel-ds-wwkb8 1/1 Running 0 17m kube-proxy-94ptc 1/1 Running 0 17m kube-proxy-9msj9 1/1 Running 0 16m kube-scheduler-node01 1/1 Running 0 16m virt-api-bcc6b587d-9q24g 1/1 Running 0 1m virt-api-bcc6b587d-p76gl 1/1 Running 0 1m virt-controller-67dcdd8464-d2jww 1/1 Running 0 1m virt-controller-67dcdd8464-xxms5 1/1 Running 0 1m virt-handler-ld9kt 1/1 Running 0 1m virt-handler-rsgnh 1/1 Running 0 1m + 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 + '[' -n '' ']' + current_time=0 ++ kubectl get pods -n default '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ grep false ++ cluster/kubectl.sh get pods -n default '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers + '[' -n '' ']' + kubectl get pods -n default + cluster/kubectl.sh get pods -n default NAME READY STATUS RESTARTS AGE local-volume-provisioner-8tsxc 1/1 Running 0 17m local-volume-provisioner-b44fg 1/1 Running 0 16m + kubectl version + cluster/kubectl.sh version Client Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.0", GitCommit:"91e7b4fd31fcd3d5f436da26c980becec37ceefe", GitTreeState:"clean", BuildDate:"2018-06-27T20:17:28Z", GoVersion:"go1.10.2", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.0", GitCommit:"91e7b4fd31fcd3d5f436da26c980becec37ceefe", GitTreeState:"clean", BuildDate:"2018-06-27T20:08:34Z", GoVersion:"go1.10.2", Compiler:"gc", Platform:"linux/amd64"} + ginko_params='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/junit.xml' + [[ k8s-1.11.0-release =~ windows.* ]] + FUNC_TEST_ARGS='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/junit.xml' + make functest hack/dockerized "hack/build-func-tests.sh" sha256:dcf2b21fa2ed11dcf9dbba21b1cca0ee3fad521a0e9aee61c06d0b0b66a4b200 go version go1.10 linux/amd64 go version go1.10 linux/amd64 Compiling tests... compiled tests.test hack/functests.sh Running Suite: Tests Suite ========================== Random Seed: 1533380954 Will run 148 of 148 specs ••••••••••••• ------------------------------ • [SLOW TEST:14.298 seconds] User Access /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:33 With default kubevirt service accounts /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:41 should verify permissions are correct for view, edit, and admin /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 given a vmi /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:13.337 seconds] User Access /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:33 With default kubevirt service accounts /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:41 should verify permissions are correct for view, edit, and admin /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 given an vm /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:13.826 seconds] User Access /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:33 With default kubevirt service accounts /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:41 should verify permissions are correct for view, edit, and admin /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 given a vmi preset /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:12.817 seconds] User Access /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:33 With default kubevirt service accounts /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:41 should verify permissions are correct for view, edit, and admin /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 given a vmi replica set /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 11:10:56 http: TLS handshake error from 10.244.0.1:52934: EOF 2018/08/04 11:11:06 http: TLS handshake error from 10.244.0.1:52994: EOF 2018/08/04 11:11:16 http: TLS handshake error from 10.244.0.1:53054: EOF 2018/08/04 11:11:26 http: TLS handshake error from 10.244.0.1:53114: EOF 2018/08/04 11:11:36 http: TLS handshake error from 10.244.0.1:53174: EOF 2018/08/04 11:11:46 http: TLS handshake error from 10.244.0.1:53234: EOF 2018/08/04 11:11:56 http: TLS handshake error from 10.244.0.1:53294: EOF 2018/08/04 11:12:06 http: TLS handshake error from 10.244.0.1:53354: EOF 2018/08/04 11:12:16 http: TLS handshake error from 10.244.0.1:53414: EOF 2018/08/04 11:12:26 http: TLS handshake error from 10.244.0.1:53474: EOF 2018/08/04 11:12:36 http: TLS handshake error from 10.244.0.1:53534: EOF 2018/08/04 11:12:46 http: TLS handshake error from 10.244.0.1:53594: EOF 2018/08/04 11:12:56 http: TLS handshake error from 10.244.0.1:53654: EOF 2018/08/04 11:13:06 http: TLS handshake error from 10.244.0.1:53714: EOF 2018/08/04 11:13:16 http: TLS handshake error from 10.244.0.1:53774: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running 2018/08/04 11:12:24 http: TLS handshake error from 10.244.1.1:46180: EOF level=info timestamp=2018-08-04T11:12:27.299196Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:12:33.128154Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:12:34 http: TLS handshake error from 10.244.1.1:46186: EOF 2018/08/04 11:12:44 http: TLS handshake error from 10.244.1.1:46192: EOF level=info timestamp=2018-08-04T11:12:48.575543Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:12:50.012954Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:12:53.517455Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:12:54 http: TLS handshake error from 10.244.1.1:46198: EOF level=info timestamp=2018-08-04T11:12:57.388295Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:13:03.269753Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:13:04 http: TLS handshake error from 10.244.1.1:46204: EOF 2018/08/04 11:13:14 http: TLS handshake error from 10.244.1.1:46210: EOF level=info timestamp=2018-08-04T11:13:18.742407Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:13:20.083485Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T11:09:24.495379Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix4d4z kind= uid=d87076e9-97d6-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:09:24.883256Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmix4d4z\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmix4d4z, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: d87076e9-97d6-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmix4d4z" level=info timestamp=2018-08-04T11:09:25.195657Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmit7w8x kind= uid=d8d3bec4-97d6-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:09:25.196359Z pos=preset.go:255 component=virt-controller service=http namespace=kubevirt-test-default name=testvmit7w8x kind= uid=d8d3bec4-97d6-11e8-beae-525500d15501 msg="VirtualMachineInstancePreset test-conflict-z492h matches VirtualMachineInstance" level=info timestamp=2018-08-04T11:09:25.196403Z pos=preset.go:255 component=virt-controller service=http namespace=kubevirt-test-default name=testvmit7w8x kind= uid=d8d3bec4-97d6-11e8-beae-525500d15501 msg="VirtualMachineInstancePreset test-memory-tw9tk matches VirtualMachineInstance" level=error timestamp=2018-08-04T11:09:25.197368Z pos=preset.go:415 component=virt-controller service=http namespace=kubevirt-test-default name=testvmit7w8x kind= uid=d8d3bec4-97d6-11e8-beae-525500d15501 msg="VirtualMachinePresets cannot be applied due to conflicts: presets 'test-memory-tw9tk' and 'test-conflict-z492h' conflict: spec.resources.requests[memory]: {{128 6} {} 128M DecimalSI} != {{256 6} {} 256M DecimalSI}" level=warning timestamp=2018-08-04T11:09:25.197426Z pos=preset.go:157 component=virt-controller service=http namespace=kubevirt-test-default name=testvmit7w8x kind= uid=d8d3bec4-97d6-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as failed" level=info timestamp=2018-08-04T11:09:25.197453Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmit7w8x kind= uid=d8d3bec4-97d6-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:09:25.530325Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmit7w8x\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmit7w8x, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: d8d3bec4-97d6-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmit7w8x" level=info timestamp=2018-08-04T11:09:25.591272Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicdmjr kind= uid=d9146ac3-97d6-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:09:25.591442Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicdmjr kind= uid=d9146ac3-97d6-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:09:26.139530Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmicdmjr\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmicdmjr, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: d9146ac3-97d6-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmicdmjr" level=info timestamp=2018-08-04T11:10:20.934770Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijw9vn kind= uid=fa0f4a7f-97d6-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:10:20.935119Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijw9vn kind= uid=fa0f4a7f-97d6-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:10:21.377021Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijw9vn\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijw9vn" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[236:{} 59:{} 60:{} 184:{} 62:{} 228:{} 232:{} 183:{} 144:{} 61:{} 235:{} 63:{} 227:{} 231:{}] level=error timestamp=2018-08-04T11:13:05.990911Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[59:{} 235:{} 183:{} 236:{} 62:{} 184:{} 227:{} 228:{} 232:{} 60:{} 231:{} 63:{} 61:{} 144:{}] level=error timestamp=2018-08-04T11:13:05.435497Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmijw9vn-pkz5t Pod phase: Pending • Failure [181.086 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 Timed out after 90.022s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 ------------------------------ STEP: Starting a VirtualMachineInstance level=info timestamp=2018-08-04T11:10:21.602210Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmijw9vn kind=VirtualMachineInstance uid=fa0f4a7f-97d6-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmijw9vn-pkz5t" • Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 11:13:56 http: TLS handshake error from 10.244.0.1:54018: EOF 2018/08/04 11:14:06 http: TLS handshake error from 10.244.0.1:54078: EOF 2018/08/04 11:14:16 http: TLS handshake error from 10.244.0.1:54138: EOF 2018/08/04 11:14:26 http: TLS handshake error from 10.244.0.1:54198: EOF 2018/08/04 11:14:36 http: TLS handshake error from 10.244.0.1:54258: EOF 2018/08/04 11:14:46 http: TLS handshake error from 10.244.0.1:54318: EOF 2018/08/04 11:14:56 http: TLS handshake error from 10.244.0.1:54378: EOF 2018/08/04 11:15:06 http: TLS handshake error from 10.244.0.1:54438: EOF 2018/08/04 11:15:16 http: TLS handshake error from 10.244.0.1:54498: EOF 2018/08/04 11:15:26 http: TLS handshake error from 10.244.0.1:54558: EOF 2018/08/04 11:15:36 http: TLS handshake error from 10.244.0.1:54618: EOF 2018/08/04 11:15:46 http: TLS handshake error from 10.244.0.1:54678: EOF 2018/08/04 11:15:56 http: TLS handshake error from 10.244.0.1:54738: EOF 2018/08/04 11:16:06 http: TLS handshake error from 10.244.0.1:54798: EOF 2018/08/04 11:16:16 http: TLS handshake error from 10.244.0.1:54858: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running level=info timestamp=2018-08-04T11:15:27.864427Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:15:34.031000Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:15:34 http: TLS handshake error from 10.244.1.1:46294: EOF 2018/08/04 11:15:44 http: TLS handshake error from 10.244.1.1:46300: EOF level=info timestamp=2018-08-04T11:15:49.214570Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:15:50.533396Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:15:53.438752Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:15:54 http: TLS handshake error from 10.244.1.1:46306: EOF level=info timestamp=2018-08-04T11:15:57.954064Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:16:04.177460Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:16:04 http: TLS handshake error from 10.244.1.1:46312: EOF 2018/08/04 11:16:14 http: TLS handshake error from 10.244.1.1:46318: EOF level=info timestamp=2018-08-04T11:16:19.283348Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:16:20.573994Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:16:23.428673Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T11:09:25.196403Z pos=preset.go:255 component=virt-controller service=http namespace=kubevirt-test-default name=testvmit7w8x kind= uid=d8d3bec4-97d6-11e8-beae-525500d15501 msg="VirtualMachineInstancePreset test-memory-tw9tk matches VirtualMachineInstance" level=error timestamp=2018-08-04T11:09:25.197368Z pos=preset.go:415 component=virt-controller service=http namespace=kubevirt-test-default name=testvmit7w8x kind= uid=d8d3bec4-97d6-11e8-beae-525500d15501 msg="VirtualMachinePresets cannot be applied due to conflicts: presets 'test-memory-tw9tk' and 'test-conflict-z492h' conflict: spec.resources.requests[memory]: {{128 6} {} 128M DecimalSI} != {{256 6} {} 256M DecimalSI}" level=warning timestamp=2018-08-04T11:09:25.197426Z pos=preset.go:157 component=virt-controller service=http namespace=kubevirt-test-default name=testvmit7w8x kind= uid=d8d3bec4-97d6-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as failed" level=info timestamp=2018-08-04T11:09:25.197453Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmit7w8x kind= uid=d8d3bec4-97d6-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:09:25.530325Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmit7w8x\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmit7w8x, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: d8d3bec4-97d6-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmit7w8x" level=info timestamp=2018-08-04T11:09:25.591272Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicdmjr kind= uid=d9146ac3-97d6-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:09:25.591442Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicdmjr kind= uid=d9146ac3-97d6-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:09:26.139530Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmicdmjr\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmicdmjr, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: d9146ac3-97d6-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmicdmjr" level=info timestamp=2018-08-04T11:10:20.934770Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijw9vn kind= uid=fa0f4a7f-97d6-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:10:20.935119Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijw9vn kind= uid=fa0f4a7f-97d6-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:10:21.377021Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijw9vn\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijw9vn" level=info timestamp=2018-08-04T11:13:21.934089Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7q74l kind= uid=65f51f5b-97d7-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:13:21.936627Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7q74l kind= uid=65f51f5b-97d7-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:13:23.388482Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8t64s kind= uid=66cd4e42-97d7-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:13:23.388952Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8t64s kind= uid=66cd4e42-97d7-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[60:{} 228:{} 235:{} 232:{} 59:{} 61:{} 184:{} 183:{} 236:{} 227:{} 144:{} 62:{} 231:{} 63:{}] level=error timestamp=2018-08-04T11:16:04.868599Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 59 network_throughput 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[60:{} 61:{} 62:{} 235:{} 231:{} 59:{} 183:{} 228:{} 232:{} 236:{} 184:{} 63:{} 227:{} 144:{}] Pod name: virt-launcher-testvmi8t64s-wszh6 Pod phase: Pending ------------------------------ • Failure [180.964 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 Timed out after 90.047s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 ------------------------------ STEP: Starting a VM level=info timestamp=2018-08-04T11:13:23.732019Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi8t64s kind=VirtualMachineInstance uid=66cd4e42-97d7-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi8t64s-wszh6" S [SKIPPING] [0.278 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-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 11:16:56 http: TLS handshake error from 10.244.0.1:55098: EOF 2018/08/04 11:17:06 http: TLS handshake error from 10.244.0.1:55158: EOF 2018/08/04 11:17:16 http: TLS handshake error from 10.244.0.1:55218: EOF 2018/08/04 11:17:26 http: TLS handshake error from 10.244.0.1:55278: EOF 2018/08/04 11:17:36 http: TLS handshake error from 10.244.0.1:55338: EOF 2018/08/04 11:17:46 http: TLS handshake error from 10.244.0.1:55398: EOF 2018/08/04 11:17:56 http: TLS handshake error from 10.244.0.1:55458: EOF 2018/08/04 11:18:06 http: TLS handshake error from 10.244.0.1:55518: EOF 2018/08/04 11:18:16 http: TLS handshake error from 10.244.0.1:55578: EOF 2018/08/04 11:18:26 http: TLS handshake error from 10.244.0.1:55638: EOF 2018/08/04 11:18:36 http: TLS handshake error from 10.244.0.1:55698: EOF 2018/08/04 11:18:46 http: TLS handshake error from 10.244.0.1:55758: EOF 2018/08/04 11:18:56 http: TLS handshake error from 10.244.0.1:55818: EOF 2018/08/04 11:19:06 http: TLS handshake error from 10.244.0.1:55878: EOF 2018/08/04 11:19:16 http: TLS handshake error from 10.244.0.1:55938: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running 2018/08/04 11:18:34 http: TLS handshake error from 10.244.1.1:46402: EOF level=info timestamp=2018-08-04T11:18:34.964476Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:18:44 http: TLS handshake error from 10.244.1.1:46408: EOF level=info timestamp=2018-08-04T11:18:49.667366Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:18:50.985693Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:18:53.552369Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:18:54 http: TLS handshake error from 10.244.1.1:46414: EOF level=info timestamp=2018-08-04T11:18:58.506679Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:19:04 http: TLS handshake error from 10.244.1.1:46420: EOF level=info timestamp=2018-08-04T11:19:05.109722Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:19:14 http: TLS handshake error from 10.244.1.1:46426: EOF level=info timestamp=2018-08-04T11:19:19.759427Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:19:21.074338Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:19:23.396991Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:19:24 http: TLS handshake error from 10.244.1.1:46432: EOF Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T11:09:25.591442Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicdmjr kind= uid=d9146ac3-97d6-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:09:26.139530Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmicdmjr\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmicdmjr, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: d9146ac3-97d6-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmicdmjr" level=info timestamp=2018-08-04T11:10:20.934770Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijw9vn kind= uid=fa0f4a7f-97d6-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:10:20.935119Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijw9vn kind= uid=fa0f4a7f-97d6-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:10:21.377021Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijw9vn\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijw9vn" level=info timestamp=2018-08-04T11:13:21.934089Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7q74l kind= uid=65f51f5b-97d7-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:13:21.936627Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7q74l kind= uid=65f51f5b-97d7-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:13:23.388482Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8t64s kind= uid=66cd4e42-97d7-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:13:23.388952Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8t64s kind= uid=66cd4e42-97d7-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:16:24.179300Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8t64s\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi8t64s, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 66cd4e42-97d7-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8t64s" level=info timestamp=2018-08-04T11:16:24.340574Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihc7nt kind= uid=d2ae5b2e-97d7-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:16:24.340954Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihc7nt kind= uid=d2ae5b2e-97d7-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:16:24.517449Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihc7nt\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmihc7nt" level=info timestamp=2018-08-04T11:16:25.834969Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqzlw kind= uid=d393fa36-97d7-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:16:25.835320Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqzlw kind= uid=d393fa36-97d7-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[63:{} 62:{} 183:{} 231:{} 236:{} 60:{} 61:{} 232:{} 227:{} 228:{} 235:{} 59:{} 184:{} 144:{}] level=error timestamp=2018-08-04T11:18:03.524448Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[60:{} 61:{} 184:{} 183:{} 144:{} 235:{} 63:{} 232:{} 236:{} 227:{} 62:{} 228:{} 231:{} 59:{}] level=error timestamp=2018-08-04T11:18:02.980360Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmitqzlw-txtg8 Pod phase: Pending ------------------------------ • Failure in Spec Setup (BeforeEach) [180.756 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 Timed out after 90.013s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 ------------------------------ level=info timestamp=2018-08-04T11:16:26.042073Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmitqzlw kind=VirtualMachineInstance uid=d393fa36-97d7-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmitqzlw-txtg8" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 11:20:06 http: TLS handshake error from 10.244.0.1:56238: EOF 2018/08/04 11:20:16 http: TLS handshake error from 10.244.0.1:56298: EOF 2018/08/04 11:20:26 http: TLS handshake error from 10.244.0.1:56358: EOF 2018/08/04 11:20:36 http: TLS handshake error from 10.244.0.1:56418: EOF 2018/08/04 11:20:46 http: TLS handshake error from 10.244.0.1:56478: EOF 2018/08/04 11:20:56 http: TLS handshake error from 10.244.0.1:56538: EOF 2018/08/04 11:21:06 http: TLS handshake error from 10.244.0.1:56598: EOF 2018/08/04 11:21:16 http: TLS handshake error from 10.244.0.1:56658: EOF 2018/08/04 11:21:26 http: TLS handshake error from 10.244.0.1:56718: EOF 2018/08/04 11:21:36 http: TLS handshake error from 10.244.0.1:56778: EOF 2018/08/04 11:21:46 http: TLS handshake error from 10.244.0.1:56838: EOF 2018/08/04 11:21:56 http: TLS handshake error from 10.244.0.1:56898: EOF 2018/08/04 11:22:06 http: TLS handshake error from 10.244.0.1:56958: EOF 2018/08/04 11:22:16 http: TLS handshake error from 10.244.0.1:57018: EOF 2018/08/04 11:22:26 http: TLS handshake error from 10.244.0.1:57078: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running 2018/08/04 11:21:34 http: TLS handshake error from 10.244.1.1:46510: EOF level=info timestamp=2018-08-04T11:21:35.995608Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:21:44 http: TLS handshake error from 10.244.1.1:46516: EOF level=info timestamp=2018-08-04T11:21:50.165388Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:21:51.645157Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:21:53.399551Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:21:54 http: TLS handshake error from 10.244.1.1:46522: EOF level=info timestamp=2018-08-04T11:21:59.174718Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:22:04 http: TLS handshake error from 10.244.1.1:46528: EOF level=info timestamp=2018-08-04T11:22:06.139231Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:22:14 http: TLS handshake error from 10.244.1.1:46534: EOF level=info timestamp=2018-08-04T11:22:20.328747Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:22:21.708386Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:22:23.531952Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:22:24 http: TLS handshake error from 10.244.1.1:46540: EOF Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T11:10:20.935119Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijw9vn kind= uid=fa0f4a7f-97d6-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:10:21.377021Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijw9vn\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijw9vn" level=info timestamp=2018-08-04T11:13:21.934089Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7q74l kind= uid=65f51f5b-97d7-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:13:21.936627Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7q74l kind= uid=65f51f5b-97d7-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:13:23.388482Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8t64s kind= uid=66cd4e42-97d7-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:13:23.388952Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8t64s kind= uid=66cd4e42-97d7-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:16:24.179300Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8t64s\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi8t64s, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 66cd4e42-97d7-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8t64s" level=info timestamp=2018-08-04T11:16:24.340574Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihc7nt kind= uid=d2ae5b2e-97d7-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:16:24.340954Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihc7nt kind= uid=d2ae5b2e-97d7-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:16:24.517449Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihc7nt\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmihc7nt" level=info timestamp=2018-08-04T11:16:25.834969Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqzlw kind= uid=d393fa36-97d7-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:16:25.835320Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqzlw kind= uid=d393fa36-97d7-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:19:26.675935Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil8zkg kind= uid=3f5d12c5-97d8-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:19:26.676315Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil8zkg kind= uid=3f5d12c5-97d8-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:19:26.800096Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil8zkg\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil8zkg" Pod name: virt-handler-ld9kt Pod phase: Running 59 network_throughput 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[236:{} 235:{} 232:{} 60:{} 61:{} 183:{} 227:{} 62:{} 144:{} 231:{} 63:{} 59:{} 184:{} 228:{}] Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[236:{} 62:{} 59:{} 61:{} 184:{} 228:{} 235:{} 232:{} 60:{} 144:{} 231:{} 63:{} 227:{} 183:{}] level=error timestamp=2018-08-04T11:22:18.397128Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmil8zkg-8qfmn Pod phase: Pending • Failure in Spec Setup (BeforeEach) [180.761 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 Timed out after 90.013s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 ------------------------------ level=info timestamp=2018-08-04T11:19:26.915745Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmil8zkg kind=VirtualMachineInstance uid=3f5d12c5-97d8-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmil8zkg-8qfmn" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 11:23:06 http: TLS handshake error from 10.244.0.1:57318: EOF 2018/08/04 11:23:16 http: TLS handshake error from 10.244.0.1:57378: EOF 2018/08/04 11:23:26 http: TLS handshake error from 10.244.0.1:57438: EOF 2018/08/04 11:23:36 http: TLS handshake error from 10.244.0.1:57498: EOF 2018/08/04 11:23:46 http: TLS handshake error from 10.244.0.1:57558: EOF 2018/08/04 11:23:56 http: TLS handshake error from 10.244.0.1:57618: EOF 2018/08/04 11:24:06 http: TLS handshake error from 10.244.0.1:57678: EOF 2018/08/04 11:24:16 http: TLS handshake error from 10.244.0.1:57738: EOF 2018/08/04 11:24:26 http: TLS handshake error from 10.244.0.1:57798: EOF 2018/08/04 11:24:36 http: TLS handshake error from 10.244.0.1:57858: EOF 2018/08/04 11:24:46 http: TLS handshake error from 10.244.0.1:57918: EOF 2018/08/04 11:24:56 http: TLS handshake error from 10.244.0.1:57978: EOF 2018/08/04 11:25:06 http: TLS handshake error from 10.244.0.1:58038: EOF 2018/08/04 11:25:16 http: TLS handshake error from 10.244.0.1:58098: EOF 2018/08/04 11:25:26 http: TLS handshake error from 10.244.0.1:58158: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running 2018/08/04 11:24:34 http: TLS handshake error from 10.244.1.1:46618: EOF level=info timestamp=2018-08-04T11:24:36.917497Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:24:44 http: TLS handshake error from 10.244.1.1:46624: EOF level=info timestamp=2018-08-04T11:24:50.897688Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:24:52.528956Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:24:53.511585Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:24:54 http: TLS handshake error from 10.244.1.1:46630: EOF level=info timestamp=2018-08-04T11:24:59.855864Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:25:04 http: TLS handshake error from 10.244.1.1:46636: EOF level=info timestamp=2018-08-04T11:25:07.062211Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:25:14 http: TLS handshake error from 10.244.1.1:46642: EOF level=info timestamp=2018-08-04T11:25:20.982375Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:25:22.626294Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:25:23.451203Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:25:24 http: TLS handshake error from 10.244.1.1:46648: EOF Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T11:13:21.934089Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7q74l kind= uid=65f51f5b-97d7-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:13:21.936627Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7q74l kind= uid=65f51f5b-97d7-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:13:23.388482Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8t64s kind= uid=66cd4e42-97d7-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:13:23.388952Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8t64s kind= uid=66cd4e42-97d7-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:16:24.179300Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8t64s\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi8t64s, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 66cd4e42-97d7-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8t64s" level=info timestamp=2018-08-04T11:16:24.340574Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihc7nt kind= uid=d2ae5b2e-97d7-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:16:24.340954Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihc7nt kind= uid=d2ae5b2e-97d7-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:16:24.517449Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihc7nt\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmihc7nt" level=info timestamp=2018-08-04T11:16:25.834969Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqzlw kind= uid=d393fa36-97d7-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:16:25.835320Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqzlw kind= uid=d393fa36-97d7-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:19:26.675935Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil8zkg kind= uid=3f5d12c5-97d8-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:19:26.676315Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil8zkg kind= uid=3f5d12c5-97d8-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:19:26.800096Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil8zkg\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil8zkg" level=info timestamp=2018-08-04T11:22:27.482075Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibfbwq kind= uid=ab1da2b3-97d8-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:22:27.486288Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibfbwq kind= uid=ab1da2b3-97d8-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[236:{} 184:{} 183:{} 63:{} 232:{} 144:{} 228:{} 235:{} 59:{} 61:{} 227:{} 231:{} 60:{} 62:{}] level=error timestamp=2018-08-04T11:25:22.619599Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 59 network_throughput 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[227:{} 231:{} 63:{} 232:{} 236:{} 60:{} 183:{} 228:{} 59:{} 61:{} 235:{} 184:{} 62:{} 144:{}] Pod name: virt-launcher-testvmibfbwq-2sn2f Pod phase: Pending • Failure in Spec Setup (BeforeEach) [180.773 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 Timed out after 90.017s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 ------------------------------ level=info timestamp=2018-08-04T11:22:27.736726Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmibfbwq kind=VirtualMachineInstance uid=ab1da2b3-97d8-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmibfbwq-2sn2f" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 11:26:06 http: TLS handshake error from 10.244.0.1:58398: EOF 2018/08/04 11:26:16 http: TLS handshake error from 10.244.0.1:58458: EOF 2018/08/04 11:26:26 http: TLS handshake error from 10.244.0.1:58518: EOF 2018/08/04 11:26:36 http: TLS handshake error from 10.244.0.1:58578: EOF 2018/08/04 11:26:46 http: TLS handshake error from 10.244.0.1:58638: EOF 2018/08/04 11:26:56 http: TLS handshake error from 10.244.0.1:58698: EOF 2018/08/04 11:27:06 http: TLS handshake error from 10.244.0.1:58758: EOF 2018/08/04 11:27:16 http: TLS handshake error from 10.244.0.1:58818: EOF 2018/08/04 11:27:26 http: TLS handshake error from 10.244.0.1:58878: EOF 2018/08/04 11:27:36 http: TLS handshake error from 10.244.0.1:58938: EOF 2018/08/04 11:27:46 http: TLS handshake error from 10.244.0.1:58998: EOF 2018/08/04 11:27:56 http: TLS handshake error from 10.244.0.1:59058: EOF 2018/08/04 11:28:06 http: TLS handshake error from 10.244.0.1:59118: EOF 2018/08/04 11:28:16 http: TLS handshake error from 10.244.0.1:59178: EOF 2018/08/04 11:28:26 http: TLS handshake error from 10.244.0.1:59238: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running 2018/08/04 11:27:34 http: TLS handshake error from 10.244.1.1:46726: EOF level=info timestamp=2018-08-04T11:27:37.809448Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:27:44 http: TLS handshake error from 10.244.1.1:46732: EOF level=info timestamp=2018-08-04T11:27:51.400864Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:27:53.025734Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:27:53.409254Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:27:54 http: TLS handshake error from 10.244.1.1:46738: EOF level=info timestamp=2018-08-04T11:28:00.546434Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:28:04 http: TLS handshake error from 10.244.1.1:46744: EOF level=info timestamp=2018-08-04T11:28:07.965209Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:28:14 http: TLS handshake error from 10.244.1.1:46750: EOF level=info timestamp=2018-08-04T11:28:21.478371Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:28:23.080386Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:28:23.431873Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:28:24 http: TLS handshake error from 10.244.1.1:46756: EOF Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T11:16:24.179300Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8t64s\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi8t64s, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 66cd4e42-97d7-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8t64s" level=info timestamp=2018-08-04T11:16:24.340574Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihc7nt kind= uid=d2ae5b2e-97d7-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:16:24.340954Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihc7nt kind= uid=d2ae5b2e-97d7-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:16:24.517449Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihc7nt\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmihc7nt" level=info timestamp=2018-08-04T11:16:25.834969Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqzlw kind= uid=d393fa36-97d7-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:16:25.835320Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqzlw kind= uid=d393fa36-97d7-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:19:26.675935Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil8zkg kind= uid=3f5d12c5-97d8-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:19:26.676315Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil8zkg kind= uid=3f5d12c5-97d8-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:19:26.800096Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil8zkg\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil8zkg" level=info timestamp=2018-08-04T11:22:27.482075Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibfbwq kind= uid=ab1da2b3-97d8-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:22:27.486288Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibfbwq kind= uid=ab1da2b3-97d8-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:25:28.080404Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmibfbwq\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmibfbwq, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: ab1da2b3-97d8-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmibfbwq" level=info timestamp=2018-08-04T11:25:28.263354Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7594r kind= uid=16e25c4f-97d9-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:25:28.264056Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7594r kind= uid=16e25c4f-97d9-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:25:28.410182Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi7594r\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi7594r" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[235:{} 231:{} 63:{} 236:{} 60:{} 228:{} 184:{} 144:{} 61:{} 227:{} 183:{} 232:{} 59:{} 62:{}] level=error timestamp=2018-08-04T11:27:03.777474Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[228:{} 232:{} 236:{} 61:{} 183:{} 60:{} 144:{} 231:{} 184:{} 227:{} 62:{} 235:{} 59:{} 63:{}] level=error timestamp=2018-08-04T11:27:03.195776Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmi7594r-r7kzw Pod phase: Pending • Failure [180.784 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 Timed out after 90.018s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 ------------------------------ level=info timestamp=2018-08-04T11:25:28.490879Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi7594r kind=VirtualMachineInstance uid=16e25c4f-97d9-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi7594r-r7kzw" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 11:27:06 http: TLS handshake error from 10.244.0.1:58758: EOF 2018/08/04 11:27:16 http: TLS handshake error from 10.244.0.1:58818: EOF 2018/08/04 11:27:26 http: TLS handshake error from 10.244.0.1:58878: EOF 2018/08/04 11:27:36 http: TLS handshake error from 10.244.0.1:58938: EOF 2018/08/04 11:27:46 http: TLS handshake error from 10.244.0.1:58998: EOF 2018/08/04 11:27:56 http: TLS handshake error from 10.244.0.1:59058: EOF 2018/08/04 11:28:06 http: TLS handshake error from 10.244.0.1:59118: EOF 2018/08/04 11:28:16 http: TLS handshake error from 10.244.0.1:59178: EOF 2018/08/04 11:28:26 http: TLS handshake error from 10.244.0.1:59238: EOF 2018/08/04 11:28:36 http: TLS handshake error from 10.244.0.1:59298: EOF 2018/08/04 11:28:46 http: TLS handshake error from 10.244.0.1:59358: EOF 2018/08/04 11:28:56 http: TLS handshake error from 10.244.0.1:59418: EOF 2018/08/04 11:29:06 http: TLS handshake error from 10.244.0.1:59478: EOF 2018/08/04 11:29:16 http: TLS handshake error from 10.244.0.1:59538: EOF 2018/08/04 11:29:26 http: TLS handshake error from 10.244.0.1:59598: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running 2018/08/04 11:28:34 http: TLS handshake error from 10.244.1.1:46762: EOF level=info timestamp=2018-08-04T11:28:38.118476Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:28:44 http: TLS handshake error from 10.244.1.1:46768: EOF level=info timestamp=2018-08-04T11:28:51.556471Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:28:53.149319Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:28:53.445950Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:28:54 http: TLS handshake error from 10.244.1.1:46774: EOF level=info timestamp=2018-08-04T11:29:00.731926Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:29:04 http: TLS handshake error from 10.244.1.1:46780: EOF level=info timestamp=2018-08-04T11:29:08.274116Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:29:14 http: TLS handshake error from 10.244.1.1:46786: EOF level=info timestamp=2018-08-04T11:29:21.619366Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:29:23.223484Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:29:23.415736Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:29:24 http: TLS handshake error from 10.244.1.1:46792: EOF Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T11:16:24.340954Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihc7nt kind= uid=d2ae5b2e-97d7-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:16:24.517449Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihc7nt\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmihc7nt" level=info timestamp=2018-08-04T11:16:25.834969Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqzlw kind= uid=d393fa36-97d7-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:16:25.835320Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqzlw kind= uid=d393fa36-97d7-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:19:26.675935Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil8zkg kind= uid=3f5d12c5-97d8-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:19:26.676315Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil8zkg kind= uid=3f5d12c5-97d8-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:19:26.800096Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil8zkg\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil8zkg" level=info timestamp=2018-08-04T11:22:27.482075Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibfbwq kind= uid=ab1da2b3-97d8-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:22:27.486288Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibfbwq kind= uid=ab1da2b3-97d8-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:25:28.080404Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmibfbwq\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmibfbwq, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: ab1da2b3-97d8-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmibfbwq" level=info timestamp=2018-08-04T11:25:28.263354Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7594r kind= uid=16e25c4f-97d9-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:25:28.264056Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7594r kind= uid=16e25c4f-97d9-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:25:28.410182Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi7594r\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi7594r" level=info timestamp=2018-08-04T11:28:28.746442Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimltjb kind= uid=8270931d-97d9-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:28:28.747374Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimltjb kind= uid=8270931d-97d9-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[236:{} 235:{} 63:{} 60:{} 228:{} 144:{} 231:{} 232:{} 59:{} 227:{} 183:{} 61:{} 184:{} 62:{}] level=error timestamp=2018-08-04T11:29:05.947597Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 59 network_throughput 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[236:{} 227:{} 62:{} 183:{} 63:{} 232:{} 144:{} 235:{} 231:{} 59:{} 60:{} 61:{} 184:{} 228:{}] Pod name: virt-launcher-testvmi7594r-r7kzw Pod phase: Pending Pod name: virt-launcher-testvmimltjb-9bwtf Pod phase: Pending • Failure in Spec Setup (BeforeEach) [60.523 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.010s. 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-04T11:28:29.246081Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmimltjb kind=VirtualMachineInstance uid=8270931d-97d9-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmimltjb-9bwtf" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 11:28:06 http: TLS handshake error from 10.244.0.1:59118: EOF 2018/08/04 11:28:16 http: TLS handshake error from 10.244.0.1:59178: EOF 2018/08/04 11:28:26 http: TLS handshake error from 10.244.0.1:59238: EOF 2018/08/04 11:28:36 http: TLS handshake error from 10.244.0.1:59298: EOF 2018/08/04 11:28:46 http: TLS handshake error from 10.244.0.1:59358: EOF 2018/08/04 11:28:56 http: TLS handshake error from 10.244.0.1:59418: EOF 2018/08/04 11:29:06 http: TLS handshake error from 10.244.0.1:59478: EOF 2018/08/04 11:29:16 http: TLS handshake error from 10.244.0.1:59538: EOF 2018/08/04 11:29:26 http: TLS handshake error from 10.244.0.1:59598: EOF 2018/08/04 11:29:36 http: TLS handshake error from 10.244.0.1:59658: EOF 2018/08/04 11:29:46 http: TLS handshake error from 10.244.0.1:59718: EOF 2018/08/04 11:29:56 http: TLS handshake error from 10.244.0.1:59778: EOF 2018/08/04 11:30:06 http: TLS handshake error from 10.244.0.1:59838: EOF 2018/08/04 11:30:16 http: TLS handshake error from 10.244.0.1:59898: EOF 2018/08/04 11:30:26 http: TLS handshake error from 10.244.0.1:59958: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running 2018/08/04 11:29:34 http: TLS handshake error from 10.244.1.1:46798: EOF level=info timestamp=2018-08-04T11:29:38.510383Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:29:44 http: TLS handshake error from 10.244.1.1:46804: EOF level=info timestamp=2018-08-04T11:29:51.713717Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:29:53.288957Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:29:53.545070Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:29:54 http: TLS handshake error from 10.244.1.1:46810: EOF level=info timestamp=2018-08-04T11:30:00.872619Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:30:04 http: TLS handshake error from 10.244.1.1:46816: EOF level=info timestamp=2018-08-04T11:30:08.668487Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:30:14 http: TLS handshake error from 10.244.1.1:46822: EOF level=info timestamp=2018-08-04T11:30:21.788598Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:30:23.364917Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:30:23.566591Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:30:24 http: TLS handshake error from 10.244.1.1:46828: EOF Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T11:16:25.834969Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqzlw kind= uid=d393fa36-97d7-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:16:25.835320Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitqzlw kind= uid=d393fa36-97d7-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:19:26.675935Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil8zkg kind= uid=3f5d12c5-97d8-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:19:26.676315Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil8zkg kind= uid=3f5d12c5-97d8-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:19:26.800096Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil8zkg\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil8zkg" level=info timestamp=2018-08-04T11:22:27.482075Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibfbwq kind= uid=ab1da2b3-97d8-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:22:27.486288Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibfbwq kind= uid=ab1da2b3-97d8-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:25:28.080404Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmibfbwq\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmibfbwq, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: ab1da2b3-97d8-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmibfbwq" level=info timestamp=2018-08-04T11:25:28.263354Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7594r kind= uid=16e25c4f-97d9-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:25:28.264056Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7594r kind= uid=16e25c4f-97d9-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:25:28.410182Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi7594r\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi7594r" level=info timestamp=2018-08-04T11:28:28.746442Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimltjb kind= uid=8270931d-97d9-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:28:28.747374Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimltjb kind= uid=8270931d-97d9-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:29:29.274351Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikhnpz kind= uid=a683f353-97d9-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:29:29.274890Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikhnpz kind= uid=a683f353-97d9-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-handler-ld9kt Pod phase: Running 59 network_throughput 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[63:{} 227:{} 183:{} 62:{} 231:{} 236:{} 59:{} 232:{} 61:{} 144:{} 228:{} 235:{} 60:{} 184:{}] Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[232:{} 60:{} 62:{} 235:{} 231:{} 63:{} 59:{} 144:{} 236:{} 61:{} 184:{} 227:{} 183:{} 228:{}] level=error timestamp=2018-08-04T11:30:26.554798Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmi7594r-r7kzw Pod phase: Pending Pod name: virt-launcher-testvmikhnpz-j48ns Pod phase: Pending Pod name: virt-launcher-testvmimltjb-9bwtf Pod phase: Pending • Failure in Spec Setup (BeforeEach) [60.729 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.011s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1030 ------------------------------ level=info timestamp=2018-08-04T11:29:29.506441Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmikhnpz kind=VirtualMachineInstance uid=a683f353-97d9-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmikhnpz-j48ns" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 11:34:06 http: TLS handshake error from 10.244.0.1:33046: EOF 2018/08/04 11:34:16 http: TLS handshake error from 10.244.0.1:33106: EOF 2018/08/04 11:34:26 http: TLS handshake error from 10.244.0.1:33166: EOF 2018/08/04 11:34:36 http: TLS handshake error from 10.244.0.1:33226: EOF 2018/08/04 11:34:46 http: TLS handshake error from 10.244.0.1:33286: EOF 2018/08/04 11:34:56 http: TLS handshake error from 10.244.0.1:33346: EOF 2018/08/04 11:35:06 http: TLS handshake error from 10.244.0.1:33406: EOF 2018/08/04 11:35:16 http: TLS handshake error from 10.244.0.1:33466: EOF 2018/08/04 11:35:26 http: TLS handshake error from 10.244.0.1:33526: EOF 2018/08/04 11:35:36 http: TLS handshake error from 10.244.0.1:33586: EOF 2018/08/04 11:35:46 http: TLS handshake error from 10.244.0.1:33646: EOF 2018/08/04 11:35:56 http: TLS handshake error from 10.244.0.1:33706: EOF 2018/08/04 11:36:06 http: TLS handshake error from 10.244.0.1:33766: EOF 2018/08/04 11:36:16 http: TLS handshake error from 10.244.0.1:33826: EOF 2018/08/04 11:36:26 http: TLS handshake error from 10.244.0.1:33886: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running 2018/08/04 11:35:34 http: TLS handshake error from 10.244.1.1:47014: EOF level=info timestamp=2018-08-04T11:35:40.296491Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:35:44 http: TLS handshake error from 10.244.1.1:47020: EOF level=info timestamp=2018-08-04T11:35:52.872628Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:35:53.567612Z 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-04T11:35:54.361214Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:35:54 http: TLS handshake error from 10.244.1.1:47026: EOF level=info timestamp=2018-08-04T11:36:02.026557Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:36:04 http: TLS handshake error from 10.244.1.1:47032: EOF level=info timestamp=2018-08-04T11:36:10.475364Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:36:14 http: TLS handshake error from 10.244.1.1:47038: EOF level=info timestamp=2018-08-04T11:36:22.984843Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:36:23.618985Z 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-04T11:36:24.473487Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:36:24 http: TLS handshake error from 10.244.1.1:47044: EOF Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T11:22:27.482075Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibfbwq kind= uid=ab1da2b3-97d8-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:22:27.486288Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibfbwq kind= uid=ab1da2b3-97d8-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:25:28.080404Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmibfbwq\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmibfbwq, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: ab1da2b3-97d8-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmibfbwq" level=info timestamp=2018-08-04T11:25:28.263354Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7594r kind= uid=16e25c4f-97d9-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:25:28.264056Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7594r kind= uid=16e25c4f-97d9-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:25:28.410182Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi7594r\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi7594r" level=info timestamp=2018-08-04T11:28:28.746442Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimltjb kind= uid=8270931d-97d9-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:28:28.747374Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimltjb kind= uid=8270931d-97d9-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:29:29.274351Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikhnpz kind= uid=a683f353-97d9-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:29:29.274890Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikhnpz kind= uid=a683f353-97d9-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:30:30.351278Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi7594r\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi7594r, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 16e25c4f-97d9-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi7594r" level=info timestamp=2018-08-04T11:30:30.589964Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizbz9q kind= uid=cb162a79-97d9-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:30:30.590226Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizbz9q kind= uid=cb162a79-97d9-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:30:30.687499Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmizbz9q\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmizbz9q" level=info timestamp=2018-08-04T11:30:30.707495Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmizbz9q\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmizbz9q" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[59:{} 144:{} 63:{} 183:{} 235:{} 236:{} 61:{} 184:{} 227:{} 62:{} 232:{} 60:{} 228:{} 231:{}] level=error timestamp=2018-08-04T11:36:13.947378Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[184:{} 144:{} 232:{} 62:{} 235:{} 236:{} 59:{} 60:{} 61:{} 227:{} 183:{} 228:{} 63:{} 231:{}] level=error timestamp=2018-08-04T11:36:13.404973Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmizbz9q-48qx7 Pod phase: Pending • Failure [361.036 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 Timed out after 180.009s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1034 ------------------------------ STEP: Starting the VirtualMachineInstance level=info timestamp=2018-08-04T11:30:30.744953Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmizbz9q kind=VirtualMachineInstance uid=cb162a79-97d9-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmizbz9q-48qx7" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 11:36:06 http: TLS handshake error from 10.244.0.1:33766: EOF 2018/08/04 11:36:16 http: TLS handshake error from 10.244.0.1:33826: EOF 2018/08/04 11:36:26 http: TLS handshake error from 10.244.0.1:33886: EOF 2018/08/04 11:36:36 http: TLS handshake error from 10.244.0.1:33946: EOF 2018/08/04 11:36:46 http: TLS handshake error from 10.244.0.1:34006: EOF 2018/08/04 11:36:56 http: TLS handshake error from 10.244.0.1:34066: EOF 2018/08/04 11:37:06 http: TLS handshake error from 10.244.0.1:34126: EOF 2018/08/04 11:37:16 http: TLS handshake error from 10.244.0.1:34186: EOF 2018/08/04 11:37:26 http: TLS handshake error from 10.244.0.1:34246: EOF 2018/08/04 11:37:36 http: TLS handshake error from 10.244.0.1:34306: EOF 2018/08/04 11:37:46 http: TLS handshake error from 10.244.0.1:34366: EOF 2018/08/04 11:37:56 http: TLS handshake error from 10.244.0.1:34426: EOF 2018/08/04 11:38:06 http: TLS handshake error from 10.244.0.1:34486: EOF 2018/08/04 11:38:16 http: TLS handshake error from 10.244.0.1:34546: EOF 2018/08/04 11:38:26 http: TLS handshake error from 10.244.0.1:34606: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running 2018/08/04 11:37:34 http: TLS handshake error from 10.244.1.1:47086: EOF level=info timestamp=2018-08-04T11:37:40.944091Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:37:44 http: TLS handshake error from 10.244.1.1:47092: EOF level=info timestamp=2018-08-04T11:37:53.273447Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:37:53.452732Z 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-04T11:37:54.769140Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:37:54 http: TLS handshake error from 10.244.1.1:47098: EOF level=info timestamp=2018-08-04T11:38:02.386842Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:38:04 http: TLS handshake error from 10.244.1.1:47104: EOF level=info timestamp=2018-08-04T11:38:11.088787Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:38:14 http: TLS handshake error from 10.244.1.1:47110: EOF level=info timestamp=2018-08-04T11:38:23.354488Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:38:23.432359Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:38:24 http: TLS handshake error from 10.244.1.1:47116: EOF level=info timestamp=2018-08-04T11:38:24.844414Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T11:25:28.263354Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7594r kind= uid=16e25c4f-97d9-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:25:28.264056Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7594r kind= uid=16e25c4f-97d9-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:25:28.410182Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi7594r\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi7594r" level=info timestamp=2018-08-04T11:28:28.746442Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimltjb kind= uid=8270931d-97d9-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:28:28.747374Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimltjb kind= uid=8270931d-97d9-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:29:29.274351Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikhnpz kind= uid=a683f353-97d9-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:29:29.274890Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikhnpz kind= uid=a683f353-97d9-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:30:30.351278Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi7594r\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi7594r, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 16e25c4f-97d9-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi7594r" level=info timestamp=2018-08-04T11:30:30.589964Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizbz9q kind= uid=cb162a79-97d9-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:30:30.590226Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizbz9q kind= uid=cb162a79-97d9-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:30:30.687499Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmizbz9q\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmizbz9q" level=info timestamp=2018-08-04T11:30:30.707495Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmizbz9q\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmizbz9q" level=info timestamp=2018-08-04T11:36:31.279506Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4fw64 kind= uid=a2127f57-97da-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:36:31.280019Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4fw64 kind= uid=a2127f57-97da-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:36:31.340212Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi4fw64\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi4fw64" Pod name: virt-handler-ld9kt Pod phase: Running 59 network_throughput 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[232:{} 227:{} 62:{} 183:{} 60:{} 61:{} 184:{} 236:{} 59:{} 144:{} 228:{} 235:{} 231:{} 63:{}] Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[184:{} 62:{} 183:{} 231:{} 236:{} 61:{} 235:{} 59:{} 60:{} 227:{} 144:{} 63:{} 232:{} 228:{}] level=error timestamp=2018-08-04T11:37:15.506942Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmi4fw64-8kgg6 Pod phase: Pending • Failure [120.652 seconds] RegistryDisk /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:41 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:111 with ephemeral registry disk /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:112 should not modify the spec on status update [It] /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:113 Timed out after 60.016s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1034 ------------------------------ STEP: Starting the VirtualMachineInstance level=info timestamp=2018-08-04T11:36:31.496717Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi4fw64 kind=VirtualMachineInstance uid=a2127f57-97da-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi4fw64-8kgg6" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 11:37:06 http: TLS handshake error from 10.244.0.1:34126: EOF 2018/08/04 11:37:16 http: TLS handshake error from 10.244.0.1:34186: EOF 2018/08/04 11:37:26 http: TLS handshake error from 10.244.0.1:34246: EOF 2018/08/04 11:37:36 http: TLS handshake error from 10.244.0.1:34306: EOF 2018/08/04 11:37:46 http: TLS handshake error from 10.244.0.1:34366: EOF 2018/08/04 11:37:56 http: TLS handshake error from 10.244.0.1:34426: EOF 2018/08/04 11:38:06 http: TLS handshake error from 10.244.0.1:34486: EOF 2018/08/04 11:38:16 http: TLS handshake error from 10.244.0.1:34546: EOF 2018/08/04 11:38:26 http: TLS handshake error from 10.244.0.1:34606: EOF 2018/08/04 11:38:36 http: TLS handshake error from 10.244.0.1:34666: EOF 2018/08/04 11:38:46 http: TLS handshake error from 10.244.0.1:34726: EOF 2018/08/04 11:38:56 http: TLS handshake error from 10.244.0.1:34786: EOF 2018/08/04 11:39:06 http: TLS handshake error from 10.244.0.1:34846: EOF 2018/08/04 11:39:16 http: TLS handshake error from 10.244.0.1:34906: EOF 2018/08/04 11:39:26 http: TLS handshake error from 10.244.0.1:34966: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running 2018/08/04 11:38:44 http: TLS handshake error from 10.244.1.1:47128: EOF level=info timestamp=2018-08-04T11:38:53.431546Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:38:53.491016Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:38:54 http: TLS handshake error from 10.244.1.1:47134: EOF level=info timestamp=2018-08-04T11:38:54.916078Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:39:02.582417Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:39:04 http: TLS handshake error from 10.244.1.1:47140: EOF level=info timestamp=2018-08-04T11:39:11.435239Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:39:14 http: TLS handshake error from 10.244.1.1:47146: EOF level=info timestamp=2018-08-04T11:39:23.537249Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:39:23.591007Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:39:24 http: TLS handshake error from 10.244.1.1:47152: EOF level=info timestamp=2018-08-04T11:39:24.988761Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:39:31.474403Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T11:39:31.477732Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T11:36:31.279506Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4fw64 kind= uid=a2127f57-97da-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:36:31.280019Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4fw64 kind= uid=a2127f57-97da-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:36:31.340212Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi4fw64\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi4fw64" level=info timestamp=2018-08-04T11:38:31.987071Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi87lr7 kind= uid=ea01a0df-97da-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:38:31.988190Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi87lr7 kind= uid=ea01a0df-97da-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:38:32.027528Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmip5dt8 kind= uid=ea085a37-97da-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:38:32.028125Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmip5dt8 kind= uid=ea085a37-97da-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:38:32.028952Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikpnxn kind= uid=ea0ba19e-97da-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:38:32.029236Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikpnxn kind= uid=ea0ba19e-97da-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:38:32.072506Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2qvz6 kind= uid=ea0dd094-97da-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:38:32.072619Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2qvz6 kind= uid=ea0dd094-97da-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:38:32.107652Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikxj28 kind= uid=ea144e9a-97da-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:38:32.107864Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikxj28 kind= uid=ea144e9a-97da-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:38:32.240229Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmip5dt8\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmip5dt8" level=info timestamp=2018-08-04T11:38:32.260891Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikpnxn\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikpnxn" Pod name: virt-handler-ld9kt Pod phase: Running 59 network_throughput 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[144:{} 63:{} 61:{} 183:{} 60:{} 184:{} 235:{} 231:{} 232:{} 59:{} 228:{} 62:{} 236:{} 227:{}] Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[231:{} 61:{} 144:{} 228:{} 235:{} 63:{} 59:{} 62:{} 183:{} 227:{} 236:{} 60:{} 184:{} 232:{}] level=error timestamp=2018-08-04T11:38:59.322523Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmi2qvz6-8k6m8 Pod phase: Pending Pod name: virt-launcher-testvmi87lr7-x22tv Pod phase: Pending Pod name: virt-launcher-testvmikpnxn-z2h2p Pod phase: Pending Pod name: virt-launcher-testvmikxj28-fk9q8 Pod phase: Pending Pod name: virt-launcher-testvmip5dt8-sxvrn Pod phase: Pending • Failure [61.609 seconds] RegistryDisk /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:41 Starting multiple VMIs /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:129 with ephemeral registry disk /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:130 should success [It] /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:131 Timed out after 30.011s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1030 ------------------------------ STEP: Starting a VirtualMachineInstance STEP: Starting a VirtualMachineInstance STEP: Starting a VirtualMachineInstance STEP: Starting a VirtualMachineInstance STEP: Starting a VirtualMachineInstance level=info timestamp=2018-08-04T11:38:32.317448Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmi87lr7 kind=VirtualMachineInstance uid=ea01a0df-97da-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi87lr7-x22tv" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 11:40:06 http: TLS handshake error from 10.244.0.1:35206: EOF 2018/08/04 11:40:16 http: TLS handshake error from 10.244.0.1:35266: EOF 2018/08/04 11:40:26 http: TLS handshake error from 10.244.0.1:35326: EOF 2018/08/04 11:40:36 http: TLS handshake error from 10.244.0.1:35386: EOF 2018/08/04 11:40:46 http: TLS handshake error from 10.244.0.1:35446: EOF 2018/08/04 11:40:56 http: TLS handshake error from 10.244.0.1:35506: EOF 2018/08/04 11:41:06 http: TLS handshake error from 10.244.0.1:35566: EOF 2018/08/04 11:41:16 http: TLS handshake error from 10.244.0.1:35626: EOF 2018/08/04 11:41:26 http: TLS handshake error from 10.244.0.1:35686: EOF 2018/08/04 11:41:36 http: TLS handshake error from 10.244.0.1:35746: EOF 2018/08/04 11:41:46 http: TLS handshake error from 10.244.0.1:35806: EOF 2018/08/04 11:41:56 http: TLS handshake error from 10.244.0.1:35866: EOF 2018/08/04 11:42:06 http: TLS handshake error from 10.244.0.1:35926: EOF 2018/08/04 11:42:16 http: TLS handshake error from 10.244.0.1:35986: EOF 2018/08/04 11:42:26 http: TLS handshake error from 10.244.0.1:36046: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running level=info timestamp=2018-08-04T11:41:54.034904Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:41:54 http: TLS handshake error from 10.244.1.1:47242: EOF level=info timestamp=2018-08-04T11:41:55.338487Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:42:03.185057Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:42:04 http: TLS handshake error from 10.244.1.1:47248: EOF level=info timestamp=2018-08-04T11:42:12.468551Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:42:14 http: TLS handshake error from 10.244.1.1:47254: EOF level=info timestamp=2018-08-04T11:42:23.522487Z 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-04T11:42:24.081180Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:42:24 http: TLS handshake error from 10.244.1.1:47260: EOF level=info timestamp=2018-08-04T11:42:25.447332Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:42:31.560332Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T11:42:31.564156Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T11:42:33.291509Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:42:34 http: TLS handshake error from 10.244.1.1:47266: EOF Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T11:38:32.027528Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmip5dt8 kind= uid=ea085a37-97da-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:38:32.028125Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmip5dt8 kind= uid=ea085a37-97da-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:38:32.028952Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikpnxn kind= uid=ea0ba19e-97da-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:38:32.029236Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikpnxn kind= uid=ea0ba19e-97da-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:38:32.072506Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2qvz6 kind= uid=ea0dd094-97da-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:38:32.072619Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2qvz6 kind= uid=ea0dd094-97da-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:38:32.107652Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikxj28 kind= uid=ea144e9a-97da-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:38:32.107864Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikxj28 kind= uid=ea144e9a-97da-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:38:32.240229Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmip5dt8\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmip5dt8" level=info timestamp=2018-08-04T11:38:32.260891Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikpnxn\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikpnxn" level=info timestamp=2018-08-04T11:39:33.646447Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi87lr7\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi87lr7, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: ea01a0df-97da-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi87lr7" level=info timestamp=2018-08-04T11:39:33.673018Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikpnxn\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmikpnxn, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: ea0ba19e-97da-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikpnxn" level=info timestamp=2018-08-04T11:39:34.446480Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2d62h kind= uid=0f30bc28-97db-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:39:34.447218Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2d62h kind= uid=0f30bc28-97db-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:39:34.560161Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi2d62h\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi2d62h" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[232:{} 231:{} 60:{} 184:{} 227:{} 236:{} 144:{} 63:{} 183:{} 228:{} 235:{} 59:{} 61:{} 62:{}] level=error timestamp=2018-08-04T11:42:16.031144Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[232:{} 236:{} 61:{} 62:{} 63:{} 183:{} 228:{} 231:{} 60:{} 184:{} 227:{} 59:{} 144:{} 235:{}] level=error timestamp=2018-08-04T11:42:15.389334Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmi2d62h-99tlq Pod phase: Pending • Failure [181.633 seconds] Health Monitoring /root/go/src/kubevirt.io/kubevirt/tests/vmi_monitoring_test.go:37 A VirtualMachineInstance with a watchdog device /root/go/src/kubevirt.io/kubevirt/tests/vmi_monitoring_test.go:56 should be shut down when the watchdog expires [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_monitoring_test.go:57 Timed out after 90.012s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 ------------------------------ STEP: Starting a VirtualMachineInstance level=info timestamp=2018-08-04T11:39:34.611659Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi2d62h kind=VirtualMachineInstance uid=0f30bc28-97db-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi2d62h-99tlq" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 11:41:06 http: TLS handshake error from 10.244.0.1:35566: EOF 2018/08/04 11:41:16 http: TLS handshake error from 10.244.0.1:35626: EOF 2018/08/04 11:41:26 http: TLS handshake error from 10.244.0.1:35686: EOF 2018/08/04 11:41:36 http: TLS handshake error from 10.244.0.1:35746: EOF 2018/08/04 11:41:46 http: TLS handshake error from 10.244.0.1:35806: EOF 2018/08/04 11:41:56 http: TLS handshake error from 10.244.0.1:35866: EOF 2018/08/04 11:42:06 http: TLS handshake error from 10.244.0.1:35926: EOF 2018/08/04 11:42:16 http: TLS handshake error from 10.244.0.1:35986: EOF 2018/08/04 11:42:26 http: TLS handshake error from 10.244.0.1:36046: EOF 2018/08/04 11:42:36 http: TLS handshake error from 10.244.0.1:36106: EOF 2018/08/04 11:42:46 http: TLS handshake error from 10.244.0.1:36166: EOF 2018/08/04 11:42:56 http: TLS handshake error from 10.244.0.1:36226: EOF 2018/08/04 11:43:06 http: TLS handshake error from 10.244.0.1:36286: EOF 2018/08/04 11:43:16 http: TLS handshake error from 10.244.0.1:36346: EOF 2018/08/04 11:43:26 http: TLS handshake error from 10.244.0.1:36406: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running 2018/08/04 11:42:44 http: TLS handshake error from 10.244.1.1:47272: EOF level=info timestamp=2018-08-04T11:42:53.521961Z 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-04T11:42:54.166711Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:42:54 http: TLS handshake error from 10.244.1.1:47278: EOF level=info timestamp=2018-08-04T11:42:55.539489Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:43:03.406397Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:43:04 http: TLS handshake error from 10.244.1.1:47284: EOF level=info timestamp=2018-08-04T11:43:12.792915Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:43:14 http: TLS handshake error from 10.244.1.1:47290: EOF level=info timestamp=2018-08-04T11:43:23.521918Z 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-04T11:43:24.254073Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:43:24 http: TLS handshake error from 10.244.1.1:47296: EOF level=info timestamp=2018-08-04T11:43:25.609500Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:43:33.505159Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:43:34 http: TLS handshake error from 10.244.1.1:47302: EOF Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T11:38:32.028952Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikpnxn kind= uid=ea0ba19e-97da-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:38:32.029236Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikpnxn kind= uid=ea0ba19e-97da-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:38:32.072506Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2qvz6 kind= uid=ea0dd094-97da-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:38:32.072619Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2qvz6 kind= uid=ea0dd094-97da-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:38:32.107652Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikxj28 kind= uid=ea144e9a-97da-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:38:32.107864Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikxj28 kind= uid=ea144e9a-97da-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:38:32.240229Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmip5dt8\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmip5dt8" level=info timestamp=2018-08-04T11:38:32.260891Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikpnxn\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikpnxn" level=info timestamp=2018-08-04T11:39:33.646447Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi87lr7\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi87lr7, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: ea01a0df-97da-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi87lr7" level=info timestamp=2018-08-04T11:39:33.673018Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikpnxn\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmikpnxn, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: ea0ba19e-97da-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikpnxn" level=info timestamp=2018-08-04T11:39:34.446480Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2d62h kind= uid=0f30bc28-97db-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:39:34.447218Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2d62h kind= uid=0f30bc28-97db-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:39:34.560161Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi2d62h\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi2d62h" level=info timestamp=2018-08-04T11:42:34.974974Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilbvcc kind= uid=7ad2be60-97db-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:42:34.981438Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilbvcc kind= uid=7ad2be60-97db-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[232:{} 231:{} 60:{} 184:{} 227:{} 236:{} 144:{} 63:{} 183:{} 228:{} 235:{} 59:{} 61:{} 62:{}] level=error timestamp=2018-08-04T11:42:16.031144Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[232:{} 236:{} 61:{} 62:{} 63:{} 183:{} 228:{} 231:{} 60:{} 184:{} 227:{} 59:{} 144:{} 235:{}] level=error timestamp=2018-08-04T11:42:15.389334Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmi2d62h-99tlq Pod phase: Pending Pod name: virt-launcher-testvmilbvcc-vdh9x Pod phase: Pending • Failure in Spec Setup (BeforeEach) [60.532 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.011s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1030 ------------------------------ level=info timestamp=2018-08-04T11:42:35.139689Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmilbvcc kind=VirtualMachineInstance uid=7ad2be60-97db-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmilbvcc-vdh9x" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 11:42:06 http: TLS handshake error from 10.244.0.1:35926: EOF 2018/08/04 11:42:16 http: TLS handshake error from 10.244.0.1:35986: EOF 2018/08/04 11:42:26 http: TLS handshake error from 10.244.0.1:36046: EOF 2018/08/04 11:42:36 http: TLS handshake error from 10.244.0.1:36106: EOF 2018/08/04 11:42:46 http: TLS handshake error from 10.244.0.1:36166: EOF 2018/08/04 11:42:56 http: TLS handshake error from 10.244.0.1:36226: EOF 2018/08/04 11:43:06 http: TLS handshake error from 10.244.0.1:36286: EOF 2018/08/04 11:43:16 http: TLS handshake error from 10.244.0.1:36346: EOF 2018/08/04 11:43:26 http: TLS handshake error from 10.244.0.1:36406: EOF 2018/08/04 11:43:36 http: TLS handshake error from 10.244.0.1:36466: EOF 2018/08/04 11:43:46 http: TLS handshake error from 10.244.0.1:36526: EOF 2018/08/04 11:43:56 http: TLS handshake error from 10.244.0.1:36586: EOF 2018/08/04 11:44:06 http: TLS handshake error from 10.244.0.1:36646: EOF 2018/08/04 11:44:16 http: TLS handshake error from 10.244.0.1:36706: EOF 2018/08/04 11:44:26 http: TLS handshake error from 10.244.0.1:36766: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running level=info timestamp=2018-08-04T11:43:54.341280Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:43:54 http: TLS handshake error from 10.244.1.1:47314: EOF level=info timestamp=2018-08-04T11:43:55.681609Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:44:03.611740Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:44:04 http: TLS handshake error from 10.244.1.1:47320: EOF level=info timestamp=2018-08-04T11:44:13.145966Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:44:14 http: TLS handshake error from 10.244.1.1:47326: EOF level=info timestamp=2018-08-04T11:44:23.558194Z 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-04T11:44:24.392121Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:44:24 http: TLS handshake error from 10.244.1.1:47332: EOF level=info timestamp=2018-08-04T11:44:25.728815Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:44:31.586819Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T11:44:31.595746Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T11:44:33.724517Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:44:34 http: TLS handshake error from 10.244.1.1:47338: EOF Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T11:38:32.072506Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2qvz6 kind= uid=ea0dd094-97da-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:38:32.072619Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2qvz6 kind= uid=ea0dd094-97da-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:38:32.107652Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikxj28 kind= uid=ea144e9a-97da-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:38:32.107864Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikxj28 kind= uid=ea144e9a-97da-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:38:32.240229Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmip5dt8\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmip5dt8" level=info timestamp=2018-08-04T11:38:32.260891Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikpnxn\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikpnxn" level=info timestamp=2018-08-04T11:39:33.646447Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi87lr7\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi87lr7, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: ea01a0df-97da-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi87lr7" level=info timestamp=2018-08-04T11:39:33.673018Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikpnxn\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmikpnxn, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: ea0ba19e-97da-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikpnxn" level=info timestamp=2018-08-04T11:39:34.446480Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2d62h kind= uid=0f30bc28-97db-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:39:34.447218Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2d62h kind= uid=0f30bc28-97db-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:39:34.560161Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi2d62h\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi2d62h" level=info timestamp=2018-08-04T11:42:34.974974Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilbvcc kind= uid=7ad2be60-97db-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:42:34.981438Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilbvcc kind= uid=7ad2be60-97db-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:43:35.489949Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim9492 kind= uid=9ee78645-97db-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:43:35.491894Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim9492 kind= uid=9ee78645-97db-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[59:{} 62:{} 232:{} 228:{} 60:{} 61:{} 184:{} 227:{} 235:{} 231:{} 236:{} 183:{} 144:{} 63:{}] level=error timestamp=2018-08-04T11:43:58.918206Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[236:{} 61:{} 183:{} 63:{} 232:{} 59:{} 227:{} 144:{} 228:{} 60:{} 62:{} 235:{} 184:{} 231:{}] level=error timestamp=2018-08-04T11:43:58.327211Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmi2d62h-99tlq Pod phase: Pending Pod name: virt-launcher-testvmilbvcc-vdh9x Pod phase: Pending Pod name: virt-launcher-testvmim9492-5zvh4 Pod phase: Pending • Failure in Spec Setup (BeforeEach) [60.714 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.017s. 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-04T11:43:35.684450Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmim9492 kind=VirtualMachineInstance uid=9ee78645-97db-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmim9492-5zvh4" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 11:43:16 http: TLS handshake error from 10.244.0.1:36346: EOF 2018/08/04 11:43:26 http: TLS handshake error from 10.244.0.1:36406: EOF 2018/08/04 11:43:36 http: TLS handshake error from 10.244.0.1:36466: EOF 2018/08/04 11:43:46 http: TLS handshake error from 10.244.0.1:36526: EOF 2018/08/04 11:43:56 http: TLS handshake error from 10.244.0.1:36586: EOF 2018/08/04 11:44:06 http: TLS handshake error from 10.244.0.1:36646: EOF 2018/08/04 11:44:16 http: TLS handshake error from 10.244.0.1:36706: EOF 2018/08/04 11:44:26 http: TLS handshake error from 10.244.0.1:36766: EOF 2018/08/04 11:44:36 http: TLS handshake error from 10.244.0.1:36826: EOF 2018/08/04 11:44:46 http: TLS handshake error from 10.244.0.1:36886: EOF 2018/08/04 11:44:56 http: TLS handshake error from 10.244.0.1:36946: EOF 2018/08/04 11:45:06 http: TLS handshake error from 10.244.0.1:37006: EOF 2018/08/04 11:45:16 http: TLS handshake error from 10.244.0.1:37066: EOF 2018/08/04 11:45:26 http: TLS handshake error from 10.244.0.1:37126: EOF 2018/08/04 11:45:36 http: TLS handshake error from 10.244.0.1:37186: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running 2018/08/04 11:44:44 http: TLS handshake error from 10.244.1.1:47344: EOF level=info timestamp=2018-08-04T11:44:53.498767Z 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-04T11:44:54.486362Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:44:54 http: TLS handshake error from 10.244.1.1:47350: EOF level=info timestamp=2018-08-04T11:44:55.804736Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:45:03.828380Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:45:04 http: TLS handshake error from 10.244.1.1:47356: EOF level=info timestamp=2018-08-04T11:45:13.448499Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:45:14 http: TLS handshake error from 10.244.1.1:47362: EOF level=info timestamp=2018-08-04T11:45:23.610023Z 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-04T11:45:24.561397Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:45:24 http: TLS handshake error from 10.244.1.1:47368: EOF level=info timestamp=2018-08-04T11:45:25.902892Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:45:33.959596Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:45:34 http: TLS handshake error from 10.244.1.1:47374: EOF Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T11:38:32.240229Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmip5dt8\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmip5dt8" level=info timestamp=2018-08-04T11:38:32.260891Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikpnxn\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikpnxn" level=info timestamp=2018-08-04T11:39:33.646447Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi87lr7\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi87lr7, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: ea01a0df-97da-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi87lr7" level=info timestamp=2018-08-04T11:39:33.673018Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikpnxn\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmikpnxn, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: ea0ba19e-97da-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikpnxn" level=info timestamp=2018-08-04T11:39:34.446480Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2d62h kind= uid=0f30bc28-97db-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:39:34.447218Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2d62h kind= uid=0f30bc28-97db-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:39:34.560161Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi2d62h\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi2d62h" level=info timestamp=2018-08-04T11:42:34.974974Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilbvcc kind= uid=7ad2be60-97db-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:42:34.981438Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilbvcc kind= uid=7ad2be60-97db-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:43:35.489949Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim9492 kind= uid=9ee78645-97db-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:43:35.491894Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim9492 kind= uid=9ee78645-97db-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:44:36.275204Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi92g2w kind= uid=c3182d55-97db-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:44:36.276618Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi92g2w kind= uid=c3182d55-97db-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:44:36.546483Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi92g2w\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi92g2w" level=info timestamp=2018-08-04T11:44:36.570328Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi92g2w\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi92g2w" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[184:{} 231:{} 63:{} 144:{} 228:{} 232:{} 236:{} 59:{} 60:{} 61:{} 62:{} 227:{} 183:{} 235:{}] level=error timestamp=2018-08-04T11:45:11.428573Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[63:{} 232:{} 60:{} 144:{} 184:{} 62:{} 183:{} 235:{} 236:{} 59:{} 228:{} 231:{} 61:{} 227:{}] level=error timestamp=2018-08-04T11:45:10.895589Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmi2d62h-99tlq Pod phase: Pending Pod name: virt-launcher-testvmi92g2w-slrb9 Pod phase: Pending Pod name: virt-launcher-testvmilbvcc-vdh9x Pod phase: Pending Pod name: virt-launcher-testvmim9492-5zvh4 Pod phase: Pending • Failure in Spec Setup (BeforeEach) [60.989 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.012s. 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-04T11:44:36.527533Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmi92g2w kind=VirtualMachineInstance uid=c3182d55-97db-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi92g2w-slrb9" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 11:44:16 http: TLS handshake error from 10.244.0.1:36706: EOF 2018/08/04 11:44:26 http: TLS handshake error from 10.244.0.1:36766: EOF 2018/08/04 11:44:36 http: TLS handshake error from 10.244.0.1:36826: EOF 2018/08/04 11:44:46 http: TLS handshake error from 10.244.0.1:36886: EOF 2018/08/04 11:44:56 http: TLS handshake error from 10.244.0.1:36946: EOF 2018/08/04 11:45:06 http: TLS handshake error from 10.244.0.1:37006: EOF 2018/08/04 11:45:16 http: TLS handshake error from 10.244.0.1:37066: EOF 2018/08/04 11:45:26 http: TLS handshake error from 10.244.0.1:37126: EOF 2018/08/04 11:45:36 http: TLS handshake error from 10.244.0.1:37186: EOF 2018/08/04 11:45:46 http: TLS handshake error from 10.244.0.1:37246: EOF 2018/08/04 11:45:56 http: TLS handshake error from 10.244.0.1:37306: EOF 2018/08/04 11:46:06 http: TLS handshake error from 10.244.0.1:37366: EOF 2018/08/04 11:46:16 http: TLS handshake error from 10.244.0.1:37426: EOF 2018/08/04 11:46:26 http: TLS handshake error from 10.244.0.1:37486: EOF 2018/08/04 11:46:36 http: TLS handshake error from 10.244.0.1:37546: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running level=info timestamp=2018-08-04T11:45:54.630884Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:45:54 http: TLS handshake error from 10.244.1.1:47386: EOF level=info timestamp=2018-08-04T11:45:55.975946Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:46:04.050391Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:46:04 http: TLS handshake error from 10.244.1.1:47392: EOF level=info timestamp=2018-08-04T11:46:13.753716Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:46:14 http: TLS handshake error from 10.244.1.1:47398: EOF level=info timestamp=2018-08-04T11:46:23.476295Z 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-04T11:46:24.705534Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:46:24 http: TLS handshake error from 10.244.1.1:47404: EOF level=info timestamp=2018-08-04T11:46:26.066471Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:46:31.076293Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T11:46:31.079562Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T11:46:34.131613Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:46:34 http: TLS handshake error from 10.244.1.1:47410: EOF Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T11:39:33.673018Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikpnxn\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmikpnxn, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: ea0ba19e-97da-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikpnxn" level=info timestamp=2018-08-04T11:39:34.446480Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2d62h kind= uid=0f30bc28-97db-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:39:34.447218Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2d62h kind= uid=0f30bc28-97db-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:39:34.560161Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi2d62h\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi2d62h" level=info timestamp=2018-08-04T11:42:34.974974Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilbvcc kind= uid=7ad2be60-97db-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:42:34.981438Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilbvcc kind= uid=7ad2be60-97db-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:43:35.489949Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim9492 kind= uid=9ee78645-97db-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:43:35.491894Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim9492 kind= uid=9ee78645-97db-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:44:36.275204Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi92g2w kind= uid=c3182d55-97db-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:44:36.276618Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi92g2w kind= uid=c3182d55-97db-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:44:36.546483Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi92g2w\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi92g2w" level=info timestamp=2018-08-04T11:44:36.570328Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi92g2w\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi92g2w" level=info timestamp=2018-08-04T11:45:37.200514Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijlvhn kind= uid=e77302dc-97db-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:45:37.201603Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijlvhn kind= uid=e77302dc-97db-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:45:37.431656Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijlvhn\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijlvhn" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[184:{} 231:{} 63:{} 144:{} 228:{} 232:{} 236:{} 59:{} 60:{} 61:{} 62:{} 227:{} 183:{} 235:{}] level=error timestamp=2018-08-04T11:45:11.428573Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[63:{} 232:{} 60:{} 144:{} 184:{} 62:{} 183:{} 235:{} 236:{} 59:{} 228:{} 231:{} 61:{} 227:{}] level=error timestamp=2018-08-04T11:45:10.895589Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmi2d62h-99tlq Pod phase: Pending Pod name: virt-launcher-testvmi92g2w-slrb9 Pod phase: Pending Pod name: virt-launcher-testvmijlvhn-fdj9t Pod phase: Pending Pod name: virt-launcher-testvmilbvcc-vdh9x Pod phase: Pending Pod name: virt-launcher-testvmim9492-5zvh4 Pod phase: Pending • Failure in Spec Setup (BeforeEach) [61.121 seconds] Expose /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:53 Expose UDP service on a VMI /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:166 Expose ClusterIP UDP service [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:173 Should expose a ClusterIP service on a VMI and connect to it /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:177 Timed out after 30.011s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1030 ------------------------------ level=info timestamp=2018-08-04T11:45:37.457094Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmijlvhn kind=VirtualMachineInstance uid=e77302dc-97db-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmijlvhn-fdj9t" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 11:45:16 http: TLS handshake error from 10.244.0.1:37066: EOF 2018/08/04 11:45:26 http: TLS handshake error from 10.244.0.1:37126: EOF 2018/08/04 11:45:36 http: TLS handshake error from 10.244.0.1:37186: EOF 2018/08/04 11:45:46 http: TLS handshake error from 10.244.0.1:37246: EOF 2018/08/04 11:45:56 http: TLS handshake error from 10.244.0.1:37306: EOF 2018/08/04 11:46:06 http: TLS handshake error from 10.244.0.1:37366: EOF 2018/08/04 11:46:16 http: TLS handshake error from 10.244.0.1:37426: EOF 2018/08/04 11:46:26 http: TLS handshake error from 10.244.0.1:37486: EOF 2018/08/04 11:46:36 http: TLS handshake error from 10.244.0.1:37546: EOF 2018/08/04 11:46:46 http: TLS handshake error from 10.244.0.1:37606: EOF 2018/08/04 11:46:56 http: TLS handshake error from 10.244.0.1:37666: EOF 2018/08/04 11:47:06 http: TLS handshake error from 10.244.0.1:37726: EOF 2018/08/04 11:47:16 http: TLS handshake error from 10.244.0.1:37786: EOF 2018/08/04 11:47:26 http: TLS handshake error from 10.244.0.1:37846: EOF 2018/08/04 11:47:36 http: TLS handshake error from 10.244.0.1:37906: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running 2018/08/04 11:46:54 http: TLS handshake error from 10.244.1.1:47422: EOF level=info timestamp=2018-08-04T11:46:54.815192Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:46:56.147221Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:47:04.218905Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:47:04 http: TLS handshake error from 10.244.1.1:47428: EOF level=info timestamp=2018-08-04T11:47:14.088910Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:47:14 http: TLS handshake error from 10.244.1.1:47434: EOF level=info timestamp=2018-08-04T11:47:23.588327Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:47:24 http: TLS handshake error from 10.244.1.1:47440: EOF level=info timestamp=2018-08-04T11:47:24.920295Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:47:26.231094Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:47:31.085772Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T11:47:31.089943Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T11:47:34.390319Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:47:34 http: TLS handshake error from 10.244.1.1:47446: EOF Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T11:39:34.447218Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2d62h kind= uid=0f30bc28-97db-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:39:34.560161Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi2d62h\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi2d62h" level=info timestamp=2018-08-04T11:42:34.974974Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilbvcc kind= uid=7ad2be60-97db-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:42:34.981438Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilbvcc kind= uid=7ad2be60-97db-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:43:35.489949Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim9492 kind= uid=9ee78645-97db-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:43:35.491894Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim9492 kind= uid=9ee78645-97db-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:44:36.275204Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi92g2w kind= uid=c3182d55-97db-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:44:36.276618Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi92g2w kind= uid=c3182d55-97db-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:44:36.546483Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi92g2w\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi92g2w" level=info timestamp=2018-08-04T11:44:36.570328Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi92g2w\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi92g2w" level=info timestamp=2018-08-04T11:45:37.200514Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijlvhn kind= uid=e77302dc-97db-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:45:37.201603Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijlvhn kind= uid=e77302dc-97db-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:45:37.431656Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijlvhn\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijlvhn" level=info timestamp=2018-08-04T11:46:38.333656Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsxl8 kind= uid=0be18c91-97dc-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:46:38.334526Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsxl8 kind= uid=0be18c91-97dc-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-handler-ld9kt Pod phase: Running 59 network_throughput 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[236:{} 60:{} 144:{} 228:{} 231:{} 63:{} 184:{} 183:{} 59:{} 235:{} 232:{} 61:{} 227:{} 62:{}] Pod name: virt-handler-rsgnh Pod phase: Running 59 network_throughput 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[227:{} 62:{} 63:{} 232:{} 183:{} 228:{} 59:{} 60:{} 61:{} 184:{} 144:{} 235:{} 231:{} 236:{}] Pod name: virt-launcher-testvmi2d62h-99tlq Pod phase: Pending Pod name: virt-launcher-testvmi92g2w-slrb9 Pod phase: Pending Pod name: virt-launcher-testvmijlvhn-fdj9t Pod phase: Pending Pod name: virt-launcher-testvmilbvcc-vdh9x Pod phase: Pending Pod name: virt-launcher-testvmim9492-5zvh4 Pod phase: Pending Pod name: virt-launcher-testvminsxl8-672z2 Pod phase: Pending • Failure in Spec Setup (BeforeEach) [61.331 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.015s. 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-04T11:46:38.638417Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvminsxl8 kind=VirtualMachineInstance uid=0be18c91-97dc-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvminsxl8-672z2" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 11:47:16 http: TLS handshake error from 10.244.0.1:37786: EOF 2018/08/04 11:47:26 http: TLS handshake error from 10.244.0.1:37846: EOF 2018/08/04 11:47:36 http: TLS handshake error from 10.244.0.1:37906: EOF 2018/08/04 11:47:46 http: TLS handshake error from 10.244.0.1:37966: EOF 2018/08/04 11:47:56 http: TLS handshake error from 10.244.0.1:38026: EOF 2018/08/04 11:48:06 http: TLS handshake error from 10.244.0.1:38086: EOF 2018/08/04 11:48:16 http: TLS handshake error from 10.244.0.1:38146: EOF 2018/08/04 11:48:26 http: TLS handshake error from 10.244.0.1:38206: EOF 2018/08/04 11:48:36 http: TLS handshake error from 10.244.0.1:38266: EOF 2018/08/04 11:48:46 http: TLS handshake error from 10.244.0.1:38326: EOF 2018/08/04 11:48:56 http: TLS handshake error from 10.244.0.1:38386: EOF 2018/08/04 11:49:06 http: TLS handshake error from 10.244.0.1:38446: EOF 2018/08/04 11:49:16 http: TLS handshake error from 10.244.0.1:38506: EOF 2018/08/04 11:49:26 http: TLS handshake error from 10.244.0.1:38566: EOF 2018/08/04 11:49:36 http: TLS handshake error from 10.244.0.1:38626: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running 2018/08/04 11:48:54 http: TLS handshake error from 10.244.1.1:47494: EOF level=info timestamp=2018-08-04T11:48:55.150267Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:48:56.474729Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:49:04.667202Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:49:04 http: TLS handshake error from 10.244.1.1:47500: EOF level=info timestamp=2018-08-04T11:49:14.765133Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:49:14 http: TLS handshake error from 10.244.1.1:47506: EOF level=info timestamp=2018-08-04T11:49:23.685625Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:49:24 http: TLS handshake error from 10.244.1.1:47512: EOF level=info timestamp=2018-08-04T11:49:25.245721Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:49:26.567560Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:49:31.102423Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T11:49:31.106318Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T11:49:34.756520Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:49:34 http: TLS handshake error from 10.244.1.1:47518: EOF Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T11:46:38.334526Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminsxl8 kind= uid=0be18c91-97dc-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=error timestamp=2018-08-04T11:47:39.723153Z pos=vm.go:459 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihqp76cqrnr kind= uid=307d5c34-97dc-11e8-beae-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmihqp76cqrnr" level=info timestamp=2018-08-04T11:47:39.734888Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihqp76cqrnr kind= uid=307d5c34-97dc-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:47:39.736324Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihqp76cqrnr kind= uid=307d5c34-97dc-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=error timestamp=2018-08-04T11:47:39.744385Z pos=vm.go:459 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihqp76ml8gz kind= uid=307ed5cd-97dc-11e8-beae-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmihqp76ml8gz" level=info timestamp=2018-08-04T11:47:39.745401Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihqp76ml8gz kind= uid=307ed5cd-97dc-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:47:39.745624Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihqp76ml8gz kind= uid=307ed5cd-97dc-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=error timestamp=2018-08-04T11:47:39.851275Z pos=replicaset.go:230 component=virt-controller service=http namespace=kubevirt-test-default name=replicasetlklqq kind= uid=30711c32-97dc-11e8-beae-525500d15501 reason="Operation cannot be fulfilled on virtualmachineinstancereplicasets.kubevirt.io \"replicasetlklqq\": the object has been modified; please apply your changes to the latest version and try again" msg="Updating the replicaset status failed." level=info timestamp=2018-08-04T11:47:39.851496Z pos=replicaset.go:137 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstancereplicasets.kubevirt.io \"replicasetlklqq\": the object has been modified; please apply your changes to the latest version and try again" msg="re-enqueuing VirtualMachineInstanceReplicaSet kubevirt-test-default/replicasetlklqq" level=error timestamp=2018-08-04T11:47:39.947585Z pos=replicaset.go:230 component=virt-controller service=http namespace=kubevirt-test-default name=replicasetlklqq kind= uid=30711c32-97dc-11e8-beae-525500d15501 reason="Operation cannot be fulfilled on virtualmachineinstancereplicasets.kubevirt.io \"replicasetlklqq\": the object has been modified; please apply your changes to the latest version and try again" msg="Updating the replicaset status failed." level=info timestamp=2018-08-04T11:47:39.950284Z pos=replicaset.go:137 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstancereplicasets.kubevirt.io \"replicasetlklqq\": the object has been modified; please apply your changes to the latest version and try again" msg="re-enqueuing VirtualMachineInstanceReplicaSet kubevirt-test-default/replicasetlklqq" level=info timestamp=2018-08-04T11:47:40.042286Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihqp76ml8gz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmihqp76ml8gz" level=info timestamp=2018-08-04T11:47:40.113978Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihqp76cqrnr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmihqp76cqrnr" level=info timestamp=2018-08-04T11:47:40.299348Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihqp76ml8gz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmihqp76ml8gz" level=info timestamp=2018-08-04T11:47:41.100836Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihqp76ml8gz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmihqp76ml8gz" Pod name: virt-handler-ld9kt Pod phase: Running 59 network_throughput 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[59:{} 60:{} 61:{} 183:{} 228:{} 227:{} 62:{} 232:{} 236:{} 184:{} 235:{} 63:{} 144:{} 231:{}] Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[236:{} 228:{} 235:{} 144:{} 232:{} 60:{} 61:{} 227:{} 62:{} 184:{} 231:{} 59:{} 183:{} 63:{}] level=error timestamp=2018-08-04T11:48:29.141576Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmi2d62h-99tlq Pod phase: Pending Pod name: virt-launcher-testvmi92g2w-slrb9 Pod phase: Pending Pod name: virt-launcher-testvmihqp76cqrnr-7rt8p Pod phase: Pending Pod name: virt-launcher-testvmihqp76ml8gz-xftr8 Pod phase: Pending Pod name: virt-launcher-testvmijlvhn-fdj9t Pod phase: Pending Pod name: virt-launcher-testvmilbvcc-vdh9x Pod phase: Pending Pod name: virt-launcher-testvmim9492-5zvh4 Pod phase: Pending Pod name: virt-launcher-testvminsxl8-672z2 Pod phase: Pending • Failure in Spec Setup (BeforeEach) [121.688 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 testvmis559g VM testvmis559g was scheduled to start Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 11:49:16 http: TLS handshake error from 10.244.0.1:38506: EOF 2018/08/04 11:49:26 http: TLS handshake error from 10.244.0.1:38566: EOF 2018/08/04 11:49:36 http: TLS handshake error from 10.244.0.1:38626: EOF 2018/08/04 11:49:46 http: TLS handshake error from 10.244.0.1:38686: EOF 2018/08/04 11:49:56 http: TLS handshake error from 10.244.0.1:38746: EOF 2018/08/04 11:50:06 http: TLS handshake error from 10.244.0.1:38806: EOF 2018/08/04 11:50:16 http: TLS handshake error from 10.244.0.1:38866: EOF 2018/08/04 11:50:26 http: TLS handshake error from 10.244.0.1:38926: EOF 2018/08/04 11:50:36 http: TLS handshake error from 10.244.0.1:38986: EOF 2018/08/04 11:50:46 http: TLS handshake error from 10.244.0.1:39046: EOF 2018/08/04 11:50:56 http: TLS handshake error from 10.244.0.1:39106: EOF 2018/08/04 11:51:06 http: TLS handshake error from 10.244.0.1:39166: EOF 2018/08/04 11:51:16 http: TLS handshake error from 10.244.0.1:39226: EOF 2018/08/04 11:51:26 http: TLS handshake error from 10.244.0.1:39286: EOF 2018/08/04 11:51:36 http: TLS handshake error from 10.244.0.1:39346: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running level=info timestamp=2018-08-04T11:50:56.767358Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:51:04 http: TLS handshake error from 10.244.1.1:47572: EOF level=info timestamp=2018-08-04T11:51:04.955063Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:51:14 http: TLS handshake error from 10.244.1.1:47578: EOF level=info timestamp=2018-08-04T11:51:15.519519Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:51:23.455585Z 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-04T11:51:23.475182Z 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-04T11:51:23.764369Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:51:24 http: TLS handshake error from 10.244.1.1:47584: EOF level=info timestamp=2018-08-04T11:51:25.655343Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:51:26.944029Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:51:31.169959Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T11:51:31.174131Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:51:34 http: TLS handshake error from 10.244.1.1:47590: EOF level=info timestamp=2018-08-04T11:51:35.006958Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T11:47:39.734888Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihqp76cqrnr kind= uid=307d5c34-97dc-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:47:39.736324Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihqp76cqrnr kind= uid=307d5c34-97dc-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=error timestamp=2018-08-04T11:47:39.744385Z pos=vm.go:459 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihqp76ml8gz kind= uid=307ed5cd-97dc-11e8-beae-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmihqp76ml8gz" level=info timestamp=2018-08-04T11:47:39.745401Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihqp76ml8gz kind= uid=307ed5cd-97dc-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:47:39.745624Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihqp76ml8gz kind= uid=307ed5cd-97dc-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=error timestamp=2018-08-04T11:47:39.851275Z pos=replicaset.go:230 component=virt-controller service=http namespace=kubevirt-test-default name=replicasetlklqq kind= uid=30711c32-97dc-11e8-beae-525500d15501 reason="Operation cannot be fulfilled on virtualmachineinstancereplicasets.kubevirt.io \"replicasetlklqq\": the object has been modified; please apply your changes to the latest version and try again" msg="Updating the replicaset status failed." level=info timestamp=2018-08-04T11:47:39.851496Z pos=replicaset.go:137 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstancereplicasets.kubevirt.io \"replicasetlklqq\": the object has been modified; please apply your changes to the latest version and try again" msg="re-enqueuing VirtualMachineInstanceReplicaSet kubevirt-test-default/replicasetlklqq" level=error timestamp=2018-08-04T11:47:39.947585Z pos=replicaset.go:230 component=virt-controller service=http namespace=kubevirt-test-default name=replicasetlklqq kind= uid=30711c32-97dc-11e8-beae-525500d15501 reason="Operation cannot be fulfilled on virtualmachineinstancereplicasets.kubevirt.io \"replicasetlklqq\": the object has been modified; please apply your changes to the latest version and try again" msg="Updating the replicaset status failed." level=info timestamp=2018-08-04T11:47:39.950284Z pos=replicaset.go:137 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstancereplicasets.kubevirt.io \"replicasetlklqq\": the object has been modified; please apply your changes to the latest version and try again" msg="re-enqueuing VirtualMachineInstanceReplicaSet kubevirt-test-default/replicasetlklqq" level=info timestamp=2018-08-04T11:47:40.042286Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihqp76ml8gz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmihqp76ml8gz" level=info timestamp=2018-08-04T11:47:40.113978Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihqp76cqrnr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmihqp76cqrnr" level=info timestamp=2018-08-04T11:47:40.299348Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihqp76ml8gz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmihqp76ml8gz" level=info timestamp=2018-08-04T11:47:41.100836Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihqp76ml8gz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmihqp76ml8gz" level=info timestamp=2018-08-04T11:49:41.594107Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmis559g kind= uid=7921efb4-97dc-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:49:41.594452Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmis559g kind= uid=7921efb4-97dc-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[59:{} 61:{} 227:{} 144:{} 231:{} 184:{} 63:{} 236:{} 228:{} 232:{} 60:{} 62:{} 183:{} 235:{}] level=error timestamp=2018-08-04T11:51:18.609806Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[232:{} 236:{} 59:{} 61:{} 144:{} 183:{} 228:{} 231:{} 63:{} 60:{} 184:{} 62:{} 235:{} 227:{}] level=error timestamp=2018-08-04T11:51:17.938354Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmi2d62h-99tlq Pod phase: Pending Pod name: virt-launcher-testvmi92g2w-slrb9 Pod phase: Pending Pod name: virt-launcher-testvmihqp76cqrnr-7rt8p Pod phase: Pending Pod name: virt-launcher-testvmihqp76ml8gz-xftr8 Pod phase: Pending Pod name: virt-launcher-testvmijlvhn-fdj9t Pod phase: Pending Pod name: virt-launcher-testvmilbvcc-vdh9x Pod phase: Pending Pod name: virt-launcher-testvmim9492-5zvh4 Pod phase: Pending Pod name: virt-launcher-testvminsxl8-672z2 Pod phase: Pending Pod name: virt-launcher-testvmis559g-n7hpl Pod phase: Pending • Failure in Spec Setup (BeforeEach) [122.098 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-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 11:52:16 http: TLS handshake error from 10.244.0.1:39586: EOF 2018/08/04 11:52:26 http: TLS handshake error from 10.244.0.1:39646: EOF 2018/08/04 11:52:36 http: TLS handshake error from 10.244.0.1:39706: EOF 2018/08/04 11:52:46 http: TLS handshake error from 10.244.0.1:39766: EOF 2018/08/04 11:52:56 http: TLS handshake error from 10.244.0.1:39826: EOF 2018/08/04 11:53:06 http: TLS handshake error from 10.244.0.1:39886: EOF 2018/08/04 11:53:16 http: TLS handshake error from 10.244.0.1:39946: EOF 2018/08/04 11:53:26 http: TLS handshake error from 10.244.0.1:40006: EOF 2018/08/04 11:53:36 http: TLS handshake error from 10.244.0.1:40066: EOF 2018/08/04 11:53:46 http: TLS handshake error from 10.244.0.1:40126: EOF 2018/08/04 11:53:56 http: TLS handshake error from 10.244.0.1:40186: EOF 2018/08/04 11:54:06 http: TLS handshake error from 10.244.0.1:40246: EOF 2018/08/04 11:54:16 http: TLS handshake error from 10.244.0.1:40306: EOF 2018/08/04 11:54:26 http: TLS handshake error from 10.244.0.1:40366: EOF 2018/08/04 11:54:36 http: TLS handshake error from 10.244.0.1:40426: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running level=info timestamp=2018-08-04T11:53:56.046484Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:53:57.269526Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:54:04 http: TLS handshake error from 10.244.1.1:47680: EOF level=info timestamp=2018-08-04T11:54:05.677073Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:54:14 http: TLS handshake error from 10.244.1.1:47686: EOF level=info timestamp=2018-08-04T11:54:16.121574Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:54:23.526985Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:54:24 http: TLS handshake error from 10.244.1.1:47692: EOF level=info timestamp=2018-08-04T11:54:26.132342Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:54:27.343614Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:54:31.190397Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T11:54:31.194227Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:54:34 http: TLS handshake error from 10.244.1.1:47698: EOF level=info timestamp=2018-08-04T11:54:35.803822Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:54:44 http: TLS handshake error from 10.244.1.1:47704: EOF Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T11:49:41.594452Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmis559g kind= uid=7921efb4-97dc-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:51:44.136008Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijlvhn\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmijlvhn, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: e77302dc-97db-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijlvhn" level=info timestamp=2018-08-04T11:51:44.338527Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmim9492\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmim9492, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 9ee78645-97db-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmim9492" level=info timestamp=2018-08-04T11:51:44.560603Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminsxl8\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvminsxl8, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 0be18c91-97dc-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminsxl8" level=info timestamp=2018-08-04T11:51:44.990033Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7b5pg kind= uid=c29abb7c-97dc-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:51:44.990569Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7b5pg kind= uid=c29abb7c-97dc-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:51:45.189562Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmip9k2x kind= uid=c2b18746-97dc-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:51:45.189997Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmip9k2x kind= uid=c2b18746-97dc-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:51:45.374446Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5zrzc kind= uid=c2cfa544-97dc-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:51:45.374994Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5zrzc kind= uid=c2cfa544-97dc-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:51:45.382031Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9r9vv kind= uid=c2e7b8bf-97dc-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:51:45.382369Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9r9vv kind= uid=c2e7b8bf-97dc-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:51:47.346058Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5zrzc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5zrzc" level=info timestamp=2018-08-04T11:51:47.952423Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5zrzc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5zrzc" level=info timestamp=2018-08-04T11:51:48.360057Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5zrzc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5zrzc" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[59:{} 62:{} 183:{} 63:{} 61:{} 231:{} 232:{} 60:{} 184:{} 227:{} 228:{} 235:{} 236:{} 144:{}] level=error timestamp=2018-08-04T11:54:35.885251Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[144:{} 235:{} 63:{} 59:{} 60:{} 61:{} 184:{} 227:{} 231:{} 236:{} 62:{} 232:{} 228:{} 183:{}] level=error timestamp=2018-08-04T11:54:35.252266Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmi5zrzc-ckzz6 Pod phase: Pending Pod name: virt-launcher-testvmi7b5pg-qck8c Pod phase: Pending Pod name: virt-launcher-testvmi9r9vv-ktt2r Pod phase: Pending Pod name: virt-launcher-testvmip9k2x-pw8sp Pod phase: Pending • Failure in Spec Setup (BeforeEach) [182.861 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 should be able to reach [BeforeEach] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 the Inbound VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Timed out after 90.038s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 ------------------------------ level=info timestamp=2018-08-04T11:51:46.620719Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi7b5pg kind=VirtualMachineInstance uid=c29abb7c-97dc-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi7b5pg-qck8c" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 11:55:26 http: TLS handshake error from 10.244.0.1:40726: EOF 2018/08/04 11:55:36 http: TLS handshake error from 10.244.0.1:40786: EOF 2018/08/04 11:55:46 http: TLS handshake error from 10.244.0.1:40846: EOF 2018/08/04 11:55:56 http: TLS handshake error from 10.244.0.1:40906: EOF 2018/08/04 11:56:06 http: TLS handshake error from 10.244.0.1:40966: EOF 2018/08/04 11:56:16 http: TLS handshake error from 10.244.0.1:41026: EOF 2018/08/04 11:56:26 http: TLS handshake error from 10.244.0.1:41086: EOF 2018/08/04 11:56:36 http: TLS handshake error from 10.244.0.1:41146: EOF 2018/08/04 11:56:46 http: TLS handshake error from 10.244.0.1:41206: EOF 2018/08/04 11:56:56 http: TLS handshake error from 10.244.0.1:41266: EOF 2018/08/04 11:57:06 http: TLS handshake error from 10.244.0.1:41326: EOF 2018/08/04 11:57:16 http: TLS handshake error from 10.244.0.1:41386: EOF 2018/08/04 11:57:26 http: TLS handshake error from 10.244.0.1:41446: EOF 2018/08/04 11:57:36 http: TLS handshake error from 10.244.0.1:41506: EOF 2018/08/04 11:57:46 http: TLS handshake error from 10.244.0.1:41566: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running level=info timestamp=2018-08-04T11:56:58.057347Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:57:04 http: TLS handshake error from 10.244.1.1:47788: EOF level=info timestamp=2018-08-04T11:57:06.321716Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:57:14 http: TLS handshake error from 10.244.1.1:47794: EOF level=info timestamp=2018-08-04T11:57:17.069759Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:57:23.596238Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:57:24 http: TLS handshake error from 10.244.1.1:47800: EOF level=info timestamp=2018-08-04T11:57:26.860016Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:57:28.126976Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:57:31.743412Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T11:57:31.747034Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 11:57:34 http: TLS handshake error from 10.244.1.1:47806: EOF level=info timestamp=2018-08-04T11:57:36.409822Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 11:57:44 http: TLS handshake error from 10.244.1.1:47812: EOF level=info timestamp=2018-08-04T11:57:47.268497Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T11:51:47.952423Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5zrzc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5zrzc" level=info timestamp=2018-08-04T11:51:48.360057Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5zrzc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5zrzc" level=info timestamp=2018-08-04T11:54:46.639628Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9r9vv\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi9r9vv, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: c2e7b8bf-97dc-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9r9vv" level=info timestamp=2018-08-04T11:54:47.156551Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisdcfs kind= uid=2f408706-97dd-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:54:47.157277Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisdcfs kind= uid=2f408706-97dd-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:54:47.205501Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqd2bx kind= uid=2f47838b-97dd-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:54:47.205951Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqd2bx kind= uid=2f47838b-97dd-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:54:47.224628Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmismf9s kind= uid=2f4ca89b-97dd-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:54:47.224985Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmismf9s kind= uid=2f4ca89b-97dd-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:54:47.338552Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8cfpc kind= uid=2f58937a-97dd-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:54:47.339328Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8cfpc kind= uid=2f58937a-97dd-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:54:47.911928Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmisdcfs\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmisdcfs" level=info timestamp=2018-08-04T11:54:48.927355Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8cfpc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8cfpc" level=info timestamp=2018-08-04T11:54:49.713976Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8cfpc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8cfpc" level=info timestamp=2018-08-04T11:54:50.114049Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8cfpc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8cfpc" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[184:{} 183:{} 144:{} 231:{} 59:{} 62:{} 235:{} 228:{} 236:{} 61:{} 227:{} 232:{} 60:{} 63:{}] level=error timestamp=2018-08-04T11:56:39.367650Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[59:{} 60:{} 183:{} 63:{} 232:{} 61:{} 227:{} 62:{} 236:{} 184:{} 144:{} 231:{} 228:{} 235:{}] level=error timestamp=2018-08-04T11:56:38.693195Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmi8cfpc-zf885 Pod phase: Pending Pod name: virt-launcher-testvmiqd2bx-vksws Pod phase: Pending Pod name: virt-launcher-testvmisdcfs-8x8fh Pod phase: Pending Pod name: virt-launcher-testvmismf9s-q45sf Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.987 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 should be able to reach [BeforeEach] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 the Inbound VirtualMachineInstance with pod network connectivity explicitly set /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Timed out after 90.006s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 ------------------------------ level=info timestamp=2018-08-04T11:54:47.480545Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmisdcfs kind=VirtualMachineInstance uid=2f408706-97dd-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmisdcfs-8x8fh" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 11:58:26 http: TLS handshake error from 10.244.0.1:41806: EOF 2018/08/04 11:58:36 http: TLS handshake error from 10.244.0.1:41866: EOF 2018/08/04 11:58:46 http: TLS handshake error from 10.244.0.1:41926: EOF 2018/08/04 11:58:56 http: TLS handshake error from 10.244.0.1:41986: EOF 2018/08/04 11:59:06 http: TLS handshake error from 10.244.0.1:42046: EOF 2018/08/04 11:59:16 http: TLS handshake error from 10.244.0.1:42106: EOF 2018/08/04 11:59:26 http: TLS handshake error from 10.244.0.1:42166: EOF 2018/08/04 11:59:36 http: TLS handshake error from 10.244.0.1:42226: EOF 2018/08/04 11:59:46 http: TLS handshake error from 10.244.0.1:42286: EOF 2018/08/04 11:59:56 http: TLS handshake error from 10.244.0.1:42346: EOF 2018/08/04 12:00:06 http: TLS handshake error from 10.244.0.1:42406: EOF 2018/08/04 12:00:16 http: TLS handshake error from 10.244.0.1:42466: EOF 2018/08/04 12:00:26 http: TLS handshake error from 10.244.0.1:42526: EOF 2018/08/04 12:00:36 http: TLS handshake error from 10.244.0.1:42586: EOF 2018/08/04 12:00:46 http: TLS handshake error from 10.244.0.1:42646: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running 2018/08/04 11:59:54 http: TLS handshake error from 10.244.1.1:47890: EOF level=info timestamp=2018-08-04T11:59:57.322131Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T11:59:58.586065Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:00:04 http: TLS handshake error from 10.244.1.1:47896: EOF level=info timestamp=2018-08-04T12:00:06.851470Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:00:14 http: TLS handshake error from 10.244.1.1:47902: EOF level=info timestamp=2018-08-04T12:00:18.256563Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:00:23.625045Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 12:00:24 http: TLS handshake error from 10.244.1.1:47908: EOF level=info timestamp=2018-08-04T12:00:27.400951Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:00:28.629564Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:00:34 http: TLS handshake error from 10.244.1.1:47914: EOF level=info timestamp=2018-08-04T12:00:36.947281Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:00:44 http: TLS handshake error from 10.244.1.1:47920: EOF level=info timestamp=2018-08-04T12:00:48.550367Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T11:54:47.339328Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8cfpc kind= uid=2f58937a-97dd-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:54:47.911928Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmisdcfs\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmisdcfs" level=info timestamp=2018-08-04T11:54:48.927355Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8cfpc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8cfpc" level=info timestamp=2018-08-04T11:54:49.713976Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8cfpc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8cfpc" level=info timestamp=2018-08-04T11:54:50.114049Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8cfpc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8cfpc" level=info timestamp=2018-08-04T11:57:48.536061Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8cfpc\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi8cfpc, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 2f58937a-97dd-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8cfpc" level=info timestamp=2018-08-04T11:57:49.137233Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivpf9w kind= uid=9bb92bc8-97dd-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:57:49.140753Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivpf9w kind= uid=9bb92bc8-97dd-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:57:49.244540Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9rmlp kind= uid=9bc2f297-97dd-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:57:49.246294Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9rmlp kind= uid=9bc2f297-97dd-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:57:49.329209Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminqqwf kind= uid=9bd0cf4f-97dd-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:57:49.329483Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminqqwf kind= uid=9bd0cf4f-97dd-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:57:49.402056Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikcwls kind= uid=9be0498f-97dd-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:57:49.402183Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikcwls kind= uid=9be0498f-97dd-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:57:49.625554Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9rmlp\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9rmlp" Pod name: virt-handler-ld9kt Pod phase: Running 59 network_throughput 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[60:{} 227:{} 231:{} 59:{} 228:{} 235:{} 232:{} 61:{} 183:{} 144:{} 236:{} 184:{} 62:{} 63:{}] Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices level=error timestamp=2018-08-04T12:00:10.536505Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" map[60:{} 235:{} 59:{} 144:{} 231:{} 63:{} 232:{} 236:{} 184:{} 227:{} 183:{} 61:{} 62:{} 228:{}] Pod name: virt-launcher-testvmi9rmlp-h9plm Pod phase: Pending Pod name: virt-launcher-testvmikcwls-m9ndb Pod phase: Pending Pod name: virt-launcher-testvminqqwf-vw4qd Pod phase: Pending Pod name: virt-launcher-testvmivpf9w-6jprz Pod phase: Pending • Failure in Spec Setup (BeforeEach) [182.001 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 should be able to reach [BeforeEach] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 the Inbound VirtualMachineInstance with custom MAC address /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Timed out after 90.013s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 ------------------------------ level=info timestamp=2018-08-04T11:57:49.576589Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmivpf9w kind=VirtualMachineInstance uid=9bb92bc8-97dd-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmivpf9w-6jprz" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 12:01:26 http: TLS handshake error from 10.244.0.1:42886: EOF 2018/08/04 12:01:36 http: TLS handshake error from 10.244.0.1:42946: EOF 2018/08/04 12:01:46 http: TLS handshake error from 10.244.0.1:43006: EOF 2018/08/04 12:01:56 http: TLS handshake error from 10.244.0.1:43066: EOF 2018/08/04 12:02:06 http: TLS handshake error from 10.244.0.1:43126: EOF 2018/08/04 12:02:16 http: TLS handshake error from 10.244.0.1:43186: EOF 2018/08/04 12:02:26 http: TLS handshake error from 10.244.0.1:43246: EOF 2018/08/04 12:02:36 http: TLS handshake error from 10.244.0.1:43306: EOF 2018/08/04 12:02:46 http: TLS handshake error from 10.244.0.1:43366: EOF 2018/08/04 12:02:56 http: TLS handshake error from 10.244.0.1:43426: EOF 2018/08/04 12:03:06 http: TLS handshake error from 10.244.0.1:43486: EOF 2018/08/04 12:03:16 http: TLS handshake error from 10.244.0.1:43546: EOF 2018/08/04 12:03:26 http: TLS handshake error from 10.244.0.1:43606: EOF 2018/08/04 12:03:36 http: TLS handshake error from 10.244.0.1:43666: EOF 2018/08/04 12:03:46 http: TLS handshake error from 10.244.0.1:43726: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running 2018/08/04 12:02:54 http: TLS handshake error from 10.244.1.1:47998: EOF level=info timestamp=2018-08-04T12:02:57.834268Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:02:58.990707Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:03:04 http: TLS handshake error from 10.244.1.1:48004: EOF level=info timestamp=2018-08-04T12:03:07.413351Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:03:14 http: TLS handshake error from 10.244.1.1:48010: EOF level=info timestamp=2018-08-04T12:03:19.722608Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:03:23.552995Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 12:03:24 http: TLS handshake error from 10.244.1.1:48016: EOF level=info timestamp=2018-08-04T12:03:27.915691Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:03:29.060840Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:03:34 http: TLS handshake error from 10.244.1.1:48022: EOF level=info timestamp=2018-08-04T12:03:37.514769Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:03:44 http: TLS handshake error from 10.244.1.1:48028: EOF level=info timestamp=2018-08-04T12:03:50.056834Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T11:57:49.244540Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9rmlp kind= uid=9bc2f297-97dd-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:57:49.246294Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9rmlp kind= uid=9bc2f297-97dd-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:57:49.329209Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminqqwf kind= uid=9bd0cf4f-97dd-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:57:49.329483Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminqqwf kind= uid=9bd0cf4f-97dd-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:57:49.402056Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikcwls kind= uid=9be0498f-97dd-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:57:49.402183Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikcwls kind= uid=9be0498f-97dd-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:57:49.625554Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9rmlp\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9rmlp" level=info timestamp=2018-08-04T12:00:51.131475Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivxbq6 kind= uid=08349bbc-97de-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:00:51.133473Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivxbq6 kind= uid=08349bbc-97de-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:00:51.182671Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiq4gqd kind= uid=0839d7ac-97de-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:00:51.183236Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiq4gqd kind= uid=0839d7ac-97de-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:00:51.281304Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirhl5p kind= uid=0845e852-97de-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:00:51.282140Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirhl5p kind= uid=0845e852-97de-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:00:51.374163Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2ckbc kind= uid=085490c2-97de-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:00:51.374357Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2ckbc kind= uid=085490c2-97de-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[236:{} 61:{} 184:{} 227:{} 232:{} 60:{} 183:{} 59:{} 144:{} 228:{} 62:{} 235:{} 231:{} 63:{}] level=error timestamp=2018-08-04T12:03:05.739637Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[184:{} 183:{} 231:{} 236:{} 59:{} 228:{} 235:{} 60:{} 61:{} 227:{} 62:{} 63:{} 232:{} 144:{}] level=error timestamp=2018-08-04T12:03:05.020170Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmi2ckbc-zv9zg Pod phase: Pending Pod name: virt-launcher-testvmiq4gqd-622lk Pod phase: Pending Pod name: virt-launcher-testvmirhl5p-chhfp Pod phase: Pending Pod name: virt-launcher-testvmivxbq6-lszvc Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.964 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 should be able to reach [BeforeEach] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 the internet /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Timed out after 90.012s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 ------------------------------ level=info timestamp=2018-08-04T12:00:51.554801Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmivxbq6 kind=VirtualMachineInstance uid=08349bbc-97de-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmivxbq6-lszvc" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 12:04:26 http: TLS handshake error from 10.244.0.1:43966: EOF 2018/08/04 12:04:36 http: TLS handshake error from 10.244.0.1:44026: EOF 2018/08/04 12:04:46 http: TLS handshake error from 10.244.0.1:44086: EOF 2018/08/04 12:04:56 http: TLS handshake error from 10.244.0.1:44146: EOF 2018/08/04 12:05:06 http: TLS handshake error from 10.244.0.1:44206: EOF 2018/08/04 12:05:16 http: TLS handshake error from 10.244.0.1:44266: EOF 2018/08/04 12:05:26 http: TLS handshake error from 10.244.0.1:44326: EOF 2018/08/04 12:05:36 http: TLS handshake error from 10.244.0.1:44386: EOF 2018/08/04 12:05:46 http: TLS handshake error from 10.244.0.1:44446: EOF 2018/08/04 12:05:56 http: TLS handshake error from 10.244.0.1:44506: EOF 2018/08/04 12:06:06 http: TLS handshake error from 10.244.0.1:44566: EOF 2018/08/04 12:06:16 http: TLS handshake error from 10.244.0.1:44626: EOF 2018/08/04 12:06:26 http: TLS handshake error from 10.244.0.1:44686: EOF 2018/08/04 12:06:36 http: TLS handshake error from 10.244.0.1:44746: EOF 2018/08/04 12:06:46 http: TLS handshake error from 10.244.0.1:44806: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running level=info timestamp=2018-08-04T12:05:59.423348Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:06:04 http: TLS handshake error from 10.244.1.1:48112: EOF level=info timestamp=2018-08-04T12:06:08.101740Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:06:14 http: TLS handshake error from 10.244.1.1:48118: EOF level=info timestamp=2018-08-04T12:06:20.897162Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:06:23.529247Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 12:06:24 http: TLS handshake error from 10.244.1.1:48124: EOF level=info timestamp=2018-08-04T12:06:28.431322Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:06:29.470501Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:06:31.528490Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T12:06:31.532074Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 12:06:34 http: TLS handshake error from 10.244.1.1:48130: EOF level=info timestamp=2018-08-04T12:06:38.196507Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:06:44 http: TLS handshake error from 10.244.1.1:48136: EOF level=info timestamp=2018-08-04T12:06:51.044183Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T12:00:51.133473Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivxbq6 kind= uid=08349bbc-97de-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:00:51.182671Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiq4gqd kind= uid=0839d7ac-97de-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:00:51.183236Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiq4gqd kind= uid=0839d7ac-97de-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:00:51.281304Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirhl5p kind= uid=0845e852-97de-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:00:51.282140Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirhl5p kind= uid=0845e852-97de-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:00:51.374163Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2ckbc kind= uid=085490c2-97de-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:00:51.374357Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2ckbc kind= uid=085490c2-97de-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:03:53.089169Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqrxpm kind= uid=74aa71e2-97de-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:03:53.095236Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqrxpm kind= uid=74aa71e2-97de-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:03:53.145628Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5p6l5 kind= uid=74aec137-97de-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:03:53.146338Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5p6l5 kind= uid=74aec137-97de-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:03:53.207245Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi58qlh kind= uid=74b5c38a-97de-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:03:53.207498Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi58qlh kind= uid=74b5c38a-97de-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:03:53.237625Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmictrcd kind= uid=74baee09-97de-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:03:53.238228Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmictrcd kind= uid=74baee09-97de-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-handler-ld9kt Pod phase: Running 59 network_throughput 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[183:{} 59:{} 236:{} 60:{} 232:{} 184:{} 227:{} 144:{} 235:{} 231:{} 63:{} 61:{} 228:{} 62:{}] Pod name: virt-handler-rsgnh Pod phase: Running 59 network_throughput 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[183:{} 60:{} 184:{} 227:{} 144:{} 63:{} 236:{} 61:{} 235:{} 231:{} 232:{} 59:{} 62:{} 228:{}] Pod name: virt-launcher-testvmi58qlh-4xqs8 Pod phase: Pending Pod name: virt-launcher-testvmi5p6l5-9pqd6 Pod phase: Pending Pod name: virt-launcher-testvmictrcd-lmbkl Pod phase: Pending Pod name: virt-launcher-testvmiqrxpm-jpk79 Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.867 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 should be reachable via the propagated IP from a Pod [BeforeEach] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 on the same node from Pod /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Timed out after 90.012s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 ------------------------------ level=info timestamp=2018-08-04T12:03:53.343883Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmiqrxpm kind=VirtualMachineInstance uid=74aa71e2-97de-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmiqrxpm-jpk79" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 12:07:26 http: TLS handshake error from 10.244.0.1:45046: EOF 2018/08/04 12:07:36 http: TLS handshake error from 10.244.0.1:45106: EOF 2018/08/04 12:07:46 http: TLS handshake error from 10.244.0.1:45166: EOF 2018/08/04 12:07:56 http: TLS handshake error from 10.244.0.1:45226: EOF 2018/08/04 12:08:06 http: TLS handshake error from 10.244.0.1:45286: EOF 2018/08/04 12:08:16 http: TLS handshake error from 10.244.0.1:45346: EOF 2018/08/04 12:08:26 http: TLS handshake error from 10.244.0.1:45406: EOF 2018/08/04 12:08:36 http: TLS handshake error from 10.244.0.1:45466: EOF 2018/08/04 12:08:46 http: TLS handshake error from 10.244.0.1:45526: EOF 2018/08/04 12:08:56 http: TLS handshake error from 10.244.0.1:45586: EOF 2018/08/04 12:09:06 http: TLS handshake error from 10.244.0.1:45646: EOF 2018/08/04 12:09:16 http: TLS handshake error from 10.244.0.1:45706: EOF 2018/08/04 12:09:26 http: TLS handshake error from 10.244.0.1:45766: EOF 2018/08/04 12:09:36 http: TLS handshake error from 10.244.0.1:45826: EOF 2018/08/04 12:09:46 http: TLS handshake error from 10.244.0.1:45886: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running level=info timestamp=2018-08-04T12:09:08.701854Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:09:14 http: TLS handshake error from 10.244.1.1:48226: EOF level=info timestamp=2018-08-04T12:09:21.880807Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:09:23.671533Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 12:09:24 http: TLS handshake error from 10.244.1.1:48232: EOF level=info timestamp=2018-08-04T12:09:28.869076Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:09:29.974218Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:09:31.544156Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T12:09:31.547929Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 12:09:34 http: TLS handshake error from 10.244.1.1:48238: EOF level=info timestamp=2018-08-04T12:09:38.754978Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:09:44 http: TLS handshake error from 10.244.1.1:48244: EOF level=info timestamp=2018-08-04T12:09:52.026529Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:09:53.593513Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 12:09:54 http: TLS handshake error from 10.244.1.1:48250: EOF Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T12:03:53.145628Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5p6l5 kind= uid=74aec137-97de-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:03:53.146338Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5p6l5 kind= uid=74aec137-97de-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:03:53.207245Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi58qlh kind= uid=74b5c38a-97de-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:03:53.207498Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi58qlh kind= uid=74b5c38a-97de-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:03:53.237625Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmictrcd kind= uid=74baee09-97de-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:03:53.238228Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmictrcd kind= uid=74baee09-97de-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:06:54.461128Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi58qlh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi58qlh" level=info timestamp=2018-08-04T12:06:54.981616Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminszwh kind= uid=e1126970-97de-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:06:54.982234Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminszwh kind= uid=e1126970-97de-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:06:55.021594Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5l6vs kind= uid=e117f9da-97de-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:06:55.022243Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5l6vs kind= uid=e117f9da-97de-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:06:55.126429Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi44hkx kind= uid=e11ec3b9-97de-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:06:55.127283Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi44hkx kind= uid=e11ec3b9-97de-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:06:55.175365Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigvdfm kind= uid=e1298012-97de-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:06:55.175579Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigvdfm kind= uid=e1298012-97de-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[232:{} 184:{} 231:{} 60:{} 227:{} 62:{} 183:{} 228:{} 236:{} 59:{} 61:{} 144:{} 235:{} 63:{}] level=error timestamp=2018-08-04T12:08:23.896307Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 59 network_throughput 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[144:{} 228:{} 60:{} 61:{} 184:{} 63:{} 59:{} 183:{} 235:{} 231:{} 232:{} 236:{} 227:{} 62:{}] Pod name: virt-launcher-testvmi44hkx-9xlhs Pod phase: Pending Pod name: virt-launcher-testvmi5l6vs-qbngn Pod phase: Pending Pod name: virt-launcher-testvmigvdfm-fl7lf Pod phase: Pending Pod name: virt-launcher-testvminszwh-qrflh Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.914 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 should be reachable via the propagated IP from a Pod [BeforeEach] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 on a different node from Pod /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Timed out after 90.012s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 ------------------------------ level=info timestamp=2018-08-04T12:06:55.233114Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvminszwh kind=VirtualMachineInstance uid=e1126970-97de-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvminszwh-qrflh" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 12:10:36 http: TLS handshake error from 10.244.0.1:46186: EOF 2018/08/04 12:10:46 http: TLS handshake error from 10.244.0.1:46246: EOF 2018/08/04 12:10:56 http: TLS handshake error from 10.244.0.1:46306: EOF 2018/08/04 12:11:06 http: TLS handshake error from 10.244.0.1:46366: EOF 2018/08/04 12:11:16 http: TLS handshake error from 10.244.0.1:46426: EOF 2018/08/04 12:11:26 http: TLS handshake error from 10.244.0.1:46486: EOF 2018/08/04 12:11:36 http: TLS handshake error from 10.244.0.1:46546: EOF 2018/08/04 12:11:46 http: TLS handshake error from 10.244.0.1:46606: EOF 2018/08/04 12:11:56 http: TLS handshake error from 10.244.0.1:46666: EOF 2018/08/04 12:12:06 http: TLS handshake error from 10.244.0.1:46726: EOF 2018/08/04 12:12:16 http: TLS handshake error from 10.244.0.1:46786: EOF 2018/08/04 12:12:26 http: TLS handshake error from 10.244.0.1:46846: EOF 2018/08/04 12:12:36 http: TLS handshake error from 10.244.0.1:46906: EOF 2018/08/04 12:12:46 http: TLS handshake error from 10.244.0.1:46966: EOF 2018/08/04 12:12:56 http: TLS handshake error from 10.244.0.1:47026: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running level=info timestamp=2018-08-04T12:12:09.227937Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:12:14 http: TLS handshake error from 10.244.1.1:48334: EOF level=info timestamp=2018-08-04T12:12:23.079361Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:12:23.563628Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 12:12:24 http: TLS handshake error from 10.244.1.1:48340: EOF level=info timestamp=2018-08-04T12:12:29.408820Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:12:30.547999Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:12:31.387464Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T12:12:31.393366Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 12:12:34 http: TLS handshake error from 10.244.1.1:48346: EOF level=info timestamp=2018-08-04T12:12:39.326472Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:12:44 http: TLS handshake error from 10.244.1.1:48352: EOF level=info timestamp=2018-08-04T12:12:53.235161Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:12:53.632430Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 12:12:54 http: TLS handshake error from 10.244.1.1:48358: EOF Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T12:06:55.022243Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5l6vs kind= uid=e117f9da-97de-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:06:55.126429Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi44hkx kind= uid=e11ec3b9-97de-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:06:55.127283Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi44hkx kind= uid=e11ec3b9-97de-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:06:55.175365Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigvdfm kind= uid=e1298012-97de-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:06:55.175579Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigvdfm kind= uid=e1298012-97de-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:09:56.421152Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi44hkx\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi44hkx, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: e11ec3b9-97de-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi44hkx" level=info timestamp=2018-08-04T12:09:56.876787Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikj59m kind= uid=4d80a949-97df-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:09:56.877109Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikj59m kind= uid=4d80a949-97df-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:09:56.899850Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5bvxs kind= uid=4d83d9d2-97df-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:09:56.900056Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5bvxs kind= uid=4d83d9d2-97df-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:09:56.924616Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2psq5 kind= uid=4d867320-97df-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:09:56.926110Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2psq5 kind= uid=4d867320-97df-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:09:57.006762Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmignpz6 kind= uid=4d8a76b7-97df-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:09:57.006897Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmignpz6 kind= uid=4d8a76b7-97df-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:09:57.089522Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikj59m\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikj59m" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[227:{} 183:{} 232:{} 236:{} 59:{} 60:{} 144:{} 61:{} 62:{} 231:{} 184:{} 228:{} 235:{} 63:{}] level=error timestamp=2018-08-04T12:12:21.175128Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 59 network_throughput 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[228:{} 231:{} 232:{} 236:{} 59:{} 60:{} 227:{} 183:{} 61:{} 144:{} 235:{} 184:{} 62:{} 63:{}] Pod name: virt-launcher-testvmi2psq5-kpt7j Pod phase: Pending Pod name: virt-launcher-testvmi5bvxs-q7srb Pod phase: Pending Pod name: virt-launcher-testvmignpz6-8fnqv Pod phase: Pending Pod name: virt-launcher-testvmikj59m-7vrq9 Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.844 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 should be reachable via the propagated IP from a Pod [BeforeEach] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 on the same node from Node /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Timed out after 90.013s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 ------------------------------ level=info timestamp=2018-08-04T12:09:57.069444Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmikj59m kind=VirtualMachineInstance uid=4d80a949-97df-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmikj59m-7vrq9" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 12:13:36 http: TLS handshake error from 10.244.0.1:47266: EOF 2018/08/04 12:13:46 http: TLS handshake error from 10.244.0.1:47326: EOF 2018/08/04 12:13:56 http: TLS handshake error from 10.244.0.1:47386: EOF 2018/08/04 12:14:06 http: TLS handshake error from 10.244.0.1:47446: EOF 2018/08/04 12:14:16 http: TLS handshake error from 10.244.0.1:47506: EOF 2018/08/04 12:14:26 http: TLS handshake error from 10.244.0.1:47566: EOF 2018/08/04 12:14:36 http: TLS handshake error from 10.244.0.1:47626: EOF 2018/08/04 12:14:46 http: TLS handshake error from 10.244.0.1:47686: EOF 2018/08/04 12:14:56 http: TLS handshake error from 10.244.0.1:47746: EOF 2018/08/04 12:15:06 http: TLS handshake error from 10.244.0.1:47806: EOF 2018/08/04 12:15:16 http: TLS handshake error from 10.244.0.1:47866: EOF 2018/08/04 12:15:26 http: TLS handshake error from 10.244.0.1:47926: EOF 2018/08/04 12:15:36 http: TLS handshake error from 10.244.0.1:47986: EOF 2018/08/04 12:15:46 http: TLS handshake error from 10.244.0.1:48046: EOF 2018/08/04 12:15:56 http: TLS handshake error from 10.244.0.1:48106: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running level=info timestamp=2018-08-04T12:15:00.920004Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:15:04 http: TLS handshake error from 10.244.1.1:48436: EOF level=info timestamp=2018-08-04T12:15:09.829030Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:15:14 http: TLS handshake error from 10.244.1.1:48442: EOF level=info timestamp=2018-08-04T12:15:23.621830Z 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-04T12:15:24.223576Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:15:24 http: TLS handshake error from 10.244.1.1:48448: EOF level=info timestamp=2018-08-04T12:15:29.844928Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:15:31.001374Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:15:34 http: TLS handshake error from 10.244.1.1:48454: EOF level=info timestamp=2018-08-04T12:15:39.967227Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:15:44 http: TLS handshake error from 10.244.1.1:48460: EOF level=info timestamp=2018-08-04T12:15:53.610555Z 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-04T12:15:54.454069Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:15:54 http: TLS handshake error from 10.244.1.1:48466: EOF Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T12:09:56.926110Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2psq5 kind= uid=4d867320-97df-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:09:57.006762Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmignpz6 kind= uid=4d8a76b7-97df-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:09:57.006897Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmignpz6 kind= uid=4d8a76b7-97df-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:09:57.089522Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikj59m\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikj59m" level=info timestamp=2018-08-04T12:12:58.298324Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi2psq5\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi2psq5, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 4d867320-97df-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi2psq5" level=info timestamp=2018-08-04T12:12:58.359620Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikj59m\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmikj59m, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 4d80a949-97df-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikj59m" level=info timestamp=2018-08-04T12:12:58.793206Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi82tnb kind= uid=b9e8e363-97df-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:12:58.796410Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi82tnb kind= uid=b9e8e363-97df-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:12:58.844382Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifq8h7 kind= uid=b9eefd26-97df-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:12:58.849156Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifq8h7 kind= uid=b9eefd26-97df-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:12:58.934614Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmishd74 kind= uid=b9f77b5d-97df-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:12:58.935238Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmishd74 kind= uid=b9f77b5d-97df-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:12:58.965928Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiddq9x kind= uid=ba06165c-97df-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:12:58.966107Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiddq9x kind= uid=ba06165c-97df-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:12:59.039842Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifq8h7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmifq8h7" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[59:{} 60:{} 61:{} 183:{} 231:{} 236:{} 144:{} 235:{} 232:{} 184:{} 227:{} 62:{} 228:{} 63:{}] level=error timestamp=2018-08-04T12:14:10.396833Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[183:{} 144:{} 228:{} 231:{} 63:{} 59:{} 184:{} 62:{} 227:{} 232:{} 236:{} 61:{} 60:{} 235:{}] level=error timestamp=2018-08-04T12:14:09.766610Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmi82tnb-krcbl Pod phase: Pending Pod name: virt-launcher-testvmiddq9x-b4q78 Pod phase: Pending Pod name: virt-launcher-testvmifq8h7-6d9g6 Pod phase: Pending Pod name: virt-launcher-testvmishd74-s4p67 Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.986 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 should be reachable via the propagated IP from a Pod [BeforeEach] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 on a different node from Node /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Timed out after 90.011s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 ------------------------------ level=info timestamp=2018-08-04T12:12:59.176619Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi82tnb kind=VirtualMachineInstance uid=b9e8e363-97df-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi82tnb-krcbl" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 12:16:36 http: TLS handshake error from 10.244.0.1:48346: EOF 2018/08/04 12:16:46 http: TLS handshake error from 10.244.0.1:48406: EOF 2018/08/04 12:16:56 http: TLS handshake error from 10.244.0.1:48466: EOF 2018/08/04 12:17:06 http: TLS handshake error from 10.244.0.1:48526: EOF 2018/08/04 12:17:16 http: TLS handshake error from 10.244.0.1:48586: EOF 2018/08/04 12:17:26 http: TLS handshake error from 10.244.0.1:48646: EOF 2018/08/04 12:17:36 http: TLS handshake error from 10.244.0.1:48706: EOF 2018/08/04 12:17:46 http: TLS handshake error from 10.244.0.1:48766: EOF 2018/08/04 12:17:56 http: TLS handshake error from 10.244.0.1:48826: EOF 2018/08/04 12:18:06 http: TLS handshake error from 10.244.0.1:48886: EOF 2018/08/04 12:18:16 http: TLS handshake error from 10.244.0.1:48946: EOF 2018/08/04 12:18:26 http: TLS handshake error from 10.244.0.1:49006: EOF 2018/08/04 12:18:36 http: TLS handshake error from 10.244.0.1:49066: EOF 2018/08/04 12:18:46 http: TLS handshake error from 10.244.0.1:49126: EOF 2018/08/04 12:18:56 http: TLS handshake error from 10.244.0.1:49186: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running 2018/08/04 12:18:04 http: TLS handshake error from 10.244.1.1:48544: EOF level=info timestamp=2018-08-04T12:18:10.565192Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:18:14 http: TLS handshake error from 10.244.1.1:48550: EOF level=info timestamp=2018-08-04T12:18:23.607271Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 12:18:24 http: TLS handshake error from 10.244.1.1:48556: EOF level=info timestamp=2018-08-04T12:18:25.472270Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:18:30.351248Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:18:31.593738Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:18:34 http: TLS handshake error from 10.244.1.1:48562: EOF level=info timestamp=2018-08-04T12:18:40.668916Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:18:44 http: TLS handshake error from 10.244.1.1:48568: EOF level=info timestamp=2018-08-04T12:18:53.689156Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 12:18:54 http: TLS handshake error from 10.244.1.1:48574: EOF level=info timestamp=2018-08-04T12:18:55.643153Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:19:00.446200Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T12:12:58.966107Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiddq9x kind= uid=ba06165c-97df-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:12:59.039842Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifq8h7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmifq8h7" level=info timestamp=2018-08-04T12:16:00.246502Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi82tnb\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi82tnb, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: b9e8e363-97df-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi82tnb" level=info timestamp=2018-08-04T12:16:00.261758Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiddq9x\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiddq9x" level=info timestamp=2018-08-04T12:16:00.297354Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiddq9x\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmiddq9x, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: ba06165c-97df-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiddq9x" level=info timestamp=2018-08-04T12:16:00.752792Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil9tmp kind= uid=265f7cf9-97e0-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:16:00.754003Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil9tmp kind= uid=265f7cf9-97e0-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:16:00.803157Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixhfnk kind= uid=26657de6-97e0-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:16:00.803509Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixhfnk kind= uid=26657de6-97e0-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:16:00.941089Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivdfbp kind= uid=266cd37b-97e0-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:16:00.941524Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivdfbp kind= uid=266cd37b-97e0-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:16:00.945089Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil8xcl kind= uid=267766c7-97e0-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:16:00.945382Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil8xcl kind= uid=267766c7-97e0-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:16:01.393967Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixhfnk\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixhfnk" level=info timestamp=2018-08-04T12:16:01.563378Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil9tmp\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil9tmp" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[62:{} 183:{} 228:{} 231:{} 184:{} 227:{} 63:{} 236:{} 60:{} 235:{} 232:{} 59:{} 61:{} 144:{}] level=error timestamp=2018-08-04T12:18:27.414483Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[183:{} 144:{} 235:{} 232:{} 59:{} 62:{} 60:{} 61:{} 228:{} 231:{} 63:{} 236:{} 184:{} 227:{}] level=error timestamp=2018-08-04T12:18:26.822855Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmil8xcl-79sf6 Pod phase: Pending Pod name: virt-launcher-testvmil9tmp-48lrw Pod phase: Pending Pod name: virt-launcher-testvmivdfbp-sfxgh Pod phase: Pending Pod name: virt-launcher-testvmixhfnk-mtsz5 Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.992 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 with a service matching the vmi exposed [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:272 should be able to reach the vmi based on labels specified on the vmi /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:292 Timed out after 90.010s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 ------------------------------ level=info timestamp=2018-08-04T12:16:01.260357Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmil9tmp kind=VirtualMachineInstance uid=265f7cf9-97e0-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmil9tmp-48lrw" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 12:19:36 http: TLS handshake error from 10.244.0.1:49426: EOF 2018/08/04 12:19:46 http: TLS handshake error from 10.244.0.1:49486: EOF 2018/08/04 12:19:56 http: TLS handshake error from 10.244.0.1:49546: EOF 2018/08/04 12:20:06 http: TLS handshake error from 10.244.0.1:49606: EOF 2018/08/04 12:20:16 http: TLS handshake error from 10.244.0.1:49666: EOF 2018/08/04 12:20:26 http: TLS handshake error from 10.244.0.1:49726: EOF 2018/08/04 12:20:36 http: TLS handshake error from 10.244.0.1:49786: EOF 2018/08/04 12:20:46 http: TLS handshake error from 10.244.0.1:49846: EOF 2018/08/04 12:20:56 http: TLS handshake error from 10.244.0.1:49906: EOF 2018/08/04 12:21:06 http: TLS handshake error from 10.244.0.1:49966: EOF 2018/08/04 12:21:16 http: TLS handshake error from 10.244.0.1:50026: EOF 2018/08/04 12:21:26 http: TLS handshake error from 10.244.0.1:50086: EOF 2018/08/04 12:21:36 http: TLS handshake error from 10.244.0.1:50146: EOF 2018/08/04 12:21:46 http: TLS handshake error from 10.244.0.1:50206: EOF 2018/08/04 12:21:56 http: TLS handshake error from 10.244.0.1:50266: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running level=info timestamp=2018-08-04T12:21:23.848508Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 12:21:24 http: TLS handshake error from 10.244.1.1:48664: EOF level=info timestamp=2018-08-04T12:21:26.612739Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:21:30.780220Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T12:21:30.783778Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T12:21:30.819930Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:21:32.021126Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:21:34 http: TLS handshake error from 10.244.1.1:48670: EOF level=info timestamp=2018-08-04T12:21:41.282268Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:21:44 http: TLS handshake error from 10.244.1.1:48676: EOF level=info timestamp=2018-08-04T12:21:53.555197Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 12:21:54 http: TLS handshake error from 10.244.1.1:48682: EOF level=info timestamp=2018-08-04T12:21:56.817383Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:22:00.909092Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:22:02.116343Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T12:16:00.941524Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivdfbp kind= uid=266cd37b-97e0-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:16:00.945089Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil8xcl kind= uid=267766c7-97e0-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:16:00.945382Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil8xcl kind= uid=267766c7-97e0-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:16:01.393967Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixhfnk\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixhfnk" level=info timestamp=2018-08-04T12:16:01.563378Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil9tmp\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil9tmp" level=info timestamp=2018-08-04T12:19:02.295182Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil8xcl\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmil8xcl, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 267766c7-97e0-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil8xcl" level=info timestamp=2018-08-04T12:19:02.318079Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixhfnk\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixhfnk" level=info timestamp=2018-08-04T12:19:02.752019Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi99cq2 kind= uid=92dc05f8-97e0-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:19:02.752648Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi99cq2 kind= uid=92dc05f8-97e0-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:19:02.797502Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5jc5w kind= uid=92e19b42-97e0-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:19:02.799321Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5jc5w kind= uid=92e19b42-97e0-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:19:02.870979Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5wdd7 kind= uid=92e79f31-97e0-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:19:02.871973Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5wdd7 kind= uid=92e79f31-97e0-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:19:02.990497Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminnlnr kind= uid=92f1277a-97e0-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:19:02.991870Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminnlnr kind= uid=92f1277a-97e0-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[60:{} 183:{} 144:{} 231:{} 232:{} 236:{} 59:{} 228:{} 63:{} 61:{} 184:{} 227:{} 235:{} 62:{}] level=error timestamp=2018-08-04T12:20:34.216630Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 59 network_throughput 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[228:{} 231:{} 183:{} 184:{} 62:{} 144:{} 235:{} 236:{} 59:{} 61:{} 63:{} 232:{} 60:{} 227:{}] Pod name: virt-launcher-testvmi5jc5w-4s2fb Pod phase: Pending Pod name: virt-launcher-testvmi5wdd7-9ntd6 Pod phase: Pending Pod name: virt-launcher-testvmi99cq2-vtsd7 Pod phase: Pending Pod name: virt-launcher-testvminnlnr-nx5fx Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.966 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 with a service matching the vmi exposed [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:272 should fail to reach the vmi if an invalid servicename is used /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:303 Timed out after 90.012s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 ------------------------------ level=info timestamp=2018-08-04T12:19:03.133643Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi99cq2 kind=VirtualMachineInstance uid=92dc05f8-97e0-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi99cq2-vtsd7" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 12:22:36 http: TLS handshake error from 10.244.0.1:50506: EOF 2018/08/04 12:22:46 http: TLS handshake error from 10.244.0.1:50566: EOF 2018/08/04 12:22:56 http: TLS handshake error from 10.244.0.1:50626: EOF 2018/08/04 12:23:06 http: TLS handshake error from 10.244.0.1:50686: EOF 2018/08/04 12:23:16 http: TLS handshake error from 10.244.0.1:50746: EOF 2018/08/04 12:23:26 http: TLS handshake error from 10.244.0.1:50806: EOF 2018/08/04 12:23:36 http: TLS handshake error from 10.244.0.1:50866: EOF 2018/08/04 12:23:46 http: TLS handshake error from 10.244.0.1:50926: EOF 2018/08/04 12:23:56 http: TLS handshake error from 10.244.0.1:50986: EOF 2018/08/04 12:24:06 http: TLS handshake error from 10.244.0.1:51046: EOF 2018/08/04 12:24:16 http: TLS handshake error from 10.244.0.1:51106: EOF 2018/08/04 12:24:26 http: TLS handshake error from 10.244.0.1:51166: EOF 2018/08/04 12:24:36 http: TLS handshake error from 10.244.0.1:51226: EOF 2018/08/04 12:24:46 http: TLS handshake error from 10.244.0.1:51286: EOF 2018/08/04 12:24:56 http: TLS handshake error from 10.244.0.1:51346: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running 2018/08/04 12:24:24 http: TLS handshake error from 10.244.1.1:48772: EOF level=info timestamp=2018-08-04T12:24:27.794284Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:24:30.799574Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T12:24:30.803074Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T12:24:31.272088Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:24:32.483572Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:24:34 http: TLS handshake error from 10.244.1.1:48778: EOF level=info timestamp=2018-08-04T12:24:41.907502Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:24:44 http: TLS handshake error from 10.244.1.1:48784: EOF level=info timestamp=2018-08-04T12:24:53.621107Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 12:24:54 http: TLS handshake error from 10.244.1.1:48790: EOF level=info timestamp=2018-08-04T12:24:58.065401Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:25:01.388618Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:25:02.573467Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:25:04 http: TLS handshake error from 10.244.1.1:48796: EOF Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T12:19:02.797502Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5jc5w kind= uid=92e19b42-97e0-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:19:02.799321Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5jc5w kind= uid=92e19b42-97e0-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:19:02.870979Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5wdd7 kind= uid=92e79f31-97e0-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:19:02.871973Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5wdd7 kind= uid=92e79f31-97e0-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:19:02.990497Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminnlnr kind= uid=92f1277a-97e0-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:19:02.991870Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminnlnr kind= uid=92f1277a-97e0-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:22:04.300669Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5jc5w\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi5jc5w, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 92e19b42-97e0-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5jc5w" level=info timestamp=2018-08-04T12:22:04.729310Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil4qms kind= uid=ff520ce4-97e0-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:22:04.730622Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil4qms kind= uid=ff520ce4-97e0-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:22:04.791513Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmig44qt kind= uid=ff58f5d3-97e0-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:22:04.793243Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmig44qt kind= uid=ff58f5d3-97e0-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:22:04.818028Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitfrkl kind= uid=ff5fc1a8-97e0-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:22:04.819197Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitfrkl kind= uid=ff5fc1a8-97e0-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:22:04.961096Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidcbv8 kind= uid=ff694bdb-97e0-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:22:04.961375Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidcbv8 kind= uid=ff694bdb-97e0-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[231:{} 236:{} 60:{} 61:{} 144:{} 235:{} 59:{} 227:{} 62:{} 228:{} 232:{} 184:{} 183:{} 63:{}] level=error timestamp=2018-08-04T12:24:32.839231Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[232:{} 59:{} 60:{} 62:{} 235:{} 61:{} 183:{} 231:{} 236:{} 184:{} 227:{} 144:{} 228:{} 63:{}] level=error timestamp=2018-08-04T12:24:32.210703Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmidcbv8-hb2jc Pod phase: Pending Pod name: virt-launcher-testvmig44qt-sk5vw Pod phase: Pending Pod name: virt-launcher-testvmil4qms-lcffn Pod phase: Pending Pod name: virt-launcher-testvmitfrkl-z5nd9 Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.976 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 with a subdomain and a headless service given [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:319 should be able to reach the vmi via its unique fully qualified domain name /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:342 Timed out after 90.012s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 ------------------------------ level=info timestamp=2018-08-04T12:22:05.079116Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmil4qms kind=VirtualMachineInstance uid=ff520ce4-97e0-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmil4qms-lcffn" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 12:25:46 http: TLS handshake error from 10.244.0.1:51646: EOF 2018/08/04 12:25:56 http: TLS handshake error from 10.244.0.1:51706: EOF 2018/08/04 12:26:06 http: TLS handshake error from 10.244.0.1:51766: EOF 2018/08/04 12:26:16 http: TLS handshake error from 10.244.0.1:51826: EOF 2018/08/04 12:26:26 http: TLS handshake error from 10.244.0.1:51886: EOF 2018/08/04 12:26:36 http: TLS handshake error from 10.244.0.1:51946: EOF 2018/08/04 12:26:46 http: TLS handshake error from 10.244.0.1:52006: EOF 2018/08/04 12:26:56 http: TLS handshake error from 10.244.0.1:52066: EOF 2018/08/04 12:27:06 http: TLS handshake error from 10.244.0.1:52126: EOF 2018/08/04 12:27:16 http: TLS handshake error from 10.244.0.1:52186: EOF 2018/08/04 12:27:26 http: TLS handshake error from 10.244.0.1:52246: EOF 2018/08/04 12:27:36 http: TLS handshake error from 10.244.0.1:52306: EOF 2018/08/04 12:27:46 http: TLS handshake error from 10.244.0.1:52366: EOF 2018/08/04 12:27:56 http: TLS handshake error from 10.244.0.1:52426: EOF 2018/08/04 12:28:06 http: TLS handshake error from 10.244.0.1:52486: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running 2018/08/04 12:27:24 http: TLS handshake error from 10.244.1.1:48880: EOF level=info timestamp=2018-08-04T12:27:29.431583Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:27:31.752185Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T12:27:31.756053Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T12:27:31.773612Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:27:32.914268Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:27:34 http: TLS handshake error from 10.244.1.1:48886: EOF level=info timestamp=2018-08-04T12:27:42.584541Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:27:44 http: TLS handshake error from 10.244.1.1:48892: EOF level=info timestamp=2018-08-04T12:27:53.602741Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 12:27:54 http: TLS handshake error from 10.244.1.1:48898: EOF level=info timestamp=2018-08-04T12:27:59.544152Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:28:01.858015Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:28:02.974847Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:28:04 http: TLS handshake error from 10.244.1.1:48904: EOF Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T12:22:04.818028Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitfrkl kind= uid=ff5fc1a8-97e0-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:22:04.819197Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitfrkl kind= uid=ff5fc1a8-97e0-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:22:04.961096Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidcbv8 kind= uid=ff694bdb-97e0-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:22:04.961375Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidcbv8 kind= uid=ff694bdb-97e0-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:25:06.394424Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmitfrkl\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmitfrkl" level=info timestamp=2018-08-04T12:25:06.407241Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil4qms\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil4qms" level=info timestamp=2018-08-04T12:25:06.679658Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizbvsf kind= uid=6bc8c46e-97e1-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:25:06.681514Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizbvsf kind= uid=6bc8c46e-97e1-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:25:06.704270Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmin986s kind= uid=6bccd876-97e1-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:25:06.717042Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmin986s kind= uid=6bccd876-97e1-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:25:06.743600Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4gzrs kind= uid=6bd13266-97e1-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:25:06.757823Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4gzrs kind= uid=6bd13266-97e1-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:25:06.868185Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicff6z kind= uid=6bd7bedf-97e1-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:25:06.868442Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicff6z kind= uid=6bd7bedf-97e1-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:25:06.901949Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmizbvsf\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmizbvsf" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[61:{} 231:{} 144:{} 235:{} 63:{} 236:{} 59:{} 184:{} 227:{} 232:{} 62:{} 228:{} 60:{} 183:{}] level=error timestamp=2018-08-04T12:27:59.439104Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 59 network_throughput 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[232:{} 59:{} 61:{} 184:{} 228:{} 231:{} 236:{} 235:{} 63:{} 60:{} 62:{} 183:{} 144:{} 227:{}] Pod name: virt-launcher-testvmi4gzrs-9c6l5 Pod phase: Pending Pod name: virt-launcher-testvmicff6z-jd7wf Pod phase: Pending Pod name: virt-launcher-testvmin986s-kcfvt Pod phase: Pending Pod name: virt-launcher-testvmizbvsf-lfl2p Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.874 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance with custom interface model [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:368 should expose the right device type to the guest /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:369 Timed out after 90.013s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 ------------------------------ level=info timestamp=2018-08-04T12:25:06.931352Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmizbvsf kind=VirtualMachineInstance uid=6bc8c46e-97e1-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmizbvsf-lfl2p" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 12:28:46 http: TLS handshake error from 10.244.0.1:52726: EOF 2018/08/04 12:28:56 http: TLS handshake error from 10.244.0.1:52786: EOF 2018/08/04 12:29:06 http: TLS handshake error from 10.244.0.1:52846: EOF 2018/08/04 12:29:16 http: TLS handshake error from 10.244.0.1:52906: EOF 2018/08/04 12:29:26 http: TLS handshake error from 10.244.0.1:52966: EOF 2018/08/04 12:29:36 http: TLS handshake error from 10.244.0.1:53026: EOF 2018/08/04 12:29:46 http: TLS handshake error from 10.244.0.1:53086: EOF 2018/08/04 12:29:56 http: TLS handshake error from 10.244.0.1:53146: EOF 2018/08/04 12:30:06 http: TLS handshake error from 10.244.0.1:53206: EOF 2018/08/04 12:30:16 http: TLS handshake error from 10.244.0.1:53266: EOF 2018/08/04 12:30:26 http: TLS handshake error from 10.244.0.1:53326: EOF 2018/08/04 12:30:36 http: TLS handshake error from 10.244.0.1:53386: EOF 2018/08/04 12:30:46 http: TLS handshake error from 10.244.0.1:53446: EOF 2018/08/04 12:30:56 http: TLS handshake error from 10.244.0.1:53506: EOF 2018/08/04 12:31:06 http: TLS handshake error from 10.244.0.1:53566: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running 2018/08/04 12:30:14 http: TLS handshake error from 10.244.1.1:48982: EOF level=info timestamp=2018-08-04T12:30:23.654201Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 12:30:24 http: TLS handshake error from 10.244.1.1:48988: EOF level=info timestamp=2018-08-04T12:30:30.435904Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:30:32.684207Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:30:33.334068Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:30:34 http: TLS handshake error from 10.244.1.1:48994: EOF level=info timestamp=2018-08-04T12:30:43.217428Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:30:44 http: TLS handshake error from 10.244.1.1:49000: EOF level=info timestamp=2018-08-04T12:30:53.667766Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 12:30:54 http: TLS handshake error from 10.244.1.1:49006: EOF level=info timestamp=2018-08-04T12:31:00.613039Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:31:02.753366Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:31:03.405143Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:31:04 http: TLS handshake error from 10.244.1.1:49012: EOF Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T12:25:06.743600Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4gzrs kind= uid=6bd13266-97e1-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:25:06.757823Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4gzrs kind= uid=6bd13266-97e1-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:25:06.868185Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicff6z kind= uid=6bd7bedf-97e1-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:25:06.868442Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicff6z kind= uid=6bd7bedf-97e1-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:25:06.901949Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmizbvsf\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmizbvsf" level=info timestamp=2018-08-04T12:28:08.134534Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmicff6z\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmicff6z, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 6bd7bedf-97e1-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmicff6z" level=info timestamp=2018-08-04T12:28:08.604023Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi94msx kind= uid=d834e233-97e1-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:28:08.608219Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi94msx kind= uid=d834e233-97e1-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:28:08.627267Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwrd75 kind= uid=d83afa6d-97e1-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:28:08.627649Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwrd75 kind= uid=d83afa6d-97e1-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:28:08.721500Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmin9nxk kind= uid=d83fdba6-97e1-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:28:08.722064Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmin9nxk kind= uid=d83fdba6-97e1-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:28:08.803615Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim6pld kind= uid=d84b851c-97e1-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:28:08.807832Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim6pld kind= uid=d84b851c-97e1-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:28:08.920989Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi94msx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi94msx" Pod name: virt-handler-ld9kt Pod phase: Running 59 network_throughput 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[63:{} 184:{} 227:{} 183:{} 59:{} 60:{} 144:{} 62:{} 228:{} 232:{} 236:{} 61:{} 235:{} 231:{}] Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[235:{} 63:{} 227:{} 62:{} 231:{} 236:{} 60:{} 228:{} 232:{} 184:{} 183:{} 144:{} 59:{} 61:{}] level=error timestamp=2018-08-04T12:31:02.734006Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmi94msx-qpnqx Pod phase: Pending Pod name: virt-launcher-testvmim6pld-q99xw Pod phase: Pending Pod name: virt-launcher-testvmin9nxk-l94pz Pod phase: Pending Pod name: virt-launcher-testvmiwrd75-cft5b Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.919 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance with default interface model [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:382 should expose the right device type to the guest /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:383 Timed out after 90.011s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 ------------------------------ level=info timestamp=2018-08-04T12:28:08.820804Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi94msx kind=VirtualMachineInstance uid=d834e233-97e1-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi94msx-qpnqx" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 12:31:46 http: TLS handshake error from 10.244.0.1:53806: EOF 2018/08/04 12:31:56 http: TLS handshake error from 10.244.0.1:53866: EOF 2018/08/04 12:32:06 http: TLS handshake error from 10.244.0.1:53926: EOF 2018/08/04 12:32:16 http: TLS handshake error from 10.244.0.1:53986: EOF 2018/08/04 12:32:26 http: TLS handshake error from 10.244.0.1:54046: EOF 2018/08/04 12:32:36 http: TLS handshake error from 10.244.0.1:54106: EOF 2018/08/04 12:32:46 http: TLS handshake error from 10.244.0.1:54166: EOF 2018/08/04 12:32:56 http: TLS handshake error from 10.244.0.1:54226: EOF 2018/08/04 12:33:06 http: TLS handshake error from 10.244.0.1:54286: EOF 2018/08/04 12:33:16 http: TLS handshake error from 10.244.0.1:54346: EOF 2018/08/04 12:33:26 http: TLS handshake error from 10.244.0.1:54406: EOF 2018/08/04 12:33:36 http: TLS handshake error from 10.244.0.1:54466: EOF 2018/08/04 12:33:46 http: TLS handshake error from 10.244.0.1:54526: EOF 2018/08/04 12:33:56 http: TLS handshake error from 10.244.0.1:54586: EOF 2018/08/04 12:34:06 http: TLS handshake error from 10.244.0.1:54646: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running 2018/08/04 12:33:14 http: TLS handshake error from 10.244.1.1:49090: EOF level=info timestamp=2018-08-04T12:33:23.640266Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 12:33:24 http: TLS handshake error from 10.244.1.1:49096: EOF level=info timestamp=2018-08-04T12:33:31.594913Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:33:33.108756Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:33:33.717503Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:33:34 http: TLS handshake error from 10.244.1.1:49102: EOF level=info timestamp=2018-08-04T12:33:43.839081Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:33:44 http: TLS handshake error from 10.244.1.1:49108: EOF level=info timestamp=2018-08-04T12:33:53.622735Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 12:33:54 http: TLS handshake error from 10.244.1.1:49114: EOF level=info timestamp=2018-08-04T12:34:01.749964Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:34:03.208944Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:34:03.780502Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:34:04 http: TLS handshake error from 10.244.1.1:49120: EOF Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T12:28:08.721500Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmin9nxk kind= uid=d83fdba6-97e1-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:28:08.722064Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmin9nxk kind= uid=d83fdba6-97e1-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:28:08.803615Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim6pld kind= uid=d84b851c-97e1-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:28:08.807832Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim6pld kind= uid=d84b851c-97e1-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:28:08.920989Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi94msx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi94msx" level=info timestamp=2018-08-04T12:31:10.084011Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi94msx\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi94msx, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: d834e233-97e1-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi94msx" level=info timestamp=2018-08-04T12:31:10.476325Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijgrjk kind= uid=44a13c9b-97e2-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:31:10.476646Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijgrjk kind= uid=44a13c9b-97e2-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:31:10.496550Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipg6qq kind= uid=44a42445-97e2-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:31:10.496844Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipg6qq kind= uid=44a42445-97e2-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:31:10.538172Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmin6pvt kind= uid=44a647da-97e2-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:31:10.538430Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmin6pvt kind= uid=44a647da-97e2-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:31:10.559367Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihndb4 kind= uid=44ab6619-97e2-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:31:10.559531Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihndb4 kind= uid=44ab6619-97e2-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:31:10.633661Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipg6qq\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipg6qq" Pod name: virt-handler-ld9kt Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[236:{} 59:{} 184:{} 61:{} 60:{} 183:{} 144:{} 235:{} 232:{} 227:{} 62:{} 228:{} 231:{} 63:{}] level=error timestamp=2018-08-04T12:33:14.434752Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[62:{} 236:{} 59:{} 60:{} 61:{} 63:{} 232:{} 227:{} 228:{} 235:{} 231:{} 184:{} 183:{} 144:{}] level=error timestamp=2018-08-04T12:33:13.798822Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmihndb4-nt98m Pod phase: Pending Pod name: virt-launcher-testvmijgrjk-7l8cp Pod phase: Pending Pod name: virt-launcher-testvmin6pvt-jc9f8 Pod phase: Pending Pod name: virt-launcher-testvmipg6qq-zxvln Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.854 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance with custom MAC address [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:402 should configure custom MAC address /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:403 Timed out after 90.016s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 ------------------------------ level=info timestamp=2018-08-04T12:31:10.622604Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmijgrjk kind=VirtualMachineInstance uid=44a13c9b-97e2-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmijgrjk-7l8cp" Pod name: disks-images-provider-5xcjl Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gpxl2 Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-9q24g Pod phase: Running 2018/08/04 12:34:46 http: TLS handshake error from 10.244.0.1:54886: EOF 2018/08/04 12:34:56 http: TLS handshake error from 10.244.0.1:54946: EOF 2018/08/04 12:35:06 http: TLS handshake error from 10.244.0.1:55006: EOF 2018/08/04 12:35:16 http: TLS handshake error from 10.244.0.1:55066: EOF 2018/08/04 12:35:26 http: TLS handshake error from 10.244.0.1:55126: EOF 2018/08/04 12:35:36 http: TLS handshake error from 10.244.0.1:55186: EOF 2018/08/04 12:35:46 http: TLS handshake error from 10.244.0.1:55246: EOF 2018/08/04 12:35:56 http: TLS handshake error from 10.244.0.1:55306: EOF 2018/08/04 12:36:06 http: TLS handshake error from 10.244.0.1:55366: EOF 2018/08/04 12:36:16 http: TLS handshake error from 10.244.0.1:55426: EOF 2018/08/04 12:36:26 http: TLS handshake error from 10.244.0.1:55486: EOF 2018/08/04 12:36:36 http: TLS handshake error from 10.244.0.1:55546: EOF 2018/08/04 12:36:46 http: TLS handshake error from 10.244.0.1:55606: EOF 2018/08/04 12:36:56 http: TLS handshake error from 10.244.0.1:55666: EOF 2018/08/04 12:37:06 http: TLS handshake error from 10.244.0.1:55726: EOF Pod name: virt-api-bcc6b587d-p76gl Pod phase: Running 2018/08/04 12:36:24 http: TLS handshake error from 10.244.1.1:49204: EOF level=info timestamp=2018-08-04T12:36:31.828013Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T12:36:31.831979Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-08-04T12:36:32.647525Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:36:33.547407Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:36:34.138520Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:36:34 http: TLS handshake error from 10.244.1.1:49210: EOF level=info timestamp=2018-08-04T12:36:44.499196Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:36:44 http: TLS handshake error from 10.244.1.1:49216: EOF level=info timestamp=2018-08-04T12:36:53.619074Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/04 12:36:54 http: TLS handshake error from 10.244.1.1:49222: EOF level=info timestamp=2018-08-04T12:37:02.823996Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:37:03.665449Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-04T12:37:04.226297Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/04 12:37:04 http: TLS handshake error from 10.244.1.1:49228: EOF Pod name: virt-controller-67dcdd8464-d2jww Pod phase: Running level=info timestamp=2018-08-04T11:07:51.700099Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-xxms5 Pod phase: Running level=info timestamp=2018-08-04T12:34:12.012928Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmihndb4\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmihndb4, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 44ab6619-97e2-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmihndb4" level=info timestamp=2018-08-04T12:34:12.074849Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijgrjk\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmijgrjk, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 44a13c9b-97e2-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijgrjk" level=info timestamp=2018-08-04T12:34:12.082324Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmin6pvt\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmin6pvt, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 44a647da-97e2-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmin6pvt" level=info timestamp=2018-08-04T12:34:12.097501Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipg6qq\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmipg6qq, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 44a42445-97e2-11e8-beae-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipg6qq" level=info timestamp=2018-08-04T12:34:12.365886Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifzx42 kind= uid=b108b8f7-97e2-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:34:12.366205Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifzx42 kind= uid=b108b8f7-97e2-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:34:12.384595Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibrvq2 kind= uid=b10cf4c9-97e2-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:34:12.385661Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibrvq2 kind= uid=b10cf4c9-97e2-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:34:12.419855Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix9vdz kind= uid=b110f0ef-97e2-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:34:12.420012Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix9vdz kind= uid=b110f0ef-97e2-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:34:12.495078Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisb9ks kind= uid=b1175a95-97e2-11e8-beae-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:34:12.495463Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisb9ks kind= uid=b1175a95-97e2-11e8-beae-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:34:12.586557Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmibrvq2\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmibrvq2" level=info timestamp=2018-08-04T12:34:14.019120Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmisb9ks\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmisb9ks" level=info timestamp=2018-08-04T12:34:14.402586Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmisb9ks\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmisb9ks" Pod name: virt-handler-ld9kt Pod phase: Running 59 network_throughput 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[183:{} 228:{} 61:{} 184:{} 144:{} 231:{} 63:{} 232:{} 59:{} 62:{} 235:{} 236:{} 60:{} 227:{}] Pod name: virt-handler-rsgnh Pod phase: Running 60 network_latency 61 cpu_dma_latency 184 microcode 227 mcelog 62 crash 183 hw_random 144 nvram 228 hpet 235 autofs 231 snapshot 63 vga_arbiter Printing discovered devices map[236:{} 62:{} 183:{} 60:{} 231:{} 63:{} 59:{} 61:{} 144:{} 232:{} 184:{} 227:{} 228:{} 235:{}] level=error timestamp=2018-08-04T12:36:29.063166Z pos=health.go:55 component=virt-handler reason="tun device does not show up in /proc/misc, is the module loaded?" msg="Check for mandatory device /dev/net/tun failed" Pod name: virt-launcher-testvmibrvq2-65xv8 Pod phase: Pending Pod name: virt-launcher-testvmifzx42-s4hdk Pod phase: Pending Pod name: virt-launcher-testvmisb9ks-nml66 Pod phase: Pending Pod name: virt-launcher-testvmix9vdz-bxtj9 Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.879 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance with custom MAC address in non-conventional format [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:414 should configure custom MAC address /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:415 Timed out after 90.011s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 ------------------------------ level=info timestamp=2018-08-04T12:34:12.549028Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmifzx42 kind=VirtualMachineInstance uid=b108b8f7-97e2-11e8-beae-525500d15501 msg="Created virtual machine pod virt-launcher-testvmifzx42-s4hdk" panic: test timed out after 1h30m0s goroutine 15328 [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(0xc4206705a0, 0x12ad0d7, 0x9, 0x1339680, 0x47fa16) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:825 +0x301 testing.runTests.func1(0xc4206704b0) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:1063 +0x64 testing.tRunner(0xc4206704b0, 0xc42010fdf8) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:777 +0xd0 testing.runTests(0xc420838120, 0x1bc0e20, 0x1, 0x1, 0x412009) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:1061 +0x2c4 testing.(*M).Run(0xc420366100, 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 9 [sleep]: time.Sleep(0x6e9240d) /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(0x6e9240d) /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(0xc420d4ff80) /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(0xc42058f800) /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(0xc42058f800, 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(0xc420aa4600, 0xc420d00040, 0xc, 0xc420fef8c0, 0xc420aa4600, 0xc42050f000, 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, 0xc4208d4f00, 0x13, 0x12a74c2, 0x4, 0xc4208d0cb8, 0x0, 0x0, 0x10c8b60, 0x10c8b60, ...) /gimme/.gimme/versions/go1.10.linux.amd64/src/reflect/value.go:447 +0x969 reflect.Value.Call(0x10c8b60, 0xc4208d4f00, 0x13, 0xc4208d0cb8, 0x0, 0x0, 0x44b21b, 0xc420b6ff98, 0xc4208d0cf0) /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(0xc42088d8c0, 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(0xc42088d8c0, 0x13c29a0, 0xc420494840, 0x412801, 0xc420494850, 0x1, 0x1, 0xc420494850) /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(0xc42088d8c0, 0x13c29a0, 0xc420494840, 0xc420494850, 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, 0xc4210c7b80, 0x5a, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1024 +0x703 kubevirt.io/kubevirt/tests.WaitForSuccessfulVMIStart(0x13b9580, 0xc4210c7b80, 0xc4208d1120, 0xa206ae) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1047 +0x43 kubevirt.io/kubevirt/tests.WaitUntilVMIReady(0xc4210c7b80, 0x1339658, 0x1c06250) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1052 +0x3b kubevirt.io/kubevirt/tests_test.glob..func18.4() /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:135 +0x72b kubevirt.io/kubevirt/tests.BeforeAll.func1() /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1334 +0x3f kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync(0xc420744120, 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(0xc420744120, 0xc420395a40, 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.(*SetupNode).Run(0xc42000e8b0, 0x13b5fc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/leafnodes/setup_nodes.go:15 +0x7f kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/spec.(*Spec).runSample(0xc4208b9c20, 0x0, 0x13b5fc0, 0xc4200c54c0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/spec/spec.go:181 +0x1f1 kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/spec.(*Spec).Run(0xc4208b9c20, 0x13b5fc0, 0xc4200c54c0) /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(0xc42077aa00, 0xc4208b9c20, 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(0xc42077aa00, 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(0xc42077aa00, 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(0xc4200ecaf0, 0x7fad3744f950, 0xc4206705a0, 0x12af51b, 0xb, 0xc420838160, 0x2, 0x2, 0x13d0ca0, 0xc4200c54c0, ...) /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, 0xc4206705a0, 0x12af51b, 0xb, 0xc420838140, 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, 0xc4206705a0, 0x12af51b, 0xb, 0xc4203f0880, 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(0xc4206705a0) /root/go/src/kubevirt.io/kubevirt/tests/tests_suite_test.go:43 +0xaa testing.tRunner(0xc4206705a0, 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 10 [chan receive, 90 minutes]: kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).registerForInterrupts(0xc42077aa00, 0xc420547200) /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 11 [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(0xc4208b0750, 0xc4205472c0) /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 16 [IO wait]: internal/poll.runtime_pollWait(0x7fad37432f00, 0x72, 0xc420e7c850) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc420842798, 0x72, 0xffffffffffffff00, 0x13b7ca0, 0x1ad8640) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc420842798, 0xc420c7a000, 0x8000, 0x8000) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc420842780, 0xc420c7a000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc420842780, 0xc420c7a000, 0x8000, 0x8000, 0x0, 0x8, 0x7ffb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc420510850, 0xc420c7a000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc420705b30, 0x7fad3744fb60, 0xc420510850, 0x5, 0xc420510850, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc420846700, 0x133b617, 0xc420846820, 0x20) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc420846700, 0xc42073c000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).Read(0xc420924a80, 0xc420952118, 0x9, 0x9, 0xc4202d8538, 0xc4203eeae0, 0xc420e7cd10) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:216 +0x238 io.ReadAtLeast(0x13b4e00, 0xc420924a80, 0xc420952118, 0x9, 0x9, 0x9, 0xc420e7cce0, 0xc420e7cce0, 0x406614) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:309 +0x86 io.ReadFull(0x13b4e00, 0xc420924a80, 0xc420952118, 0x9, 0x9, 0xc4202d84e0, 0xc420e7cd10, 0xc400007201) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:327 +0x58 kubevirt.io/kubevirt/vendor/golang.org/x/net/http2.readFrameHeader(0xc420952118, 0x9, 0x9, 0x13b4e00, 0xc420924a80, 0x0, 0xc400000000, 0x7baa0d, 0xc420e7cfb0) /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(0xc4209520e0, 0xc420991890, 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(0xc420e7cfb0, 0x133a5d8, 0xc4208adfb0) /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(0xc42024e1a0) /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 make: *** [functest] Error 2 + make cluster-down ./cluster/down.sh