+ export WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev + WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev + [[ k8s-1.11.0-dev =~ openshift-.* ]] + [[ k8s-1.11.0-dev =~ .*-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:49:38 Waiting for host: 192.168.66.101:22 2018/08/04 10:49:41 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/08/04 10:49:49 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/08/04 10:49:55 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: connection refused. Sleeping 5s 2018/08/04 10:50:00 Connected to tcp://192.168.66.101:22 ++ systemctl status docker ++ wc -l ++ grep active + [[ 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:01.159994 1262 feature_gate.go:230] feature gates: &{map[]} I0804 10:50:01.333224 1262 kernel_validator.go:81] Validating kernel version I0804 10:50:01.333483 1262 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 55.022948 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:d16894693cedd973565df6a4ef47f4963584f058a422adbacd5db725edbddc70 + 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:15 Waiting for host: 192.168.66.102:22 2018/08/04 10:51:18 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/08/04 10:51:26 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/08/04 10:51:31 Connected to tcp://192.168.66.102:22 ++ systemctl status docker ++ wc -l ++ grep active + [[ 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_wrr:{} ip_vs_sh:{} nf_conntrack_ipv4:{} ip_vs:{} ip_vs_rr:{}] you can solve this problem with following methods: 1. Run 'modprobe -- ' to load missing kernel modules; 2. Provide the missing builtin kernel ipvs support I0804 10:51:32.158521 1253 kernel_validator.go:81] Validating kernel version I0804 10:51:32.158853 1253 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 52s v1.11.0 node02 Ready 22s v1.11.0 + kubectl_rc=0 + '[' 0 -ne 0 ']' ++ kubectl get nodes --no-headers ++ grep NotReady ++ cluster/kubectl.sh get nodes --no-headers + '[' -n '' ']' + set -e + echo 'Nodes are ready:' Nodes are ready: + kubectl get nodes + cluster/kubectl.sh get nodes NAME STATUS ROLES AGE VERSION node01 Ready master 53s v1.11.0 node02 Ready 23s v1.11.0 + make cluster-sync ./cluster/build.sh Building ... Untagged: localhost:33182/kubevirt/virt-controller:devel Untagged: localhost:33182/kubevirt/virt-controller@sha256:a9eeac99cc8d0e50c700a2391ad9184f77cdec5ab200916163e9fe9253ac2252 Deleted: sha256:ba931b58a4b2860a60e63ea3f9f3a9c38194ba50c16beab76babd5d0857607d2 Deleted: sha256:f07dce66f60b592f9e620cefcb4cd47cd8f686858543ee401c25a3072ecc4c02 Deleted: sha256:0ea00864fd811e6a08eb14ceb56d06e571ec8c7a49ccb92f3dff533aa2cb42e4 Deleted: sha256:7069b508fdbf3f6290b60fcd941f88be5734108b2fe3f8289c4c641e2e091403 Untagged: localhost:33182/kubevirt/virt-launcher:devel Untagged: localhost:33182/kubevirt/virt-launcher@sha256:18f5c3eab0bde54685af0e5d106157ae8645bdad84f569af9a2dca4f8ea34d69 Deleted: sha256:f873cbec03502db1590aa9aeb6871973a42d50ed5e0d491d25bf14ec67c8c5c0 Deleted: sha256:82162749690700f707209ceb4156ae6bedf04667415b0d621c3653ebb63ef398 Deleted: sha256:451cbbe9e65cfd72f62135673e6ba8e317532d8f5a57560a7e2945dc71397cdf Deleted: sha256:9379eea19ea34d6d682ee73777002d89d4f9febc502e9216a01428bd08c84300 Deleted: sha256:1b1ce09bc3c8bcbc9422f6784bd6e85338a2f78a22aaedf38ffce207af0122b6 Deleted: sha256:e1ebd762506ef8a9af05f41eceeb0da32f2f51ce0b15121d31df307058d0a152 Deleted: sha256:50c73161648f15f5406f40b86d7ffb79c5503d5d8524f84e7fc51b1f0a22c50a Deleted: sha256:1de7aa4032afe7be873426e3bd19b800e325de647eb8e27596412e5709ff1eb5 Deleted: sha256:69903f0d132c080a9e55900a0e246df3473771ebf2bd49fa4363c0e032a6771a Deleted: sha256:ac704c62b7dbea9ca1586c5cf1e56b86e171f4e6762d9a563809a4b553ea91f5 Untagged: localhost:33182/kubevirt/virt-handler:devel Untagged: localhost:33182/kubevirt/virt-handler@sha256:71cbb0f6ecbc6b9892d8b4dd0ab175943ca0ee03e76a807bb1faaa96947de40d Deleted: sha256:cbd4484e944d1c3ba633f9451122bd96edaa00bd8d3ab970b1cf427002df1229 Deleted: sha256:a5d0cb1b8900bb455294b0ebec270b9d33b8b5f405914cf8c75a2a26076f0cf2 Deleted: sha256:4f89e3d59178c9786fe235ef9b6c2de0772100b01e55740a67cbbd82955252c7 Deleted: sha256:3688354fd1c41061f1f5d803d4f87aa5bd70a019cdea17debc8262192d8df6d6 Untagged: localhost:33182/kubevirt/virt-api:devel Untagged: localhost:33182/kubevirt/virt-api@sha256:6f987d0083726f6709f0f695dae3d0b9e6ea1e1d06aebca1a9a85da0a826c84e Deleted: sha256:60e3165d897b76c3cb7abff05f985c5e38f550f7ec74732c16fc3d8ee1596af3 Deleted: sha256:f949a9d261c544f6fdfffe3abc35605b4c6af221deed83e43b10c59717534b5e Deleted: sha256:5a2835457266932cd97dd573926d7a759aa406b860928da1d5522ea63f74fa41 Deleted: sha256:f30a8190c50a2ea2c997e68207d2cdfd2279cf084e4b1dca9475ae64523ccfa8 Untagged: localhost:33182/kubevirt/subresource-access-test:devel Untagged: localhost:33182/kubevirt/subresource-access-test@sha256:2c9a0fe258240864616d1472a01d9f45652d9bc17d8e8759e44b567ee794a3f6 Deleted: sha256:ec902aca7042eb9445c623edc32c500579b91eecff1a2df9231b2bd42091014f Deleted: sha256:5d72fd9a68d95474f64f0d73964c79ce8880b0fd6d28b652d1dbce603224cfb4 Deleted: sha256:1ff475511c7918dfe439a7baff71dd7d919926d5e9a4ee292c4dd63e172787bd Deleted: sha256:2f58cf126f1ceaf14ef0d3552d5fc28d61c8e0bc8f046738494c969a6b285f3a Untagged: localhost:33182/kubevirt/example-hook-sidecar:devel Untagged: localhost:33182/kubevirt/example-hook-sidecar@sha256:5e799cfd5fadfa30edd79039fa1b44c9f94043ce7914000f270a98f47c35d9c9 Deleted: sha256:a389036067a35a726708721997ad8e3ef9453e585a33b8367b406c0921799f50 Deleted: sha256:4fb262a4f5b4bf03ca3a606783ac6a6182259e5abb9aae669bffb645f96a5874 Deleted: sha256:70e6426eddc5df5eb16922d1042bf5bf959d736b8c708b1a2242eae2d5137e95 Deleted: sha256:9a0fd44702103c81c02062b58cb9f3871fbbba3b1de1e687a059eca66ec64ab5 sha256:dcf2b21fa2ed11dcf9dbba21b1cca0ee3fad521a0e9aee61c06d0b0b66a4b200 go version go1.10 linux/amd64 go version go1.10 linux/amd64 make[1]: Entering directory `/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/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 ---> cc2b83b66848 Removing intermediate container d13bae161b0e Step 7/8 : ENTRYPOINT /usr/bin/virt-controller ---> Running in 64463d4dd8b7 ---> c0ffbb9d1539 Removing intermediate container 64463d4dd8b7 Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.11.0-dev0" '' "virt-controller" '' ---> Running in 3fb1b7b5ebdd ---> 82a4462b4739 Removing intermediate container 3fb1b7b5ebdd Successfully built 82a4462b4739 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 ---> 39f9c6525179 Removing intermediate container 407c2a6bf602 Step 5/10 : COPY kubevirt-sudo /etc/sudoers.d/kubevirt ---> 9f908a4eb626 Removing intermediate container db154c390a1e Step 6/10 : RUN setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/qemu-system-x86_64 ---> Running in f39d29ba3240  ---> eb46ebda5793 Removing intermediate container f39d29ba3240 Step 7/10 : RUN mkdir -p /usr/share/kubevirt/virt-launcher ---> Running in 1a5553952d39  ---> 4ac589eb0ffb Removing intermediate container 1a5553952d39 Step 8/10 : COPY entrypoint.sh libvirtd.sh sock-connector /usr/share/kubevirt/virt-launcher/ ---> 62c7b3e0b22e Removing intermediate container e37dd33dbb0e Step 9/10 : ENTRYPOINT /usr/share/kubevirt/virt-launcher/entrypoint.sh ---> Running in 43c4756e06e2 ---> f2936569cd68 Removing intermediate container 43c4756e06e2 Step 10/10 : LABEL "kubevirt-functional-tests-k8s-1.11.0-dev0" '' "virt-launcher" '' ---> Running in 8d81f633730e ---> ace6a3dcc135 Removing intermediate container 8d81f633730e Successfully built ace6a3dcc135 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 ---> 479706eac4a3 Removing intermediate container 1fc7465ba9fd Step 4/5 : ENTRYPOINT /usr/bin/virt-handler ---> Running in c45c24b9528f ---> 8a322c6072e3 Removing intermediate container c45c24b9528f Step 5/5 : LABEL "kubevirt-functional-tests-k8s-1.11.0-dev0" '' "virt-handler" '' ---> Running in b6a107fd27a7 ---> 21f5e7beae75 Removing intermediate container b6a107fd27a7 Successfully built 21f5e7beae75 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 ---> 25a11f66cdbd Removing intermediate container 2e2a9d0296e1 Step 7/8 : ENTRYPOINT /usr/bin/virt-api ---> Running in c711bd6d00c5 ---> 18a506d91408 Removing intermediate container c711bd6d00c5 Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.11.0-dev0" '' "virt-api" '' ---> Running in 7d5ab6772093 ---> f727ba7af33a Removing intermediate container 7d5ab6772093 Successfully built f727ba7af33a 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-dev0" '' ---> Using cache ---> ce29f424cc93 Successfully built ce29f424cc93 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-dev0" '' "vm-killer" '' ---> Using cache ---> 08e9fdc44c13 Successfully built 08e9fdc44c13 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-dev0" '' "registry-disk-v1alpha" '' ---> Using cache ---> 8de7f4959dd4 Successfully built 8de7f4959dd4 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33603/kubevirt/registry-disk-v1alpha:devel ---> 8de7f4959dd4 Step 2/4 : MAINTAINER "David Vossel" \ ---> Using cache ---> 49a3f493dc16 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 ---> 8e5011e93ffa Step 4/4 : LABEL "cirros-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.11.0-dev0" '' ---> Using cache ---> a1b0ec251983 Successfully built a1b0ec251983 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33603/kubevirt/registry-disk-v1alpha:devel ---> 8de7f4959dd4 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> d22f57947ffb 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 ---> 5c1be4f0e759 Step 4/4 : LABEL "fedora-cloud-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.11.0-dev0" '' ---> Using cache ---> 0d3284ce9dbb Successfully built 0d3284ce9dbb Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33603/kubevirt/registry-disk-v1alpha:devel ---> 8de7f4959dd4 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> d22f57947ffb 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 ---> b3fefa2de4bc Step 4/4 : LABEL "alpine-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.11.0-dev0" '' ---> Using cache ---> 0c1cb3296027 Successfully built 0c1cb3296027 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 ---> 3d0d12423f22 Removing intermediate container 83e683a08b5f Step 7/8 : ENTRYPOINT /subresource-access-test ---> Running in 16d648da6dd3 ---> 1e467efe1b43 Removing intermediate container 16d648da6dd3 Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.11.0-dev0" '' "subresource-access-test" '' ---> Running in d452c75b1af4 ---> 9c1966e39831 Removing intermediate container d452c75b1af4 Successfully built 9c1966e39831 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-dev0" '' "winrmcli" '' ---> Using cache ---> 7693f5193568 Successfully built 7693f5193568 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 ---> ba6bdb23f2d5 Removing intermediate container 2de39094ff53 Step 4/5 : ENTRYPOINT /example-hook-sidecar ---> Running in efb7ea5cf827 ---> 447e28124923 Removing intermediate container efb7ea5cf827 Step 5/5 : LABEL "example-hook-sidecar" '' "kubevirt-functional-tests-k8s-1.11.0-dev0" '' ---> Running in fcb76b2c1922 ---> eff5908b2dcf Removing intermediate container fcb76b2c1922 Successfully built eff5908b2dcf hack/build-docker.sh push The push refers to a repository [localhost:33603/kubevirt/virt-controller] 84fe58e8c466: Preparing aa89340cf7a8: Preparing 891e1e4ef82a: Preparing aa89340cf7a8: Pushed 84fe58e8c466: Pushed 891e1e4ef82a: Pushed devel: digest: sha256:226dca5a7aace3b943fbf7140e6c14820bb969dcbb37f7d384f4d6bdf0f3aa64 size: 949 The push refers to a repository [localhost:33603/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 b83399358a92: Waiting 186d8b3e4fd8: Waiting 891e1e4ef82a: Waiting 5eefb9960a36: Waiting da38cf808aa5: Waiting 633427c64a24: Waiting 8cb20a185085: Pushed f06852e20661: Pushed bd90756c1da6: Pushed da38cf808aa5: Pushed b83399358a92: Pushed 186d8b3e4fd8: Pushed fa6154170bf5: Pushed 891e1e4ef82a: Mounted from kubevirt/virt-controller 2f5b27977bc9: Pushed 633427c64a24: Pushed 913872b3a418: Pushed 5eefb9960a36: Pushed devel: digest: sha256:8fa7b0eea96fe77974650d2353c9106ad4e09c276632557b6fafa3748a93ff45 size: 2828 The push refers to a repository [localhost:33603/kubevirt/virt-handler] 5d3d7802c6a7: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-launcher 5d3d7802c6a7: Pushed devel: digest: sha256:f8342f9f9129b317100fd87d90316dacfb2c6ed56bb24bd3c38831e010e65900 size: 740 The push refers to a repository [localhost:33603/kubevirt/virt-api] d6e6ade2da6b: Preparing 82fc744c99b4: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-handler 82fc744c99b4: Pushed d6e6ade2da6b: Pushed devel: digest: sha256:d65a38d4981fa1b685f896af45e6a739f7785f30da5778155a420ab3a3fcfb74 size: 948 The push refers to a repository [localhost:33603/kubevirt/disks-images-provider] 71ad31feb2c5: Preparing 21d4b721776e: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-api 71ad31feb2c5: Pushed 21d4b721776e: Pushed devel: digest: sha256:93a2d8fbd58f732bcc0ddfa782eb0ec8b66841da3432d4d076031b0cf0374893 size: 948 The push refers to a repository [localhost:33603/kubevirt/vm-killer] c4cfadeeaf5f: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/disks-images-provider c4cfadeeaf5f: Pushed devel: digest: sha256:1c6e16fdf1220d75998f09c67409a225579ff3e3d90208aa38d8f824316c1437 size: 740 The push refers to a repository [localhost:33603/kubevirt/registry-disk-v1alpha] 661cce8d8e52: Preparing 41e0baba3077: Preparing 25edbec0eaea: Preparing 661cce8d8e52: Pushed 41e0baba3077: Pushed 25edbec0eaea: Pushed devel: digest: sha256:03a06bd0321a8a1693e5ef2e7fac4e99c8a868c8d67c89d00d29393fc49834cf size: 948 The push refers to a repository [localhost:33603/kubevirt/cirros-registry-disk-demo] ce69c857cc6c: Preparing 661cce8d8e52: Preparing 41e0baba3077: Preparing 25edbec0eaea: Preparing 25edbec0eaea: Mounted from kubevirt/registry-disk-v1alpha 661cce8d8e52: Mounted from kubevirt/registry-disk-v1alpha 41e0baba3077: Mounted from kubevirt/registry-disk-v1alpha ce69c857cc6c: Pushed devel: digest: sha256:eaac17e61b627a9d84311f369185deb054f9e728f308695d91d7bedc9e1dcb86 size: 1160 The push refers to a repository [localhost:33603/kubevirt/fedora-cloud-registry-disk-demo] ac5988afc68a: Preparing 661cce8d8e52: Preparing 41e0baba3077: Preparing 25edbec0eaea: Preparing 661cce8d8e52: Mounted from kubevirt/cirros-registry-disk-demo 25edbec0eaea: Mounted from kubevirt/cirros-registry-disk-demo 41e0baba3077: Mounted from kubevirt/cirros-registry-disk-demo ac5988afc68a: Pushed devel: digest: sha256:bcd44fd2ce40c282482794eee80e6b10c3ff2a8be2b4c36c26d12a732df91434 size: 1161 The push refers to a repository [localhost:33603/kubevirt/alpine-registry-disk-demo] 2670ecb7d9d9: Preparing 661cce8d8e52: Preparing 41e0baba3077: Preparing 25edbec0eaea: Preparing 25edbec0eaea: Waiting 661cce8d8e52: Mounted from kubevirt/fedora-cloud-registry-disk-demo 41e0baba3077: Mounted from kubevirt/fedora-cloud-registry-disk-demo 25edbec0eaea: Mounted from kubevirt/fedora-cloud-registry-disk-demo 2670ecb7d9d9: Pushed devel: digest: sha256:82f5ee9b5fd9f1095618f692bae697f204012415acada61cadd3465f2075818d size: 1160 The push refers to a repository [localhost:33603/kubevirt/subresource-access-test] 66c667eeaaaf: Preparing 25cb73590a9d: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/vm-killer 25cb73590a9d: Pushed 66c667eeaaaf: Pushed devel: digest: sha256:74d4036bd49e5ac0e336b3b6d6a18c7e389acb29e5fda13c5161dc003e8d014f size: 948 The push refers to a repository [localhost:33603/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:b90cb25cae51d5b205fd12ac5d635365f53da75eed215e41c0e50e01d75c9bf1 size: 1165 The push refers to a repository [localhost:33603/kubevirt/example-hook-sidecar] deddc0b1f2ab: Preparing 39bae602f753: Preparing deddc0b1f2ab: Pushed 39bae602f753: Pushed devel: digest: sha256:3e9d258bc44ed1ed28581e9138c3ad782253821b92c48814789bb886eb0a459c size: 740 make[1]: Leaving directory `/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/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-dev/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/go/src/kubevirt.io/kubevirt/_out/manifests ++ MANIFEST_TEMPLATES_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/go/src/kubevirt.io/kubevirt/_out/templates/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/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-dev ']' ++ provider_prefix=kubevirt-functional-tests-k8s-1.11.0-dev0 ++ job_prefix=kubevirt-functional-tests-k8s-1.11.0-dev0 +++ kubevirt_version +++ '[' -n '' ']' +++ '[' -d /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/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-dev/go/src/kubevirt.io/kubevirt/cluster/k8s-1.11.0/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/go/src/kubevirt.io/kubevirt/cluster/k8s-1.11.0/.kubectl +++ docker_prefix=localhost:33603/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 ++ wc -l ++ export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig ++ KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig ++ cluster/k8s-1.11.0/.kubectl -n default get crd offlinevirtualmachines.kubevirt.io No resources found. Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "offlinevirtualmachines.kubevirt.io" not found + '[' 0 -gt 0 ']' + for i in '${namespaces[@]}' + _kubectl -n kube-system delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete apiservices -l kubevirt.io No resources found + _kubectl -n kube-system delete deployment -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete deployment -l kubevirt.io No resources found + _kubectl -n kube-system delete rs -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete rs -l kubevirt.io No resources found + _kubectl -n kube-system delete services -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete services -l kubevirt.io No resources found + _kubectl -n kube-system delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete apiservices -l kubevirt.io No resources found + _kubectl -n kube-system delete validatingwebhookconfiguration -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete validatingwebhookconfiguration -l kubevirt.io No resources found + _kubectl -n kube-system delete secrets -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete secrets -l kubevirt.io No resources found + _kubectl -n kube-system delete pv -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete pv -l kubevirt.io No resources found + _kubectl -n kube-system delete pvc -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete pvc -l kubevirt.io No resources found + _kubectl -n kube-system delete ds -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete ds -l kubevirt.io No resources found + _kubectl -n kube-system delete customresourcedefinitions -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete customresourcedefinitions -l kubevirt.io No resources found + _kubectl -n kube-system delete pods -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete pods -l kubevirt.io No resources found + _kubectl -n kube-system delete clusterrolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete clusterrolebinding -l kubevirt.io No resources found + _kubectl -n kube-system delete rolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete rolebinding -l kubevirt.io No resources found + _kubectl -n kube-system delete roles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete roles -l kubevirt.io No resources found + _kubectl -n kube-system delete clusterroles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete clusterroles -l kubevirt.io No resources found + _kubectl -n kube-system delete serviceaccounts -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete serviceaccounts -l kubevirt.io No resources found ++ _kubectl -n kube-system get crd offlinevirtualmachines.kubevirt.io ++ wc -l ++ export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig ++ KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig ++ cluster/k8s-1.11.0/.kubectl -n kube-system get crd offlinevirtualmachines.kubevirt.io No resources found. Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "offlinevirtualmachines.kubevirt.io" not found + '[' 0 -gt 0 ']' + sleep 2 + echo Done Done ./cluster/deploy.sh + source hack/common.sh ++++ dirname 'hack/common.sh[0]' +++ cd hack/../ +++ pwd ++ KUBEVIRT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/go/src/kubevirt.io/kubevirt/_out/manifests ++ MANIFEST_TEMPLATES_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/go/src/kubevirt.io/kubevirt/_out/templates/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/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-dev ']' ++ provider_prefix=kubevirt-functional-tests-k8s-1.11.0-dev0 ++ job_prefix=kubevirt-functional-tests-k8s-1.11.0-dev0 +++ kubevirt_version +++ '[' -n '' ']' +++ '[' -d /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/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-dev/go/src/kubevirt.io/kubevirt/cluster/k8s-1.11.0/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/go/src/kubevirt.io/kubevirt/cluster/k8s-1.11.0/.kubectl +++ docker_prefix=localhost:33603/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-dev ]] + [[ k8s-1.11.0-dev =~ .*-dev ]] + _kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/go/src/kubevirt.io/kubevirt/_out/manifests/dev -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-dev/go/src/kubevirt.io/kubevirt/_out/manifests/dev -R 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:admin created clusterrole.rbac.authorization.k8s.io/kubevirt.io:edit created clusterrole.rbac.authorization.k8s.io/kubevirt.io:view created clusterrole.rbac.authorization.k8s.io/kubevirt.io:default created clusterrolebinding.rbac.authorization.k8s.io/kubevirt.io:default created customresourcedefinition.apiextensions.k8s.io/virtualmachineinstancereplicasets.kubevirt.io created service/virt-api created deployment.extensions/virt-api created service/virt-controller created deployment.extensions/virt-controller created daemonset.extensions/virt-handler created customresourcedefinition.apiextensions.k8s.io/virtualmachines.kubevirt.io created customresourcedefinition.apiextensions.k8s.io/virtualmachineinstances.kubevirt.io created customresourcedefinition.apiextensions.k8s.io/virtualmachineinstancepresets.kubevirt.io created + _kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/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-dev/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-7d79975b94-cp44t 0/1 ContainerCreating 0 2s virt-controller-67dcdd8464-6s4mc 0/1 ContainerCreating 0 2s virt-controller-67dcdd8464-9rc7g 0/1 ContainerCreating 0 2s virt-handler-qwdll 0/1 ContainerCreating 0 2s virt-handler-tx4jt 0/1 ContainerCreating 0 2s' ']' + 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-2c8f6 0/1 Pending 0 1s disks-images-provider-gtbx9 0/1 Pending 0 1s virt-api-7d79975b94-cp44t 0/1 ContainerCreating 0 4s virt-controller-67dcdd8464-6s4mc 0/1 ContainerCreating 0 4s virt-controller-67dcdd8464-9rc7g 0/1 ContainerCreating 0 4s virt-handler-qwdll 0/1 ContainerCreating 0 4s virt-handler-tx4jt 0/1 ContainerCreating 0 4s + 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 + true + sleep 30 + current_time=30 + '[' 30 -gt 300 ']' ++ kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ grep false ++ cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers + '[' -n '' ']' + kubectl get pods -n kube-system + cluster/kubectl.sh get pods -n kube-system NAME READY STATUS RESTARTS AGE coredns-78fcdf6894-vbp58 1/1 Running 0 15m coredns-78fcdf6894-xphnr 1/1 Running 0 15m disks-images-provider-2c8f6 1/1 Running 0 1m disks-images-provider-gtbx9 1/1 Running 0 1m etcd-node01 1/1 Running 0 15m kube-apiserver-node01 1/1 Running 0 14m kube-controller-manager-node01 1/1 Running 0 15m kube-flannel-ds-fxgsq 1/1 Running 0 15m kube-flannel-ds-rrmhf 1/1 Running 0 15m kube-proxy-svrcn 1/1 Running 0 15m kube-proxy-x4mdj 1/1 Running 0 15m kube-scheduler-node01 1/1 Running 0 14m virt-api-7d79975b94-cp44t 1/1 Running 0 1m virt-controller-67dcdd8464-6s4mc 1/1 Running 0 1m virt-controller-67dcdd8464-9rc7g 1/1 Running 0 1m virt-handler-qwdll 1/1 Running 0 1m virt-handler-tx4jt 1/1 Running 0 1m + for i in '${namespaces[@]}' + current_time=0 ++ kubectl get pods -n default --no-headers ++ cluster/kubectl.sh get pods -n default --no-headers ++ grep -v Running + '[' -n '' ']' + current_time=0 ++ kubectl get pods -n default '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ grep false ++ cluster/kubectl.sh get pods -n default '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers + '[' -n '' ']' + kubectl get pods -n default + cluster/kubectl.sh get pods -n default NAME READY STATUS RESTARTS AGE local-volume-provisioner-44j75 1/1 Running 0 15m local-volume-provisioner-4zrwl 1/1 Running 0 15m + kubectl version + cluster/kubectl.sh version Client Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.0", GitCommit:"91e7b4fd31fcd3d5f436da26c980becec37ceefe", GitTreeState:"clean", BuildDate:"2018-06-27T20:17:28Z", GoVersion:"go1.10.2", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.0", GitCommit:"91e7b4fd31fcd3d5f436da26c980becec37ceefe", GitTreeState:"clean", BuildDate:"2018-06-27T20:08:34Z", GoVersion:"go1.10.2", Compiler:"gc", Platform:"linux/amd64"} + ginko_params='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/junit.xml' + [[ k8s-1.11.0-dev =~ windows.* ]] + FUNC_TEST_ARGS='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-dev/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: 1533380856 Will run 148 of 148 specs Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running level=info timestamp=2018-08-04T11:09:39.654851Z 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:09:44.679959Z 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:09:47 http: TLS handshake error from 10.244.1.1:45888: EOF 2018/08/04 11:09:57 http: TLS handshake error from 10.244.1.1:45894: EOF level=info timestamp=2018-08-04T11:09:59.006971Z 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:09:59.079183Z 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:10:06.202152Z pos=filter.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:10:07 http: TLS handshake error from 10.244.1.1:45900: EOF level=info timestamp=2018-08-04T11:10:09.775287Z 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:10:14.835964Z 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:10:17 http: TLS handshake error from 10.244.1.1:45906: EOF 2018/08/04 11:10:27 http: TLS handshake error from 10.244.1.1:45912: EOF level=info timestamp=2018-08-04T11:10:29.075579Z 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:10:29.168409Z 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:10:36.230518Z 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-6s4mc Pod phase: Running level=info timestamp=2018-08-04T11:05:47.991130Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer limitrangeInformer" level=info timestamp=2018-08-04T11:05:47.991251Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer vmiInformer" level=info timestamp=2018-08-04T11:05:47.991328Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer kubeVirtPodInformer" level=info timestamp=2018-08-04T11:05:47.991380Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer kubeVirtNodeInformer" level=info timestamp=2018-08-04T11:05:47.991425Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer vmiPresetInformer" level=info timestamp=2018-08-04T11:05:47.991467Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer vmirsInformer" level=info timestamp=2018-08-04T11:05:47.991508Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer configMapInformer" level=info timestamp=2018-08-04T11:05:47.991734Z pos=vm.go:85 component=virt-controller service=http msg="Starting VirtualMachine controller." level=info timestamp=2018-08-04T11:05:47.999200Z pos=node.go:104 component=virt-controller service=http msg="Starting node controller." level=info timestamp=2018-08-04T11:05:47.999413Z pos=vmi.go:129 component=virt-controller service=http msg="Starting vmi controller." level=info timestamp=2018-08-04T11:05:47.999542Z pos=replicaset.go:111 component=virt-controller service=http msg="Starting VirtualMachineInstanceReplicaSet controller." level=info timestamp=2018-08-04T11:05:47.999691Z pos=preset.go:74 component=virt-controller service=http msg="Starting Virtual Machine Initializer." level=info timestamp=2018-08-04T11:07:37.098230Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix492j kind= uid=986a9889-97d6-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:07:37.109792Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix492j kind= uid=986a9889-97d6-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:07:37.340823Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmix492j\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmix492j" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 231:{} 63:{} 61:{} 59:{} 236:{} 184:{} 227:{} 62:{} 228:{} 232:{} 144:{} 235:{} 60:{}] level=error timestamp=2018-08-04T11:09:57.469233Z 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-tx4jt 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:{} 231:{} 236:{} 60:{} 61:{} 227:{} 235:{} 63:{} 228:{} 232:{} 59:{} 62:{} 183:{}] level=error timestamp=2018-08-04T11:10:01.396680Z 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-testvmix492j-8bps8 Pod phase: Pending • Failure [180.974 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 with Alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:71 should be successfully started /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 with Disk PVC [It] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 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:1034 ------------------------------ STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-08-04T11:07:38.021127Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmix492j kind=VirtualMachineInstance uid=986a9889-97d6-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmix492j-8bps8" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running level=info timestamp=2018-08-04T11:12:45.600792Z 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:47 http: TLS handshake error from 10.244.1.1:45996: EOF 2018/08/04 11:12:57 http: TLS handshake error from 10.244.1.1:46002: EOF level=info timestamp=2018-08-04T11:12:59.500166Z 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:59.603980Z 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:06.235919Z pos=filter.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:13:07 http: TLS handshake error from 10.244.1.1:46008: EOF level=info timestamp=2018-08-04T11:13:10.383918Z 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:15.776125Z 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:17 http: TLS handshake error from 10.244.1.1:46014: EOF 2018/08/04 11:13:27 http: TLS handshake error from 10.244.1.1:46020: EOF level=info timestamp=2018-08-04T11:13:29.588152Z 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:29.702788Z 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:36.306649Z pos=filter.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:13:37 http: TLS handshake error from 10.244.1.1:46026: EOF Pod name: virt-controller-67dcdd8464-6s4mc Pod phase: Running level=info timestamp=2018-08-04T11:05:47.991380Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer kubeVirtNodeInformer" level=info timestamp=2018-08-04T11:05:47.991425Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer vmiPresetInformer" level=info timestamp=2018-08-04T11:05:47.991467Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer vmirsInformer" level=info timestamp=2018-08-04T11:05:47.991508Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer configMapInformer" level=info timestamp=2018-08-04T11:05:47.991734Z pos=vm.go:85 component=virt-controller service=http msg="Starting VirtualMachine controller." level=info timestamp=2018-08-04T11:05:47.999200Z pos=node.go:104 component=virt-controller service=http msg="Starting node controller." level=info timestamp=2018-08-04T11:05:47.999413Z pos=vmi.go:129 component=virt-controller service=http msg="Starting vmi controller." level=info timestamp=2018-08-04T11:05:47.999542Z pos=replicaset.go:111 component=virt-controller service=http msg="Starting VirtualMachineInstanceReplicaSet controller." level=info timestamp=2018-08-04T11:05:47.999691Z pos=preset.go:74 component=virt-controller service=http msg="Starting Virtual Machine Initializer." level=info timestamp=2018-08-04T11:07:37.098230Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix492j kind= uid=986a9889-97d6-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:07:37.109792Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix492j kind= uid=986a9889-97d6-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:07:37.340823Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmix492j\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmix492j" level=info timestamp=2018-08-04T11:10:38.028680Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiq2rqr kind= uid=0450ed49-97d7-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:10:38.029773Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiq2rqr kind= uid=0450ed49-97d7-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:10:38.142115Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiq2rqr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiq2rqr" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 231:{} 232:{} 184:{} 227:{} 236:{} 144:{} 228:{} 60:{} 235:{} 63:{} 59:{} 61:{}] level=error timestamp=2018-08-04T11:12:26.370222Z 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-tx4jt 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:{} 184:{} 62:{} 59:{} 227:{} 144:{} 235:{} 231:{} 232:{} 60:{} 228:{} 63:{} 236:{} 183:{}] level=error timestamp=2018-08-04T11:12:30.279252Z 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-testvmiq2rqr-rlqtg Pod phase: Pending • Failure [180.849 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 with Alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:71 should be successfully started /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 with CDRom PVC [It] /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:1034 ------------------------------ STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-08-04T11:10:38.808040Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmiq2rqr kind=VirtualMachineInstance uid=0450ed49-97d7-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmiq2rqr-rlqtg" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running 2018/08/04 11:15:57 http: TLS handshake error from 10.244.1.1:46110: EOF level=info timestamp=2018-08-04T11:15:59.989233Z 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:00.152448Z 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:06.325379Z pos=filter.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:16:07 http: TLS handshake error from 10.244.1.1:46116: EOF level=info timestamp=2018-08-04T11:16:10.969535Z 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:14.022460Z 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:16:14.027451Z 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:16:16.930971Z 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:17 http: TLS handshake error from 10.244.1.1:46122: EOF 2018/08/04 11:16:27 http: TLS handshake error from 10.244.1.1:46128: EOF level=info timestamp=2018-08-04T11:16:30.101900Z 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:30.268587Z 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:36.147742Z pos=filter.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:16:37 http: TLS handshake error from 10.244.1.1:46134: EOF Pod name: virt-controller-67dcdd8464-6s4mc Pod phase: Running level=info timestamp=2018-08-04T11:05:47.991467Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer vmirsInformer" level=info timestamp=2018-08-04T11:05:47.991508Z pos=virtinformers.go:107 component=virt-controller service=http msg="STARTING informer configMapInformer" level=info timestamp=2018-08-04T11:05:47.991734Z pos=vm.go:85 component=virt-controller service=http msg="Starting VirtualMachine controller." level=info timestamp=2018-08-04T11:05:47.999200Z pos=node.go:104 component=virt-controller service=http msg="Starting node controller." level=info timestamp=2018-08-04T11:05:47.999413Z pos=vmi.go:129 component=virt-controller service=http msg="Starting vmi controller." level=info timestamp=2018-08-04T11:05:47.999542Z pos=replicaset.go:111 component=virt-controller service=http msg="Starting VirtualMachineInstanceReplicaSet controller." level=info timestamp=2018-08-04T11:05:47.999691Z pos=preset.go:74 component=virt-controller service=http msg="Starting Virtual Machine Initializer." level=info timestamp=2018-08-04T11:07:37.098230Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix492j kind= uid=986a9889-97d6-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:07:37.109792Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix492j kind= uid=986a9889-97d6-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:07:37.340823Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmix492j\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmix492j" level=info timestamp=2018-08-04T11:10:38.028680Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiq2rqr kind= uid=0450ed49-97d7-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:10:38.029773Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiq2rqr kind= uid=0450ed49-97d7-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:10:38.142115Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiq2rqr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiq2rqr" level=info timestamp=2018-08-04T11:13:38.941668Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirphg6 kind= uid=702a8a3f-97d7-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:13:38.943519Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirphg6 kind= uid=702a8a3f-97d7-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 61:{} 227:{} 183:{} 63:{} 236:{} 60:{} 231:{} 184:{} 62:{} 228:{} 235:{} 232:{} 144:{}] Pod name: virt-handler-tx4jt 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:{} 62:{} 228:{} 232:{} 236:{} 144:{} 231:{} 59:{} 227:{} 235:{} 60:{} 183:{} 184:{} 63:{}] level=error timestamp=2018-08-04T11:16:06.086061Z 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-testvmirphg6-rtkj7 Pod phase: Pending • Failure [180.831 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 with Alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:71 should be successfully started and stopped multiple times /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 with Disk PVC [It] /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:1034 ------------------------------ STEP: Starting and stopping the VirtualMachineInstance number of times STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-08-04T11:13:39.725045Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmirphg6 kind=VirtualMachineInstance uid=702a8a3f-97d7-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmirphg6-rtkj7" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running 2018/08/04 11:18:57 http: TLS handshake error from 10.244.1.1:46218: EOF level=info timestamp=2018-08-04T11:19:00.646577Z 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:00.748281Z 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:06.218310Z pos=filter.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:07 http: TLS handshake error from 10.244.1.1:46224: EOF level=info timestamp=2018-08-04T11:19:11.681113Z 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:14.043501Z 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:19:14.047608Z 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:19:17.851759Z 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:17 http: TLS handshake error from 10.244.1.1:46230: EOF 2018/08/04 11:19:27 http: TLS handshake error from 10.244.1.1:46236: EOF level=info timestamp=2018-08-04T11:19:30.747889Z 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:30.839716Z 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:36.184590Z pos=filter.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:37 http: TLS handshake error from 10.244.1.1:46242: EOF Pod name: virt-controller-67dcdd8464-6s4mc Pod phase: Running level=info timestamp=2018-08-04T11:05:47.999200Z pos=node.go:104 component=virt-controller service=http msg="Starting node controller." level=info timestamp=2018-08-04T11:05:47.999413Z pos=vmi.go:129 component=virt-controller service=http msg="Starting vmi controller." level=info timestamp=2018-08-04T11:05:47.999542Z pos=replicaset.go:111 component=virt-controller service=http msg="Starting VirtualMachineInstanceReplicaSet controller." level=info timestamp=2018-08-04T11:05:47.999691Z pos=preset.go:74 component=virt-controller service=http msg="Starting Virtual Machine Initializer." level=info timestamp=2018-08-04T11:07:37.098230Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix492j kind= uid=986a9889-97d6-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:07:37.109792Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix492j kind= uid=986a9889-97d6-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:07:37.340823Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmix492j\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmix492j" level=info timestamp=2018-08-04T11:10:38.028680Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiq2rqr kind= uid=0450ed49-97d7-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:10:38.029773Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiq2rqr kind= uid=0450ed49-97d7-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:10:38.142115Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiq2rqr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiq2rqr" level=info timestamp=2018-08-04T11:13:38.941668Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirphg6 kind= uid=702a8a3f-97d7-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:13:38.943519Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirphg6 kind= uid=702a8a3f-97d7-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:16:39.804696Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqtsrd kind= uid=dbef57ae-97d7-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:16:39.805637Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqtsrd kind= uid=dbef57ae-97d7-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:16:39.887310Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiqtsrd\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiqtsrd" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 144:{} 236:{} 227:{} 235:{} 231:{} 228:{} 59:{} 60:{} 184:{} 62:{} 183:{} 63:{} 232:{}] level=error timestamp=2018-08-04T11:18:56.610810Z 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-tx4jt 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:{} 61:{} 227:{} 62:{} 144:{} 236:{} 184:{} 183:{} 228:{} 235:{} 231:{} 63:{} 60:{} 232:{}] Pod name: virt-launcher-testvmiqtsrd-4bwrj Pod phase: Pending • Failure [180.882 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 with Alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:71 should be successfully started and stopped multiple times /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 with CDRom PVC [It] /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:1034 ------------------------------ STEP: Starting and stopping the VirtualMachineInstance number of times STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-08-04T11:16:40.551055Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmiqtsrd kind=VirtualMachineInstance uid=dbef57ae-97d7-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmiqtsrd-4bwrj" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running 2018/08/04 11:21:57 http: TLS handshake error from 10.244.1.1:46326: EOF level=info timestamp=2018-08-04T11:22:01.161375Z 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:01.239757Z 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:06.159998Z pos=filter.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:07 http: TLS handshake error from 10.244.1.1:46332: EOF level=info timestamp=2018-08-04T11:22:12.364090Z 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:14.710879Z 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:22:14.714360Z 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:22:17 http: TLS handshake error from 10.244.1.1:46338: EOF level=info timestamp=2018-08-04T11:22:18.721673Z 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:27 http: TLS handshake error from 10.244.1.1:46344: EOF level=info timestamp=2018-08-04T11:22:31.254674Z 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:31.370511Z 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:36.274777Z pos=filter.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:37 http: TLS handshake error from 10.244.1.1:46350: EOF Pod name: virt-controller-67dcdd8464-6s4mc Pod phase: Running level=info timestamp=2018-08-04T11:05:47.999691Z pos=preset.go:74 component=virt-controller service=http msg="Starting Virtual Machine Initializer." level=info timestamp=2018-08-04T11:07:37.098230Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix492j kind= uid=986a9889-97d6-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:07:37.109792Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix492j kind= uid=986a9889-97d6-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:07:37.340823Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmix492j\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmix492j" level=info timestamp=2018-08-04T11:10:38.028680Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiq2rqr kind= uid=0450ed49-97d7-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:10:38.029773Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiq2rqr kind= uid=0450ed49-97d7-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:10:38.142115Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiq2rqr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiq2rqr" level=info timestamp=2018-08-04T11:13:38.941668Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirphg6 kind= uid=702a8a3f-97d7-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:13:38.943519Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirphg6 kind= uid=702a8a3f-97d7-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:16:39.804696Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqtsrd kind= uid=dbef57ae-97d7-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:16:39.805637Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqtsrd kind= uid=dbef57ae-97d7-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:16:39.887310Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiqtsrd\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiqtsrd" level=info timestamp=2018-08-04T11:19:40.437501Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiqtsrd\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmiqtsrd, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: dbef57ae-97d7-11e8-bc91-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiqtsrd" level=info timestamp=2018-08-04T11:19:40.578883Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqfpvh kind= uid=47b8662c-97d8-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:19:40.579512Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqfpvh kind= uid=47b8662c-97d8-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 227:{} 231:{} 59:{} 60:{} 61:{} 184:{} 183:{} 236:{} 62:{} 144:{} 228:{} 235:{} 63:{}] level=error timestamp=2018-08-04T11:22:06.790315Z 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-tx4jt 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:{} 227:{} 144:{} 232:{} 59:{} 62:{} 183:{} 231:{} 63:{} 236:{} 184:{} 228:{} 235:{}] level=error timestamp=2018-08-04T11:22:10.437757Z 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-testvmiqfpvh-qzw4h Pod phase: Pending • Failure [180.653 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 With an emptyDisk defined /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:113 should create a writeable emptyDisk with the right capacity [It] /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:115 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:1034 ------------------------------ STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-08-04T11:19:41.374588Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmiqfpvh kind=VirtualMachineInstance uid=47b8662c-97d8-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmiqfpvh-qzw4h" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running 2018/08/04 11:24:47 http: TLS handshake error from 10.244.1.1:46428: EOF level=info timestamp=2018-08-04T11:24:49.254988Z 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:57 http: TLS handshake error from 10.244.1.1:46434: EOF level=info timestamp=2018-08-04T11:25:01.781592Z 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:01.787867Z 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:06.355697Z pos=filter.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:07 http: TLS handshake error from 10.244.1.1:46440: EOF level=info timestamp=2018-08-04T11:25:12.931164Z 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:17 http: TLS handshake error from 10.244.1.1:46446: EOF level=info timestamp=2018-08-04T11:25:19.393173Z 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:27 http: TLS handshake error from 10.244.1.1:46452: EOF level=info timestamp=2018-08-04T11:25:31.883096Z 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:31.939982Z 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:36.302750Z pos=filter.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:37 http: TLS handshake error from 10.244.1.1:46458: EOF Pod name: virt-controller-67dcdd8464-6s4mc Pod phase: Running level=info timestamp=2018-08-04T11:07:37.340823Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmix492j\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmix492j" level=info timestamp=2018-08-04T11:10:38.028680Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiq2rqr kind= uid=0450ed49-97d7-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:10:38.029773Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiq2rqr kind= uid=0450ed49-97d7-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:10:38.142115Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiq2rqr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiq2rqr" level=info timestamp=2018-08-04T11:13:38.941668Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirphg6 kind= uid=702a8a3f-97d7-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:13:38.943519Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirphg6 kind= uid=702a8a3f-97d7-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:16:39.804696Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqtsrd kind= uid=dbef57ae-97d7-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:16:39.805637Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqtsrd kind= uid=dbef57ae-97d7-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:16:39.887310Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiqtsrd\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiqtsrd" level=info timestamp=2018-08-04T11:19:40.437501Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiqtsrd\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmiqtsrd, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: dbef57ae-97d7-11e8-bc91-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiqtsrd" level=info timestamp=2018-08-04T11:19:40.578883Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqfpvh kind= uid=47b8662c-97d8-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:19:40.579512Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqfpvh kind= uid=47b8662c-97d8-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:22:41.113292Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiqfpvh\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmiqfpvh, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 47b8662c-97d8-11e8-bc91-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiqfpvh" level=info timestamp=2018-08-04T11:22:41.359651Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmic4dfm kind= uid=b3785881-97d8-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:22:41.360301Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmic4dfm kind= uid=b3785881-97d8-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 144:{} 59:{} 227:{} 61:{} 183:{} 235:{} 63:{} 236:{} 60:{} 231:{} 232:{} 228:{}] level=error timestamp=2018-08-04T11:25:02.670146Z 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-tx4jt 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:{} 144:{} 228:{} 235:{} 63:{} 59:{} 61:{} 62:{} 183:{} 231:{} 236:{} 60:{} 184:{} 227:{}] level=error timestamp=2018-08-04T11:25:06.226436Z 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-testvmic4dfm-hp7rq Pod phase: Pending • Failure [180.818 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 With an emptyDisk defined and a specified serial number /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:163 should create a writeable emptyDisk with the specified serial number [It] /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:165 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:1034 ------------------------------ STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-08-04T11:22:42.145912Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmic4dfm kind=VirtualMachineInstance uid=b3785881-97d8-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmic4dfm-hp7rq" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running 2018/08/04 11:27:47 http: TLS handshake error from 10.244.1.1:46536: EOF level=info timestamp=2018-08-04T11:27:50.219814Z 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:57 http: TLS handshake error from 10.244.1.1:46542: EOF level=info timestamp=2018-08-04T11:28:02.358674Z 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:02.418179Z 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:06.240729Z pos=filter.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:07 http: TLS handshake error from 10.244.1.1:46548: EOF level=info timestamp=2018-08-04T11:28:13.532736Z 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:17 http: TLS handshake error from 10.244.1.1:46554: EOF level=info timestamp=2018-08-04T11:28:20.363726Z 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:27 http: TLS handshake error from 10.244.1.1:46560: EOF level=info timestamp=2018-08-04T11:28:32.436266Z 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:32.495918Z 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:36.170161Z pos=filter.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:37 http: TLS handshake error from 10.244.1.1:46566: EOF Pod name: virt-controller-67dcdd8464-6s4mc Pod phase: Running level=info timestamp=2018-08-04T11:10:38.029773Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiq2rqr kind= uid=0450ed49-97d7-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:10:38.142115Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiq2rqr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiq2rqr" level=info timestamp=2018-08-04T11:13:38.941668Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirphg6 kind= uid=702a8a3f-97d7-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:13:38.943519Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirphg6 kind= uid=702a8a3f-97d7-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:16:39.804696Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqtsrd kind= uid=dbef57ae-97d7-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:16:39.805637Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqtsrd kind= uid=dbef57ae-97d7-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:16:39.887310Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiqtsrd\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiqtsrd" level=info timestamp=2018-08-04T11:19:40.437501Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiqtsrd\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmiqtsrd, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: dbef57ae-97d7-11e8-bc91-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiqtsrd" level=info timestamp=2018-08-04T11:19:40.578883Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqfpvh kind= uid=47b8662c-97d8-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:19:40.579512Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqfpvh kind= uid=47b8662c-97d8-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:22:41.113292Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiqfpvh\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmiqfpvh, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 47b8662c-97d8-11e8-bc91-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiqfpvh" level=info timestamp=2018-08-04T11:22:41.359651Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmic4dfm kind= uid=b3785881-97d8-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:22:41.360301Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmic4dfm kind= uid=b3785881-97d8-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:25:42.015716Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifgdqt kind= uid=1f2868bc-97d9-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:25:42.016618Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifgdqt kind= uid=1f2868bc-97d9-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 236:{} 62:{} 231:{} 63:{} 184:{} 227:{} 183:{} 144:{} 59:{} 60:{} 61:{} 228:{} 235:{}] Pod name: virt-handler-tx4jt 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:{} 60:{} 228:{} 232:{} 184:{} 62:{} 231:{} 61:{} 227:{} 183:{} 59:{} 144:{} 235:{} 63:{}] level=error timestamp=2018-08-04T11:28:29.584898Z 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-testvmifgdqt-wjqml Pod phase: Pending • Failure [180.626 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 With ephemeral alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:205 should be successfully started [It] /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:207 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:1034 ------------------------------ STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-08-04T11:25:42.742083Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmifgdqt kind=VirtualMachineInstance uid=1f2868bc-97d9-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmifgdqt-wjqml" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running level=info timestamp=2018-08-04T11:31:03.000644Z 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:31:05.780980Z 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:31:05.804417Z 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:31:06.369174Z pos=filter.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:31:07 http: TLS handshake error from 10.244.1.1:46656: EOF level=info timestamp=2018-08-04T11:31:14.121807Z 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:31:14.127369Z 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:31:14.133814Z 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:31:17 http: TLS handshake error from 10.244.1.1:46662: EOF level=info timestamp=2018-08-04T11:31:21.248566Z 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:31:27 http: TLS handshake error from 10.244.1.1:46668: EOF level=info timestamp=2018-08-04T11:31:33.021578Z 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:31:33.088735Z 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:31:36.176904Z pos=filter.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:31:37 http: TLS handshake error from 10.244.1.1:46674: EOF Pod name: virt-controller-67dcdd8464-6s4mc Pod phase: Running level=info timestamp=2018-08-04T11:16:39.804696Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqtsrd kind= uid=dbef57ae-97d7-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:16:39.805637Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqtsrd kind= uid=dbef57ae-97d7-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:16:39.887310Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiqtsrd\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiqtsrd" level=info timestamp=2018-08-04T11:19:40.437501Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiqtsrd\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmiqtsrd, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: dbef57ae-97d7-11e8-bc91-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiqtsrd" level=info timestamp=2018-08-04T11:19:40.578883Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqfpvh kind= uid=47b8662c-97d8-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:19:40.579512Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqfpvh kind= uid=47b8662c-97d8-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:22:41.113292Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiqfpvh\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmiqfpvh, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 47b8662c-97d8-11e8-bc91-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiqfpvh" level=info timestamp=2018-08-04T11:22:41.359651Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmic4dfm kind= uid=b3785881-97d8-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:22:41.360301Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmic4dfm kind= uid=b3785881-97d8-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:25:42.015716Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifgdqt kind= uid=1f2868bc-97d9-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:25:42.016618Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifgdqt kind= uid=1f2868bc-97d9-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:28:42.511171Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifgdqt\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmifgdqt, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 1f2868bc-97d9-11e8-bc91-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmifgdqt" level=info timestamp=2018-08-04T11:28:42.649846Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivf6jg kind= uid=8ad27199-97d9-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:28:42.650494Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivf6jg kind= uid=8ad27199-97d9-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:28:42.808103Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivf6jg\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivf6jg" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 236:{} 61:{} 184:{} 62:{} 228:{} 232:{} 60:{} 227:{} 183:{} 144:{} 231:{} 63:{}] level=error timestamp=2018-08-04T11:30:20.397235Z 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-tx4jt 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:{} 183:{} 231:{} 232:{} 236:{} 60:{} 62:{} 184:{} 228:{} 61:{} 227:{} 144:{} 235:{} 63:{}] Pod name: virt-launcher-testvmivf6jg-9494c Pod phase: Pending • Failure [180.724 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 With ephemeral alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:205 should not persist data [It] /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:218 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:1034 ------------------------------ STEP: Starting the VirtualMachineInstance STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-08-04T11:28:43.403711Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmivf6jg kind=VirtualMachineInstance uid=8ad27199-97d9-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmivf6jg-9494c" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running 2018/08/04 11:34:47 http: TLS handshake error from 10.244.1.1:46788: EOF level=info timestamp=2018-08-04T11:34:52.320164Z 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:34:57 http: TLS handshake error from 10.244.1.1:46794: EOF level=info timestamp=2018-08-04T11:35:03.716937Z 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:03.801811Z 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:06.234620Z pos=filter.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:35:07 http: TLS handshake error from 10.244.1.1:46800: EOF level=info timestamp=2018-08-04T11:35:14.913080Z 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:17 http: TLS handshake error from 10.244.1.1:46806: EOF level=info timestamp=2018-08-04T11:35:22.469184Z 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:27 http: TLS handshake error from 10.244.1.1:46812: EOF level=info timestamp=2018-08-04T11:35:33.800677Z 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:33.874760Z 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:36.343623Z pos=filter.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:35:37 http: TLS handshake error from 10.244.1.1:46818: EOF Pod name: virt-controller-67dcdd8464-6s4mc Pod phase: Running level=info timestamp=2018-08-04T11:19:40.437501Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiqtsrd\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmiqtsrd, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: dbef57ae-97d7-11e8-bc91-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiqtsrd" level=info timestamp=2018-08-04T11:19:40.578883Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqfpvh kind= uid=47b8662c-97d8-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:19:40.579512Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqfpvh kind= uid=47b8662c-97d8-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:22:41.113292Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiqfpvh\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmiqfpvh, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 47b8662c-97d8-11e8-bc91-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiqfpvh" level=info timestamp=2018-08-04T11:22:41.359651Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmic4dfm kind= uid=b3785881-97d8-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:22:41.360301Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmic4dfm kind= uid=b3785881-97d8-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:25:42.015716Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifgdqt kind= uid=1f2868bc-97d9-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:25:42.016618Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifgdqt kind= uid=1f2868bc-97d9-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:28:42.511171Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifgdqt\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmifgdqt, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 1f2868bc-97d9-11e8-bc91-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmifgdqt" level=info timestamp=2018-08-04T11:28:42.649846Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivf6jg kind= uid=8ad27199-97d9-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:28:42.650494Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivf6jg kind= uid=8ad27199-97d9-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:28:42.808103Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivf6jg\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivf6jg" level=info timestamp=2018-08-04T11:31:43.473847Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilkrkl kind= uid=f699e7fe-97d9-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:31:43.474863Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilkrkl kind= uid=f699e7fe-97d9-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:31:43.596878Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmilkrkl\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmilkrkl" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 144:{} 231:{} 232:{} 59:{} 62:{} 235:{} 236:{} 228:{} 63:{} 61:{} 184:{} 227:{} 183:{}] level=error timestamp=2018-08-04T11:35:15.147221Z 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-tx4jt 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:{} 228:{} 231:{} 59:{} 61:{} 227:{} 144:{} 60:{} 183:{} 235:{} 63:{} 236:{} 62:{}] level=error timestamp=2018-08-04T11:35:18.431720Z 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-testvmilkrkl-8pfl6 Pod phase: Pending • Failure [240.820 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 With VirtualMachineInstance with two PVCs /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:266 should start vmi multiple times [It] /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:278 Timed out after 120.014s. 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 and stopping the VirtualMachineInstance number of times STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-08-04T11:31:44.204365Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmilkrkl kind=VirtualMachineInstance uid=f699e7fe-97d9-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmilkrkl-8pfl6" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running 2018/08/04 11:37:47 http: TLS handshake error from 10.244.1.1:46896: EOF level=info timestamp=2018-08-04T11:37:53.208670Z 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:57 http: TLS handshake error from 10.244.1.1:46902: EOF level=info timestamp=2018-08-04T11:38:04.214089Z 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:04.278209Z 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:06.323475Z pos=filter.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:07 http: TLS handshake error from 10.244.1.1:46908: EOF level=info timestamp=2018-08-04T11:38:15.518712Z 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:17 http: TLS handshake error from 10.244.1.1:46914: EOF level=info timestamp=2018-08-04T11:38:23.393187Z 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:27 http: TLS handshake error from 10.244.1.1:46920: EOF level=info timestamp=2018-08-04T11:38:34.274756Z 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:34.328233Z 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:36.311403Z pos=filter.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:37 http: TLS handshake error from 10.244.1.1:46926: EOF Pod name: virt-controller-67dcdd8464-6s4mc Pod phase: Running level=info timestamp=2018-08-04T11:31:43.473847Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilkrkl kind= uid=f699e7fe-97d9-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:31:43.474863Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilkrkl kind= uid=f699e7fe-97d9-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:31:43.596878Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmilkrkl\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmilkrkl" level=info timestamp=2018-08-04T11:35:44.262610Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminthpz kind= uid=861fb620-97da-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:35:44.263340Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminthpz kind= uid=861fb620-97da-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:35:44.286869Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivhcvn kind= uid=8624c014-97da-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:35:44.287279Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivhcvn kind= uid=8624c014-97da-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:35:44.331151Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwxpgl kind= uid=86283ea7-97da-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:35:44.331469Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwxpgl kind= uid=86283ea7-97da-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:35:44.376573Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmickrwr kind= uid=862db921-97da-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:35:44.376797Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmickrwr kind= uid=862db921-97da-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:35:44.499902Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivhcvn\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivhcvn" level=info timestamp=2018-08-04T11:35:45.476259Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmickrwr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmickrwr" level=info timestamp=2018-08-04T11:35:45.874994Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmickrwr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmickrwr" level=info timestamp=2018-08-04T11:35:46.275907Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmickrwr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmickrwr" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 62:{} 232:{} 236:{} 183:{} 59:{} 231:{} 144:{} 228:{} 235:{} 63:{} 61:{} 184:{} 227:{}] level=error timestamp=2018-08-04T11:36:58.932220Z 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-tx4jt 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:{} 59:{} 61:{} 184:{} 236:{} 227:{} 63:{} 144:{} 228:{} 235:{} 231:{} 232:{} 60:{} 183:{}] level=error timestamp=2018-08-04T11:37:02.203461Z 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-testvmickrwr-5jxxw Pod phase: Pending Pod name: virt-launcher-testvminthpz-w5xvv Pod phase: Pending Pod name: virt-launcher-testvmivhcvn-6rvfv Pod phase: Pending Pod name: virt-launcher-testvmiwxpgl-fskqj Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.183 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.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-04T11:35:45.177922Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvminthpz kind=VirtualMachineInstance uid=861fb620-97da-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvminthpz-w5xvv" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running level=info timestamp=2018-08-04T11:41:05.779170Z 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:41:05.794690Z 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:41:06.205498Z pos=filter.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:41:07 http: TLS handshake error from 10.244.1.1:47016: EOF level=info timestamp=2018-08-04T11:41:14.125147Z 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:41:14.128410Z 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:41:16.100494Z 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:17 http: TLS handshake error from 10.244.1.1:47022: EOF level=info timestamp=2018-08-04T11:41:24.354969Z 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:27 http: TLS handshake error from 10.244.1.1:47028: EOF level=info timestamp=2018-08-04T11:41:34.717872Z 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:41:34.795860Z 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:41:36.314711Z pos=filter.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:41:37 http: TLS handshake error from 10.244.1.1:47034: EOF level=info timestamp=2018-08-04T11:41:46.195358Z 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-6s4mc Pod phase: Running level=info timestamp=2018-08-04T11:35:44.376797Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmickrwr kind= uid=862db921-97da-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:35:44.499902Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivhcvn\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivhcvn" level=info timestamp=2018-08-04T11:35:45.476259Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmickrwr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmickrwr" level=info timestamp=2018-08-04T11:35:45.874994Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmickrwr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmickrwr" level=info timestamp=2018-08-04T11:35:46.275907Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmickrwr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmickrwr" level=info timestamp=2018-08-04T11:38:45.467354Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmickrwr\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmickrwr, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 862db921-97da-11e8-bc91-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmickrwr" level=info timestamp=2018-08-04T11:38:46.031644Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8zqtt kind= uid=f276dc88-97da-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:38:46.032267Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8zqtt kind= uid=f276dc88-97da-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:38:46.067514Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikfxb2 kind= uid=f27c9495-97da-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:38:46.067811Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikfxb2 kind= uid=f27c9495-97da-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:38:46.109619Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminqrg5 kind= uid=f281aa2a-97da-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:38:46.109938Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminqrg5 kind= uid=f281aa2a-97da-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:38:46.161167Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitwbhg kind= uid=f2855f7f-97da-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:38:46.161376Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitwbhg kind= uid=f2855f7f-97da-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:38:46.752107Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8zqtt\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8zqtt" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 63:{} 236:{} 59:{} 62:{} 183:{} 144:{} 231:{} 232:{} 60:{} 61:{} 184:{} 228:{} 235:{}] level=error timestamp=2018-08-04T11:40:15.020472Z 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-tx4jt 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:{} 227:{} 231:{} 62:{} 228:{} 232:{} 61:{} 183:{} 144:{} 235:{} 63:{}] level=error timestamp=2018-08-04T11:40:18.262797Z 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-testvmi8zqtt-z646g Pod phase: Pending Pod name: virt-launcher-testvmikfxb2-gvf7m Pod phase: Pending Pod name: virt-launcher-testvminqrg5-v6g2q Pod phase: Pending Pod name: virt-launcher-testvmitwbhg-vnsgl Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.685 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.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-04T11:38:46.892211Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi8zqtt kind=VirtualMachineInstance uid=f276dc88-97da-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi8zqtt-z646g" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running level=info timestamp=2018-08-04T11:44:05.211909Z 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:06.217120Z pos=filter.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:44:07 http: TLS handshake error from 10.244.1.1:47124: EOF level=info timestamp=2018-08-04T11:44:14.147106Z 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:14.152739Z 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:16.713480Z 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:17 http: TLS handshake error from 10.244.1.1:47130: EOF level=info timestamp=2018-08-04T11:44:25.229552Z 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:27 http: TLS handshake error from 10.244.1.1:47136: EOF level=info timestamp=2018-08-04T11:44:35.205000Z 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:35.398949Z 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:36.233714Z pos=filter.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:44:37 http: TLS handshake error from 10.244.1.1:47142: EOF level=info timestamp=2018-08-04T11:44:46.803828Z 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:47 http: TLS handshake error from 10.244.1.1:47148: EOF Pod name: virt-controller-67dcdd8464-6s4mc Pod phase: Running level=info timestamp=2018-08-04T11:38:46.109938Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminqrg5 kind= uid=f281aa2a-97da-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:38:46.161167Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitwbhg kind= uid=f2855f7f-97da-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:38:46.161376Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitwbhg kind= uid=f2855f7f-97da-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:38:46.752107Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8zqtt\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8zqtt" level=info timestamp=2018-08-04T11:41:47.154056Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmikfxb2\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmikfxb2, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: f27c9495-97da-11e8-bc91-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmikfxb2" level=info timestamp=2018-08-04T11:41:47.698901Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib5r69 kind= uid=5ebfc751-97db-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:41:47.699678Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmib5r69 kind= uid=5ebfc751-97db-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:41:47.731007Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5bgv5 kind= uid=5ec41152-97db-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:41:47.731426Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5bgv5 kind= uid=5ec41152-97db-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:41:47.779707Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixwhnw kind= uid=5ec8c442-97db-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:41:47.779975Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixwhnw kind= uid=5ec8c442-97db-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:41:47.966875Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2c6sq kind= uid=5ed379e6-97db-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:41:47.967137Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2c6sq kind= uid=5ed379e6-97db-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:41:48.224270Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmib5r69\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmib5r69" level=info timestamp=2018-08-04T11:41:48.431882Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5bgv5\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5bgv5" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 232:{} 61:{} 144:{} 62:{} 183:{} 59:{} 63:{} 227:{} 228:{} 236:{} 60:{} 184:{}] level=error timestamp=2018-08-04T11:44:32.365117Z 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-tx4jt 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:{} 183:{} 144:{} 236:{} 184:{} 228:{} 231:{} 227:{} 235:{} 63:{} 59:{} 61:{} 62:{}] level=error timestamp=2018-08-04T11:44:35.372899Z 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-testvmi2c6sq-qgtq4 Pod phase: Pending Pod name: virt-launcher-testvmi5bgv5-2svd4 Pod phase: Pending Pod name: virt-launcher-testvmib5r69-qx98l Pod phase: Pending Pod name: virt-launcher-testvmixwhnw-kwzvc Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.822 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.014s. 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:41:48.688270Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmib5r69 kind=VirtualMachineInstance uid=5ebfc751-97db-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmib5r69-qx98l" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running level=info timestamp=2018-08-04T11:47:05.756495Z 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:06.291935Z pos=filter.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:07 http: TLS handshake error from 10.244.1.1:47232: EOF level=info timestamp=2018-08-04T11:47:13.966783Z 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:13.971414Z 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:17.273783Z 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:17 http: TLS handshake error from 10.244.1.1:47238: EOF level=info timestamp=2018-08-04T11:47:26.110802Z 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:27 http: TLS handshake error from 10.244.1.1:47244: EOF level=info timestamp=2018-08-04T11:47:35.695777Z 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:35.849464Z 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:36.374710Z pos=filter.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:37 http: TLS handshake error from 10.244.1.1:47250: EOF level=info timestamp=2018-08-04T11:47:47.397003Z 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:47 http: TLS handshake error from 10.244.1.1:47256: EOF Pod name: virt-controller-67dcdd8464-6s4mc Pod phase: Running level=info timestamp=2018-08-04T11:41:47.779975Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixwhnw kind= uid=5ec8c442-97db-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:41:47.966875Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2c6sq kind= uid=5ed379e6-97db-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:41:47.967137Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2c6sq kind= uid=5ed379e6-97db-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:41:48.224270Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmib5r69\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmib5r69" level=info timestamp=2018-08-04T11:41:48.431882Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5bgv5\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5bgv5" level=info timestamp=2018-08-04T11:44:48.986996Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5bgv5\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi5bgv5, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 5ec41152-97db-11e8-bc91-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5bgv5" level=info timestamp=2018-08-04T11:44:49.533978Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisndhm kind= uid=cb2049cc-97db-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:44:49.534849Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisndhm kind= uid=cb2049cc-97db-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:44:49.573623Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivvt7j kind= uid=cb26f421-97db-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:44:49.574117Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivvt7j kind= uid=cb26f421-97db-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:44:49.610268Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijgpjd kind= uid=cb2be20d-97db-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:44:49.610618Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijgpjd kind= uid=cb2be20d-97db-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:44:49.654384Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisrzbs kind= uid=cb31a375-97db-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:44:49.654669Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisrzbs kind= uid=cb31a375-97db-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:44:50.440453Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijgpjd\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijgpjd" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 227:{} 235:{} 59:{} 236:{} 62:{} 231:{} 232:{} 184:{} 60:{} 144:{} 228:{} 63:{} 183:{}] level=error timestamp=2018-08-04T11:47:31.532396Z 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-tx4jt 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:{} 227:{} 183:{} 228:{} 236:{} 184:{} 62:{} 235:{} 232:{} 63:{} 59:{} 61:{} 144:{} 231:{}] level=error timestamp=2018-08-04T11:47:34.508621Z 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-testvmijgpjd-ng6l5 Pod phase: Pending Pod name: virt-launcher-testvmisndhm-vw97x Pod phase: Pending Pod name: virt-launcher-testvmisrzbs-zcrmk Pod phase: Pending Pod name: virt-launcher-testvmivvt7j-bdkm6 Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.730 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.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-04T11:44:50.554160Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmisndhm kind=VirtualMachineInstance uid=cb2049cc-97db-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmisndhm-vw97x" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running 2018/08/04 11:49:57 http: TLS handshake error from 10.244.1.1:47334: EOF level=info timestamp=2018-08-04T11:50:06.145433Z 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:50:06.260970Z 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:50:06.386588Z pos=filter.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:50:07 http: TLS handshake error from 10.244.1.1:47340: EOF 2018/08/04 11:50:17 http: TLS handshake error from 10.244.1.1:47346: EOF level=info timestamp=2018-08-04T11:50:18.010448Z 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:50:27.095597Z 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:50:27 http: TLS handshake error from 10.244.1.1:47352: EOF level=info timestamp=2018-08-04T11:50:36.209224Z 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:50:36.329807Z 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:50:36.364795Z 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:50:37 http: TLS handshake error from 10.244.1.1:47358: EOF 2018/08/04 11:50:47 http: TLS handshake error from 10.244.1.1:47364: EOF level=info timestamp=2018-08-04T11:50:48.135096Z 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-6s4mc Pod phase: Running level=info timestamp=2018-08-04T11:44:49.654384Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisrzbs kind= uid=cb31a375-97db-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:44:49.654669Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmisrzbs kind= uid=cb31a375-97db-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:44:50.440453Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijgpjd\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijgpjd" level=info timestamp=2018-08-04T11:47:50.696729Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijgpjd\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmijgpjd, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: cb2be20d-97db-11e8-bc91-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijgpjd" level=info timestamp=2018-08-04T11:47:50.805533Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmivvt7j\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmivvt7j, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: cb26f421-97db-11e8-bc91-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmivvt7j" level=info timestamp=2018-08-04T11:47:51.513455Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7zsj4 kind= uid=37974dd0-97dc-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:47:51.513992Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7zsj4 kind= uid=37974dd0-97dc-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:47:51.537613Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixkjpx kind= uid=379da6eb-97dc-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:47:51.537961Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixkjpx kind= uid=379da6eb-97dc-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:47:51.558590Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigj94m kind= uid=37a113d6-97dc-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:47:51.558871Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigj94m kind= uid=37a113d6-97dc-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:47:51.593543Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmism74g kind= uid=37a3fe1a-97dc-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:47:51.593761Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmism74g kind= uid=37a3fe1a-97dc-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:47:51.634790Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixkjpx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixkjpx" level=info timestamp=2018-08-04T11:47:51.635987Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi7zsj4\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi7zsj4" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 184:{} 144:{} 231:{} 63:{} 232:{} 228:{} 227:{} 62:{} 236:{} 59:{} 183:{} 60:{} 61:{}] level=error timestamp=2018-08-04T11:50:40.482244Z 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-tx4jt 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:{} 63:{} 144:{} 235:{} 232:{} 59:{} 61:{} 184:{} 183:{} 231:{} 236:{} 60:{} 227:{} 62:{}] level=error timestamp=2018-08-04T11:50:43.273804Z 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-testvmi7zsj4-xntc4 Pod phase: Pending Pod name: virt-launcher-testvmigj94m-nrxbm Pod phase: Pending Pod name: virt-launcher-testvmism74g-nps52 Pod phase: Pending Pod name: virt-launcher-testvmixkjpx-mfp5n Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.880 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.048s. 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:47:52.250903Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi7zsj4 kind=VirtualMachineInstance uid=37974dd0-97dc-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi7zsj4-xntc4" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running 2018/08/04 11:52:57 http: TLS handshake error from 10.244.1.1:47442: EOF level=info timestamp=2018-08-04T11:53:06.398912Z 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:53:06.716307Z 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:06.805736Z 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:53:07 http: TLS handshake error from 10.244.1.1:47448: EOF 2018/08/04 11:53:17 http: TLS handshake error from 10.244.1.1:47454: EOF level=info timestamp=2018-08-04T11:53:18.685725Z 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:53:27 http: TLS handshake error from 10.244.1.1:47460: EOF level=info timestamp=2018-08-04T11:53:28.130961Z 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:36.350888Z 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:53:36.799167Z 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:36.871902Z 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:53:37 http: TLS handshake error from 10.244.1.1:47466: EOF 2018/08/04 11:53:47 http: TLS handshake error from 10.244.1.1:47472: EOF level=info timestamp=2018-08-04T11:53:48.805648Z 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-6s4mc Pod phase: Running level=info timestamp=2018-08-04T11:47:51.537961Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixkjpx kind= uid=379da6eb-97dc-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:47:51.558590Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigj94m kind= uid=37a113d6-97dc-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:47:51.558871Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigj94m kind= uid=37a113d6-97dc-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:47:51.593543Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmism74g kind= uid=37a3fe1a-97dc-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:47:51.593761Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmism74g kind= uid=37a3fe1a-97dc-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:47:51.634790Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmixkjpx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmixkjpx" level=info timestamp=2018-08-04T11:47:51.635987Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi7zsj4\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi7zsj4" level=info timestamp=2018-08-04T11:50:53.164932Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijlnfk kind= uid=a3dd7ccf-97dc-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:50:53.165788Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijlnfk kind= uid=a3dd7ccf-97dc-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:50:53.195387Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminjhcv kind= uid=a3e3938a-97dc-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:50:53.195709Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminjhcv kind= uid=a3e3938a-97dc-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:50:53.242611Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi266vb kind= uid=a3e7b796-97dc-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:50:53.242972Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi266vb kind= uid=a3e7b796-97dc-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:50:53.320755Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmintgfb kind= uid=a3f0cadb-97dc-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:50:53.321093Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmintgfb kind= uid=a3f0cadb-97dc-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 228:{} 231:{} 59:{} 61:{} 62:{} 235:{} 183:{} 232:{} 236:{} 60:{} 184:{} 227:{} 63:{}] level=error timestamp=2018-08-04T11:52:37.396230Z 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-tx4jt 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:{} 62:{} 144:{} 228:{} 232:{} 236:{} 231:{} 61:{} 184:{} 60:{} 227:{} 63:{} 183:{} 235:{}] Pod name: virt-launcher-testvmi266vb-vwq7f Pod phase: Pending Pod name: virt-launcher-testvmijlnfk-gppkg Pod phase: Pending Pod name: virt-launcher-testvminjhcv-x694t Pod phase: Pending Pod name: virt-launcher-testvmintgfb-bd2ld Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.885 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.020s. 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:50:54.157242Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmijlnfk kind=VirtualMachineInstance uid=a3dd7ccf-97dc-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmijlnfk-gppkg" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running level=info timestamp=2018-08-04T11:56:07.257585Z 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:56:07.258549Z 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:56:07 http: TLS handshake error from 10.244.1.1:47556: EOF level=info timestamp=2018-08-04T11:56:14.617891Z 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:56:14.621649Z 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:56:17 http: TLS handshake error from 10.244.1.1:47562: EOF level=info timestamp=2018-08-04T11:56:19.230859Z 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:56:27 http: TLS handshake error from 10.244.1.1:47568: EOF level=info timestamp=2018-08-04T11:56:28.899977Z 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:56:36.297286Z 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:56:37.344905Z 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:56:37.390148Z 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:56:37 http: TLS handshake error from 10.244.1.1:47574: EOF 2018/08/04 11:56:47 http: TLS handshake error from 10.244.1.1:47580: EOF level=info timestamp=2018-08-04T11:56:49.334630Z 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-6s4mc Pod phase: Running level=info timestamp=2018-08-04T11:50:53.165788Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijlnfk kind= uid=a3dd7ccf-97dc-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:50:53.195387Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminjhcv kind= uid=a3e3938a-97dc-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:50:53.195709Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminjhcv kind= uid=a3e3938a-97dc-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:50:53.242611Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi266vb kind= uid=a3e7b796-97dc-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:50:53.242972Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi266vb kind= uid=a3e7b796-97dc-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:50:53.320755Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmintgfb kind= uid=a3f0cadb-97dc-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:50:53.321093Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmintgfb kind= uid=a3f0cadb-97dc-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:53:54.830600Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifzh68 kind= uid=1027eb6b-97dd-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:53:54.831394Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifzh68 kind= uid=1027eb6b-97dd-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:53:54.856256Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwwzpx kind= uid=102bb793-97dd-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:53:54.856655Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwwzpx kind= uid=102bb793-97dd-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:53:54.878886Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibmjrf kind= uid=102eaf85-97dd-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:53:54.879162Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibmjrf kind= uid=102eaf85-97dd-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:53:54.961922Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif4snd kind= uid=1035c47c-97dd-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:53:54.962238Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif4snd kind= uid=1035c47c-97dd-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 227:{} 62:{} 228:{} 63:{} 235:{} 231:{} 236:{} 183:{} 144:{} 232:{} 59:{} 60:{} 184:{}] level=error timestamp=2018-08-04T11:55:24.991865Z 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-tx4jt 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:{} 59:{} 60:{} 183:{} 236:{} 62:{} 228:{} 231:{} 232:{} 144:{} 235:{} 63:{} 61:{} 227:{}] level=error timestamp=2018-08-04T11:55:27.596797Z 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-testvmibmjrf-cqwl6 Pod phase: Pending Pod name: virt-launcher-testvmif4snd-l6vbm Pod phase: Pending Pod name: virt-launcher-testvmifzh68-jgmlv Pod phase: Pending Pod name: virt-launcher-testvmiwwzpx-xzftb Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.466 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.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-04T11:53:55.617685Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmifzh68 kind=VirtualMachineInstance uid=1027eb6b-97dd-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmifzh68-jgmlv" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running level=info timestamp=2018-08-04T11:59:07.827532Z 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:59:07 http: TLS handshake error from 10.244.1.1:47664: EOF level=info timestamp=2018-08-04T11:59:07.887843Z 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:14.637872Z 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:59:14.641243Z 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:59:17 http: TLS handshake error from 10.244.1.1:47670: EOF level=info timestamp=2018-08-04T11:59:19.787826Z 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:59:27 http: TLS handshake error from 10.244.1.1:47676: EOF level=info timestamp=2018-08-04T11:59:29.795416Z 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:36.376652Z pos=filter.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:59:37 http: TLS handshake error from 10.244.1.1:47682: EOF level=info timestamp=2018-08-04T11:59:37.905208Z 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:37.967306Z 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:59:47 http: TLS handshake error from 10.244.1.1:47688: EOF level=info timestamp=2018-08-04T11:59:49.881936Z 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-6s4mc Pod phase: Running level=info timestamp=2018-08-04T11:53:54.856256Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwwzpx kind= uid=102bb793-97dd-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:53:54.856655Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwwzpx kind= uid=102bb793-97dd-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:53:54.878886Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibmjrf kind= uid=102eaf85-97dd-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:53:54.879162Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibmjrf kind= uid=102eaf85-97dd-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:53:54.961922Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif4snd kind= uid=1035c47c-97dd-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:53:54.962238Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif4snd kind= uid=1035c47c-97dd-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:56:56.535906Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminbvtn kind= uid=7c7371db-97dd-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:56:56.536614Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminbvtn kind= uid=7c7371db-97dd-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:56:56.571613Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigzj9p kind= uid=7c794aa1-97dd-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:56:56.571925Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigzj9p kind= uid=7c794aa1-97dd-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:56:56.627148Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitkhgm kind= uid=7c7feb5d-97dd-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:56:56.627407Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitkhgm kind= uid=7c7feb5d-97dd-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:56:56.679526Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmip6n2z kind= uid=7c88c29b-97dd-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:56:56.679712Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmip6n2z kind= uid=7c88c29b-97dd-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:56:57.018577Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmigzj9p\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmigzj9p" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 60:{} 227:{} 228:{} 232:{} 236:{} 144:{} 59:{} 61:{} 62:{} 235:{} 63:{}] level=error timestamp=2018-08-04T11:59:39.871971Z 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-tx4jt 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:{} 144:{} 228:{} 63:{} 236:{} 60:{} 227:{} 183:{} 235:{} 232:{} 59:{} 61:{} 184:{} 231:{}] level=error timestamp=2018-08-04T11:59:42.398844Z 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-testvmigzj9p-zgzwv Pod phase: Pending Pod name: virt-launcher-testvminbvtn-n7v4f Pod phase: Pending Pod name: virt-launcher-testvmip6n2z-rvcsw Pod phase: Pending Pod name: virt-launcher-testvmitkhgm-2fxjq Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.752 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.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-04T11:56:57.517449Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvminbvtn kind=VirtualMachineInstance uid=7c7371db-97dd-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvminbvtn-n7v4f" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running level=info timestamp=2018-08-04T12:02:08.512691Z 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:08.612381Z 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:14.868557Z 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:02:14.872584Z 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:02:17 http: TLS handshake error from 10.244.1.1:47778: EOF level=info timestamp=2018-08-04T12:02:20.440987Z 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:02:27 http: TLS handshake error from 10.244.1.1:47784: EOF level=info timestamp=2018-08-04T12:02:30.769799Z 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:36.405762Z pos=filter.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:02:37 http: TLS handshake error from 10.244.1.1:47790: EOF level=info timestamp=2018-08-04T12:02:38.588248Z 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:38.672764Z 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:02:47 http: TLS handshake error from 10.244.1.1:47796: EOF level=info timestamp=2018-08-04T12:02:50.539433Z 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:02:57 http: TLS handshake error from 10.244.1.1:47802: EOF Pod name: virt-controller-67dcdd8464-6s4mc Pod phase: Running level=info timestamp=2018-08-04T11:56:56.571613Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigzj9p kind= uid=7c794aa1-97dd-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:56:56.571925Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigzj9p kind= uid=7c794aa1-97dd-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:56:56.627148Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitkhgm kind= uid=7c7feb5d-97dd-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:56:56.627407Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmitkhgm kind= uid=7c7feb5d-97dd-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:56:56.679526Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmip6n2z kind= uid=7c88c29b-97dd-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:56:56.679712Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmip6n2z kind= uid=7c88c29b-97dd-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:56:57.018577Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmigzj9p\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmigzj9p" level=info timestamp=2018-08-04T11:59:58.270820Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijbwdn kind= uid=e8c78e21-97dd-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:59:58.271616Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijbwdn kind= uid=e8c78e21-97dd-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:59:58.293216Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmip7vrg kind= uid=e8ccbda7-97dd-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:59:58.293595Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmip7vrg kind= uid=e8ccbda7-97dd-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:59:58.359508Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizqr6g kind= uid=e8d0044f-97dd-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:59:58.359856Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizqr6g kind= uid=e8d0044f-97dd-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:59:58.507939Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmic7hz2 kind= uid=e8dc21ad-97dd-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:59:58.508249Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmic7hz2 kind= uid=e8dc21ad-97dd-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 62:{} 183:{} 228:{} 232:{} 61:{} 227:{} 59:{} 60:{} 144:{} 231:{} 63:{} 236:{} 184:{}] level=error timestamp=2018-08-04T12:02:01.524389Z 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-tx4jt 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:{} 184:{} 183:{} 144:{} 235:{} 228:{} 232:{} 60:{} 61:{} 62:{} 236:{} 231:{} 59:{} 227:{}] level=error timestamp=2018-08-04T12:02:03.821574Z 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-testvmic7hz2-br77n Pod phase: Pending Pod name: virt-launcher-testvmijbwdn-s67fs Pod phase: Pending Pod name: virt-launcher-testvmip7vrg-h27w9 Pod phase: Pending Pod name: virt-launcher-testvmizqr6g-cpgng Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.842 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.007s. 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:59:59.319538Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmijbwdn kind=VirtualMachineInstance uid=e8c78e21-97dd-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmijbwdn-s67fs" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running level=info timestamp=2018-08-04T12:05:06.324257Z pos=filter.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:05:07 http: TLS handshake error from 10.244.1.1:47880: EOF level=info timestamp=2018-08-04T12:05:08.846886Z 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:05:08.947714Z 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:05:17 http: TLS handshake error from 10.244.1.1:47886: EOF level=info timestamp=2018-08-04T12:05:21.031048Z 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:05:27 http: TLS handshake error from 10.244.1.1:47892: EOF level=info timestamp=2018-08-04T12:05:31.668500Z 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:05:36.382724Z pos=filter.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:05:37 http: TLS handshake error from 10.244.1.1:47898: EOF level=info timestamp=2018-08-04T12:05:38.915232Z 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:05:39.010725Z 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:05:47 http: TLS handshake error from 10.244.1.1:47904: EOF level=info timestamp=2018-08-04T12:05:51.129142Z 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:05:57 http: TLS handshake error from 10.244.1.1:47910: EOF Pod name: virt-controller-67dcdd8464-6s4mc Pod phase: Running level=info timestamp=2018-08-04T11:59:58.271616Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijbwdn kind= uid=e8c78e21-97dd-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:59:58.293216Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmip7vrg kind= uid=e8ccbda7-97dd-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:59:58.293595Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmip7vrg kind= uid=e8ccbda7-97dd-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:59:58.359508Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizqr6g kind= uid=e8d0044f-97dd-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:59:58.359856Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizqr6g kind= uid=e8d0044f-97dd-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T11:59:58.507939Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmic7hz2 kind= uid=e8dc21ad-97dd-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T11:59:58.508249Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmic7hz2 kind= uid=e8dc21ad-97dd-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:03:00.146187Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicl74w kind= uid=552ae80a-97de-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:03:00.163249Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicl74w kind= uid=552ae80a-97de-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:03:00.149934Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixn7dx kind= uid=552e4a49-97de-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:03:00.164634Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixn7dx kind= uid=552e4a49-97de-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:03:00.151112Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigkhpj kind= uid=5531f862-97de-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:03:00.165796Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigkhpj kind= uid=5531f862-97de-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:03:00.186997Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmildcmp kind= uid=55343881-97de-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:03:00.187350Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmildcmp kind= uid=55343881-97de-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 227:{} 231:{} 63:{} 236:{} 60:{} 61:{} 183:{} 144:{} 228:{} 235:{} 232:{} 59:{}] level=error timestamp=2018-08-04T12:05:17.503886Z 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-tx4jt 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:{} 63:{} 61:{} 183:{} 228:{} 231:{} 60:{} 59:{} 235:{} 232:{} 184:{} 62:{} 144:{} 236:{}] level=error timestamp=2018-08-04T12:05:19.729121Z 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-testvmicl74w-5fftv Pod phase: Pending Pod name: virt-launcher-testvmigkhpj-qz6md Pod phase: Pending Pod name: virt-launcher-testvmildcmp-25rs7 Pod phase: Pending Pod name: virt-launcher-testvmixn7dx-m9rmj Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.568 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.027s. 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:00.957663Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmicl74w kind=VirtualMachineInstance uid=552ae80a-97de-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmicl74w-5fftv" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running level=info timestamp=2018-08-04T12:08:06.288196Z pos=filter.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:08:07 http: TLS handshake error from 10.244.1.1:47988: EOF level=info timestamp=2018-08-04T12:08:09.246961Z 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:08:09.337942Z 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:08:17 http: TLS handshake error from 10.244.1.1:47994: EOF level=info timestamp=2018-08-04T12:08:21.604186Z 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:08:27 http: TLS handshake error from 10.244.1.1:48000: EOF level=info timestamp=2018-08-04T12:08:32.915130Z 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:08:36.284407Z pos=filter.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:08:37 http: TLS handshake error from 10.244.1.1:48006: EOF level=info timestamp=2018-08-04T12:08:39.343404Z 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:08:39.436560Z 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:08:47 http: TLS handshake error from 10.244.1.1:48012: EOF level=info timestamp=2018-08-04T12:08:51.703936Z 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:08:57 http: TLS handshake error from 10.244.1.1:48018: EOF Pod name: virt-controller-67dcdd8464-6s4mc Pod phase: Running level=info timestamp=2018-08-04T12:03:00.163249Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicl74w kind= uid=552ae80a-97de-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:03:00.149934Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixn7dx kind= uid=552e4a49-97de-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:03:00.164634Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixn7dx kind= uid=552e4a49-97de-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:03:00.151112Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigkhpj kind= uid=5531f862-97de-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:03:00.165796Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigkhpj kind= uid=5531f862-97de-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:03:00.186997Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmildcmp kind= uid=55343881-97de-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:03:00.187350Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmildcmp kind= uid=55343881-97de-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:06:01.718593Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi22fdg kind= uid=c167950e-97de-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:06:01.719370Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi22fdg kind= uid=c167950e-97de-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:06:01.767241Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi95n2l kind= uid=c16fc3f5-97de-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:06:01.767784Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi95n2l kind= uid=c16fc3f5-97de-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:06:01.808350Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigtlsj kind= uid=c1754a7d-97de-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:06:01.808623Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigtlsj kind= uid=c1754a7d-97de-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:06:01.847915Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwz8hd kind= uid=c17a7950-97de-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:06:01.848198Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwz8hd kind= uid=c17a7950-97de-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 228:{} 63:{} 183:{} 235:{} 231:{} 232:{} 60:{} 61:{} 184:{} 144:{} 236:{} 59:{} 227:{}] level=error timestamp=2018-08-04T12:07:15.282288Z 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-tx4jt 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:{} 231:{} 60:{} 227:{} 228:{} 184:{} 144:{} 63:{} 232:{} 236:{} 61:{} 62:{} 183:{}] level=error timestamp=2018-08-04T12:07:17.463139Z 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-testvmi22fdg-s5n9f Pod phase: Pending Pod name: virt-launcher-testvmi95n2l-zqd44 Pod phase: Pending Pod name: virt-launcher-testvmigtlsj-z257k Pod phase: Pending Pod name: virt-launcher-testvmiwz8hd-tnh8s Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.765 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:06:02.719323Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi22fdg kind=VirtualMachineInstance uid=c167950e-97de-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi22fdg-s5n9f" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running level=info timestamp=2018-08-04T12:11:10.202184Z 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:11:13.693275Z 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:11:13.699498Z 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:11:17 http: TLS handshake error from 10.244.1.1:48102: EOF level=info timestamp=2018-08-04T12:11:22.178149Z 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:11:27 http: TLS handshake error from 10.244.1.1:48108: EOF level=info timestamp=2018-08-04T12:11:33.789759Z 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:11:36.268286Z pos=filter.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:11:37 http: TLS handshake error from 10.244.1.1:48114: EOF level=info timestamp=2018-08-04T12:11:39.955174Z 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:11:40.304351Z 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:11:47 http: TLS handshake error from 10.244.1.1:48120: EOF level=info timestamp=2018-08-04T12:11:52.302080Z 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:11:57 http: TLS handshake error from 10.244.1.1:48126: EOF level=info timestamp=2018-08-04T12:12:03.967541Z 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-6s4mc Pod phase: Running level=info timestamp=2018-08-04T12:06:01.808350Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigtlsj kind= uid=c1754a7d-97de-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:06:01.808623Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmigtlsj kind= uid=c1754a7d-97de-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:06:01.847915Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwz8hd kind= uid=c17a7950-97de-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:06:01.848198Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiwz8hd kind= uid=c17a7950-97de-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:09:03.472388Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6x9lv kind= uid=2dbe8c1f-97df-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:09:03.473161Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6x9lv kind= uid=2dbe8c1f-97df-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:09:03.494417Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5sx97 kind= uid=2dc306bb-97df-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:09:03.494751Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5sx97 kind= uid=2dc306bb-97df-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:09:03.528853Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmip9plx kind= uid=2dc6552f-97df-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:09:03.529174Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmip9plx kind= uid=2dc6552f-97df-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:09:03.648845Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8wc89 kind= uid=2dd6d705-97df-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:09:03.649124Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8wc89 kind= uid=2dd6d705-97df-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:09:03.723116Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5sx97\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5sx97" level=info timestamp=2018-08-04T12:09:03.888199Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmip9plx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmip9plx" level=info timestamp=2018-08-04T12:09:05.489164Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8wc89\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8wc89" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 227:{} 144:{} 228:{} 232:{} 61:{} 183:{} 235:{} 62:{} 231:{} 236:{} 184:{} 63:{}] level=error timestamp=2018-08-04T12:10:38.856939Z 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-tx4jt 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:{} 235:{} 61:{} 227:{} 236:{} 59:{} 144:{} 231:{} 62:{} 183:{} 228:{} 60:{} 184:{}] level=error timestamp=2018-08-04T12:10:40.952226Z 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-testvmi5sx97-99xlt Pod phase: Pending Pod name: virt-launcher-testvmi6x9lv-z6lrf Pod phase: Pending Pod name: virt-launcher-testvmi8wc89-tlx2f Pod phase: Pending Pod name: virt-launcher-testvmip9plx-ff52h Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.704 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:09:04.284720Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi6x9lv kind=VirtualMachineInstance uid=2dbe8c1f-97df-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi6x9lv-z6lrf" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running level=info timestamp=2018-08-04T12:14:10.699124Z 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:14:13.716949Z 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:14:13.720834Z 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:14:17 http: TLS handshake error from 10.244.1.1:48210: EOF level=info timestamp=2018-08-04T12:14:22.910206Z 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:14:27 http: TLS handshake error from 10.244.1.1:48216: EOF level=info timestamp=2018-08-04T12:14:34.745766Z 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:14:36.399279Z pos=filter.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:14:37 http: TLS handshake error from 10.244.1.1:48222: EOF level=info timestamp=2018-08-04T12:14:40.479241Z 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:14:40.781152Z 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:14:47 http: TLS handshake error from 10.244.1.1:48228: EOF level=info timestamp=2018-08-04T12:14:53.044099Z 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:14:57 http: TLS handshake error from 10.244.1.1:48234: EOF level=info timestamp=2018-08-04T12:15:04.894153Z 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-6s4mc Pod phase: Running level=info timestamp=2018-08-04T12:09:03.529174Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmip9plx kind= uid=2dc6552f-97df-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:09:03.648845Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8wc89 kind= uid=2dd6d705-97df-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:09:03.649124Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8wc89 kind= uid=2dd6d705-97df-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:09:03.723116Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5sx97\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5sx97" level=info timestamp=2018-08-04T12:09:03.888199Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmip9plx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmip9plx" level=info timestamp=2018-08-04T12:09:05.489164Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8wc89\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8wc89" level=info timestamp=2018-08-04T12:12:05.202709Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2dmb8 kind= uid=9a0e8191-97df-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:12:05.203501Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2dmb8 kind= uid=9a0e8191-97df-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:12:05.238702Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirh4wv kind= uid=9a15ee31-97df-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:12:05.239202Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirh4wv kind= uid=9a15ee31-97df-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:12:05.286772Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidtgwq kind= uid=9a1d67fc-97df-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:12:05.287007Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidtgwq kind= uid=9a1d67fc-97df-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:12:05.401722Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivmgtv kind= uid=9a244d59-97df-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:12:05.401959Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivmgtv kind= uid=9a244d59-97df-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:12:05.438904Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi2dmb8\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi2dmb8" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 63:{} 184:{} 62:{} 144:{} 60:{} 61:{} 183:{} 228:{} 235:{} 236:{} 227:{} 231:{}] level=error timestamp=2018-08-04T12:14:32.765222Z 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-tx4jt 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:{} 59:{} 227:{} 235:{} 231:{} 63:{} 60:{} 61:{} 183:{} 228:{} 232:{} 236:{} 184:{} 144:{}] level=error timestamp=2018-08-04T12:14:34.765359Z 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-testvmi2dmb8-fc4k8 Pod phase: Pending Pod name: virt-launcher-testvmidtgwq-ttbvf Pod phase: Pending Pod name: virt-launcher-testvmirh4wv-lrpps Pod phase: Pending Pod name: virt-launcher-testvmivmgtv-6zj8g Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.723 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.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:12:06.004717Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi2dmb8 kind=VirtualMachineInstance uid=9a0e8191-97df-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi2dmb8-fc4k8" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running level=info timestamp=2018-08-04T12:17:14.731431Z 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:17:14.734911Z 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:17:17 http: TLS handshake error from 10.244.1.1:48318: EOF level=info timestamp=2018-08-04T12:17:23.635966Z 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:17:27 http: TLS handshake error from 10.244.1.1:48324: EOF level=info timestamp=2018-08-04T12:17:35.706566Z 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:17:36.307394Z pos=filter.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:17:37 http: TLS handshake error from 10.244.1.1:48330: EOF level=info timestamp=2018-08-04T12:17:40.955472Z 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:17:41.326694Z 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:17:47 http: TLS handshake error from 10.244.1.1:48336: EOF level=info timestamp=2018-08-04T12:17:53.748802Z 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:17:57 http: TLS handshake error from 10.244.1.1:48342: EOF level=info timestamp=2018-08-04T12:18:05.863947Z 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:06.406876Z 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-6s4mc Pod phase: Running level=info timestamp=2018-08-04T12:12:05.238702Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirh4wv kind= uid=9a15ee31-97df-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:12:05.239202Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirh4wv kind= uid=9a15ee31-97df-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:12:05.286772Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidtgwq kind= uid=9a1d67fc-97df-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:12:05.287007Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidtgwq kind= uid=9a1d67fc-97df-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:12:05.401722Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivmgtv kind= uid=9a244d59-97df-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:12:05.401959Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivmgtv kind= uid=9a244d59-97df-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:12:05.438904Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi2dmb8\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi2dmb8" level=info timestamp=2018-08-04T12:15:06.925469Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmih5r9c kind= uid=06607b96-97e0-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:15:06.926215Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmih5r9c kind= uid=06607b96-97e0-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:15:06.968875Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijxzbw kind= uid=0666a15d-97e0-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:15:06.969281Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijxzbw kind= uid=0666a15d-97e0-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:15:07.044890Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9p6lg kind= uid=066db80d-97e0-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:15:07.045261Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9p6lg kind= uid=066db80d-97e0-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:15:07.169913Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicqhrv kind= uid=0684c991-97e0-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:15:07.170193Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicqhrv kind= uid=0684c991-97e0-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 144:{} 231:{} 63:{} 60:{} 184:{} 227:{} 228:{} 235:{} 59:{} 62:{} 183:{}] level=error timestamp=2018-08-04T12:16:08.472353Z 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-tx4jt 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:{} 144:{} 59:{} 61:{} 228:{} 232:{} 227:{} 62:{} 183:{} 231:{} 60:{} 184:{} 235:{} 63:{}] level=error timestamp=2018-08-04T12:16:10.301411Z 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-testvmi9p6lg-zpvbd Pod phase: Pending Pod name: virt-launcher-testvmicqhrv-t47fn Pod phase: Pending Pod name: virt-launcher-testvmih5r9c-qs6k4 Pod phase: Pending Pod name: virt-launcher-testvmijxzbw-bm2x8 Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.775 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.014s. 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:15:07.762041Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmih5r9c kind=VirtualMachineInstance uid=06607b96-97e0-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmih5r9c-qs6k4" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running level=info timestamp=2018-08-04T12:20:24.296424Z 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:20:27 http: TLS handshake error from 10.244.1.1:48432: EOF level=info timestamp=2018-08-04T12:20:36.489258Z 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:20:36.702534Z 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:20:37 http: TLS handshake error from 10.244.1.1:48438: EOF level=info timestamp=2018-08-04T12:20:41.480717Z 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:20:41.753439Z 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:20:47 http: TLS handshake error from 10.244.1.1:48444: EOF level=info timestamp=2018-08-04T12:20:54.391285Z 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:20:57 http: TLS handshake error from 10.244.1.1:48450: EOF level=info timestamp=2018-08-04T12:21:05.785524Z 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:21:05.807798Z 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:21:06.354204Z 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:21:06.764428Z 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:07 http: TLS handshake error from 10.244.1.1:48456: EOF Pod name: virt-controller-67dcdd8464-6s4mc Pod phase: Running level=info timestamp=2018-08-04T12:15:07.044890Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9p6lg kind= uid=066db80d-97e0-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:15:07.045261Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9p6lg kind= uid=066db80d-97e0-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:15:07.169913Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicqhrv kind= uid=0684c991-97e0-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:15:07.170193Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicqhrv kind= uid=0684c991-97e0-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:18:08.123253Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9p6lg\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9p6lg" level=info timestamp=2018-08-04T12:18:08.235803Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijxzbw\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmijxzbw, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 0666a15d-97e0-11e8-bc91-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijxzbw" level=info timestamp=2018-08-04T12:18:08.343460Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmir6wgk kind= uid=728040ca-97e0-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:18:08.343982Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmir6wgk kind= uid=728040ca-97e0-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:18:08.363346Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizsmzq kind= uid=728796d1-97e0-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:18:08.363664Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizsmzq kind= uid=728796d1-97e0-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:18:08.389764Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicblwb kind= uid=728b242f-97e0-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:18:08.390115Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicblwb kind= uid=728b242f-97e0-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:18:08.436924Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimnpzj kind= uid=728ece7f-97e0-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:18:08.437403Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimnpzj kind= uid=728ece7f-97e0-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:18:09.423653Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmir6wgk\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmir6wgk" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 228:{} 231:{} 184:{} 227:{} 62:{} 236:{} 61:{} 144:{} 63:{} 232:{} 59:{} 60:{} 235:{}] level=error timestamp=2018-08-04T12:20:24.242624Z 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-tx4jt 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:{} 63:{} 61:{} 62:{} 144:{} 231:{} 183:{} 235:{} 228:{} 232:{} 59:{} 60:{} 227:{}] level=error timestamp=2018-08-04T12:20:25.873941Z 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-testvmicblwb-phm2w Pod phase: Pending Pod name: virt-launcher-testvmimnpzj-zqxld Pod phase: Pending Pod name: virt-launcher-testvmir6wgk-hrts7 Pod phase: Pending Pod name: virt-launcher-testvmizsmzq-bblfd Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.306 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.009s. 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:18:09.128316Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmir6wgk kind=VirtualMachineInstance uid=728040ca-97e0-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmir6wgk-hrts7" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running level=info timestamp=2018-08-04T12:23:12.192512Z 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:23:17 http: TLS handshake error from 10.244.1.1:48534: EOF level=info timestamp=2018-08-04T12:23:24.943065Z 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:23:27 http: TLS handshake error from 10.244.1.1:48540: EOF level=info timestamp=2018-08-04T12:23:36.342868Z 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:23:37.632122Z 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:23:37 http: TLS handshake error from 10.244.1.1:48546: EOF level=info timestamp=2018-08-04T12:23:42.079917Z 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:23:42.259782Z 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:23:47 http: TLS handshake error from 10.244.1.1:48552: EOF level=info timestamp=2018-08-04T12:23:55.044703Z 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:23:57 http: TLS handshake error from 10.244.1.1:48558: EOF level=info timestamp=2018-08-04T12:24:06.409925Z 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:24:07.782647Z 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:07 http: TLS handshake error from 10.244.1.1:48564: EOF Pod name: virt-controller-67dcdd8464-6s4mc Pod phase: Running level=info timestamp=2018-08-04T12:18:08.363664Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmizsmzq kind= uid=728796d1-97e0-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:18:08.389764Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicblwb kind= uid=728b242f-97e0-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:18:08.390115Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicblwb kind= uid=728b242f-97e0-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:18:08.436924Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimnpzj kind= uid=728ece7f-97e0-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:18:08.437403Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimnpzj kind= uid=728ece7f-97e0-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:18:09.423653Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmir6wgk\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmir6wgk" level=info timestamp=2018-08-04T12:21:09.422164Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmicblwb\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmicblwb" level=info timestamp=2018-08-04T12:21:10.117500Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqxxmj kind= uid=dedcdce5-97e0-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:21:10.118126Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqxxmj kind= uid=dedcdce5-97e0-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:21:10.136439Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi69d85 kind= uid=dee0180e-97e0-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:21:10.136726Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi69d85 kind= uid=dee0180e-97e0-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:21:10.188669Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirpx6s kind= uid=dee34db0-97e0-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:21:10.188975Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirpx6s kind= uid=dee34db0-97e0-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:21:10.242362Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8wc4t kind= uid=deee7889-97e0-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:21:10.242603Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8wc4t kind= uid=deee7889-97e0-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 228:{} 63:{} 60:{} 184:{} 227:{} 62:{} 236:{} 59:{} 183:{} 231:{} 232:{} 61:{} 235:{}] level=error timestamp=2018-08-04T12:24:05.400232Z 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-tx4jt 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:{} 228:{} 59:{} 183:{} 63:{} 60:{} 231:{} 62:{} 235:{} 61:{} 227:{} 184:{} 232:{} 236:{}] level=error timestamp=2018-08-04T12:24:06.893553Z 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-testvmi69d85-h8n6l Pod phase: Pending Pod name: virt-launcher-testvmi8wc4t-42fzw Pod phase: Pending Pod name: virt-launcher-testvmiqxxmj-c65t4 Pod phase: Pending Pod name: virt-launcher-testvmirpx6s-bsfdx Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.817 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance with custom MAC address and slirp interface [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:427 should configure custom MAC address /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:428 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:21:10.906368Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmiqxxmj kind=VirtualMachineInstance uid=dedcdce5-97e0-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmiqxxmj-c65t4" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running level=info timestamp=2018-08-04T12:26:13.949978Z 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:26:17 http: TLS handshake error from 10.244.1.1:48642: EOF level=info timestamp=2018-08-04T12:26:25.594788Z 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:26:27 http: TLS handshake error from 10.244.1.1:48648: EOF level=info timestamp=2018-08-04T12:26:36.458784Z pos=filter.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:26:37 http: TLS handshake error from 10.244.1.1:48654: EOF level=info timestamp=2018-08-04T12:26:38.676137Z 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:26:42.717700Z 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:26:42.794513Z 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:26:47 http: TLS handshake error from 10.244.1.1:48660: EOF level=info timestamp=2018-08-04T12:26:55.708913Z 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:26:57 http: TLS handshake error from 10.244.1.1:48666: EOF level=info timestamp=2018-08-04T12:27:06.344371Z pos=filter.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:07 http: TLS handshake error from 10.244.1.1:48672: EOF level=info timestamp=2018-08-04T12:27:08.832614Z 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-6s4mc Pod phase: Running level=info timestamp=2018-08-04T12:21:10.136439Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi69d85 kind= uid=dee0180e-97e0-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:21:10.136726Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi69d85 kind= uid=dee0180e-97e0-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:21:10.188669Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirpx6s kind= uid=dee34db0-97e0-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:21:10.188975Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirpx6s kind= uid=dee34db0-97e0-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:21:10.242362Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8wc4t kind= uid=deee7889-97e0-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:21:10.242603Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8wc4t kind= uid=deee7889-97e0-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:24:11.230920Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi69d85\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi69d85" level=info timestamp=2018-08-04T12:24:11.848282Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5lhlw kind= uid=4b2beef7-97e1-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:24:11.848843Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5lhlw kind= uid=4b2beef7-97e1-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:24:11.886504Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidwvfc kind= uid=4b340044-97e1-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:24:11.886883Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidwvfc kind= uid=4b340044-97e1-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:24:11.929129Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6fcl4 kind= uid=4b3895ee-97e1-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:24:11.929426Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6fcl4 kind= uid=4b3895ee-97e1-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:24:11.988882Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9w8g6 kind= uid=4b3f4f61-97e1-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:24:11.989199Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9w8g6 kind= uid=4b3f4f61-97e1-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 231:{} 184:{} 62:{} 227:{} 235:{} 60:{} 61:{} 183:{} 63:{} 232:{} 59:{} 236:{}] Pod name: virt-handler-tx4jt 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:{} 59:{} 61:{} 184:{} 62:{} 228:{} 235:{} 231:{} 232:{} 227:{} 236:{} 60:{} 183:{} 144:{}] Pod name: virt-launcher-testvmi5lhlw-ll4pl Pod phase: Pending Pod name: virt-launcher-testvmi6fcl4-b9xwd Pod phase: Pending Pod name: virt-launcher-testvmi9w8g6-2v494 Pod phase: Pending Pod name: virt-launcher-testvmidwvfc-b96mk Pod phase: Pending • Failure in Spec Setup (BeforeEach) [181.784 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance with disabled automatic attachment of interfaces [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:440 should not configure any external interfaces /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:441 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-04T12:24:12.868197Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmi5lhlw kind=VirtualMachineInstance uid=4b2beef7-97e1-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi5lhlw-ll4pl" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running level=info timestamp=2018-08-04T12:32:26.945297Z 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:32:27 http: TLS handshake error from 10.244.1.1:48864: EOF level=info timestamp=2018-08-04T12:32:36.397753Z pos=filter.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:32:37 http: TLS handshake error from 10.244.1.1:48870: EOF level=info timestamp=2018-08-04T12:32:40.837314Z 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:32:43.675594Z 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:32:43.848591Z 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:32:47 http: TLS handshake error from 10.244.1.1:48876: EOF level=info timestamp=2018-08-04T12:32:57.063925Z 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:32:57 http: TLS handshake error from 10.244.1.1:48882: EOF level=info timestamp=2018-08-04T12:33:06.472620Z pos=filter.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:07 http: TLS handshake error from 10.244.1.1:48888: EOF level=info timestamp=2018-08-04T12:33:10.989914Z 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:13.790868Z 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:13.920581Z 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-6s4mc Pod phase: Running level=info timestamp=2018-08-04T12:21:10.188669Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirpx6s kind= uid=dee34db0-97e0-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:21:10.188975Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirpx6s kind= uid=dee34db0-97e0-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:21:10.242362Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8wc4t kind= uid=deee7889-97e0-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:21:10.242603Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8wc4t kind= uid=deee7889-97e0-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:24:11.230920Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi69d85\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi69d85" level=info timestamp=2018-08-04T12:24:11.848282Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5lhlw kind= uid=4b2beef7-97e1-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:24:11.848843Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5lhlw kind= uid=4b2beef7-97e1-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:24:11.886504Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidwvfc kind= uid=4b340044-97e1-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:24:11.886883Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidwvfc kind= uid=4b340044-97e1-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:24:11.929129Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6fcl4 kind= uid=4b3895ee-97e1-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:24:11.929426Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6fcl4 kind= uid=4b3895ee-97e1-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:24:11.988882Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9w8g6 kind= uid=4b3f4f61-97e1-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:24:11.989199Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9w8g6 kind= uid=4b3f4f61-97e1-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:27:13.650922Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicfzvv kind= uid=b78bef84-97e1-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:27:13.651749Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicfzvv kind= uid=b78bef84-97e1-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 231:{} 232:{} 236:{} 184:{} 59:{} 183:{} 144:{} 235:{} 60:{} 61:{} 62:{} 228:{} 63:{}] level=error timestamp=2018-08-04T12:32:16.006005Z 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-tx4jt 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:{} 63:{} 60:{} 227:{} 228:{} 231:{} 236:{} 184:{} 61:{} 62:{}] level=error timestamp=2018-08-04T12:32:17.146778Z 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-testvmicfzvv-nsf45 Pod phase: Pending • Failure [361.312 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.012s. 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-04T12:27:14.258372Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmicfzvv kind=VirtualMachineInstance uid=b78bef84-97e1-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmicfzvv-nsf45" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running level=info timestamp=2018-08-04T12:34:27.395697Z 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:27 http: TLS handshake error from 10.244.1.1:48936: EOF level=info timestamp=2018-08-04T12:34:36.400950Z pos=filter.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:34:37 http: TLS handshake error from 10.244.1.1:48942: EOF level=info timestamp=2018-08-04T12:34:41.453925Z 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:44.086842Z 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:44.184877Z 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:47 http: TLS handshake error from 10.244.1.1:48948: EOF level=info timestamp=2018-08-04T12:34:57.495660Z 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:57 http: TLS handshake error from 10.244.1.1:48954: EOF level=info timestamp=2018-08-04T12:35:06.492285Z pos=filter.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:35:07 http: TLS handshake error from 10.244.1.1:48960: EOF level=info timestamp=2018-08-04T12:35:11.602248Z 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:35:14.217174Z 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:35:14.300837Z 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-6s4mc Pod phase: Running level=info timestamp=2018-08-04T12:21:10.242603Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8wc4t kind= uid=deee7889-97e0-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:24:11.230920Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi69d85\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi69d85" level=info timestamp=2018-08-04T12:24:11.848282Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5lhlw kind= uid=4b2beef7-97e1-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:24:11.848843Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5lhlw kind= uid=4b2beef7-97e1-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:24:11.886504Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidwvfc kind= uid=4b340044-97e1-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:24:11.886883Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidwvfc kind= uid=4b340044-97e1-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:24:11.929129Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6fcl4 kind= uid=4b3895ee-97e1-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:24:11.929426Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6fcl4 kind= uid=4b3895ee-97e1-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:24:11.988882Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9w8g6 kind= uid=4b3f4f61-97e1-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:24:11.989199Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9w8g6 kind= uid=4b3f4f61-97e1-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:27:13.650922Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicfzvv kind= uid=b78bef84-97e1-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:27:13.651749Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicfzvv kind= uid=b78bef84-97e1-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:33:14.330073Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix87f6 kind= uid=8e86f979-97e2-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:33:14.330828Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix87f6 kind= uid=8e86f979-97e2-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:33:14.408446Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmix87f6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmix87f6" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 235:{} 184:{} 144:{} 231:{} 232:{} 236:{} 59:{} 227:{} 228:{} 60:{} 61:{} 183:{} 63:{}] level=error timestamp=2018-08-04T12:35:14.251971Z 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-tx4jt 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:{} 63:{} 236:{} 60:{} 227:{} 228:{} 231:{} 59:{} 184:{} 183:{} 144:{} 235:{} 61:{} 62:{}] level=error timestamp=2018-08-04T12:34:09.100738Z 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-testvmix87f6-xlvlv Pod phase: Pending • Failure [120.598 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.012s. 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-04T12:33:14.911876Z pos=utils.go:244 component=tests namespace=kubevirt-test-default name=testvmix87f6 kind=VirtualMachineInstance uid=8e86f979-97e2-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmix87f6-xlvlv" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running level=info timestamp=2018-08-04T12:35:36.396475Z pos=filter.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:35:37 http: TLS handshake error from 10.244.1.1:48978: EOF level=info timestamp=2018-08-04T12:35:41.757737Z 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:35:44.308889Z 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:35:44.371676Z 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:35:47 http: TLS handshake error from 10.244.1.1:48984: EOF level=info timestamp=2018-08-04T12:35:57.694890Z 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:35:57 http: TLS handshake error from 10.244.1.1:48990: EOF level=info timestamp=2018-08-04T12:36:06.495474Z pos=filter.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:07 http: TLS handshake error from 10.244.1.1:48996: EOF level=info timestamp=2018-08-04T12:36:11.915593Z 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:14.307851Z 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:14.317303Z 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:14.385863Z 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:14.459695Z 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-6s4mc Pod phase: Running level=info timestamp=2018-08-04T12:27:13.651749Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicfzvv kind= uid=b78bef84-97e1-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:33:14.330073Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix87f6 kind= uid=8e86f979-97e2-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:33:14.330828Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix87f6 kind= uid=8e86f979-97e2-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:33:14.408446Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmix87f6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmix87f6" level=info timestamp=2018-08-04T12:35:15.012566Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicnb7h kind= uid=d673fa47-97e2-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:35:15.013509Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicnb7h kind= uid=d673fa47-97e2-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:35:15.040099Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi85tqx kind= uid=d679d4d9-97e2-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:35:15.040361Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi85tqx kind= uid=d679d4d9-97e2-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:35:15.074957Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5trn4 kind= uid=d67cc7be-97e2-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:35:15.075398Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5trn4 kind= uid=d67cc7be-97e2-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:35:15.087736Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8ssz5 kind= uid=d680345e-97e2-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:35:15.088072Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8ssz5 kind= uid=d680345e-97e2-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:35:15.108945Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijccbd kind= uid=d682d6ee-97e2-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:35:15.109214Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijccbd kind= uid=d682d6ee-97e2-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:35:15.194233Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi85tqx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi85tqx" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 235:{} 184:{} 144:{} 231:{} 232:{} 236:{} 59:{} 227:{} 228:{} 60:{} 61:{} 183:{} 63:{}] level=error timestamp=2018-08-04T12:35:14.251971Z 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-tx4jt 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:{} 227:{} 183:{} 144:{} 61:{} 235:{} 236:{} 59:{} 231:{} 63:{} 232:{} 184:{} 62:{} 228:{}] level=error timestamp=2018-08-04T12:35:15.288858Z 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-testvmi5trn4-nz6tg Pod phase: Pending Pod name: virt-launcher-testvmi85tqx-xrdcc Pod phase: Pending Pod name: virt-launcher-testvmi8ssz5-7h9gg Pod phase: Pending Pod name: virt-launcher-testvmicnb7h-2zdl8 Pod phase: Pending Pod name: virt-launcher-testvmijccbd-xdztv Pod phase: Pending • Failure [61.335 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.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 ------------------------------ 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-04T12:35:15.720801Z pos=utils.go:255 component=tests namespace=kubevirt-test-default name=testvmicnb7h kind=VirtualMachineInstance uid=d673fa47-97e2-11e8-bc91-525500d15501 msg="Created virtual machine pod virt-launcher-testvmicnb7h-2zdl8" Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running level=error timestamp=2018-08-04T12:36:41.016577Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduling instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-04T12:36:41.016844Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmildsh7/console proto=HTTP/1.1 statusCode=400 contentLength=90 level=info timestamp=2018-08-04T12:36:42.086177Z 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=error timestamp=2018-08-04T12:36:42.189136Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduling instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-04T12:36:42.189474Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmildsh7/console proto=HTTP/1.1 statusCode=400 contentLength=90 level=error timestamp=2018-08-04T12:36:43.323938Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduling instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-04T12:36:43.324192Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmildsh7/console proto=HTTP/1.1 statusCode=400 contentLength=90 level=error timestamp=2018-08-04T12:36:44.440916Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduling instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-04T12:36:44.441221Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmildsh7/console proto=HTTP/1.1 statusCode=400 contentLength=90 level=info timestamp=2018-08-04T12:36:44.461147Z 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:44.565249Z 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=error timestamp=2018-08-04T12:36:45.560934Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduling instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-04T12:36:45.561185Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmildsh7/console proto=HTTP/1.1 statusCode=400 contentLength=90 level=error timestamp=2018-08-04T12:36:46.680206Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduling instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-04T12:36:46.680461Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmildsh7/console proto=HTTP/1.1 statusCode=400 contentLength=90 Pod name: virt-controller-67dcdd8464-6s4mc Pod phase: Running level=info timestamp=2018-08-04T12:33:14.408446Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmix87f6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmix87f6" level=info timestamp=2018-08-04T12:35:15.012566Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicnb7h kind= uid=d673fa47-97e2-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:35:15.013509Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicnb7h kind= uid=d673fa47-97e2-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:35:15.040099Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi85tqx kind= uid=d679d4d9-97e2-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:35:15.040361Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi85tqx kind= uid=d679d4d9-97e2-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:35:15.074957Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5trn4 kind= uid=d67cc7be-97e2-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:35:15.075398Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5trn4 kind= uid=d67cc7be-97e2-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:35:15.087736Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8ssz5 kind= uid=d680345e-97e2-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:35:15.088072Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8ssz5 kind= uid=d680345e-97e2-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:35:15.108945Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijccbd kind= uid=d682d6ee-97e2-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:35:15.109214Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijccbd kind= uid=d682d6ee-97e2-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:35:15.194233Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi85tqx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi85tqx" level=info timestamp=2018-08-04T12:36:17.098649Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmildsh7 kind= uid=fb7639c9-97e2-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:36:17.099294Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmildsh7 kind= uid=fb7639c9-97e2-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:36:17.340386Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmildsh7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmildsh7" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 235:{} 184:{} 144:{} 231:{} 232:{} 236:{} 59:{} 227:{} 228:{} 60:{} 61:{} 183:{} 63:{}] level=error timestamp=2018-08-04T12:35:14.251971Z 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-tx4jt 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:{} 227:{} 183:{} 144:{} 61:{} 235:{} 236:{} 59:{} 231:{} 63:{} 232:{} 184:{} 62:{} 228:{}] level=error timestamp=2018-08-04T12:35:15.288858Z 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-testvmildsh7-f2bj5 Pod phase: Pending • Failure [31.431 seconds] Console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:37 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:65 with a serial console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:66 with a cirros image /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:67 should return that we are running cirros [It] /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:68 Expected error: <*errors.errorString | 0xc42043bea0>: { s: "Timeout trying to connect to the virtual machine instance", } Timeout trying to connect to the virtual machine instance not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:55 ------------------------------ STEP: Creating a new VirtualMachineInstance STEP: Expecting the VirtualMachineInstance console Pod name: disks-images-provider-2c8f6 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-gtbx9 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-cp44t Pod phase: Running level=error timestamp=2018-08-04T12:37:12.730734Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduling instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-04T12:37:12.730937Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi7wsjs/console proto=HTTP/1.1 statusCode=400 contentLength=90 level=error timestamp=2018-08-04T12:37:13.868077Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduling instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-04T12:37:13.868362Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi7wsjs/console proto=HTTP/1.1 statusCode=400 contentLength=90 level=info timestamp=2018-08-04T12:37:14.322779Z 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:37:14.327425Z 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:37:14.527689Z 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:14.644332Z 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=error timestamp=2018-08-04T12:37:14.997839Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduling instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-04T12:37:14.998149Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi7wsjs/console proto=HTTP/1.1 statusCode=400 contentLength=90 level=error timestamp=2018-08-04T12:37:16.160772Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduling instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-04T12:37:16.160999Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi7wsjs/console proto=HTTP/1.1 statusCode=400 contentLength=90 level=error timestamp=2018-08-04T12:37:17.334955Z pos=subresource.go:54 component=virt-api reason="Unable to connect to VirtualMachineInstance because phase is Scheduling instead of Running" msg="Failed to gather remote exec info for subresource request." level=info timestamp=2018-08-04T12:37:17.335277Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi7wsjs/console proto=HTTP/1.1 statusCode=400 contentLength=90 2018/08/04 12:37:17 http: TLS handshake error from 10.244.1.1:49038: EOF Pod name: virt-controller-67dcdd8464-6s4mc Pod phase: Running level=info timestamp=2018-08-04T12:35:15.013509Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicnb7h kind= uid=d673fa47-97e2-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:35:15.040099Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi85tqx kind= uid=d679d4d9-97e2-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:35:15.040361Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi85tqx kind= uid=d679d4d9-97e2-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:35:15.074957Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5trn4 kind= uid=d67cc7be-97e2-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:35:15.075398Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5trn4 kind= uid=d67cc7be-97e2-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:35:15.087736Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8ssz5 kind= uid=d680345e-97e2-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:35:15.088072Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8ssz5 kind= uid=d680345e-97e2-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:35:15.108945Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijccbd kind= uid=d682d6ee-97e2-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:35:15.109214Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijccbd kind= uid=d682d6ee-97e2-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:35:15.194233Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi85tqx\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi85tqx" level=info timestamp=2018-08-04T12:36:17.098649Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmildsh7 kind= uid=fb7639c9-97e2-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:36:17.099294Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmildsh7 kind= uid=fb7639c9-97e2-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-04T12:36:17.340386Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmildsh7\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmildsh7" level=info timestamp=2018-08-04T12:36:47.857416Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7wsjs kind= uid=0dcd3721-97e3-11e8-bc91-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-04T12:36:47.858062Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7wsjs kind= uid=0dcd3721-97e3-11e8-bc91-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-9rc7g Pod phase: Running level=info timestamp=2018-08-04T11:05:52.719927Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-qwdll 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:{} 59:{} 61:{} 228:{} 231:{} 227:{} 63:{} 232:{} 60:{} 62:{} 144:{} 235:{} 184:{} 183:{}] Pod name: virt-handler-tx4jt 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:{} 184:{} 61:{} 183:{} 231:{} 62:{} 144:{} 235:{} 228:{} 236:{} 59:{} 227:{}] level=error timestamp=2018-08-04T12:37:03.532713Z 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-testvmi7wsjs-4ssf7 Pod phase: Pending • Failure [30.751 seconds] Console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:37 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:65 with a serial console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:66 with a fedora image /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:77 should return that we are running fedora [It] /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:78 Expected error: <*errors.errorString | 0xc42073d950>: { s: "Timeout trying to connect to the virtual machine instance", } Timeout trying to connect to the virtual machine instance not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:55 ------------------------------ STEP: Creating a new VirtualMachineInstance STEP: Expecting the VirtualMachineInstance console panic: test timed out after 1h30m0s goroutine 15174 [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(0xc42033de00, 0x12ad0d7, 0x9, 0x1339680, 0x47fa16) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:825 +0x301 testing.runTests.func1(0xc42033dd10) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:1063 +0x64 testing.tRunner(0xc42033dd10, 0xc420519df8) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:777 +0xd0 testing.runTests(0xc420733880, 0x1bc0e20, 0x1, 0x1, 0x412009) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:1061 +0x2c4 testing.(*M).Run(0xc420562c80, 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 50 [select]: kubevirt.io/kubevirt/pkg/kubecli.(*vmis).SerialConsole(0xc420ca26c0, 0xc420c93500, 0xc, 0x6fc23ac00, 0xc420ca26c0, 0x13be2c0, 0xc4200c5a80, 0xc420830fb8) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:282 +0x175 kubevirt.io/kubevirt/tests.NewConsoleExpecter(0x13ee160, 0xc420811280, 0xc42012a000, 0x6fc23ac00, 0x0, 0x0, 0x0, 0x20, 0x20, 0x10ed9a0, ...) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1133 +0x34c kubevirt.io/kubevirt/tests.CheckForTextExpecter(0xc42012a000, 0xc420a1e140, 0x2, 0x2, 0xa0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1183 +0xbb kubevirt.io/kubevirt/tests_test.glob..func2.3.1.3() /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:95 +0x3ff kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync(0xc4204d9b00, 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(0xc4204d9b00, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/leafnodes/runner.go:64 +0x13e kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/leafnodes.(*ItNode).Run(0xc4202d9500, 0x13b5fc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/leafnodes/it_node.go:26 +0x7f kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/spec.(*Spec).runSample(0xc4208860f0, 0x0, 0x13b5fc0, 0xc4200c54c0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/spec/spec.go:203 +0x648 kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/spec.(*Spec).Run(0xc4208860f0, 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(0xc420892140, 0xc4208860f0, 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(0xc420892140, 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(0xc420892140, 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, 0x7fa47b9d7e98, 0xc42033de00, 0x12af51b, 0xb, 0xc4207338e0, 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, 0xc42033de00, 0x12af51b, 0xb, 0xc4207338c0, 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, 0xc42033de00, 0x12af51b, 0xb, 0xc42043bd10, 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(0xc42033de00) /root/go/src/kubevirt.io/kubevirt/tests/tests_suite_test.go:43 +0xaa testing.tRunner(0xc42033de00, 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 51 [chan receive, 90 minutes]: kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).registerForInterrupts(0xc420892140, 0xc42062ad20) /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 52 [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(0xc420890750, 0xc42062ade0) /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 54 [IO wait]: internal/poll.runtime_pollWait(0x7fa47b9bcf00, 0x72, 0xc420dff850) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc4207f2318, 0x72, 0xffffffffffffff00, 0x13b7ca0, 0x1ad8640) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc4207f2318, 0xc42076c000, 0x8000, 0x8000) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc4207f2300, 0xc42076c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc4207f2300, 0xc42076c000, 0x8000, 0x8000, 0x0, 0x8, 0x7ffb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc4201463d8, 0xc42076c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc4207997d0, 0x7fa4780090b0, 0xc4201463d8, 0x5, 0xc4201463d8, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc42064b180, 0x133b617, 0xc42064b2a0, 0x20) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc42064b180, 0xc420480000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).Read(0xc4206dc240, 0xc4206fa038, 0x9, 0x9, 0xc4200ddc78, 0xc420802d20, 0xc420dffd10) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:216 +0x238 io.ReadAtLeast(0x13b4e00, 0xc4206dc240, 0xc4206fa038, 0x9, 0x9, 0x9, 0xc420dffce0, 0xc420dffce0, 0x406614) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:309 +0x86 io.ReadFull(0x13b4e00, 0xc4206dc240, 0xc4206fa038, 0x9, 0x9, 0xc4200ddc20, 0xc420dffd10, 0xc400007201) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:327 +0x58 kubevirt.io/kubevirt/vendor/golang.org/x/net/http2.readFrameHeader(0xc4206fa038, 0x9, 0x9, 0x13b4e00, 0xc4206dc240, 0x0, 0xc400000000, 0x7baa0d, 0xc420dfffb0) /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(0xc4206fa000, 0xc4205f00f0, 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(0xc420dfffb0, 0x133a5d8, 0xc42088c7b0) /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(0xc42033e1a0) /root/go/src/kubevirt.io/kubevirt/vendor/golang.org/x/net/http2/transport.go:1354 +0x76 created by kubevirt.io/kubevirt/vendor/golang.org/x/net/http2.(*Transport).newClientConn /root/go/src/kubevirt.io/kubevirt/vendor/golang.org/x/net/http2/transport.go:579 +0x651 goroutine 15068 [sleep]: time.Sleep(0x3b9aca00) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/time.go:102 +0x166 kubevirt.io/kubevirt/pkg/kubecli.(*vmis).SerialConsole.func1(0xc420ca26c0, 0xc420c93500, 0xc, 0xc4203d5e03, 0xc420b06420) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:266 +0x92 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).SerialConsole /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:260 +0xd8 make: *** [functest] Error 2 + make cluster-down ./cluster/down.sh