+ export WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release + WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release + [[ k8s-1.11.0-release =~ openshift-.* ]] + [[ k8s-1.11.0-release =~ .*-1.9.3-.* ]] + export KUBEVIRT_PROVIDER=k8s-1.10.3 + KUBEVIRT_PROVIDER=k8s-1.10.3 + 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/07/27 11:05:41 Waiting for host: 192.168.66.101:22 2018/07/27 11:05:44 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/07/27 11:05:52 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/07/27 11:05:57 Connected to tcp://192.168.66.101:22 + kubeadm init --config /etc/kubernetes/kubeadm.conf [init] Using Kubernetes version: v1.10.3 [init] Using Authorization modes: [Node RBAC] [preflight] Running pre-flight checks. [WARNING FileExisting-crictl]: crictl not found in system path Suggestion: go get github.com/kubernetes-incubator/cri-tools/cmd/crictl Flag --admission-control has been deprecated, Use --enable-admission-plugins or --disable-admission-plugins instead. Will be removed in a future version. [certificates] Generated ca certificate and key. [certificates] Generated apiserver certificate and key. [certificates] apiserver serving cert is signed for DNS names [node01 kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local] and IPs [10.96.0.1 192.168.66.101] [certificates] Generated apiserver-kubelet-client certificate and key. [certificates] Generated etcd/ca certificate and key. [certificates] Generated etcd/server certificate and key. [certificates] etcd/server serving cert is signed for DNS names [localhost] and IPs [127.0.0.1] [certificates] Generated etcd/peer certificate and key. [certificates] etcd/peer serving cert is signed for DNS names [node01] and IPs [192.168.66.101] [certificates] Generated etcd/healthcheck-client certificate and key. [certificates] Generated apiserver-etcd-client certificate and key. [certificates] Generated sa key and public key. [certificates] Generated front-proxy-ca certificate and key. [certificates] Generated front-proxy-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 29.009350 seconds [uploadconfig] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace [markmaster] Will mark node node01 as master by adding a label and a taint [markmaster] Master node01 tainted and labelled with key/value: node-role.kubernetes.io/master="" [bootstraptoken] Using token: abcdef.1234567890123456 [bootstraptoken] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials [bootstraptoken] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token [bootstraptoken] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster [bootstraptoken] Creating the "cluster-info" ConfigMap in the "kube-public" namespace [addons] Applied essential addon: kube-dns [addons] Applied essential addon: kube-proxy Your Kubernetes master has initialized successfully! To start using your cluster, you need to run the following as a regular user: mkdir -p $HOME/.kube sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config sudo chown $(id -u):$(id -g) $HOME/.kube/config You should now deploy a pod network to the cluster. Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at: https://kubernetes.io/docs/concepts/cluster-administration/addons/ You can now join any number of machines by running the following on each node as root: kubeadm join 192.168.66.101:6443 --token abcdef.1234567890123456 --discovery-token-ca-cert-hash sha256:f80667f1f9bc58e0a8296ed47c1a3a1501fcee27dfaeb074e55be64de9508bd8 + kubectl --kubeconfig=/etc/kubernetes/admin.conf apply -f https://raw.githubusercontent.com/coreos/flannel/v0.9.1/Documentation/kube-flannel.yml clusterrole.rbac.authorization.k8s.io "flannel" created clusterrolebinding.rbac.authorization.k8s.io "flannel" created serviceaccount "flannel" created configmap "kube-flannel-cfg" created daemonset.extensions "kube-flannel-ds" created + kubectl --kubeconfig=/etc/kubernetes/admin.conf taint nodes node01 node-role.kubernetes.io/master:NoSchedule- node "node01" untainted 2018/07/27 11:06:45 Waiting for host: 192.168.66.102:22 2018/07/27 11:06:48 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/07/27 11:06:56 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/07/27 11:07:01 Connected to tcp://192.168.66.102:22 + kubeadm join --token abcdef.1234567890123456 192.168.66.101:6443 --ignore-preflight-errors=all --discovery-token-unsafe-skip-ca-verification=true [preflight] Running pre-flight checks. [discovery] Trying to connect to API Server "192.168.66.101:6443" [WARNING FileExisting-crictl]: crictl not found in system path Suggestion: go get github.com/kubernetes-incubator/cri-tools/cmd/crictl [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" 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 39588992 kubectl Sending file modes: C0600 5450 admin.conf Cluster "kubernetes" set. Cluster "kubernetes" set. + set +e + kubectl get nodes --no-headers + cluster/kubectl.sh get nodes --no-headers node01 Ready master 50s v1.10.3 node02 Ready 19s v1.10.3 + kubectl_rc=0 + '[' 0 -ne 0 ']' ++ kubectl get nodes --no-headers ++ cluster/kubectl.sh get nodes --no-headers ++ grep NotReady + '[' -n '' ']' + set -e + echo 'Nodes are ready:' Nodes are ready: + kubectl get nodes + cluster/kubectl.sh get nodes NAME STATUS ROLES AGE VERSION node01 Ready master 51s v1.10.3 node02 Ready 20s v1.10.3 + make cluster-sync ./cluster/build.sh Building ... sha256:dcf2b21fa2ed11dcf9dbba21b1cca0ee3fad521a0e9aee61c06d0b0b66a4b200 go version go1.10 linux/amd64 go version go1.10 linux/amd64 make[1]: Entering directory `/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt' hack/dockerized "./hack/check.sh && KUBEVIRT_VERSION= ./hack/build-go.sh install " && ./hack/build-copy-artifacts.sh sha256:dcf2b21fa2ed11dcf9dbba21b1cca0ee3fad521a0e9aee61c06d0b0b66a4b200 go version go1.10 linux/amd64 go version go1.10 linux/amd64 find: '/root/go/src/kubevirt.io/kubevirt/_out/cmd': No such file or directory Compiling tests... compiled tests.test hack/build-docker.sh build Sending build context to Docker daemon 40.39 MB Step 1/8 : FROM fedora:28 ---> cc510acfcd70 Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> bfe77d5699ed Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-controller ---> Using cache ---> b00c84523b53 Step 4/8 : WORKDIR /home/virt-controller ---> Using cache ---> b76b8bd8cd39 Step 5/8 : USER 1001 ---> Using cache ---> b6d9ad9ed232 Step 6/8 : COPY virt-controller /usr/bin/virt-controller ---> Using cache ---> 3b7a239f7073 Step 7/8 : ENTRYPOINT /usr/bin/virt-controller ---> Using cache ---> 0de2d32a04bb Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release2" '' "virt-controller" '' ---> Running in 2a07aa27a5ca ---> 561dbccf35d6 Removing intermediate container 2a07aa27a5ca Successfully built 561dbccf35d6 Sending build context to Docker daemon 43.3 MB Step 1/10 : FROM kubevirt/libvirt:4.2.0 ---> 5f0bfe81a3e0 Step 2/10 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 945996802736 Step 3/10 : RUN dnf -y install socat genisoimage util-linux libcgroup-tools ethtool net-tools sudo && dnf -y clean all && test $(id -u qemu) = 107 # make sure that the qemu user really is 107 ---> Using cache ---> 672f9ab56316 Step 4/10 : COPY virt-launcher /usr/bin/virt-launcher ---> Using cache ---> f48b70b7f955 Step 5/10 : COPY kubevirt-sudo /etc/sudoers.d/kubevirt ---> Using cache ---> 7d12534a5ff4 Step 6/10 : RUN setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/qemu-system-x86_64 ---> Using cache ---> 3558d493994a Step 7/10 : RUN mkdir -p /usr/share/kubevirt/virt-launcher ---> Using cache ---> 01f93a7428c2 Step 8/10 : COPY entrypoint.sh libvirtd.sh sock-connector /usr/share/kubevirt/virt-launcher/ ---> Using cache ---> a652bad6ec70 Step 9/10 : ENTRYPOINT /usr/share/kubevirt/virt-launcher/entrypoint.sh ---> Using cache ---> 00fb5a68e7ac Step 10/10 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release2" '' "virt-launcher" '' ---> Running in bd4b74f1fcf4 ---> 077f2ebffd2d Removing intermediate container bd4b74f1fcf4 Successfully built 077f2ebffd2d Sending build context to Docker daemon 41.67 MB Step 1/5 : FROM fedora:28 ---> cc510acfcd70 Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> bfe77d5699ed Step 3/5 : COPY virt-handler /usr/bin/virt-handler ---> Using cache ---> 50cdeae0c9d2 Step 4/5 : ENTRYPOINT /usr/bin/virt-handler ---> Using cache ---> 5b95c4fe4ff2 Step 5/5 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release2" '' "virt-handler" '' ---> Running in 1574dc641cf0 ---> cb8275c88753 Removing intermediate container 1574dc641cf0 Successfully built cb8275c88753 Sending build context to Docker daemon 38.81 MB Step 1/8 : FROM fedora:28 ---> cc510acfcd70 Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> bfe77d5699ed Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-api ---> Using cache ---> ed1ebf600ee1 Step 4/8 : WORKDIR /home/virt-api ---> Using cache ---> 0769dad023e5 Step 5/8 : USER 1001 ---> Using cache ---> 0cb65afb0c2b Step 6/8 : COPY virt-api /usr/bin/virt-api ---> Using cache ---> e3d1c219d6e9 Step 7/8 : ENTRYPOINT /usr/bin/virt-api ---> Using cache ---> bb2851b5c680 Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release2" '' "virt-api" '' ---> Running in f23d7ad9fb3e ---> 102aaa56f372 Removing intermediate container f23d7ad9fb3e Successfully built 102aaa56f372 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-release2" '' ---> Using cache ---> 1220ce6ff0fa Successfully built 1220ce6ff0fa 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-release2" '' "vm-killer" '' ---> Using cache ---> e2940dd6b38f Successfully built e2940dd6b38f 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-release2" '' "registry-disk-v1alpha" '' ---> Using cache ---> b90f9ac6e4b9 Successfully built b90f9ac6e4b9 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33109/kubevirt/registry-disk-v1alpha:devel ---> b90f9ac6e4b9 Step 2/4 : MAINTAINER "David Vossel" \ ---> Using cache ---> bf4321f1bdcf 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 ---> fdb5aa18f4f6 Step 4/4 : LABEL "cirros-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.11.0-release2" '' ---> Using cache ---> a3970deead12 Successfully built a3970deead12 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33109/kubevirt/registry-disk-v1alpha:devel ---> b90f9ac6e4b9 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 3fbeaa31b861 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 ---> 2f8d65aae622 Step 4/4 : LABEL "fedora-cloud-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.11.0-release2" '' ---> Using cache ---> 8e0988b9a102 Successfully built 8e0988b9a102 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33109/kubevirt/registry-disk-v1alpha:devel ---> b90f9ac6e4b9 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 3fbeaa31b861 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 ---> 61427d5da613 Step 4/4 : LABEL "alpine-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.11.0-release2" '' ---> Using cache ---> 64c1d6221966 Successfully built 64c1d6221966 Sending build context to Docker daemon 35.59 MB Step 1/8 : FROM fedora:28 ---> cc510acfcd70 Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> bfe77d5699ed Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virtctl ---> Using cache ---> 985fe391c056 Step 4/8 : WORKDIR /home/virtctl ---> Using cache ---> 3b2cae8ac543 Step 5/8 : USER 1001 ---> Using cache ---> 0c06e5b4a900 Step 6/8 : COPY subresource-access-test /subresource-access-test ---> Using cache ---> eb0c8800d4a2 Step 7/8 : ENTRYPOINT /subresource-access-test ---> Using cache ---> d53b1efebca9 Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release2" '' "subresource-access-test" '' ---> Running in de52fcb1f423 ---> 0fe48f030def Removing intermediate container de52fcb1f423 Successfully built 0fe48f030def 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-release2" '' "winrmcli" '' ---> Using cache ---> b4a60e1f700b Successfully built b4a60e1f700b Sending build context to Docker daemon 36.79 MB Step 1/5 : FROM fedora:27 ---> 9110ae7f579f Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> e3238544ad97 Step 3/5 : COPY example-hook-sidecar /example-hook-sidecar ---> Using cache ---> 474454940f2a Step 4/5 : ENTRYPOINT /example-hook-sidecar ---> Using cache ---> d35c832c02c4 Step 5/5 : LABEL "example-hook-sidecar" '' "kubevirt-functional-tests-k8s-1.11.0-release2" '' ---> Running in c264e02840b5 ---> cf9cdb5c2beb Removing intermediate container c264e02840b5 Successfully built cf9cdb5c2beb hack/build-docker.sh push The push refers to a repository [localhost:33109/kubevirt/virt-controller] 56be6c202c95: Preparing aa89340cf7a8: Preparing 891e1e4ef82a: Preparing aa89340cf7a8: Pushed 56be6c202c95: Pushed 891e1e4ef82a: Pushed devel: digest: sha256:5c927f39413f6dba7fa74ccdf46c0660a272dca2963a17198c330e51303d4a86 size: 949 The push refers to a repository [localhost:33109/kubevirt/virt-launcher] 61b75c815d11: Preparing d8e8de7751bc: Preparing 2123a4b988c3: Preparing 460f2c8e2ca5: Preparing 2ebe3cfad7c0: Preparing 633427c64a24: Preparing da38cf808aa5: Preparing b83399358a92: Preparing 186d8b3e4fd8: Preparing fa6154170bf5: Preparing 5eefb9960a36: Preparing 891e1e4ef82a: Preparing da38cf808aa5: Waiting 186d8b3e4fd8: Waiting b83399358a92: Waiting fa6154170bf5: Waiting 891e1e4ef82a: Waiting d8e8de7751bc: Pushed 460f2c8e2ca5: Pushed 61b75c815d11: Pushed da38cf808aa5: Pushed b83399358a92: Pushed fa6154170bf5: Pushed 186d8b3e4fd8: Pushed 891e1e4ef82a: Mounted from kubevirt/virt-controller 2123a4b988c3: Pushed 633427c64a24: Pushed 2ebe3cfad7c0: Pushed 5eefb9960a36: Pushed devel: digest: sha256:b0157b03cbc513e2d9595e0908a1f0537569c7127d6d882703345c40a037b649 size: 2828 The push refers to a repository [localhost:33109/kubevirt/virt-handler] 1852f68af771: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-launcher 1852f68af771: Pushed devel: digest: sha256:8214ad309df14bae9b4320cdc9cdbdae935108b1782020bacee75c216da29095 size: 741 The push refers to a repository [localhost:33109/kubevirt/virt-api] 654a737e46a6: Preparing 82fc744c99b4: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-handler 82fc744c99b4: Pushed 654a737e46a6: Pushed devel: digest: sha256:56503670b43f25ad8738b779766a0f5f33a53273fcbabec87cd102f144477e1e size: 948 The push refers to a repository [localhost:33109/kubevirt/disks-images-provider] 71ad31feb2c5: Preparing 21d4b721776e: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-api 71ad31feb2c5: Pushed 21d4b721776e: Pushed devel: digest: sha256:8248c33d4f2cd30ad33251df9173b3ecad245afebd777a5171ab2e204d28df4a size: 948 The push refers to a repository [localhost:33109/kubevirt/vm-killer] c4cfadeeaf5f: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/disks-images-provider c4cfadeeaf5f: Pushed devel: digest: sha256:47714e82b2e2d1b6dc3e1e584d4a04373fb18b38d97dac6b3a7d35ec336a7166 size: 740 The push refers to a repository [localhost:33109/kubevirt/registry-disk-v1alpha] 661cce8d8e52: Preparing 41e0baba3077: Preparing 25edbec0eaea: Preparing 661cce8d8e52: Pushed 41e0baba3077: Pushed 25edbec0eaea: Pushed devel: digest: sha256:b7e540ff190967aaaa59b6d29709634fc580702f074373817a5746502655f2d2 size: 948 The push refers to a repository [localhost:33109/kubevirt/cirros-registry-disk-demo] 861539d118fb: Preparing 661cce8d8e52: Preparing 41e0baba3077: Preparing 25edbec0eaea: Preparing 661cce8d8e52: Mounted from kubevirt/registry-disk-v1alpha 25edbec0eaea: Mounted from kubevirt/registry-disk-v1alpha 41e0baba3077: Mounted from kubevirt/registry-disk-v1alpha 861539d118fb: Pushed devel: digest: sha256:2bc0ec7ac7d5b07023e89869d99234aa30109772137ec2bd538ee08ef1b22c4e size: 1160 The push refers to a repository [localhost:33109/kubevirt/fedora-cloud-registry-disk-demo] 3c128f86e56a: Preparing 661cce8d8e52: Preparing 41e0baba3077: Preparing 25edbec0eaea: Preparing 41e0baba3077: Mounted from kubevirt/cirros-registry-disk-demo 25edbec0eaea: Mounted from kubevirt/cirros-registry-disk-demo 661cce8d8e52: Mounted from kubevirt/cirros-registry-disk-demo 3c128f86e56a: Pushed devel: digest: sha256:8f6b51e1dbe7c16a62004d8889773ad4fb893166257d7435ee5e70676642297e size: 1161 The push refers to a repository [localhost:33109/kubevirt/alpine-registry-disk-demo] 9a9e79d66e6a: Preparing 661cce8d8e52: Preparing 41e0baba3077: Preparing 25edbec0eaea: Preparing 41e0baba3077: Mounted from kubevirt/fedora-cloud-registry-disk-demo 661cce8d8e52: Mounted from kubevirt/fedora-cloud-registry-disk-demo 25edbec0eaea: Mounted from kubevirt/fedora-cloud-registry-disk-demo 9a9e79d66e6a: Pushed devel: digest: sha256:380b93b3e6cf2189585f4f3ff9823125aa6af7d4218da5544444489de4c87fd9 size: 1160 The push refers to a repository [localhost:33109/kubevirt/subresource-access-test] ebd8a34eecb1: Preparing 25cb73590a9d: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/vm-killer 25cb73590a9d: Pushed ebd8a34eecb1: Pushed devel: digest: sha256:d55202f44aa921f92a702588f6efe22a5d565784d10139a99d8f7a4638a268e3 size: 948 The push refers to a repository [localhost:33109/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:2bb0f2a7c6a6c084c1e57bd409bf447d7542882fdcc434f452f3d919561dd272 size: 1165 The push refers to a repository [localhost:33109/kubevirt/example-hook-sidecar] 28f25ef777c8: Preparing 39bae602f753: Preparing 28f25ef777c8: Pushed 39bae602f753: Pushed devel: digest: sha256:dc620c16b7dd2917b4c6d43cc75b5613df4faed58fcb1e8f7a633018114a5577 size: 740 make[1]: Leaving directory `/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt' Done ./cluster/clean.sh + source hack/common.sh ++++ dirname 'hack/common.sh[0]' +++ cd hack/../ +++ pwd ++ KUBEVIRT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests ++ MANIFEST_TEMPLATES_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/templates/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/client-python ++ KUBEVIRT_PROVIDER=k8s-1.10.3 ++ KUBEVIRT_NUM_NODES=2 ++ '[' -z kubevirt-functional-tests-k8s-1.11.0-release ']' ++ provider_prefix=kubevirt-functional-tests-k8s-1.11.0-release2 ++ job_prefix=kubevirt-functional-tests-k8s-1.11.0-release2 +++ kubevirt_version +++ '[' -n '' ']' +++ '[' -d /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/.git ']' ++++ git describe --always --tags +++ echo v0.7.0-141-g13fc35c ++ KUBEVIRT_VERSION=v0.7.0-141-g13fc35c + source cluster/k8s-1.10.3/provider.sh ++ set -e ++ image=k8s-1.10.3@sha256:d6290260e7e6b84419984f12719cf592ccbe327373b8df76aa0481f8ec01d357 ++ source cluster/ephemeral-provider-common.sh +++ set -e +++ _cli='docker run --privileged --net=host --rm -v /var/run/docker.sock:/var/run/docker.sock kubevirtci/gocli@sha256:aa7f295a7908fa333ab5e98ef3af0bfafbabfd3cee2b83f9af47f722e3000f6a' + source hack/config.sh ++ unset binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig manifest_docker_prefix namespace ++ KUBEVIRT_PROVIDER=k8s-1.10.3 ++ KUBEVIRT_PROVIDER=k8s-1.10.3 ++ source hack/config-default.sh source hack/config-k8s-1.10.3.sh +++ binaries='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virtctl cmd/fake-qemu-process cmd/virt-api cmd/subresource-access-test cmd/example-hook-sidecar' +++ docker_images='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virt-api images/disks-images-provider images/vm-killer cmd/registry-disk-v1alpha images/cirros-registry-disk-demo images/fedora-cloud-registry-disk-demo images/alpine-registry-disk-demo cmd/subresource-access-test images/winrmcli cmd/example-hook-sidecar' +++ docker_prefix=kubevirt +++ docker_tag=latest +++ master_ip=192.168.200.2 +++ network_provider=flannel +++ namespace=kube-system ++ test -f hack/config-provider-k8s-1.10.3.sh ++ source hack/config-provider-k8s-1.10.3.sh +++ master_ip=127.0.0.1 +++ docker_tag=devel +++ kubeconfig=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.10.3/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.10.3/.kubectl +++ docker_prefix=localhost:33109/kubevirt +++ manifest_docker_prefix=registry:5000/kubevirt ++ test -f hack/config-local.sh ++ export binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig namespace + echo 'Cleaning up ...' Cleaning up ... + cluster/kubectl.sh get vmis --all-namespaces -o=custom-columns=NAME:.metadata.name,NAMESPACE:.metadata.namespace,FINALIZERS:.metadata.finalizers --no-headers + grep foregroundDeleteVirtualMachine + read p error: the server doesn't have a resource type "vmis" + _kubectl delete ds -l kubevirt.io -n kube-system --cascade=false --grace-period 0 No resources found + _kubectl delete pods -n kube-system -l=kubevirt.io=libvirt --force --grace-period 0 No resources found + _kubectl delete pods -n kube-system -l=kubevirt.io=virt-handler --force --grace-period 0 No resources found + namespaces=(default ${namespace}) + for i in '${namespaces[@]}' + _kubectl -n default delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete apiservices -l kubevirt.io No resources found + _kubectl -n default delete deployment -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete deployment -l kubevirt.io No resources found + _kubectl -n default delete rs -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete rs -l kubevirt.io No resources found + _kubectl -n default delete services -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete services -l kubevirt.io No resources found + _kubectl -n default delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete apiservices -l kubevirt.io No resources found + _kubectl -n default delete validatingwebhookconfiguration -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete validatingwebhookconfiguration -l kubevirt.io No resources found + _kubectl -n default delete secrets -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete secrets -l kubevirt.io No resources found + _kubectl -n default delete pv -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete pv -l kubevirt.io No resources found + _kubectl -n default delete pvc -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete pvc -l kubevirt.io No resources found + _kubectl -n default delete ds -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete ds -l kubevirt.io No resources found + _kubectl -n default delete customresourcedefinitions -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete customresourcedefinitions -l kubevirt.io No resources found + _kubectl -n default delete pods -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete pods -l kubevirt.io No resources found + _kubectl -n default delete clusterrolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete clusterrolebinding -l kubevirt.io No resources found + _kubectl -n default delete rolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete rolebinding -l kubevirt.io No resources found + _kubectl -n default delete roles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete roles -l kubevirt.io No resources found + _kubectl -n default delete clusterroles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete clusterroles -l kubevirt.io No resources found + _kubectl -n default delete serviceaccounts -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete serviceaccounts -l kubevirt.io No resources found ++ _kubectl -n default get crd offlinevirtualmachines.kubevirt.io ++ wc -l ++ export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig ++ KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig ++ cluster/k8s-1.10.3/.kubectl -n default get crd offlinevirtualmachines.kubevirt.io Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "offlinevirtualmachines.kubevirt.io" not found + '[' 0 -gt 0 ']' + for i in '${namespaces[@]}' + _kubectl -n kube-system delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete apiservices -l kubevirt.io No resources found + _kubectl -n kube-system delete deployment -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete deployment -l kubevirt.io No resources found + _kubectl -n kube-system delete rs -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete rs -l kubevirt.io No resources found + _kubectl -n kube-system delete services -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete services -l kubevirt.io No resources found + _kubectl -n kube-system delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete apiservices -l kubevirt.io No resources found + _kubectl -n kube-system delete validatingwebhookconfiguration -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete validatingwebhookconfiguration -l kubevirt.io No resources found + _kubectl -n kube-system delete secrets -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete secrets -l kubevirt.io No resources found + _kubectl -n kube-system delete pv -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete pv -l kubevirt.io No resources found + _kubectl -n kube-system delete pvc -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete pvc -l kubevirt.io No resources found + _kubectl -n kube-system delete ds -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete ds -l kubevirt.io No resources found + _kubectl -n kube-system delete customresourcedefinitions -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete customresourcedefinitions -l kubevirt.io No resources found + _kubectl -n kube-system delete pods -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete pods -l kubevirt.io No resources found + _kubectl -n kube-system delete clusterrolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete clusterrolebinding -l kubevirt.io No resources found + _kubectl -n kube-system delete rolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete rolebinding -l kubevirt.io No resources found + _kubectl -n kube-system delete roles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete roles -l kubevirt.io No resources found + _kubectl -n kube-system delete clusterroles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete clusterroles -l kubevirt.io No resources found + _kubectl -n kube-system delete serviceaccounts -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete serviceaccounts -l kubevirt.io No resources found ++ _kubectl -n kube-system get crd offlinevirtualmachines.kubevirt.io ++ export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig ++ wc -l ++ KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig ++ cluster/k8s-1.10.3/.kubectl -n kube-system get crd offlinevirtualmachines.kubevirt.io Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "offlinevirtualmachines.kubevirt.io" not found + '[' 0 -gt 0 ']' + sleep 2 + echo Done Done ./cluster/deploy.sh + source hack/common.sh ++++ dirname 'hack/common.sh[0]' +++ cd hack/../ +++ pwd ++ KUBEVIRT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests ++ MANIFEST_TEMPLATES_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/templates/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/client-python ++ KUBEVIRT_PROVIDER=k8s-1.10.3 ++ KUBEVIRT_NUM_NODES=2 ++ '[' -z kubevirt-functional-tests-k8s-1.11.0-release ']' ++ provider_prefix=kubevirt-functional-tests-k8s-1.11.0-release2 ++ job_prefix=kubevirt-functional-tests-k8s-1.11.0-release2 +++ kubevirt_version +++ '[' -n '' ']' +++ '[' -d /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/.git ']' ++++ git describe --always --tags +++ echo v0.7.0-141-g13fc35c ++ KUBEVIRT_VERSION=v0.7.0-141-g13fc35c + source cluster/k8s-1.10.3/provider.sh ++ set -e ++ image=k8s-1.10.3@sha256:d6290260e7e6b84419984f12719cf592ccbe327373b8df76aa0481f8ec01d357 ++ source cluster/ephemeral-provider-common.sh +++ set -e +++ _cli='docker run --privileged --net=host --rm -v /var/run/docker.sock:/var/run/docker.sock kubevirtci/gocli@sha256:aa7f295a7908fa333ab5e98ef3af0bfafbabfd3cee2b83f9af47f722e3000f6a' + source hack/config.sh ++ unset binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig manifest_docker_prefix namespace ++ KUBEVIRT_PROVIDER=k8s-1.10.3 ++ KUBEVIRT_PROVIDER=k8s-1.10.3 ++ source hack/config-default.sh source hack/config-k8s-1.10.3.sh +++ binaries='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virtctl cmd/fake-qemu-process cmd/virt-api cmd/subresource-access-test cmd/example-hook-sidecar' +++ docker_images='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virt-api images/disks-images-provider images/vm-killer cmd/registry-disk-v1alpha images/cirros-registry-disk-demo images/fedora-cloud-registry-disk-demo images/alpine-registry-disk-demo cmd/subresource-access-test images/winrmcli cmd/example-hook-sidecar' +++ docker_prefix=kubevirt +++ docker_tag=latest +++ master_ip=192.168.200.2 +++ network_provider=flannel +++ namespace=kube-system ++ test -f hack/config-provider-k8s-1.10.3.sh ++ source hack/config-provider-k8s-1.10.3.sh +++ master_ip=127.0.0.1 +++ docker_tag=devel +++ kubeconfig=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.10.3/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.10.3/.kubectl +++ docker_prefix=localhost:33109/kubevirt +++ manifest_docker_prefix=registry:5000/kubevirt ++ test -f hack/config-local.sh ++ export binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig namespace + echo 'Deploying ...' Deploying ... + [[ -z k8s-1.11.0-release ]] + [[ k8s-1.11.0-release =~ .*-dev ]] + [[ k8s-1.11.0-release =~ .*-release ]] + for manifest in '${MANIFESTS_OUT_DIR}/release/*' + [[ /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/demo-content.yaml =~ .*demo.* ]] + continue + for manifest in '${MANIFESTS_OUT_DIR}/release/*' + [[ /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml =~ .*demo.* ]] + _kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml clusterrole.rbac.authorization.k8s.io "kubevirt.io:admin" created clusterrole.rbac.authorization.k8s.io "kubevirt.io:edit" created clusterrole.rbac.authorization.k8s.io "kubevirt.io:view" created serviceaccount "kubevirt-apiserver" created clusterrolebinding.rbac.authorization.k8s.io "kubevirt-apiserver" created clusterrolebinding.rbac.authorization.k8s.io "kubevirt-apiserver-auth-delegator" created rolebinding.rbac.authorization.k8s.io "kubevirt-apiserver" created role.rbac.authorization.k8s.io "kubevirt-apiserver" created clusterrole.rbac.authorization.k8s.io "kubevirt-apiserver" created clusterrole.rbac.authorization.k8s.io "kubevirt-controller" created serviceaccount "kubevirt-controller" created serviceaccount "kubevirt-privileged" created clusterrolebinding.rbac.authorization.k8s.io "kubevirt-controller" created clusterrolebinding.rbac.authorization.k8s.io "kubevirt-controller-cluster-admin" created clusterrolebinding.rbac.authorization.k8s.io "kubevirt-privileged-cluster-admin" created clusterrole.rbac.authorization.k8s.io "kubevirt.io:default" created clusterrolebinding.rbac.authorization.k8s.io "kubevirt.io:default" created service "virt-api" created deployment.extensions "virt-api" created deployment.extensions "virt-controller" created daemonset.extensions "virt-handler" created customresourcedefinition.apiextensions.k8s.io "virtualmachineinstances.kubevirt.io" created customresourcedefinition.apiextensions.k8s.io "virtualmachineinstancereplicasets.kubevirt.io" created customresourcedefinition.apiextensions.k8s.io "virtualmachineinstancepresets.kubevirt.io" created customresourcedefinition.apiextensions.k8s.io "virtualmachines.kubevirt.io" created + _kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/testing -R + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/testing -R persistentvolumeclaim "disk-alpine" created persistentvolume "host-path-disk-alpine" created persistentvolumeclaim "disk-custom" created persistentvolume "host-path-disk-custom" created daemonset.extensions "disks-images-provider" created serviceaccount "kubevirt-testing" created clusterrolebinding.rbac.authorization.k8s.io "kubevirt-testing-cluster-admin" created + [[ k8s-1.10.3 =~ 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-7d79764579-6ppwr 0/1 ContainerCreating 0 3s virt-api-7d79764579-jkwt5 0/1 ContainerCreating 0 3s virt-controller-7d57d96b65-mk9sj 0/1 ContainerCreating 0 3s virt-controller-7d57d96b65-qqk54 0/1 ContainerCreating 0 3s virt-handler-2ktrx 0/1 ContainerCreating 0 3s virt-handler-5wggs 0/1 ContainerCreating 0 3s' ']' + 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-q5vf5 0/1 ContainerCreating 0 1s disks-images-provider-x8l5b 0/1 ContainerCreating 0 1s virt-api-7d79764579-6ppwr 0/1 ContainerCreating 0 4s virt-api-7d79764579-jkwt5 0/1 ContainerCreating 0 4s virt-controller-7d57d96b65-mk9sj 0/1 ContainerCreating 0 4s virt-controller-7d57d96b65-qqk54 0/1 ContainerCreating 0 4s virt-handler-2ktrx 0/1 ContainerCreating 0 4s virt-handler-5wggs 0/1 ContainerCreating 0 4s + sleep 30 + current_time=30 + '[' 30 -gt 300 ']' ++ kubectl get pods -n kube-system --no-headers ++ grep -v Running ++ cluster/kubectl.sh get pods -n kube-system --no-headers + '[' -n '' ']' + current_time=0 ++ kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ grep false ++ cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers + '[' -n false ']' + echo 'Waiting for KubeVirt containers to become ready ...' Waiting for KubeVirt containers to become ready ... + kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers + grep false + cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers false + sleep 30 + current_time=30 + '[' 30 -gt 300 ']' ++ kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ 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 disks-images-provider-q5vf5 1/1 Running 0 1m disks-images-provider-x8l5b 1/1 Running 0 1m etcd-node01 1/1 Running 0 13m kube-apiserver-node01 1/1 Running 0 13m kube-controller-manager-node01 1/1 Running 0 13m kube-dns-86f4d74b45-tvlm6 3/3 Running 0 14m kube-flannel-ds-f57t4 1/1 Running 0 14m kube-flannel-ds-nqhds 1/1 Running 0 14m kube-proxy-d887d 1/1 Running 0 14m kube-proxy-tf4ff 1/1 Running 0 14m kube-scheduler-node01 1/1 Running 0 13m virt-api-7d79764579-6ppwr 1/1 Running 0 1m virt-api-7d79764579-jkwt5 1/1 Running 0 1m virt-controller-7d57d96b65-mk9sj 1/1 Running 0 1m virt-controller-7d57d96b65-qqk54 1/1 Running 0 1m virt-handler-2ktrx 1/1 Running 0 1m virt-handler-5wggs 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 No resources found. + '[' -n '' ']' + current_time=0 ++ kubectl get pods -n default '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ cluster/kubectl.sh get pods -n default '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ grep false + '[' -n '' ']' + kubectl get pods -n default + cluster/kubectl.sh get pods -n default No resources found. + kubectl version + cluster/kubectl.sh version Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.3", GitCommit:"2bba0127d85d5a46ab4b778548be28623b32d0b0", GitTreeState:"clean", BuildDate:"2018-05-21T09:17:39Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.3", GitCommit:"2bba0127d85d5a46ab4b778548be28623b32d0b0", GitTreeState:"clean", BuildDate:"2018-05-21T09:05:37Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"} + ginko_params='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/junit.xml' + [[ k8s-1.11.0-release =~ windows.* ]] + FUNC_TEST_ARGS='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/junit.xml' + make functest hack/dockerized "hack/build-func-tests.sh" sha256:dcf2b21fa2ed11dcf9dbba21b1cca0ee3fad521a0e9aee61c06d0b0b66a4b200 go version go1.10 linux/amd64 go version go1.10 linux/amd64 Compiling tests... compiled tests.test hack/functests.sh Running Suite: Tests Suite ========================== Random Seed: 1532690493 Will run 149 of 149 specs •2018/07/27 07:22:19 read closing down: EOF Service cluster-ip-vmi successfully exposed for virtualmachineinstance testvmiq8bj4 ------------------------------ • [SLOW TEST:48.749 seconds] Expose /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:53 Expose service on a VM /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:61 Expose ClusterIP service /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:68 Should expose a Cluster IP service on a VMI and connect to it /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:71 ------------------------------ Service cluster-ip-target-vmi successfully exposed for virtualmachineinstance testvmiq8bj4 •Service node-port-vmi successfully exposed for virtualmachineinstance testvmiq8bj4 ------------------------------ • [SLOW TEST:10.679 seconds] Expose /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:53 Expose service on a VM /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:61 Expose NodePort service /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:124 Should expose a NodePort service on a VMI and connect to it /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:129 ------------------------------ 2018/07/27 07:23:24 read closing down: EOF Service cluster-ip-udp-vmi successfully exposed for virtualmachineinstance testvmifb78h • [SLOW TEST:54.992 seconds] Expose /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:53 Expose UDP service on a VMI /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:166 Expose ClusterIP UDP service /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:173 Should expose a ClusterIP service on a VMI and connect to it /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:177 ------------------------------ Service node-port-udp-vmi successfully exposed for virtualmachineinstance testvmifb78h • [SLOW TEST:8.369 seconds] Expose /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:53 Expose UDP service on a VMI /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:166 Expose NodePort UDP service /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:205 Should expose a NodePort service on a VMI and connect to it /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:210 ------------------------------ 2018/07/27 07:24:22 read closing down: EOF 2018/07/27 07:24:32 read closing down: EOF Service cluster-ip-vmirs successfully exposed for vmirs replicasetl2rg5 • [SLOW TEST:58.691 seconds] Expose /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:53 Expose service on a VMI replica set /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:253 Expose ClusterIP service /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:286 Should create a ClusterIP service on VMRS and connect to it /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:290 ------------------------------ Service cluster-ip-vm successfully exposed for virtualmachine testvmifjz2l VM testvmifjz2l was scheduled to start 2018/07/27 07:25:24 read closing down: EOF • [SLOW TEST:52.840 seconds] Expose /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:53 Expose service on an VM /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:318 Expose ClusterIP service /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:362 Connect to ClusterIP services that was set when VM was offline /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:363 ------------------------------ • [SLOW TEST:38.065 seconds] LeaderElection /root/go/src/kubevirt.io/kubevirt/tests/controller_leader_election_test.go:43 Start a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/controller_leader_election_test.go:53 when the controller pod is not running /root/go/src/kubevirt.io/kubevirt/tests/controller_leader_election_test.go:54 should success /root/go/src/kubevirt.io/kubevirt/tests/controller_leader_election_test.go:55 ------------------------------ 2018/07/27 07:27:01 read closing down: EOF 2018/07/27 07:27:12 read closing down: EOF 2018/07/27 07:27:22 read closing down: EOF 2018/07/27 07:27:33 read closing down: EOF 2018/07/27 07:27:33 read closing down: EOF 2018/07/27 07:27:35 read closing down: EOF 2018/07/27 07:27:36 read closing down: EOF • [SLOW TEST:89.146 seconds] Networking 2018/07/27 07:27:36 read closing down: EOF /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 should be able to reach /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 ------------------------------ 2018/07/27 07:27:38 read closing down: EOF •2018/07/27 07:27:39 read closing down: EOF 2018/07/27 07:27:39 read closing down: EOF 2018/07/27 07:27:41 read closing down: EOF 2018/07/27 07:27:42 read closing down: EOF •2018/07/27 07:27:42 read closing down: EOF 2018/07/27 07:27:44 read closing down: EOF 2018/07/27 07:27:45 read closing down: EOF •2018/07/27 07:27:45 read closing down: EOF ------------------------------ • [SLOW TEST:5.563 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 should be reachable via the propagated IP from a Pod /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 ------------------------------ ••••••2018/07/27 07:28:47 read closing down: EOF ------------------------------ • [SLOW TEST:35.339 seconds] Networking 2018/07/27 07:28:48 read closing down: EOF /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance with custom interface model /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:383 should expose the right device type to the guest /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:384 ------------------------------ 2018/07/27 07:28:48 read closing down: EOF •2018/07/27 07:28:49 read closing down: EOF 2018/07/27 07:29:25 read closing down: EOF 2018/07/27 07:29:26 read closing down: EOF ------------------------------ • [SLOW TEST:36.618 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance with custom MAC address /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:417 should configure custom MAC address /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:418 ------------------------------ 2018/07/27 07:29:59 read closing down: EOF • [SLOW TEST:34.372 seconds] 2018/07/27 07:30:00 read closing down: EOF Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance with custom MAC address in non-conventional format /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:429 should configure custom MAC address /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:430 ------------------------------ 2018/07/27 07:30:37 read closing down: EOF 2018/07/27 07:30:38 read closing down: EOF • [SLOW TEST:37.519 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance with custom MAC address and slirp interface /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:442 should configure custom MAC address /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:443 ------------------------------ 2018/07/27 07:31:20 read closing down: EOF 2018/07/27 07:31:21 read closing down: EOF • [SLOW TEST:42.833 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance with disabled automatic attachment of interfaces /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:455 should not configure any external interfaces /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:456 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.012 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 should succeed to start a vmi [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:133 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1354 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.010 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 should succeed to stop a running vmi [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:139 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1354 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.008 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with winrm connection [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:150 should have correct UUID /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:192 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1354 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.010 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with winrm connection [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:150 should have pod IP /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:208 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1354 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.009 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with kubectl command [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:226 should succeed to start a vmi /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:242 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1354 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.011 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with kubectl command [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:226 should succeed to stop a vmi /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:250 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1354 ------------------------------ • [SLOW TEST:47.516 seconds] Health Monitoring 2018/07/27 07:32:08 read closing down: EOF /root/go/src/kubevirt.io/kubevirt/tests/vmi_monitoring_test.go:37 A VirtualMachineInstance with a watchdog device /root/go/src/kubevirt.io/kubevirt/tests/vmi_monitoring_test.go:56 should be shut down when the watchdog expires /root/go/src/kubevirt.io/kubevirt/tests/vmi_monitoring_test.go:57 ------------------------------ • ------------------------------ • [SLOW TEST:17.688 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 should start it /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:76 ------------------------------ • [SLOW TEST:19.392 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 should attach virt-launcher to it /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:82 ------------------------------ ••••2018/07/27 07:33:21 read closing down: EOF ------------------------------ • [SLOW TEST:34.107 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 with boot order /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:170 should be able to boot from selected disk /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 Alpine as first boot /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ 2018/07/27 07:33:47 read closing down: EOF • [SLOW TEST:26.099 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 with boot order /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:170 should be able to boot from selected disk /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 Cirros as first boot /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:16.776 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 with user-data /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:201 without k8s secret /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:202 should retry starting the VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:203 ------------------------------ • [SLOW TEST:16.892 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 with user-data /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:201 without k8s secret /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:202 should log warning and proceed once the secret is there /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:233 ------------------------------ • [SLOW TEST:31.999 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 when virt-launcher crashes /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:281 should be stopped and have Failed phase /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:282 ------------------------------ • [SLOW TEST:32.659 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 when virt-handler crashes /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:304 should recover and continue management /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:305 ------------------------------ • [SLOW TEST:32.743 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 when virt-handler is responsive /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:335 should indicate that a node is ready for vmis /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:336 ------------------------------ • [SLOW TEST:105.582 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 when virt-handler is not responsive /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:366 the node controller should react /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:405 ------------------------------ • [SLOW TEST:18.345 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 with node tainted /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:458 the vmi with tolerations should be scheduled /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:480 ------------------------------ • ------------------------------ S [SKIPPING] [0.449 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 with non default namespace /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:530 should log libvirt start and stop lifecycle events of the domain /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 kubevirt-test-default [It] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Skip log query tests for JENKINS ci test environment /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:535 ------------------------------ S [SKIPPING] [0.277 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 with non default namespace /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:530 should log libvirt start and stop lifecycle events of the domain /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 kubevirt-test-alternative [It] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Skip log query tests for JENKINS ci test environment /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:535 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.238 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 VirtualMachineInstance Emulation Mode /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:591 should enable emulation in virt-launcher [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:603 Software emulation is not enabled on this cluster /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:599 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.159 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 VirtualMachineInstance Emulation Mode /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:591 should be reflected in domain XML [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:640 Software emulation is not enabled on this cluster /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:599 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.243 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 VirtualMachineInstance Emulation Mode /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:591 should request a TUN device but not KVM [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:684 Software emulation is not enabled on this cluster /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:599 ------------------------------ •••• ------------------------------ • [SLOW TEST:17.961 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Delete a VirtualMachineInstance's Pod /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:836 should result in the VirtualMachineInstance moving to a finalized state /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:837 ------------------------------ • [SLOW TEST:54.907 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Delete a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:868 with an active pod. /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:869 should result in pod being terminated /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:870 ------------------------------ • [SLOW TEST:22.669 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Delete a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:868 with grace period greater than 0 /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:893 should run graceful shutdown /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:894 ------------------------------ • [SLOW TEST:31.572 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Killed VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:945 should be in Failed phase /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:946 ------------------------------ • [SLOW TEST:24.506 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Killed VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:945 should be left alone by virt-handler /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:973 ------------------------------ ••••••••••• ------------------------------ • [SLOW TEST:15.109 seconds] User Access /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:33 With default kubevirt service accounts /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:41 should verify permissions are correct for view, edit, and admin /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 given a vmi /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:14.843 seconds] User Access /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:33 With default kubevirt service accounts /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:41 should verify permissions are correct for view, edit, and admin /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 given an vm /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:14.630 seconds] User Access /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:33 With default kubevirt service accounts /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:41 should verify permissions are correct for view, edit, and admin /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 given a vmi preset /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:15.144 seconds] User Access /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:33 With default kubevirt service accounts /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:41 should verify permissions are correct for view, edit, and admin /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 given a vmi replica set /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:18.582 seconds] HookSidecars /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:40 VMI definition /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:58 with SM BIOS hook sidecar /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:59 should successfully start with hook sidecar annotation /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:60 ------------------------------ • [SLOW TEST:18.990 seconds] HookSidecars /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:40 VMI definition /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:58 with SM BIOS hook sidecar /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:59 should call Collect and OnDefineDomain on the hook sidecar /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:67 ------------------------------ • [SLOW TEST:21.185 seconds] HookSidecars /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:40 VMI definition /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:58 with SM BIOS hook sidecar /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:59 should update domain XML with SM BIOS properties /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:83 ------------------------------ volumedisk0 compute • [SLOW TEST:40.274 seconds] Configurations 2018/07/27 07:43:22 read closing down: EOF /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:44 VirtualMachineInstance definition /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:55 with 3 CPU cores /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:56 should report 3 cpu cores under guest OS /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:62 ------------------------------ • ------------------------------ • [SLOW TEST:18.183 seconds] Configurations /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:44 VirtualMachineInstance definition /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:55 with hugepages /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:164 should consume hugepages /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 hugepages-2Mi /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ S [SKIPPING] [0.280 seconds] Configurations /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:44 VirtualMachineInstance definition /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:55 with hugepages /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:164 should consume hugepages /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 hugepages-1Gi [It] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 No node with hugepages hugepages-1Gi capacity /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:216 ------------------------------ • ------------------------------ • [SLOW TEST:103.982 seconds] Configurations 2018/07/27 07:45:27 read closing down: EOF /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:44 with CPU spec /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:294 when CPU model defined /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:340 should report defined CPU model /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:341 ------------------------------ 2018/07/27 07:47:14 read closing down: EOF • [SLOW TEST:106.159 seconds] Configurations /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:44 with CPU spec /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:294 when CPU model equals to passthrough /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:368 should report exactly the same model as node CPU /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:369 ------------------------------ 2018/07/27 07:48:56 read closing down: EOF • [SLOW TEST:102.300 seconds] Configurations /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:44 with CPU spec /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:294 when CPU model not defined /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:392 should report CPU model from libvirt capabilities /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:393 ------------------------------ • [SLOW TEST:44.790 seconds] 2018/07/27 07:49:41 read closing down: EOF Configurations /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:44 New VirtualMachineInstance with all supported drives /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:413 should have all the device nodes /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:436 ------------------------------ • [SLOW TEST:108.934 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 /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:92 ------------------------------ • [SLOW TEST:17.345 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 /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:113 ------------------------------ • [SLOW TEST:27.086 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 /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:131 ------------------------------ •• ------------------------------ • [SLOW TEST:19.702 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 should update VirtualMachine once VMIs are up /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:195 ------------------------------ •• ------------------------------ • [SLOW TEST:22.670 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 should recreate VirtualMachineInstance if it gets deleted /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:245 ------------------------------ • [SLOW TEST:104.957 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 should recreate VirtualMachineInstance if the VirtualMachineInstance's pod gets deleted /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:265 ------------------------------ • [SLOW TEST:101.850 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 should stop VirtualMachineInstance if running set to false /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:325 ------------------------------ • [SLOW TEST:300.447 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 should start and stop VirtualMachineInstance multiple times /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:333 ------------------------------ • [SLOW TEST:38.964 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 should not update the VirtualMachineInstance spec if Running /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:346 ------------------------------ • [SLOW TEST:191.006 seconds] 2018/07/27 08:05:20 read closing down: EOF VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 should survive guest shutdown, multiple times /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:387 ------------------------------ 2018/07/27 08:05:20 read closing down: EOF 2018/07/27 08:05:20 read closing down: EOF VM testvmidbd7m was scheduled to start • [SLOW TEST:17.538 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 Using virtctl interface /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:435 should start a VirtualMachineInstance once /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:436 ------------------------------ VM testvmicxsqs was scheduled to stop • [SLOW TEST:22.779 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 Using virtctl interface /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:435 should stop a VirtualMachineInstance once /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:467 ------------------------------ • [SLOW TEST:17.180 seconds] VNC /root/go/src/kubevirt.io/kubevirt/tests/vnc_test.go:46 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vnc_test.go:54 with VNC connection /root/go/src/kubevirt.io/kubevirt/tests/vnc_test.go:62 should allow accessing the VNC device /root/go/src/kubevirt.io/kubevirt/tests/vnc_test.go:64 ------------------------------ ••2018/07/27 08:06:52 read closing down: EOF ------------------------------ • [SLOW TEST:34.085 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 /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ 2018/07/27 08:07:28 read closing down: EOF • [SLOW TEST:36.184 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 /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ 2018/07/27 08:11:57 read closing down: EOF Pod name: disks-images-provider-q5vf5 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-x8l5b Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-6ppwr Pod phase: Running 2018/07/27 12:09:31 http: TLS handshake error from 10.244.0.1:42778: EOF 2018/07/27 12:09:41 http: TLS handshake error from 10.244.0.1:42802: EOF 2018/07/27 12:09:51 http: TLS handshake error from 10.244.0.1:42826: EOF 2018/07/27 12:10:01 http: TLS handshake error from 10.244.0.1:42850: EOF 2018/07/27 12:10:11 http: TLS handshake error from 10.244.0.1:42874: EOF 2018/07/27 12:10:21 http: TLS handshake error from 10.244.0.1:42898: EOF 2018/07/27 12:10:31 http: TLS handshake error from 10.244.0.1:42922: EOF 2018/07/27 12:10:41 http: TLS handshake error from 10.244.0.1:42946: EOF 2018/07/27 12:10:51 http: TLS handshake error from 10.244.0.1:42970: EOF 2018/07/27 12:11:01 http: TLS handshake error from 10.244.0.1:42994: EOF 2018/07/27 12:11:11 http: TLS handshake error from 10.244.0.1:43018: EOF 2018/07/27 12:11:21 http: TLS handshake error from 10.244.0.1:43042: EOF 2018/07/27 12:11:31 http: TLS handshake error from 10.244.0.1:43066: EOF 2018/07/27 12:11:41 http: TLS handshake error from 10.244.0.1:43090: EOF 2018/07/27 12:11:51 http: TLS handshake error from 10.244.0.1:43114: EOF Pod name: virt-api-7d79764579-jkwt5 Pod phase: Running 2018/07/27 12:09:42 http: TLS handshake error from 10.244.1.1:51296: EOF 2018/07/27 12:09:52 http: TLS handshake error from 10.244.1.1:51298: EOF 2018/07/27 12:10:02 http: TLS handshake error from 10.244.1.1:51304: EOF 2018/07/27 12:10:12 http: TLS handshake error from 10.244.1.1:51310: EOF 2018/07/27 12:10:22 http: TLS handshake error from 10.244.1.1:51316: EOF 2018/07/27 12:10:32 http: TLS handshake error from 10.244.1.1:51322: EOF 2018/07/27 12:10:42 http: TLS handshake error from 10.244.1.1:51328: EOF 2018/07/27 12:10:52 http: TLS handshake error from 10.244.1.1:51334: EOF 2018/07/27 12:11:02 http: TLS handshake error from 10.244.1.1:51340: EOF 2018/07/27 12:11:12 http: TLS handshake error from 10.244.1.1:51346: EOF 2018/07/27 12:11:22 http: TLS handshake error from 10.244.1.1:51352: EOF 2018/07/27 12:11:32 http: TLS handshake error from 10.244.1.1:51358: EOF 2018/07/27 12:11:42 http: TLS handshake error from 10.244.1.1:51364: EOF 2018/07/27 12:11:52 http: TLS handshake error from 10.244.1.1:51370: EOF Pod name: virt-controller-7d57d96b65-mk9sj Pod phase: Running level=info timestamp=2018-07-27T12:06:00.024265Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmip5wrh kind= uid=6d049621-9195-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:06:00.024527Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmip5wrh kind= uid=6d049621-9195-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:06:17.622421Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix2k8g kind= uid=778137c9-9195-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:06:17.623532Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix2k8g kind= uid=778137c9-9195-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:06:17.893470Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmix2k8g\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmix2k8g" level=info timestamp=2018-07-27T12:06:51.700262Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiggqxf kind= uid=8bd12012-9195-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:06:51.704478Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiggqxf kind= uid=8bd12012-9195-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:06:52.038982Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiggqxf\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiggqxf" level=info timestamp=2018-07-27T12:07:27.783132Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9zxgs kind= uid=a15368a5-9195-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:07:27.783772Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9zxgs kind= uid=a15368a5-9195-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:08:03.056126Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9zxgs kind= uid=b65a65da-9195-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:08:03.056553Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9zxgs kind= uid=b65a65da-9195-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:08:39.936098Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9zxgs kind= uid=cc523353-9195-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:08:39.936759Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9zxgs kind= uid=cc523353-9195-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:08:40.141164Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9zxgs\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9zxgs" Pod name: virt-controller-7d57d96b65-r49bt Pod phase: Running level=info timestamp=2018-07-27T12:09:37.231679Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-6rjpk Pod phase: Running level=info timestamp=2018-07-27T12:09:37.560841Z pos=virt-handler.go:87 component=virt-handler hostname=node02 level=info timestamp=2018-07-27T12:09:37.583801Z pos=vm.go:210 component=virt-handler msg="Starting virt-handler controller." level=info timestamp=2018-07-27T12:09:37.586582Z pos=cache.go:151 component=virt-handler msg="Synchronizing domains" level=info timestamp=2018-07-27T12:09:37.687089Z pos=device_controller.go:133 component=virt-handler msg="Starting device plugin controller" level=info timestamp=2018-07-27T12:09:37.707842Z pos=device_controller.go:127 component=virt-handler msg="tun device plugin started" level=info timestamp=2018-07-27T12:09:37.709246Z pos=device_controller.go:127 component=virt-handler msg="kvm device plugin started" level=info timestamp=2018-07-27T12:09:37.787602Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmi9zxgs kind=VirtualMachineInstance uid=cc523353-9195-11e8-a11a-525500d15501 msg="No update processing required" level=info timestamp=2018-07-27T12:09:37.856434Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi9zxgs kind=VirtualMachineInstance uid=cc523353-9195-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:09:37.856845Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmi9zxgs kind= uid=cc523353-9195-11e8-a11a-525500d15501 msg="No update processing required" level=info timestamp=2018-07-27T12:09:37.857077Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi9zxgs kind= uid=cc523353-9195-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." Pod name: virt-handler-8wjjg Pod phase: Running level=info timestamp=2018-07-27T11:52:03.673626Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T11:52:03.716127Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:03.716481Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T11:52:03.732500Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:13.801219Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T11:52:13.801529Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T11:52:13.802903Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmib8lxx" level=info timestamp=2018-07-27T11:52:14.029420Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:14.029642Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T11:52:14.029690Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T11:52:14.031198Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T11:52:14.055498Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:14.064076Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T11:52:14.067026Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T11:52:14.067183Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi9zxgs-4sm2r Pod phase: Running level=info timestamp=2018-07-27T12:11:30.435505Z pos=manager.go:69 component=virt-launcher msg="Collected all requested hook sidecar sockets" level=info timestamp=2018-07-27T12:11:30.435663Z pos=manager.go:72 component=virt-launcher msg="Sorted all collected sidecar sockets per hook point based on their priority and name: map[]" level=info timestamp=2018-07-27T12:11:30.438575Z pos=libvirt.go:261 component=virt-launcher msg="Connecting to libvirt daemon: qemu:///system" level=info timestamp=2018-07-27T12:11:40.448285Z pos=libvirt.go:276 component=virt-launcher msg="Connected to libvirt daemon" level=info timestamp=2018-07-27T12:11:40.550150Z pos=virt-launcher.go:143 component=virt-launcher msg="Watchdog file created at /var/run/kubevirt/watchdog-files/kubevirt-test-default_testvmi9zxgs" level=info timestamp=2018-07-27T12:11:40.551575Z pos=client.go:152 component=virt-launcher msg="Registered libvirt event notify callback" level=info timestamp=2018-07-27T12:11:40.552068Z pos=virt-launcher.go:60 component=virt-launcher msg="Marked as ready" • Failure [269.968 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 Expected : 180000000000 to be nil /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:99 ------------------------------ STEP: Starting and stopping the VirtualMachineInstance number of times STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-07-27T12:07:28.957784Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmi9zxgs-wklwj" level=info timestamp=2018-07-27T12:07:42.682009Z pos=utils.go:243 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmi9zxgs-wklwj" level=info timestamp=2018-07-27T12:07:44.575117Z pos=utils.go:243 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-07-27T12:07:44.593080Z pos=utils.go:243 component=tests msg="VirtualMachineInstance started." STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-07-27T12:08:04.229932Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmi9zxgs-wklwj" level=info timestamp=2018-07-27T12:08:04.230126Z pos=utils.go:243 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmi9zxgs-wklwj" level=info timestamp=2018-07-27T12:08:04.230840Z pos=utils.go:243 component=tests msg="Deleted virtual machine pod virt-launcher-testvmi9zxgs-wklwj" level=info timestamp=2018-07-27T12:08:04.231276Z pos=utils.go:243 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-07-27T12:08:04.231581Z pos=utils.go:243 component=tests msg="VirtualMachineInstance started." STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-07-27T12:08:41.071715Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmi9zxgs-wklwj" level=info timestamp=2018-07-27T12:08:41.071934Z pos=utils.go:243 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmi9zxgs-wklwj" level=info timestamp=2018-07-27T12:08:41.072701Z pos=utils.go:243 component=tests msg="Deleted virtual machine pod virt-launcher-testvmi9zxgs-wklwj" level=info timestamp=2018-07-27T12:08:41.072955Z pos=utils.go:243 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-07-27T12:08:41.073636Z pos=utils.go:243 component=tests msg="VirtualMachineInstance started." STEP: Checking that the VirtualMachineInstance console has expected output level=info timestamp=2018-07-27T12:11:57.851220Z pos=utils.go:1261 component=tests namespace=kubevirt-test-default name=testvmi9zxgs kind=VirtualMachineInstance uid=cc523353-9195-11e8-a11a-525500d15501 msg="Login: [{2 \r\n\r\n\r\nISOLINUX 6.04 6.04-pre1 Copyright (C) 1994-2015 H. Peter Anvin et al\r\nboot: \u001b[?7h\r\n []}]" Pod name: disks-images-provider-q5vf5 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-x8l5b Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-6ppwr Pod phase: Running 2018/07/27 12:11:11 http: TLS handshake error from 10.244.0.1:43018: EOF 2018/07/27 12:11:21 http: TLS handshake error from 10.244.0.1:43042: EOF 2018/07/27 12:11:31 http: TLS handshake error from 10.244.0.1:43066: EOF 2018/07/27 12:11:41 http: TLS handshake error from 10.244.0.1:43090: EOF 2018/07/27 12:11:51 http: TLS handshake error from 10.244.0.1:43114: EOF 2018/07/27 12:12:01 http: TLS handshake error from 10.244.0.1:43140: EOF 2018/07/27 12:12:11 http: TLS handshake error from 10.244.0.1:43164: EOF 2018/07/27 12:12:21 http: TLS handshake error from 10.244.0.1:43188: EOF 2018/07/27 12:12:31 http: TLS handshake error from 10.244.0.1:43212: EOF 2018/07/27 12:12:41 http: TLS handshake error from 10.244.0.1:43236: EOF 2018/07/27 12:12:51 http: TLS handshake error from 10.244.0.1:43260: EOF 2018/07/27 12:13:01 http: TLS handshake error from 10.244.0.1:43284: EOF 2018/07/27 12:13:11 http: TLS handshake error from 10.244.0.1:43308: EOF 2018/07/27 12:13:21 http: TLS handshake error from 10.244.0.1:43332: EOF 2018/07/27 12:13:31 http: TLS handshake error from 10.244.0.1:43356: EOF Pod name: virt-api-7d79764579-jkwt5 Pod phase: Running 2018/07/27 12:11:12 http: TLS handshake error from 10.244.1.1:51346: EOF 2018/07/27 12:11:22 http: TLS handshake error from 10.244.1.1:51352: EOF 2018/07/27 12:11:32 http: TLS handshake error from 10.244.1.1:51358: EOF 2018/07/27 12:11:42 http: TLS handshake error from 10.244.1.1:51364: EOF 2018/07/27 12:11:52 http: TLS handshake error from 10.244.1.1:51370: EOF 2018/07/27 12:12:02 http: TLS handshake error from 10.244.1.1:51376: EOF 2018/07/27 12:12:12 http: TLS handshake error from 10.244.1.1:51382: EOF 2018/07/27 12:12:22 http: TLS handshake error from 10.244.1.1:51388: EOF 2018/07/27 12:12:32 http: TLS handshake error from 10.244.1.1:51394: EOF 2018/07/27 12:12:42 http: TLS handshake error from 10.244.1.1:51400: EOF 2018/07/27 12:12:52 http: TLS handshake error from 10.244.1.1:51406: EOF 2018/07/27 12:13:02 http: TLS handshake error from 10.244.1.1:51412: EOF 2018/07/27 12:13:12 http: TLS handshake error from 10.244.1.1:51418: EOF 2018/07/27 12:13:22 http: TLS handshake error from 10.244.1.1:51424: EOF 2018/07/27 12:13:32 http: TLS handshake error from 10.244.1.1:51430: EOF Pod name: virt-controller-7d57d96b65-mk9sj Pod phase: Running level=info timestamp=2018-07-27T12:06:52.038982Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiggqxf\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiggqxf" level=info timestamp=2018-07-27T12:07:27.783132Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9zxgs kind= uid=a15368a5-9195-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:07:27.783772Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9zxgs kind= uid=a15368a5-9195-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:08:03.056126Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9zxgs kind= uid=b65a65da-9195-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:08:03.056553Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9zxgs kind= uid=b65a65da-9195-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:08:39.936098Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9zxgs kind= uid=cc523353-9195-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:08:39.936759Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9zxgs kind= uid=cc523353-9195-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:08:40.141164Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9zxgs\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9zxgs" level=info timestamp=2018-07-27T12:11:57.738076Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=423ccbf7-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:11:57.738500Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=423ccbf7-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:11:57.955442Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi7mgwb\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi7mgwb" level=info timestamp=2018-07-27T12:12:35.561042Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=58c54ec5-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:12:35.561726Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=58c54ec5-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:13:15.098040Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=70555a57-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:13:15.098665Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=70555a57-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-r49bt Pod phase: Running level=info timestamp=2018-07-27T12:09:37.231679Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-6rjpk Pod phase: Running level=info timestamp=2018-07-27T12:12:54.055879Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=58c54ec5-9196-11e8-a11a-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:12:54.056091Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=58c54ec5-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:13:15.259567Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmi7mgwb kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:13:15.260157Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi7mgwb kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:13:31.802029Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=70555a57-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:13:33.017526Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type ADDED" level=info timestamp=2018-07-27T12:13:33.019102Z pos=vm.go:657 component=virt-handler namespace=kubevirt-test-default name=testvmi7mgwb kind=Domain uid=70555a57-9196-11e8-a11a-525500d15501 msg="Domain is in state Paused reason StartingUp" level=info timestamp=2018-07-27T12:13:33.237257Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:13:33.237464Z pos=vm.go:688 component=virt-handler namespace=kubevirt-test-default name=testvmi7mgwb kind=Domain uid=70555a57-9196-11e8-a11a-525500d15501 msg="Domain is in state Running reason Unknown" level=info timestamp=2018-07-27T12:13:33.284468Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=70555a57-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:13:33.284726Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=70555a57-9196-11e8-a11a-525500d15501 msg="No update processing required" level=info timestamp=2018-07-27T12:13:33.304658Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:13:33.357486Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=70555a57-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:13:33.357652Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=70555a57-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:13:33.361629Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=70555a57-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." Pod name: virt-handler-8wjjg Pod phase: Running level=info timestamp=2018-07-27T11:52:03.673626Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T11:52:03.716127Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:03.716481Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T11:52:03.732500Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:13.801219Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T11:52:13.801529Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T11:52:13.802903Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmib8lxx" level=info timestamp=2018-07-27T11:52:14.029420Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:14.029642Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T11:52:14.029690Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T11:52:14.031198Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T11:52:14.055498Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:14.064076Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T11:52:14.067026Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T11:52:14.067183Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi7mgwb-xn25p Pod phase: Running level=info timestamp=2018-07-27T12:13:32.039641Z pos=manager.go:157 component=virt-launcher namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=70555a57-9196-11e8-a11a-525500d15501 msg="Domain defined." level=info timestamp=2018-07-27T12:13:32.041081Z pos=client.go:136 component=virt-launcher msg="Libvirt event 0 with reason 0 received" level=info timestamp=2018-07-27T12:13:33.002189Z pos=client.go:119 component=virt-launcher msg="domain status: 3:11" level=info timestamp=2018-07-27T12:13:33.012568Z pos=virt-launcher.go:214 component=virt-launcher msg="Detected domain with UUID 33f7fdad-6628-48b7-9f23-11ed2b8aac5f" level=info timestamp=2018-07-27T12:13:33.018230Z pos=monitor.go:253 component=virt-launcher msg="Monitoring loop: rate 1s start timeout 5m0s" level=info timestamp=2018-07-27T12:13:33.019904Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:13:33.206786Z pos=client.go:136 component=virt-launcher msg="Libvirt event 4 with reason 0 received" level=info timestamp=2018-07-27T12:13:33.236062Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:13:33.237883Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:13:33.263715Z pos=manager.go:188 component=virt-launcher namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=70555a57-9196-11e8-a11a-525500d15501 msg="Domain started." level=info timestamp=2018-07-27T12:13:33.267351Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=70555a57-9196-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:13:33.268812Z pos=client.go:136 component=virt-launcher msg="Libvirt event 2 with reason 0 received" level=info timestamp=2018-07-27T12:13:33.302997Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:13:33.305131Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:13:33.361315Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=70555a57-9196-11e8-a11a-525500d15501 msg="Synced vmi" • Failure [95.934 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 Expected <*kubecli.AsyncSubresourceError | 0xc420f00e80>: { err: "Can't connect to websocket (503): service unavailable\n\n", StatusCode: 503, } to be nil /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:99 ------------------------------ STEP: Starting and stopping the VirtualMachineInstance number of times STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-07-27T12:11:59.110377Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmi7mgwb-c97gt" level=info timestamp=2018-07-27T12:12:13.352673Z pos=utils.go:243 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmi7mgwb-c97gt" level=info timestamp=2018-07-27T12:12:14.987524Z pos=utils.go:243 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-07-27T12:12:15.011392Z pos=utils.go:243 component=tests msg="VirtualMachineInstance started." STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-07-27T12:12:36.697094Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmi7mgwb-c97gt" level=info timestamp=2018-07-27T12:12:36.697239Z pos=utils.go:243 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmi7mgwb-c97gt" level=info timestamp=2018-07-27T12:12:36.697786Z pos=utils.go:243 component=tests msg="Deleted virtual machine pod virt-launcher-testvmi7mgwb-c97gt" level=info timestamp=2018-07-27T12:12:36.704338Z pos=utils.go:243 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-07-27T12:12:36.704622Z pos=utils.go:243 component=tests msg="VirtualMachineInstance started." STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-07-27T12:13:16.206743Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmi7mgwb-c97gt" level=info timestamp=2018-07-27T12:13:16.206932Z pos=utils.go:243 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmi7mgwb-c97gt" level=info timestamp=2018-07-27T12:13:16.207521Z pos=utils.go:243 component=tests msg="Deleted virtual machine pod virt-launcher-testvmi7mgwb-c97gt" level=info timestamp=2018-07-27T12:13:16.207990Z pos=utils.go:243 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-07-27T12:13:16.208270Z pos=utils.go:243 component=tests msg="VirtualMachineInstance started." STEP: Checking that the VirtualMachineInstance console has expected output Pod name: disks-images-provider-q5vf5 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-x8l5b Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-6ppwr Pod phase: Running 2018/07/27 12:11:21 http: TLS handshake error from 10.244.0.1:43042: EOF 2018/07/27 12:11:31 http: TLS handshake error from 10.244.0.1:43066: EOF 2018/07/27 12:11:41 http: TLS handshake error from 10.244.0.1:43090: EOF 2018/07/27 12:11:51 http: TLS handshake error from 10.244.0.1:43114: EOF 2018/07/27 12:12:01 http: TLS handshake error from 10.244.0.1:43140: EOF 2018/07/27 12:12:11 http: TLS handshake error from 10.244.0.1:43164: EOF 2018/07/27 12:12:21 http: TLS handshake error from 10.244.0.1:43188: EOF 2018/07/27 12:12:31 http: TLS handshake error from 10.244.0.1:43212: EOF 2018/07/27 12:12:41 http: TLS handshake error from 10.244.0.1:43236: EOF 2018/07/27 12:12:51 http: TLS handshake error from 10.244.0.1:43260: EOF 2018/07/27 12:13:01 http: TLS handshake error from 10.244.0.1:43284: EOF 2018/07/27 12:13:11 http: TLS handshake error from 10.244.0.1:43308: EOF 2018/07/27 12:13:21 http: TLS handshake error from 10.244.0.1:43332: EOF 2018/07/27 12:13:31 http: TLS handshake error from 10.244.0.1:43356: EOF 2018/07/27 12:13:41 http: TLS handshake error from 10.244.0.1:43380: EOF Pod name: virt-api-7d79764579-jkwt5 Pod phase: Running 2018/07/27 12:11:22 http: TLS handshake error from 10.244.1.1:51352: EOF 2018/07/27 12:11:32 http: TLS handshake error from 10.244.1.1:51358: EOF 2018/07/27 12:11:42 http: TLS handshake error from 10.244.1.1:51364: EOF 2018/07/27 12:11:52 http: TLS handshake error from 10.244.1.1:51370: EOF 2018/07/27 12:12:02 http: TLS handshake error from 10.244.1.1:51376: EOF 2018/07/27 12:12:12 http: TLS handshake error from 10.244.1.1:51382: EOF 2018/07/27 12:12:22 http: TLS handshake error from 10.244.1.1:51388: EOF 2018/07/27 12:12:32 http: TLS handshake error from 10.244.1.1:51394: EOF 2018/07/27 12:12:42 http: TLS handshake error from 10.244.1.1:51400: EOF 2018/07/27 12:12:52 http: TLS handshake error from 10.244.1.1:51406: EOF 2018/07/27 12:13:02 http: TLS handshake error from 10.244.1.1:51412: EOF 2018/07/27 12:13:12 http: TLS handshake error from 10.244.1.1:51418: EOF 2018/07/27 12:13:22 http: TLS handshake error from 10.244.1.1:51424: EOF 2018/07/27 12:13:32 http: TLS handshake error from 10.244.1.1:51430: EOF 2018/07/27 12:13:42 http: TLS handshake error from 10.244.1.1:51436: EOF Pod name: virt-controller-7d57d96b65-mk9sj Pod phase: Running level=info timestamp=2018-07-27T12:08:03.056126Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9zxgs kind= uid=b65a65da-9195-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:08:03.056553Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9zxgs kind= uid=b65a65da-9195-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:08:39.936098Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9zxgs kind= uid=cc523353-9195-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:08:39.936759Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9zxgs kind= uid=cc523353-9195-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:08:40.141164Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9zxgs\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9zxgs" level=info timestamp=2018-07-27T12:11:57.738076Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=423ccbf7-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:11:57.738500Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=423ccbf7-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:11:57.955442Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi7mgwb\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi7mgwb" level=info timestamp=2018-07-27T12:12:35.561042Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=58c54ec5-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:12:35.561726Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=58c54ec5-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:13:15.098040Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=70555a57-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:13:15.098665Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=70555a57-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:13:33.764960Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidgkh2 kind= uid=7b75e658-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:13:33.765374Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidgkh2 kind= uid=7b75e658-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:13:33.991760Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmidgkh2\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmidgkh2" Pod name: virt-controller-7d57d96b65-r49bt Pod phase: Running level=info timestamp=2018-07-27T12:09:37.231679Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-6rjpk Pod phase: Running level=info timestamp=2018-07-27T12:13:34.799054Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmi7mgwb kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:13:34.799414Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi7mgwb kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:13:34.799849Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmi7mgwb kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:13:34.800016Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi7mgwb kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:13:48.870406Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmidgkh2 kind= uid=7b75e658-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:13:50.271348Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type ADDED" level=info timestamp=2018-07-27T12:13:50.271994Z pos=vm.go:657 component=virt-handler namespace=kubevirt-test-default name=testvmidgkh2 kind=Domain uid=7b75e658-9196-11e8-a11a-525500d15501 msg="Domain is in state Paused reason StartingUp" level=info timestamp=2018-07-27T12:13:50.910743Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:13:50.910974Z pos=vm.go:688 component=virt-handler namespace=kubevirt-test-default name=testvmidgkh2 kind=Domain uid=7b75e658-9196-11e8-a11a-525500d15501 msg="Domain is in state Running reason Unknown" level=info timestamp=2018-07-27T12:13:50.944294Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmidgkh2 kind= uid=7b75e658-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:13:50.944678Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmidgkh2 kind= uid=7b75e658-9196-11e8-a11a-525500d15501 msg="No update processing required" level=info timestamp=2018-07-27T12:13:50.968286Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:13:51.018605Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmidgkh2 kind= uid=7b75e658-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:13:51.019386Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmidgkh2 kind= uid=7b75e658-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:13:51.031172Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmidgkh2 kind= uid=7b75e658-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." Pod name: virt-handler-8wjjg Pod phase: Running level=info timestamp=2018-07-27T11:52:03.673626Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T11:52:03.716127Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:03.716481Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T11:52:03.732500Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:13.801219Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T11:52:13.801529Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T11:52:13.802903Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmib8lxx" level=info timestamp=2018-07-27T11:52:14.029420Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:14.029642Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T11:52:14.029690Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T11:52:14.031198Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T11:52:14.055498Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:14.064076Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T11:52:14.067026Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T11:52:14.067183Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi7mgwb-xn25p Pod phase: Running level=info timestamp=2018-07-27T12:13:41.023920Z pos=monitor.go:209 component=virt-launcher msg="Still missing PID for 33f7fdad-6628-48b7-9f23-11ed2b8aac5f, Process 33f7fdad-6628-48b7-9f23-11ed2b8aac5f not found in /proc" level=info timestamp=2018-07-27T12:13:42.023698Z pos=monitor.go:209 component=virt-launcher msg="Still missing PID for 33f7fdad-6628-48b7-9f23-11ed2b8aac5f, Process 33f7fdad-6628-48b7-9f23-11ed2b8aac5f not found in /proc" level=info timestamp=2018-07-27T12:13:43.024924Z pos=monitor.go:209 component=virt-launcher msg="Still missing PID for 33f7fdad-6628-48b7-9f23-11ed2b8aac5f, Process 33f7fdad-6628-48b7-9f23-11ed2b8aac5f not found in /proc" level=info timestamp=2018-07-27T12:13:44.021070Z pos=monitor.go:209 component=virt-launcher msg="Still missing PID for 33f7fdad-6628-48b7-9f23-11ed2b8aac5f, Process 33f7fdad-6628-48b7-9f23-11ed2b8aac5f not found in /proc" level=info timestamp=2018-07-27T12:13:45.021529Z pos=monitor.go:209 component=virt-launcher msg="Still missing PID for 33f7fdad-6628-48b7-9f23-11ed2b8aac5f, Process 33f7fdad-6628-48b7-9f23-11ed2b8aac5f not found in /proc" level=info timestamp=2018-07-27T12:13:46.024240Z pos=monitor.go:209 component=virt-launcher msg="Still missing PID for 33f7fdad-6628-48b7-9f23-11ed2b8aac5f, Process 33f7fdad-6628-48b7-9f23-11ed2b8aac5f not found in /proc" level=info timestamp=2018-07-27T12:13:47.023961Z pos=monitor.go:209 component=virt-launcher msg="Still missing PID for 33f7fdad-6628-48b7-9f23-11ed2b8aac5f, Process 33f7fdad-6628-48b7-9f23-11ed2b8aac5f not found in /proc" level=info timestamp=2018-07-27T12:13:48.021643Z pos=monitor.go:209 component=virt-launcher msg="Still missing PID for 33f7fdad-6628-48b7-9f23-11ed2b8aac5f, Process 33f7fdad-6628-48b7-9f23-11ed2b8aac5f not found in /proc" level=info timestamp=2018-07-27T12:13:49.026211Z pos=monitor.go:209 component=virt-launcher msg="Still missing PID for 33f7fdad-6628-48b7-9f23-11ed2b8aac5f, Process 33f7fdad-6628-48b7-9f23-11ed2b8aac5f not found in /proc" level=info timestamp=2018-07-27T12:13:50.026857Z pos=monitor.go:209 component=virt-launcher msg="Still missing PID for 33f7fdad-6628-48b7-9f23-11ed2b8aac5f, Process 33f7fdad-6628-48b7-9f23-11ed2b8aac5f not found in /proc" level=info timestamp=2018-07-27T12:13:50.027099Z pos=monitor.go:216 component=virt-launcher msg="33f7fdad-6628-48b7-9f23-11ed2b8aac5f not found after grace period expired" level=info timestamp=2018-07-27T12:13:50.030663Z pos=virt-launcher.go:233 component=virt-launcher msg="Waiting on final notifications to be sent to virt-handler." level=info timestamp=2018-07-27T12:13:50.030866Z pos=virt-launcher.go:241 component=virt-launcher msg="Final Delete notification sent" level=info timestamp=2018-07-27T12:13:50.030913Z pos=virt-launcher.go:348 component=virt-launcher msg=Exiting... virt-launcher exited with code 0 Pod name: virt-launcher-testvmidgkh2-zp5kn Pod phase: Running level=info timestamp=2018-07-27T12:13:49.240732Z pos=client.go:136 component=virt-launcher msg="Libvirt event 0 with reason 0 received" level=info timestamp=2018-07-27T12:13:50.251990Z pos=client.go:119 component=virt-launcher msg="domain status: 3:11" level=info timestamp=2018-07-27T12:13:50.283954Z pos=virt-launcher.go:214 component=virt-launcher msg="Detected domain with UUID fad512d9-d01f-4a2d-8f73-3f38fba82849" level=info timestamp=2018-07-27T12:13:50.284547Z pos=monitor.go:253 component=virt-launcher msg="Monitoring loop: rate 1s start timeout 5m0s" level=info timestamp=2018-07-27T12:13:50.291399Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:13:50.885991Z pos=client.go:136 component=virt-launcher msg="Libvirt event 4 with reason 0 received" level=info timestamp=2018-07-27T12:13:50.905355Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:13:50.911386Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:13:50.917198Z pos=client.go:136 component=virt-launcher msg="Libvirt event 2 with reason 0 received" level=info timestamp=2018-07-27T12:13:50.929568Z pos=manager.go:188 component=virt-launcher namespace=kubevirt-test-default name=testvmidgkh2 kind= uid=7b75e658-9196-11e8-a11a-525500d15501 msg="Domain started." level=info timestamp=2018-07-27T12:13:50.932775Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmidgkh2 kind= uid=7b75e658-9196-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:13:50.940147Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:13:50.970191Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:13:51.024206Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmidgkh2 kind= uid=7b75e658-9196-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:13:51.298364Z pos=monitor.go:222 component=virt-launcher msg="Found PID for fad512d9-d01f-4a2d-8f73-3f38fba82849: 187" • Failure [17.771 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 Expected <*kubecli.AsyncSubresourceError | 0xc420ec17a0>: { err: "Can't connect to websocket (503): service unavailable\n\n", StatusCode: 503, } to be nil /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:139 ------------------------------ STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-07-27T12:13:34.868341Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmidgkh2-zp5kn" level=info timestamp=2018-07-27T12:13:49.271625Z pos=utils.go:243 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmidgkh2-zp5kn" level=info timestamp=2018-07-27T12:13:51.399575Z pos=utils.go:243 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-07-27T12:13:51.436910Z pos=utils.go:243 component=tests msg="VirtualMachineInstance started." Pod name: disks-images-provider-q5vf5 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-x8l5b Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-6ppwr Pod phase: Running 2018/07/27 12:11:41 http: TLS handshake error from 10.244.0.1:43090: EOF 2018/07/27 12:11:51 http: TLS handshake error from 10.244.0.1:43114: EOF 2018/07/27 12:12:01 http: TLS handshake error from 10.244.0.1:43140: EOF 2018/07/27 12:12:11 http: TLS handshake error from 10.244.0.1:43164: EOF 2018/07/27 12:12:21 http: TLS handshake error from 10.244.0.1:43188: EOF 2018/07/27 12:12:31 http: TLS handshake error from 10.244.0.1:43212: EOF 2018/07/27 12:12:41 http: TLS handshake error from 10.244.0.1:43236: EOF 2018/07/27 12:12:51 http: TLS handshake error from 10.244.0.1:43260: EOF 2018/07/27 12:13:01 http: TLS handshake error from 10.244.0.1:43284: EOF 2018/07/27 12:13:11 http: TLS handshake error from 10.244.0.1:43308: EOF 2018/07/27 12:13:21 http: TLS handshake error from 10.244.0.1:43332: EOF 2018/07/27 12:13:31 http: TLS handshake error from 10.244.0.1:43356: EOF 2018/07/27 12:13:41 http: TLS handshake error from 10.244.0.1:43380: EOF 2018/07/27 12:13:51 http: TLS handshake error from 10.244.0.1:43404: EOF 2018/07/27 12:14:01 http: TLS handshake error from 10.244.0.1:43428: EOF Pod name: virt-api-7d79764579-jkwt5 Pod phase: Running 2018/07/27 12:11:42 http: TLS handshake error from 10.244.1.1:51364: EOF 2018/07/27 12:11:52 http: TLS handshake error from 10.244.1.1:51370: EOF 2018/07/27 12:12:02 http: TLS handshake error from 10.244.1.1:51376: EOF 2018/07/27 12:12:12 http: TLS handshake error from 10.244.1.1:51382: EOF 2018/07/27 12:12:22 http: TLS handshake error from 10.244.1.1:51388: EOF 2018/07/27 12:12:32 http: TLS handshake error from 10.244.1.1:51394: EOF 2018/07/27 12:12:42 http: TLS handshake error from 10.244.1.1:51400: EOF 2018/07/27 12:12:52 http: TLS handshake error from 10.244.1.1:51406: EOF 2018/07/27 12:13:02 http: TLS handshake error from 10.244.1.1:51412: EOF 2018/07/27 12:13:12 http: TLS handshake error from 10.244.1.1:51418: EOF 2018/07/27 12:13:22 http: TLS handshake error from 10.244.1.1:51424: EOF 2018/07/27 12:13:32 http: TLS handshake error from 10.244.1.1:51430: EOF 2018/07/27 12:13:42 http: TLS handshake error from 10.244.1.1:51436: EOF 2018/07/27 12:13:52 http: TLS handshake error from 10.244.1.1:51442: EOF 2018/07/27 12:14:02 http: TLS handshake error from 10.244.1.1:51448: EOF Pod name: virt-controller-7d57d96b65-mk9sj Pod phase: Running level=info timestamp=2018-07-27T12:08:39.936098Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9zxgs kind= uid=cc523353-9195-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:08:39.936759Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9zxgs kind= uid=cc523353-9195-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:08:40.141164Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9zxgs\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9zxgs" level=info timestamp=2018-07-27T12:11:57.738076Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=423ccbf7-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:11:57.738500Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=423ccbf7-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:11:57.955442Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi7mgwb\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi7mgwb" level=info timestamp=2018-07-27T12:12:35.561042Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=58c54ec5-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:12:35.561726Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=58c54ec5-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:13:15.098040Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=70555a57-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:13:15.098665Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=70555a57-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:13:33.764960Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidgkh2 kind= uid=7b75e658-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:13:33.765374Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidgkh2 kind= uid=7b75e658-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:13:33.991760Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmidgkh2\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmidgkh2" level=info timestamp=2018-07-27T12:13:51.493357Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmig7x4v kind= uid=8608fc32-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:13:51.494250Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmig7x4v kind= uid=8608fc32-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-r49bt Pod phase: Running level=info timestamp=2018-07-27T12:09:37.231679Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-6rjpk Pod phase: Running level=info timestamp=2018-07-27T12:13:51.922857Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmidgkh2 kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:13:51.923383Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmidgkh2 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:13:51.923533Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmidgkh2 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:13:51.927509Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:14:07.200958Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmig7x4v kind= uid=8608fc32-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:14:08.656347Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type ADDED" level=info timestamp=2018-07-27T12:14:08.660022Z pos=vm.go:657 component=virt-handler namespace=kubevirt-test-default name=testvmig7x4v kind=Domain uid=8608fc32-9196-11e8-a11a-525500d15501 msg="Domain is in state Paused reason StartingUp" level=info timestamp=2018-07-27T12:14:09.262141Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:14:09.262339Z pos=vm.go:688 component=virt-handler namespace=kubevirt-test-default name=testvmig7x4v kind=Domain uid=8608fc32-9196-11e8-a11a-525500d15501 msg="Domain is in state Running reason Unknown" level=info timestamp=2018-07-27T12:14:09.318980Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:14:09.326796Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmig7x4v kind= uid=8608fc32-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:14:09.327131Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmig7x4v kind= uid=8608fc32-9196-11e8-a11a-525500d15501 msg="No update processing required" level=info timestamp=2018-07-27T12:14:09.377700Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmig7x4v kind= uid=8608fc32-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:14:09.379295Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmig7x4v kind= uid=8608fc32-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:14:09.390677Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmig7x4v kind= uid=8608fc32-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." Pod name: virt-handler-8wjjg Pod phase: Running level=info timestamp=2018-07-27T11:52:03.673626Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T11:52:03.716127Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:03.716481Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T11:52:03.732500Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:13.801219Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T11:52:13.801529Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T11:52:13.802903Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmib8lxx" level=info timestamp=2018-07-27T11:52:14.029420Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:14.029642Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T11:52:14.029690Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T11:52:14.031198Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T11:52:14.055498Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:14.064076Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T11:52:14.067026Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T11:52:14.067183Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmig7x4v-7q75j Pod phase: Running level=info timestamp=2018-07-27T12:14:07.677189Z pos=client.go:136 component=virt-launcher msg="Libvirt event 0 with reason 0 received" level=info timestamp=2018-07-27T12:14:08.637942Z pos=client.go:119 component=virt-launcher msg="domain status: 3:11" level=info timestamp=2018-07-27T12:14:08.659498Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:14:08.664486Z pos=virt-launcher.go:214 component=virt-launcher msg="Detected domain with UUID 82c5b1ca-4209-4d73-8999-db6258d1f9a9" level=info timestamp=2018-07-27T12:14:08.665425Z pos=monitor.go:253 component=virt-launcher msg="Monitoring loop: rate 1s start timeout 5m0s" level=info timestamp=2018-07-27T12:14:09.195441Z pos=client.go:136 component=virt-launcher msg="Libvirt event 4 with reason 0 received" level=info timestamp=2018-07-27T12:14:09.260419Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:14:09.263304Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:14:09.274870Z pos=client.go:136 component=virt-launcher msg="Libvirt event 2 with reason 0 received" level=info timestamp=2018-07-27T12:14:09.303649Z pos=manager.go:188 component=virt-launcher namespace=kubevirt-test-default name=testvmig7x4v kind= uid=8608fc32-9196-11e8-a11a-525500d15501 msg="Domain started." level=info timestamp=2018-07-27T12:14:09.312422Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmig7x4v kind= uid=8608fc32-9196-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:14:09.315107Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:14:09.321584Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:14:09.388909Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmig7x4v kind= uid=8608fc32-9196-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:14:09.671667Z pos=monitor.go:222 component=virt-launcher msg="Found PID for 82c5b1ca-4209-4d73-8999-db6258d1f9a9: 189" • Failure [18.249 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 Expected <*kubecli.AsyncSubresourceError | 0xc420a7a120>: { err: "Can't connect to websocket (503): service unavailable\n\n", StatusCode: 503, } to be nil /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:190 ------------------------------ STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-07-27T12:13:52.771425Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmig7x4v-7q75j" level=info timestamp=2018-07-27T12:14:07.581621Z pos=utils.go:243 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmig7x4v-7q75j" level=info timestamp=2018-07-27T12:14:09.780166Z pos=utils.go:243 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-07-27T12:14:09.797048Z pos=utils.go:243 component=tests msg="VirtualMachineInstance started." Pod name: disks-images-provider-q5vf5 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-x8l5b Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-6ppwr Pod phase: Running 2018/07/27 12:12:01 http: TLS handshake error from 10.244.0.1:43140: EOF 2018/07/27 12:12:11 http: TLS handshake error from 10.244.0.1:43164: EOF 2018/07/27 12:12:21 http: TLS handshake error from 10.244.0.1:43188: EOF 2018/07/27 12:12:31 http: TLS handshake error from 10.244.0.1:43212: EOF 2018/07/27 12:12:41 http: TLS handshake error from 10.244.0.1:43236: EOF 2018/07/27 12:12:51 http: TLS handshake error from 10.244.0.1:43260: EOF 2018/07/27 12:13:01 http: TLS handshake error from 10.244.0.1:43284: EOF 2018/07/27 12:13:11 http: TLS handshake error from 10.244.0.1:43308: EOF 2018/07/27 12:13:21 http: TLS handshake error from 10.244.0.1:43332: EOF 2018/07/27 12:13:31 http: TLS handshake error from 10.244.0.1:43356: EOF 2018/07/27 12:13:41 http: TLS handshake error from 10.244.0.1:43380: EOF 2018/07/27 12:13:51 http: TLS handshake error from 10.244.0.1:43404: EOF 2018/07/27 12:14:01 http: TLS handshake error from 10.244.0.1:43428: EOF 2018/07/27 12:14:11 http: TLS handshake error from 10.244.0.1:43452: EOF 2018/07/27 12:14:21 http: TLS handshake error from 10.244.0.1:43476: EOF Pod name: virt-api-7d79764579-jkwt5 Pod phase: Running 2018/07/27 12:12:02 http: TLS handshake error from 10.244.1.1:51376: EOF 2018/07/27 12:12:12 http: TLS handshake error from 10.244.1.1:51382: EOF 2018/07/27 12:12:22 http: TLS handshake error from 10.244.1.1:51388: EOF 2018/07/27 12:12:32 http: TLS handshake error from 10.244.1.1:51394: EOF 2018/07/27 12:12:42 http: TLS handshake error from 10.244.1.1:51400: EOF 2018/07/27 12:12:52 http: TLS handshake error from 10.244.1.1:51406: EOF 2018/07/27 12:13:02 http: TLS handshake error from 10.244.1.1:51412: EOF 2018/07/27 12:13:12 http: TLS handshake error from 10.244.1.1:51418: EOF 2018/07/27 12:13:22 http: TLS handshake error from 10.244.1.1:51424: EOF 2018/07/27 12:13:32 http: TLS handshake error from 10.244.1.1:51430: EOF 2018/07/27 12:13:42 http: TLS handshake error from 10.244.1.1:51436: EOF 2018/07/27 12:13:52 http: TLS handshake error from 10.244.1.1:51442: EOF 2018/07/27 12:14:02 http: TLS handshake error from 10.244.1.1:51448: EOF 2018/07/27 12:14:12 http: TLS handshake error from 10.244.1.1:51454: EOF 2018/07/27 12:14:22 http: TLS handshake error from 10.244.1.1:51460: EOF Pod name: virt-controller-7d57d96b65-mk9sj Pod phase: Running level=info timestamp=2018-07-27T12:11:57.738076Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=423ccbf7-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:11:57.738500Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=423ccbf7-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:11:57.955442Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi7mgwb\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi7mgwb" level=info timestamp=2018-07-27T12:12:35.561042Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=58c54ec5-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:12:35.561726Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=58c54ec5-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:13:15.098040Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=70555a57-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:13:15.098665Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=70555a57-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:13:33.764960Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidgkh2 kind= uid=7b75e658-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:13:33.765374Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidgkh2 kind= uid=7b75e658-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:13:33.991760Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmidgkh2\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmidgkh2" level=info timestamp=2018-07-27T12:13:51.493357Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmig7x4v kind= uid=8608fc32-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:13:51.494250Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmig7x4v kind= uid=8608fc32-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:14:09.774371Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirxsxq kind= uid=90ed354e-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:14:09.776654Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirxsxq kind= uid=90ed354e-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:14:10.074259Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirxsxq\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirxsxq" Pod name: virt-controller-7d57d96b65-r49bt Pod phase: Running level=info timestamp=2018-07-27T12:09:37.231679Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-6rjpk Pod phase: Running level=info timestamp=2018-07-27T12:14:10.387341Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmig7x4v kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:14:10.387712Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmig7x4v kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:14:10.388299Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmig7x4v kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:14:10.388527Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmig7x4v kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:14:25.974504Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmirxsxq kind= uid=90ed354e-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:14:27.462978Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type ADDED" level=info timestamp=2018-07-27T12:14:27.463394Z pos=vm.go:657 component=virt-handler namespace=kubevirt-test-default name=testvmirxsxq kind=Domain uid=90ed354e-9196-11e8-a11a-525500d15501 msg="Domain is in state Paused reason StartingUp" level=info timestamp=2018-07-27T12:14:27.783646Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:14:27.783891Z pos=vm.go:688 component=virt-handler namespace=kubevirt-test-default name=testvmirxsxq kind=Domain uid=90ed354e-9196-11e8-a11a-525500d15501 msg="Domain is in state Running reason Unknown" level=info timestamp=2018-07-27T12:14:27.807158Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmirxsxq kind= uid=90ed354e-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:14:27.807454Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmirxsxq kind= uid=90ed354e-9196-11e8-a11a-525500d15501 msg="No update processing required" level=info timestamp=2018-07-27T12:14:27.822384Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:14:27.910006Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmirxsxq kind= uid=90ed354e-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:14:27.910306Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmirxsxq kind= uid=90ed354e-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:14:27.918898Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmirxsxq kind= uid=90ed354e-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." Pod name: virt-handler-8wjjg Pod phase: Running level=info timestamp=2018-07-27T11:52:03.673626Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T11:52:03.716127Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:03.716481Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T11:52:03.732500Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:13.801219Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T11:52:13.801529Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T11:52:13.802903Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmib8lxx" level=info timestamp=2018-07-27T11:52:14.029420Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:14.029642Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T11:52:14.029690Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T11:52:14.031198Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T11:52:14.055498Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:14.064076Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T11:52:14.067026Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T11:52:14.067183Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmig7x4v-7q75j Pod phase: Succeeded Unable to retrieve container logs for docker://96f10771df39707a55f65322c06095375cd7577e102e987e36550297f13d2102 Pod name: virt-launcher-testvmirxsxq-jlhzf Pod phase: Running level=info timestamp=2018-07-27T12:14:26.237513Z pos=client.go:136 component=virt-launcher msg="Libvirt event 0 with reason 0 received" level=info timestamp=2018-07-27T12:14:27.442836Z pos=client.go:119 component=virt-launcher msg="domain status: 3:11" level=info timestamp=2018-07-27T12:14:27.459277Z pos=virt-launcher.go:214 component=virt-launcher msg="Detected domain with UUID a1289d60-08de-40ca-8d1e-5b2d2ca4c62a" level=info timestamp=2018-07-27T12:14:27.459731Z pos=monitor.go:253 component=virt-launcher msg="Monitoring loop: rate 1s start timeout 5m0s" level=info timestamp=2018-07-27T12:14:27.477847Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:14:27.739128Z pos=client.go:136 component=virt-launcher msg="Libvirt event 4 with reason 0 received" level=info timestamp=2018-07-27T12:14:27.782483Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:14:27.784244Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:14:27.789994Z pos=client.go:136 component=virt-launcher msg="Libvirt event 2 with reason 0 received" level=info timestamp=2018-07-27T12:14:27.792904Z pos=manager.go:188 component=virt-launcher namespace=kubevirt-test-default name=testvmirxsxq kind= uid=90ed354e-9196-11e8-a11a-525500d15501 msg="Domain started." level=info timestamp=2018-07-27T12:14:27.794340Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmirxsxq kind= uid=90ed354e-9196-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:14:27.820653Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:14:27.823107Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:14:27.918154Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmirxsxq kind= uid=90ed354e-9196-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:14:28.467947Z pos=monitor.go:222 component=virt-launcher msg="Found PID for a1289d60-08de-40ca-8d1e-5b2d2ca4c62a: 183" • Failure [18.599 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 Expected <*kubecli.AsyncSubresourceError | 0xc4207f2de0>: { err: "Can't connect to websocket (503): service unavailable\n\n", StatusCode: 503, } to be nil /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:214 ------------------------------ STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-07-27T12:14:11.013569Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmirxsxq-jlhzf" level=info timestamp=2018-07-27T12:14:26.377870Z pos=utils.go:243 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmirxsxq-jlhzf" level=info timestamp=2018-07-27T12:14:28.287811Z pos=utils.go:243 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-07-27T12:14:28.341795Z pos=utils.go:243 component=tests msg="VirtualMachineInstance started." STEP: Checking that the VirtualMachineInstance console has expected output Pod name: disks-images-provider-q5vf5 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-x8l5b Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-6ppwr Pod phase: Running 2018/07/27 12:12:21 http: TLS handshake error from 10.244.0.1:43188: EOF 2018/07/27 12:12:31 http: TLS handshake error from 10.244.0.1:43212: EOF 2018/07/27 12:12:41 http: TLS handshake error from 10.244.0.1:43236: EOF 2018/07/27 12:12:51 http: TLS handshake error from 10.244.0.1:43260: EOF 2018/07/27 12:13:01 http: TLS handshake error from 10.244.0.1:43284: EOF 2018/07/27 12:13:11 http: TLS handshake error from 10.244.0.1:43308: EOF 2018/07/27 12:13:21 http: TLS handshake error from 10.244.0.1:43332: EOF 2018/07/27 12:13:31 http: TLS handshake error from 10.244.0.1:43356: EOF 2018/07/27 12:13:41 http: TLS handshake error from 10.244.0.1:43380: EOF 2018/07/27 12:13:51 http: TLS handshake error from 10.244.0.1:43404: EOF 2018/07/27 12:14:01 http: TLS handshake error from 10.244.0.1:43428: EOF 2018/07/27 12:14:11 http: TLS handshake error from 10.244.0.1:43452: EOF 2018/07/27 12:14:21 http: TLS handshake error from 10.244.0.1:43476: EOF 2018/07/27 12:14:31 http: TLS handshake error from 10.244.0.1:43500: EOF 2018/07/27 12:14:41 http: TLS handshake error from 10.244.0.1:43524: EOF Pod name: virt-api-7d79764579-jkwt5 Pod phase: Running 2018/07/27 12:12:22 http: TLS handshake error from 10.244.1.1:51388: EOF 2018/07/27 12:12:32 http: TLS handshake error from 10.244.1.1:51394: EOF 2018/07/27 12:12:42 http: TLS handshake error from 10.244.1.1:51400: EOF 2018/07/27 12:12:52 http: TLS handshake error from 10.244.1.1:51406: EOF 2018/07/27 12:13:02 http: TLS handshake error from 10.244.1.1:51412: EOF 2018/07/27 12:13:12 http: TLS handshake error from 10.244.1.1:51418: EOF 2018/07/27 12:13:22 http: TLS handshake error from 10.244.1.1:51424: EOF 2018/07/27 12:13:32 http: TLS handshake error from 10.244.1.1:51430: EOF 2018/07/27 12:13:42 http: TLS handshake error from 10.244.1.1:51436: EOF 2018/07/27 12:13:52 http: TLS handshake error from 10.244.1.1:51442: EOF 2018/07/27 12:14:02 http: TLS handshake error from 10.244.1.1:51448: EOF 2018/07/27 12:14:12 http: TLS handshake error from 10.244.1.1:51454: EOF 2018/07/27 12:14:22 http: TLS handshake error from 10.244.1.1:51460: EOF 2018/07/27 12:14:32 http: TLS handshake error from 10.244.1.1:51466: EOF 2018/07/27 12:14:42 http: TLS handshake error from 10.244.1.1:51472: EOF Pod name: virt-controller-7d57d96b65-mk9sj Pod phase: Running level=info timestamp=2018-07-27T12:11:57.955442Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi7mgwb\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi7mgwb" level=info timestamp=2018-07-27T12:12:35.561042Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=58c54ec5-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:12:35.561726Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=58c54ec5-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:13:15.098040Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=70555a57-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:13:15.098665Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7mgwb kind= uid=70555a57-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:13:33.764960Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidgkh2 kind= uid=7b75e658-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:13:33.765374Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmidgkh2 kind= uid=7b75e658-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:13:33.991760Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmidgkh2\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmidgkh2" level=info timestamp=2018-07-27T12:13:51.493357Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmig7x4v kind= uid=8608fc32-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:13:51.494250Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmig7x4v kind= uid=8608fc32-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:14:09.774371Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirxsxq kind= uid=90ed354e-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:14:09.776654Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirxsxq kind= uid=90ed354e-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:14:10.074259Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirxsxq\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirxsxq" level=info timestamp=2018-07-27T12:14:28.403379Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibhcsh kind= uid=9c028a07-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:14:28.407981Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibhcsh kind= uid=9c028a07-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-r49bt Pod phase: Running level=info timestamp=2018-07-27T12:09:37.231679Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-6rjpk Pod phase: Running level=info timestamp=2018-07-27T12:14:29.009740Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmirxsxq kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:14:29.010163Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmirxsxq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:14:29.010443Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmirxsxq kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:14:29.010591Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmirxsxq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:14:45.144043Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmibhcsh kind= uid=9c028a07-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:14:46.102147Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type ADDED" level=info timestamp=2018-07-27T12:14:46.102697Z pos=vm.go:657 component=virt-handler namespace=kubevirt-test-default name=testvmibhcsh kind=Domain uid=9c028a07-9196-11e8-a11a-525500d15501 msg="Domain is in state Paused reason StartingUp" level=info timestamp=2018-07-27T12:14:46.673718Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:14:46.674163Z pos=vm.go:688 component=virt-handler namespace=kubevirt-test-default name=testvmibhcsh kind=Domain uid=9c028a07-9196-11e8-a11a-525500d15501 msg="Domain is in state Running reason Unknown" level=info timestamp=2018-07-27T12:14:46.729983Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmibhcsh kind= uid=9c028a07-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:14:46.730266Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmibhcsh kind= uid=9c028a07-9196-11e8-a11a-525500d15501 msg="No update processing required" level=info timestamp=2018-07-27T12:14:46.742871Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:14:46.812610Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmibhcsh kind= uid=9c028a07-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:14:46.814438Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmibhcsh kind= uid=9c028a07-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:14:46.827907Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmibhcsh kind= uid=9c028a07-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." Pod name: virt-handler-8wjjg Pod phase: Running level=info timestamp=2018-07-27T11:52:03.673626Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T11:52:03.716127Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:03.716481Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T11:52:03.732500Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:13.801219Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T11:52:13.801529Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T11:52:13.802903Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmib8lxx" level=info timestamp=2018-07-27T11:52:14.029420Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:14.029642Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T11:52:14.029690Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T11:52:14.031198Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T11:52:14.055498Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:14.064076Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T11:52:14.067026Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T11:52:14.067183Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmibhcsh-f6hx7 Pod phase: Running level=info timestamp=2018-07-27T12:14:45.370104Z pos=client.go:136 component=virt-launcher msg="Libvirt event 0 with reason 0 received" level=info timestamp=2018-07-27T12:14:46.089720Z pos=client.go:119 component=virt-launcher msg="domain status: 3:11" level=info timestamp=2018-07-27T12:14:46.103648Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:14:46.335237Z pos=virt-launcher.go:214 component=virt-launcher msg="Detected domain with UUID d6457382-92e3-42fe-8b66-01643f0d1f7f" level=info timestamp=2018-07-27T12:14:46.365430Z pos=monitor.go:253 component=virt-launcher msg="Monitoring loop: rate 1s start timeout 5m0s" level=info timestamp=2018-07-27T12:14:46.649371Z pos=client.go:136 component=virt-launcher msg="Libvirt event 4 with reason 0 received" level=info timestamp=2018-07-27T12:14:46.671102Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:14:46.677844Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:14:46.698412Z pos=manager.go:188 component=virt-launcher namespace=kubevirt-test-default name=testvmibhcsh kind= uid=9c028a07-9196-11e8-a11a-525500d15501 msg="Domain started." level=info timestamp=2018-07-27T12:14:46.702154Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmibhcsh kind= uid=9c028a07-9196-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:14:46.706488Z pos=client.go:136 component=virt-launcher msg="Libvirt event 2 with reason 0 received" level=info timestamp=2018-07-27T12:14:46.740168Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:14:46.743863Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:14:46.827160Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmibhcsh kind= uid=9c028a07-9196-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:14:47.374427Z pos=monitor.go:222 component=virt-launcher msg="Found PID for d6457382-92e3-42fe-8b66-01643f0d1f7f: 182" • Failure [18.924 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 Expected error: <*kubecli.AsyncSubresourceError | 0xc420ad3e20>: { err: "Can't connect to websocket (503): service unavailable\n\n", StatusCode: 503, } Can't connect to websocket (503): service unavailable not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:226 ------------------------------ STEP: Starting the VirtualMachineInstance STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-07-27T12:14:29.692016Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmibhcsh-f6hx7" level=info timestamp=2018-07-27T12:14:45.545431Z pos=utils.go:243 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmibhcsh-f6hx7" level=info timestamp=2018-07-27T12:14:47.181147Z pos=utils.go:243 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-07-27T12:14:47.240772Z pos=utils.go:243 component=tests msg="VirtualMachineInstance started." STEP: Writing an arbitrary file to it's EFI partition Pod name: disks-images-provider-q5vf5 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-x8l5b Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-6ppwr Pod phase: Running 2018/07/27 12:14:01 http: TLS handshake error from 10.244.0.1:43428: EOF 2018/07/27 12:14:11 http: TLS handshake error from 10.244.0.1:43452: EOF 2018/07/27 12:14:21 http: TLS handshake error from 10.244.0.1:43476: EOF 2018/07/27 12:14:31 http: TLS handshake error from 10.244.0.1:43500: EOF 2018/07/27 12:14:41 http: TLS handshake error from 10.244.0.1:43524: EOF 2018/07/27 12:14:51 http: TLS handshake error from 10.244.0.1:43548: EOF 2018/07/27 12:15:01 http: TLS handshake error from 10.244.0.1:43572: EOF 2018/07/27 12:15:11 http: TLS handshake error from 10.244.0.1:43596: EOF 2018/07/27 12:15:21 http: TLS handshake error from 10.244.0.1:43620: EOF 2018/07/27 12:15:31 http: TLS handshake error from 10.244.0.1:43644: EOF 2018/07/27 12:15:41 http: TLS handshake error from 10.244.0.1:43668: EOF 2018/07/27 12:15:51 http: TLS handshake error from 10.244.0.1:43692: EOF 2018/07/27 12:16:01 http: TLS handshake error from 10.244.0.1:43716: EOF 2018/07/27 12:16:11 http: TLS handshake error from 10.244.0.1:43740: EOF 2018/07/27 12:16:21 http: TLS handshake error from 10.244.0.1:43764: EOF Pod name: virt-api-7d79764579-jkwt5 Pod phase: Running 2018/07/27 12:14:02 http: TLS handshake error from 10.244.1.1:51448: EOF 2018/07/27 12:14:12 http: TLS handshake error from 10.244.1.1:51454: EOF 2018/07/27 12:14:22 http: TLS handshake error from 10.244.1.1:51460: EOF 2018/07/27 12:14:32 http: TLS handshake error from 10.244.1.1:51466: EOF 2018/07/27 12:14:42 http: TLS handshake error from 10.244.1.1:51472: EOF 2018/07/27 12:14:52 http: TLS handshake error from 10.244.1.1:51478: EOF 2018/07/27 12:15:02 http: TLS handshake error from 10.244.1.1:51484: EOF 2018/07/27 12:15:12 http: TLS handshake error from 10.244.1.1:51490: EOF 2018/07/27 12:15:22 http: TLS handshake error from 10.244.1.1:51496: EOF 2018/07/27 12:15:32 http: TLS handshake error from 10.244.1.1:51502: EOF 2018/07/27 12:15:42 http: TLS handshake error from 10.244.1.1:51508: EOF 2018/07/27 12:15:52 http: TLS handshake error from 10.244.1.1:51514: EOF 2018/07/27 12:16:02 http: TLS handshake error from 10.244.1.1:51520: EOF 2018/07/27 12:16:12 http: TLS handshake error from 10.244.1.1:51526: EOF 2018/07/27 12:16:22 http: TLS handshake error from 10.244.1.1:51532: EOF Pod name: virt-controller-7d57d96b65-mk9sj Pod phase: Running level=info timestamp=2018-07-27T12:13:51.493357Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmig7x4v kind= uid=8608fc32-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:13:51.494250Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmig7x4v kind= uid=8608fc32-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:14:09.774371Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirxsxq kind= uid=90ed354e-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:14:09.776654Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirxsxq kind= uid=90ed354e-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:14:10.074259Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirxsxq\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirxsxq" level=info timestamp=2018-07-27T12:14:28.403379Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibhcsh kind= uid=9c028a07-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:14:28.407981Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibhcsh kind= uid=9c028a07-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:14:47.471681Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=a75e39ce-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:14:47.472106Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=a75e39ce-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:15:35.399547Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=c3f3e8ba-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:15:35.404275Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=c3f3e8ba-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:15:35.793426Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipcsbz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipcsbz" level=info timestamp=2018-07-27T12:16:11.865876Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:11.867729Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:16:12.263245Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipcsbz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipcsbz" Pod name: virt-controller-7d57d96b65-r49bt Pod phase: Running level=info timestamp=2018-07-27T12:09:37.231679Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-6rjpk Pod phase: Running level=info timestamp=2018-07-27T12:15:53.861597Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmipcsbz kind= uid=c3f3e8ba-9196-11e8-a11a-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:15:53.861886Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmipcsbz kind= uid=c3f3e8ba-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:16:11.811983Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmipcsbz kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:16:11.812300Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmipcsbz kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:16:27.065635Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:16:27.915686Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type ADDED" level=info timestamp=2018-07-27T12:16:27.916311Z pos=vm.go:657 component=virt-handler namespace=kubevirt-test-default name=testvmipcsbz kind=Domain uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Domain is in state Paused reason StartingUp" level=info timestamp=2018-07-27T12:16:28.138225Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:16:28.138679Z pos=vm.go:688 component=virt-handler namespace=kubevirt-test-default name=testvmipcsbz kind=Domain uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Domain is in state Running reason Unknown" level=info timestamp=2018-07-27T12:16:28.202816Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:16:28.206080Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:16:28.206204Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="No update processing required" level=info timestamp=2018-07-27T12:16:28.267511Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:16:28.267879Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:16:28.277375Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." Pod name: virt-handler-8wjjg Pod phase: Running level=info timestamp=2018-07-27T11:52:03.673626Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T11:52:03.716127Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:03.716481Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T11:52:03.732500Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:13.801219Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T11:52:13.801529Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T11:52:13.802903Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmib8lxx" level=info timestamp=2018-07-27T11:52:14.029420Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:14.029642Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T11:52:14.029690Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T11:52:14.031198Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T11:52:14.055498Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:14.064076Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T11:52:14.067026Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T11:52:14.067183Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmipcsbz-4s8j8 Pod phase: Running level=info timestamp=2018-07-27T12:16:27.275248Z pos=manager.go:157 component=virt-launcher namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Domain defined." level=info timestamp=2018-07-27T12:16:27.276283Z pos=client.go:136 component=virt-launcher msg="Libvirt event 0 with reason 0 received" level=info timestamp=2018-07-27T12:16:27.903801Z pos=client.go:119 component=virt-launcher msg="domain status: 3:11" level=info timestamp=2018-07-27T12:16:27.917206Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:16:28.110610Z pos=client.go:136 component=virt-launcher msg="Libvirt event 4 with reason 0 received" level=info timestamp=2018-07-27T12:16:28.134148Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:16:28.139368Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:16:28.167263Z pos=client.go:136 component=virt-launcher msg="Libvirt event 2 with reason 0 received" level=info timestamp=2018-07-27T12:16:28.188786Z pos=manager.go:188 component=virt-launcher namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Domain started." level=info timestamp=2018-07-27T12:16:28.196581Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:16:28.199172Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:16:28.218289Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:16:28.264222Z pos=virt-launcher.go:214 component=virt-launcher msg="Detected domain with UUID 891d4a50-e665-4c45-b00e-f7d1e3fc606f" level=info timestamp=2018-07-27T12:16:28.264442Z pos=monitor.go:253 component=virt-launcher msg="Monitoring loop: rate 1s start timeout 5m0s" level=info timestamp=2018-07-27T12:16:28.276701Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Synced vmi" • Failure [101.528 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 Expected error: <*kubecli.AsyncSubresourceError | 0xc4205c4ec0>: { err: "Can't connect to websocket (503): service unavailable\n\n", StatusCode: 503, } Can't connect to websocket (503): service unavailable not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:292 ------------------------------ STEP: Starting and stopping the VirtualMachineInstance number of times STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-07-27T12:14:48.561285Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmipcsbz-j6qwv" level=info timestamp=2018-07-27T12:15:04.496316Z pos=utils.go:243 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmipcsbz-j6qwv" level=info timestamp=2018-07-27T12:15:06.661055Z pos=utils.go:243 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-07-27T12:15:06.703465Z pos=utils.go:243 component=tests msg="VirtualMachineInstance started." STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-07-27T12:15:36.691947Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmipcsbz-j6qwv" level=info timestamp=2018-07-27T12:15:36.692198Z pos=utils.go:243 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmipcsbz-j6qwv" level=info timestamp=2018-07-27T12:15:36.692530Z pos=utils.go:243 component=tests msg="Deleted virtual machine pod virt-launcher-testvmipcsbz-j6qwv" level=info timestamp=2018-07-27T12:15:36.692918Z pos=utils.go:243 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-07-27T12:15:36.693200Z pos=utils.go:243 component=tests msg="VirtualMachineInstance started." STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-07-27T12:16:13.025920Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmipcsbz-j6qwv" level=info timestamp=2018-07-27T12:16:13.026105Z pos=utils.go:243 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmipcsbz-j6qwv" level=info timestamp=2018-07-27T12:16:13.026755Z pos=utils.go:243 component=tests msg="Deleted virtual machine pod virt-launcher-testvmipcsbz-j6qwv" level=info timestamp=2018-07-27T12:16:13.027185Z pos=utils.go:243 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-07-27T12:16:13.027468Z pos=utils.go:243 component=tests msg="VirtualMachineInstance started." STEP: Checking that the second disk is present Pod name: disks-images-provider-q5vf5 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-x8l5b Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-6ppwr Pod phase: Running 2018/07/27 12:14:21 http: TLS handshake error from 10.244.0.1:43476: EOF 2018/07/27 12:14:31 http: TLS handshake error from 10.244.0.1:43500: EOF 2018/07/27 12:14:41 http: TLS handshake error from 10.244.0.1:43524: EOF 2018/07/27 12:14:51 http: TLS handshake error from 10.244.0.1:43548: EOF 2018/07/27 12:15:01 http: TLS handshake error from 10.244.0.1:43572: EOF 2018/07/27 12:15:11 http: TLS handshake error from 10.244.0.1:43596: EOF 2018/07/27 12:15:21 http: TLS handshake error from 10.244.0.1:43620: EOF 2018/07/27 12:15:31 http: TLS handshake error from 10.244.0.1:43644: EOF 2018/07/27 12:15:41 http: TLS handshake error from 10.244.0.1:43668: EOF 2018/07/27 12:15:51 http: TLS handshake error from 10.244.0.1:43692: EOF 2018/07/27 12:16:01 http: TLS handshake error from 10.244.0.1:43716: EOF 2018/07/27 12:16:11 http: TLS handshake error from 10.244.0.1:43740: EOF 2018/07/27 12:16:21 http: TLS handshake error from 10.244.0.1:43764: EOF 2018/07/27 12:16:31 http: TLS handshake error from 10.244.0.1:43788: EOF 2018/07/27 12:16:41 http: TLS handshake error from 10.244.0.1:43812: EOF Pod name: virt-api-7d79764579-jkwt5 Pod phase: Running 2018/07/27 12:14:22 http: TLS handshake error from 10.244.1.1:51460: EOF 2018/07/27 12:14:32 http: TLS handshake error from 10.244.1.1:51466: EOF 2018/07/27 12:14:42 http: TLS handshake error from 10.244.1.1:51472: EOF 2018/07/27 12:14:52 http: TLS handshake error from 10.244.1.1:51478: EOF 2018/07/27 12:15:02 http: TLS handshake error from 10.244.1.1:51484: EOF 2018/07/27 12:15:12 http: TLS handshake error from 10.244.1.1:51490: EOF 2018/07/27 12:15:22 http: TLS handshake error from 10.244.1.1:51496: EOF 2018/07/27 12:15:32 http: TLS handshake error from 10.244.1.1:51502: EOF 2018/07/27 12:15:42 http: TLS handshake error from 10.244.1.1:51508: EOF 2018/07/27 12:15:52 http: TLS handshake error from 10.244.1.1:51514: EOF 2018/07/27 12:16:02 http: TLS handshake error from 10.244.1.1:51520: EOF 2018/07/27 12:16:12 http: TLS handshake error from 10.244.1.1:51526: EOF 2018/07/27 12:16:22 http: TLS handshake error from 10.244.1.1:51532: EOF 2018/07/27 12:16:32 http: TLS handshake error from 10.244.1.1:51538: EOF 2018/07/27 12:16:42 http: TLS handshake error from 10.244.1.1:51544: EOF Pod name: virt-controller-7d57d96b65-mk9sj Pod phase: Running level=info timestamp=2018-07-27T12:14:09.774371Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirxsxq kind= uid=90ed354e-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:14:09.776654Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirxsxq kind= uid=90ed354e-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:14:10.074259Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirxsxq\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirxsxq" level=info timestamp=2018-07-27T12:14:28.403379Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibhcsh kind= uid=9c028a07-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:14:28.407981Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibhcsh kind= uid=9c028a07-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:14:47.471681Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=a75e39ce-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:14:47.472106Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=a75e39ce-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:15:35.399547Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=c3f3e8ba-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:15:35.404275Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=c3f3e8ba-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:15:35.793426Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipcsbz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipcsbz" level=info timestamp=2018-07-27T12:16:11.865876Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:11.867729Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:16:12.263245Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipcsbz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipcsbz" level=info timestamp=2018-07-27T12:16:28.876031Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:28.876622Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-r49bt Pod phase: Running level=info timestamp=2018-07-27T12:09:37.231679Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-6rjpk Pod phase: Running level=info timestamp=2018-07-27T12:16:44.549223Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type ADDED" level=info timestamp=2018-07-27T12:16:44.549919Z pos=vm.go:657 component=virt-handler namespace=kubevirt-test-default name=testvmih4ljw kind=Domain uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Domain is in state Paused reason StartingUp" level=info timestamp=2018-07-27T12:16:45.094957Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:16:45.095247Z pos=vm.go:688 component=virt-handler namespace=kubevirt-test-default name=testvmih4ljw kind=Domain uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Domain is in state Running reason Unknown" level=info timestamp=2018-07-27T12:16:45.155680Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:16:45.155833Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="No update processing required" level=info timestamp=2018-07-27T12:16:45.158638Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:16:45.192134Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:16:45.192236Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="No update processing required" level=error timestamp=2018-07-27T12:16:45.231936Z pos=vm.go:404 component=virt-handler namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmih4ljw\": the object has been modified; please apply your changes to the latest version and try again" msg="Updating the VirtualMachineInstance status failed." level=info timestamp=2018-07-27T12:16:45.232019Z pos=vm.go:251 component=virt-handler reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmih4ljw\": the object has been modified; please apply your changes to the latest version and try again" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmih4ljw" level=info timestamp=2018-07-27T12:16:45.232186Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:16:45.237257Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:16:45.237396Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:16:45.240350Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." Pod name: virt-handler-8wjjg Pod phase: Running level=info timestamp=2018-07-27T11:52:03.673626Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T11:52:03.716127Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:03.716481Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T11:52:03.732500Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:13.801219Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T11:52:13.801529Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T11:52:13.802903Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmib8lxx" level=info timestamp=2018-07-27T11:52:14.029420Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:14.029642Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T11:52:14.029690Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T11:52:14.031198Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T11:52:14.055498Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:14.064076Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T11:52:14.067026Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T11:52:14.067183Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmih4ljw-6s9v4 Pod phase: Running level=info timestamp=2018-07-27T12:16:44.535626Z pos=client.go:119 component=virt-launcher msg="domain status: 3:11" level=info timestamp=2018-07-27T12:16:44.550384Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:16:44.567936Z pos=virt-launcher.go:214 component=virt-launcher msg="Detected domain with UUID a9480334-d8d5-416d-a58c-3a27f2676e87" level=info timestamp=2018-07-27T12:16:44.568814Z pos=monitor.go:253 component=virt-launcher msg="Monitoring loop: rate 1s start timeout 5m0s" level=info timestamp=2018-07-27T12:16:45.071004Z pos=client.go:136 component=virt-launcher msg="Libvirt event 4 with reason 0 received" level=info timestamp=2018-07-27T12:16:45.093312Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:16:45.096437Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:16:45.098260Z pos=client.go:136 component=virt-launcher msg="Libvirt event 2 with reason 0 received" level=info timestamp=2018-07-27T12:16:45.132842Z pos=manager.go:188 component=virt-launcher namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Domain started." level=info timestamp=2018-07-27T12:16:45.152377Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:16:45.154058Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:16:45.159264Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:16:45.236954Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:16:45.239977Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:16:45.573493Z pos=monitor.go:222 component=virt-launcher msg="Found PID for a9480334-d8d5-416d-a58c-3a27f2676e87: 181" Pod name: virt-launcher-testvmipcsbz-4s8j8 Pod phase: Running level=info timestamp=2018-07-27T12:16:36.269654Z pos=monitor.go:209 component=virt-launcher msg="Still missing PID for 891d4a50-e665-4c45-b00e-f7d1e3fc606f, Process 891d4a50-e665-4c45-b00e-f7d1e3fc606f not found in /proc" level=info timestamp=2018-07-27T12:16:37.268270Z pos=monitor.go:209 component=virt-launcher msg="Still missing PID for 891d4a50-e665-4c45-b00e-f7d1e3fc606f, Process 891d4a50-e665-4c45-b00e-f7d1e3fc606f not found in /proc" level=info timestamp=2018-07-27T12:16:38.269648Z pos=monitor.go:209 component=virt-launcher msg="Still missing PID for 891d4a50-e665-4c45-b00e-f7d1e3fc606f, Process 891d4a50-e665-4c45-b00e-f7d1e3fc606f not found in /proc" level=info timestamp=2018-07-27T12:16:39.267786Z pos=monitor.go:209 component=virt-launcher msg="Still missing PID for 891d4a50-e665-4c45-b00e-f7d1e3fc606f, Process 891d4a50-e665-4c45-b00e-f7d1e3fc606f not found in /proc" level=info timestamp=2018-07-27T12:16:40.266866Z pos=monitor.go:209 component=virt-launcher msg="Still missing PID for 891d4a50-e665-4c45-b00e-f7d1e3fc606f, Process 891d4a50-e665-4c45-b00e-f7d1e3fc606f not found in /proc" level=info timestamp=2018-07-27T12:16:41.273173Z pos=monitor.go:209 component=virt-launcher msg="Still missing PID for 891d4a50-e665-4c45-b00e-f7d1e3fc606f, Process 891d4a50-e665-4c45-b00e-f7d1e3fc606f not found in /proc" level=info timestamp=2018-07-27T12:16:42.270200Z pos=monitor.go:209 component=virt-launcher msg="Still missing PID for 891d4a50-e665-4c45-b00e-f7d1e3fc606f, Process 891d4a50-e665-4c45-b00e-f7d1e3fc606f not found in /proc" level=info timestamp=2018-07-27T12:16:43.276125Z pos=monitor.go:209 component=virt-launcher msg="Still missing PID for 891d4a50-e665-4c45-b00e-f7d1e3fc606f, Process 891d4a50-e665-4c45-b00e-f7d1e3fc606f not found in /proc" level=info timestamp=2018-07-27T12:16:44.270026Z pos=monitor.go:209 component=virt-launcher msg="Still missing PID for 891d4a50-e665-4c45-b00e-f7d1e3fc606f, Process 891d4a50-e665-4c45-b00e-f7d1e3fc606f not found in /proc" level=info timestamp=2018-07-27T12:16:45.267154Z pos=monitor.go:209 component=virt-launcher msg="Still missing PID for 891d4a50-e665-4c45-b00e-f7d1e3fc606f, Process 891d4a50-e665-4c45-b00e-f7d1e3fc606f not found in /proc" level=info timestamp=2018-07-27T12:16:45.267239Z pos=monitor.go:216 component=virt-launcher msg="891d4a50-e665-4c45-b00e-f7d1e3fc606f not found after grace period expired" level=info timestamp=2018-07-27T12:16:45.269700Z pos=virt-launcher.go:233 component=virt-launcher msg="Waiting on final notifications to be sent to virt-handler." level=info timestamp=2018-07-27T12:16:45.269796Z pos=virt-launcher.go:241 component=virt-launcher msg="Final Delete notification sent" level=info timestamp=2018-07-27T12:16:45.269814Z pos=virt-launcher.go:348 component=virt-launcher msg=Exiting... virt-launcher exited with code 0 • Failure [16.839 seconds] CloudInit UserData /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:46 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:80 with cloudInitNoCloud userDataBase64 source /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:81 should have cloud-init data [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:82 Expected error: <*kubecli.AsyncSubresourceError | 0xc420debce0>: { err: "Can't connect to websocket (503): service unavailable\n\n", StatusCode: 503, } Can't connect to websocket (503): service unavailable not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:67 ------------------------------ STEP: Starting a VirtualMachineInstance STEP: Waiting the VirtualMachineInstance start level=info timestamp=2018-07-27T12:16:29.958258Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmih4ljw-6s9v4" level=info timestamp=2018-07-27T12:16:43.549236Z pos=utils.go:243 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmih4ljw-6s9v4" level=info timestamp=2018-07-27T12:16:45.615907Z pos=utils.go:243 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-07-27T12:16:45.643594Z pos=utils.go:243 component=tests msg="VirtualMachineInstance started." STEP: Expecting the VirtualMachineInstance console Pod name: disks-images-provider-q5vf5 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-x8l5b Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-6ppwr Pod phase: Running 2018/07/27 12:14:41 http: TLS handshake error from 10.244.0.1:43524: EOF 2018/07/27 12:14:51 http: TLS handshake error from 10.244.0.1:43548: EOF 2018/07/27 12:15:01 http: TLS handshake error from 10.244.0.1:43572: EOF 2018/07/27 12:15:11 http: TLS handshake error from 10.244.0.1:43596: EOF 2018/07/27 12:15:21 http: TLS handshake error from 10.244.0.1:43620: EOF 2018/07/27 12:15:31 http: TLS handshake error from 10.244.0.1:43644: EOF 2018/07/27 12:15:41 http: TLS handshake error from 10.244.0.1:43668: EOF 2018/07/27 12:15:51 http: TLS handshake error from 10.244.0.1:43692: EOF 2018/07/27 12:16:01 http: TLS handshake error from 10.244.0.1:43716: EOF 2018/07/27 12:16:11 http: TLS handshake error from 10.244.0.1:43740: EOF 2018/07/27 12:16:21 http: TLS handshake error from 10.244.0.1:43764: EOF 2018/07/27 12:16:31 http: TLS handshake error from 10.244.0.1:43788: EOF 2018/07/27 12:16:41 http: TLS handshake error from 10.244.0.1:43812: EOF 2018/07/27 12:16:51 http: TLS handshake error from 10.244.0.1:43836: EOF 2018/07/27 12:17:01 http: TLS handshake error from 10.244.0.1:43860: EOF Pod name: virt-api-7d79764579-jkwt5 Pod phase: Running 2018/07/27 12:14:42 http: TLS handshake error from 10.244.1.1:51472: EOF 2018/07/27 12:14:52 http: TLS handshake error from 10.244.1.1:51478: EOF 2018/07/27 12:15:02 http: TLS handshake error from 10.244.1.1:51484: EOF 2018/07/27 12:15:12 http: TLS handshake error from 10.244.1.1:51490: EOF 2018/07/27 12:15:22 http: TLS handshake error from 10.244.1.1:51496: EOF 2018/07/27 12:15:32 http: TLS handshake error from 10.244.1.1:51502: EOF 2018/07/27 12:15:42 http: TLS handshake error from 10.244.1.1:51508: EOF 2018/07/27 12:15:52 http: TLS handshake error from 10.244.1.1:51514: EOF 2018/07/27 12:16:02 http: TLS handshake error from 10.244.1.1:51520: EOF 2018/07/27 12:16:12 http: TLS handshake error from 10.244.1.1:51526: EOF 2018/07/27 12:16:22 http: TLS handshake error from 10.244.1.1:51532: EOF 2018/07/27 12:16:32 http: TLS handshake error from 10.244.1.1:51538: EOF 2018/07/27 12:16:42 http: TLS handshake error from 10.244.1.1:51544: EOF 2018/07/27 12:16:52 http: TLS handshake error from 10.244.1.1:51550: EOF 2018/07/27 12:17:02 http: TLS handshake error from 10.244.1.1:51556: EOF Pod name: virt-controller-7d57d96b65-mk9sj Pod phase: Running level=info timestamp=2018-07-27T12:14:10.074259Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirxsxq\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirxsxq" level=info timestamp=2018-07-27T12:14:28.403379Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibhcsh kind= uid=9c028a07-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:14:28.407981Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibhcsh kind= uid=9c028a07-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:14:47.471681Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=a75e39ce-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:14:47.472106Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=a75e39ce-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:15:35.399547Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=c3f3e8ba-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:15:35.404275Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=c3f3e8ba-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:15:35.793426Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipcsbz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipcsbz" level=info timestamp=2018-07-27T12:16:11.865876Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:11.867729Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:16:12.263245Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipcsbz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipcsbz" level=info timestamp=2018-07-27T12:16:28.876031Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:28.876622Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:16:45.602213Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:45.602983Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-r49bt Pod phase: Running level=info timestamp=2018-07-27T12:09:37.231679Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-6rjpk Pod phase: Running level=info timestamp=2018-07-27T12:16:46.357591Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmih4ljw kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:16:46.357792Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmih4ljw kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:16:46.357949Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmih4ljw kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:16:46.358014Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmih4ljw kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:02.126348Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:17:03.509329Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type ADDED" level=info timestamp=2018-07-27T12:17:03.510531Z pos=vm.go:657 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind=Domain uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Domain is in state Paused reason StartingUp" level=info timestamp=2018-07-27T12:17:04.295124Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:17:04.295535Z pos=vm.go:688 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind=Domain uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Domain is in state Running reason Unknown" level=info timestamp=2018-07-27T12:17:04.351628Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:04.361993Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:17:04.362180Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="No update processing required" level=info timestamp=2018-07-27T12:17:04.390677Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:04.391010Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:17:04.405634Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." Pod name: virt-handler-8wjjg Pod phase: Running level=info timestamp=2018-07-27T11:52:03.673626Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T11:52:03.716127Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:03.716481Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T11:52:03.732500Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:13.801219Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T11:52:13.801529Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T11:52:13.802903Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmib8lxx" level=info timestamp=2018-07-27T11:52:14.029420Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind= uid=708700a0-9193-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:14.029642Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T11:52:14.029690Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T11:52:14.031198Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T11:52:14.055498Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:14.064076Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T11:52:14.067026Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T11:52:14.067183Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmimkm7v-dpsms Pod phase: Running level=info timestamp=2018-07-27T12:17:02.381732Z pos=client.go:136 component=virt-launcher msg="Libvirt event 0 with reason 0 received" level=info timestamp=2018-07-27T12:17:03.483320Z pos=client.go:119 component=virt-launcher msg="domain status: 3:11" level=info timestamp=2018-07-27T12:17:03.513206Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:17:03.535488Z pos=virt-launcher.go:214 component=virt-launcher msg="Detected domain with UUID 420e433c-c964-42d2-96c0-f5b06f657741" level=info timestamp=2018-07-27T12:17:03.536285Z pos=monitor.go:253 component=virt-launcher msg="Monitoring loop: rate 1s start timeout 5m0s" level=info timestamp=2018-07-27T12:17:04.253561Z pos=client.go:136 component=virt-launcher msg="Libvirt event 4 with reason 0 received" level=info timestamp=2018-07-27T12:17:04.292144Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:17:04.296374Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:17:04.327151Z pos=manager.go:188 component=virt-launcher namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Domain started." level=info timestamp=2018-07-27T12:17:04.327709Z pos=client.go:136 component=virt-launcher msg="Libvirt event 2 with reason 0 received" level=info timestamp=2018-07-27T12:17:04.331674Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:17:04.358329Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:17:04.364601Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:17:04.404982Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:17:04.560593Z pos=monitor.go:222 component=virt-launcher msg="Found PID for 420e433c-c964-42d2-96c0-f5b06f657741: 182" • Failure [19.107 seconds] CloudInit UserData /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:46 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:80 with cloudInitNoCloud userDataBase64 source /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:81 with injected ssh-key /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:92 should have ssh-key under authorized keys [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:93 Expected error: <*kubecli.AsyncSubresourceError | 0xc420ea0c20>: { err: "Can't connect to websocket (503): service unavailable\n\n", StatusCode: 503, } Can't connect to websocket (503): service unavailable not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:67 ------------------------------ STEP: Starting a VirtualMachineInstance STEP: Waiting the VirtualMachineInstance start level=info timestamp=2018-07-27T12:16:46.697520Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmimkm7v-dpsms" level=info timestamp=2018-07-27T12:17:02.490926Z pos=utils.go:243 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmimkm7v-dpsms" level=info timestamp=2018-07-27T12:17:04.782089Z pos=utils.go:243 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-07-27T12:17:04.796868Z pos=utils.go:243 component=tests msg="VirtualMachineInstance started." STEP: Expecting the VirtualMachineInstance console Pod name: disks-images-provider-q5vf5 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-x8l5b Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-6ppwr Pod phase: Running 2018/07/27 12:15:01 http: TLS handshake error from 10.244.0.1:43572: EOF 2018/07/27 12:15:11 http: TLS handshake error from 10.244.0.1:43596: EOF 2018/07/27 12:15:21 http: TLS handshake error from 10.244.0.1:43620: EOF 2018/07/27 12:15:31 http: TLS handshake error from 10.244.0.1:43644: EOF 2018/07/27 12:15:41 http: TLS handshake error from 10.244.0.1:43668: EOF 2018/07/27 12:15:51 http: TLS handshake error from 10.244.0.1:43692: EOF 2018/07/27 12:16:01 http: TLS handshake error from 10.244.0.1:43716: EOF 2018/07/27 12:16:11 http: TLS handshake error from 10.244.0.1:43740: EOF 2018/07/27 12:16:21 http: TLS handshake error from 10.244.0.1:43764: EOF 2018/07/27 12:16:31 http: TLS handshake error from 10.244.0.1:43788: EOF 2018/07/27 12:16:41 http: TLS handshake error from 10.244.0.1:43812: EOF 2018/07/27 12:16:51 http: TLS handshake error from 10.244.0.1:43836: EOF 2018/07/27 12:17:01 http: TLS handshake error from 10.244.0.1:43860: EOF 2018/07/27 12:17:11 http: TLS handshake error from 10.244.0.1:43884: EOF 2018/07/27 12:17:21 http: TLS handshake error from 10.244.0.1:43908: EOF Pod name: virt-api-7d79764579-jkwt5 Pod phase: Running 2018/07/27 12:15:02 http: TLS handshake error from 10.244.1.1:51484: EOF 2018/07/27 12:15:12 http: TLS handshake error from 10.244.1.1:51490: EOF 2018/07/27 12:15:22 http: TLS handshake error from 10.244.1.1:51496: EOF 2018/07/27 12:15:32 http: TLS handshake error from 10.244.1.1:51502: EOF 2018/07/27 12:15:42 http: TLS handshake error from 10.244.1.1:51508: EOF 2018/07/27 12:15:52 http: TLS handshake error from 10.244.1.1:51514: EOF 2018/07/27 12:16:02 http: TLS handshake error from 10.244.1.1:51520: EOF 2018/07/27 12:16:12 http: TLS handshake error from 10.244.1.1:51526: EOF 2018/07/27 12:16:22 http: TLS handshake error from 10.244.1.1:51532: EOF 2018/07/27 12:16:32 http: TLS handshake error from 10.244.1.1:51538: EOF 2018/07/27 12:16:42 http: TLS handshake error from 10.244.1.1:51544: EOF 2018/07/27 12:16:52 http: TLS handshake error from 10.244.1.1:51550: EOF 2018/07/27 12:17:02 http: TLS handshake error from 10.244.1.1:51556: EOF 2018/07/27 12:17:12 http: TLS handshake error from 10.244.1.1:51562: EOF 2018/07/27 12:17:22 http: TLS handshake error from 10.244.1.1:51568: EOF Pod name: virt-controller-7d57d96b65-mk9sj Pod phase: Running level=info timestamp=2018-07-27T12:14:47.471681Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=a75e39ce-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:14:47.472106Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=a75e39ce-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:15:35.399547Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=c3f3e8ba-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:15:35.404275Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=c3f3e8ba-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:15:35.793426Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipcsbz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipcsbz" level=info timestamp=2018-07-27T12:16:11.865876Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:11.867729Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:16:12.263245Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipcsbz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipcsbz" level=info timestamp=2018-07-27T12:16:28.876031Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:28.876622Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:16:45.602213Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:45.602983Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:17:04.767121Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:17:04.767355Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:17:04.986513Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6vhrc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6vhrc" Pod name: virt-controller-7d57d96b65-r49bt Pod phase: Running level=info timestamp=2018-07-27T12:09:37.231679Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-6rjpk Pod phase: Running level=info timestamp=2018-07-27T12:17:04.391010Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:17:04.405634Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:05.040668Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T12:17:05.040808Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T12:17:05.041588Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmimkm7v" level=info timestamp=2018-07-27T12:17:05.261544Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:17:05.261721Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:17:05.262909Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:05.263251Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:17:05.263613Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:05.265420Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:17:05.487537Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:17:05.487970Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:05.488465Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:17:05.488653Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-8wjjg Pod phase: Running level=info timestamp=2018-07-27T11:52:14.055498Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T11:52:14.064076Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T11:52:14.067026Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T11:52:14.067183Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmib8lxx kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:20.225473Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:17:21.627387Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type ADDED" level=info timestamp=2018-07-27T12:17:21.628595Z pos=vm.go:657 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=Domain uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Domain is in state Paused reason StartingUp" level=info timestamp=2018-07-27T12:17:22.474497Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:17:22.479747Z pos=vm.go:688 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=Domain uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Domain is in state Running reason Unknown" level=info timestamp=2018-07-27T12:17:22.525489Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:22.525858Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="No update processing required" level=info timestamp=2018-07-27T12:17:22.594385Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:17:22.731589Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:22.738612Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:17:22.777503Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi6vhrc-rw7wr Pod phase: Running level=info timestamp=2018-07-27T12:17:20.638372Z pos=client.go:136 component=virt-launcher msg="Libvirt event 0 with reason 0 received" level=info timestamp=2018-07-27T12:17:21.611226Z pos=client.go:119 component=virt-launcher msg="domain status: 3:11" level=info timestamp=2018-07-27T12:17:21.631491Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:17:21.659669Z pos=virt-launcher.go:214 component=virt-launcher msg="Detected domain with UUID 4b448ed6-84fd-479f-84ba-0c789aebb208" level=info timestamp=2018-07-27T12:17:21.662931Z pos=monitor.go:253 component=virt-launcher msg="Monitoring loop: rate 1s start timeout 5m0s" level=info timestamp=2018-07-27T12:17:22.342329Z pos=client.go:136 component=virt-launcher msg="Libvirt event 4 with reason 0 received" level=info timestamp=2018-07-27T12:17:22.453866Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:17:22.468998Z pos=manager.go:188 component=virt-launcher namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Domain started." level=info timestamp=2018-07-27T12:17:22.470674Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:17:22.488293Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:17:22.488438Z pos=client.go:136 component=virt-launcher msg="Libvirt event 2 with reason 0 received" level=info timestamp=2018-07-27T12:17:22.573328Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:17:22.596290Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:17:22.669047Z pos=monitor.go:222 component=virt-launcher msg="Found PID for 4b448ed6-84fd-479f-84ba-0c789aebb208: 181" level=info timestamp=2018-07-27T12:17:22.754668Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Synced vmi" Pod name: virt-launcher-testvmimkm7v-dpsms Pod phase: Pending • Failure [18.778 seconds] CloudInit UserData /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:46 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:80 with cloudInitNoCloud userData source /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:118 should process provided cloud-init data [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:119 Expected error: <*kubecli.AsyncSubresourceError | 0xc4207d9bc0>: { err: "Can't connect to websocket (503): service unavailable\n\n", StatusCode: 503, } Can't connect to websocket (503): service unavailable not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:67 ------------------------------ STEP: Starting a VirtualMachineInstance STEP: Waiting the VirtualMachineInstance start level=info timestamp=2018-07-27T12:17:06.046523Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmi6vhrc-rw7wr" level=info timestamp=2018-07-27T12:17:21.019324Z pos=utils.go:243 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmi6vhrc-rw7wr" level=info timestamp=2018-07-27T12:17:23.546019Z pos=utils.go:243 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-07-27T12:17:23.587416Z pos=utils.go:243 component=tests msg="VirtualMachineInstance started." STEP: executing a user-data script STEP: Expecting the VirtualMachineInstance console Pod name: disks-images-provider-q5vf5 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-x8l5b Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-6ppwr Pod phase: Running 2018/07/27 12:15:21 http: TLS handshake error from 10.244.0.1:43620: EOF 2018/07/27 12:15:31 http: TLS handshake error from 10.244.0.1:43644: EOF 2018/07/27 12:15:41 http: TLS handshake error from 10.244.0.1:43668: EOF 2018/07/27 12:15:51 http: TLS handshake error from 10.244.0.1:43692: EOF 2018/07/27 12:16:01 http: TLS handshake error from 10.244.0.1:43716: EOF 2018/07/27 12:16:11 http: TLS handshake error from 10.244.0.1:43740: EOF 2018/07/27 12:16:21 http: TLS handshake error from 10.244.0.1:43764: EOF 2018/07/27 12:16:31 http: TLS handshake error from 10.244.0.1:43788: EOF 2018/07/27 12:16:41 http: TLS handshake error from 10.244.0.1:43812: EOF 2018/07/27 12:16:51 http: TLS handshake error from 10.244.0.1:43836: EOF 2018/07/27 12:17:01 http: TLS handshake error from 10.244.0.1:43860: EOF 2018/07/27 12:17:11 http: TLS handshake error from 10.244.0.1:43884: EOF 2018/07/27 12:17:21 http: TLS handshake error from 10.244.0.1:43908: EOF 2018/07/27 12:17:31 http: TLS handshake error from 10.244.0.1:43932: EOF 2018/07/27 12:17:41 http: TLS handshake error from 10.244.0.1:43956: EOF Pod name: virt-api-7d79764579-jkwt5 Pod phase: Running 2018/07/27 12:15:22 http: TLS handshake error from 10.244.1.1:51496: EOF 2018/07/27 12:15:32 http: TLS handshake error from 10.244.1.1:51502: EOF 2018/07/27 12:15:42 http: TLS handshake error from 10.244.1.1:51508: EOF 2018/07/27 12:15:52 http: TLS handshake error from 10.244.1.1:51514: EOF 2018/07/27 12:16:02 http: TLS handshake error from 10.244.1.1:51520: EOF 2018/07/27 12:16:12 http: TLS handshake error from 10.244.1.1:51526: EOF 2018/07/27 12:16:22 http: TLS handshake error from 10.244.1.1:51532: EOF 2018/07/27 12:16:32 http: TLS handshake error from 10.244.1.1:51538: EOF 2018/07/27 12:16:42 http: TLS handshake error from 10.244.1.1:51544: EOF 2018/07/27 12:16:52 http: TLS handshake error from 10.244.1.1:51550: EOF 2018/07/27 12:17:02 http: TLS handshake error from 10.244.1.1:51556: EOF 2018/07/27 12:17:12 http: TLS handshake error from 10.244.1.1:51562: EOF 2018/07/27 12:17:22 http: TLS handshake error from 10.244.1.1:51568: EOF 2018/07/27 12:17:32 http: TLS handshake error from 10.244.1.1:51574: EOF 2018/07/27 12:17:42 http: TLS handshake error from 10.244.1.1:51580: EOF Pod name: virt-controller-7d57d96b65-mk9sj Pod phase: Running level=info timestamp=2018-07-27T12:15:35.793426Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipcsbz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipcsbz" level=info timestamp=2018-07-27T12:16:11.865876Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:11.867729Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:16:12.263245Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipcsbz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipcsbz" level=info timestamp=2018-07-27T12:16:28.876031Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:28.876622Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:16:45.602213Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:45.602983Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:17:04.767121Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:17:04.767355Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:17:04.986513Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6vhrc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6vhrc" level=info timestamp=2018-07-27T12:17:23.770346Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:17:23.771849Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:17:23.868422Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiz8mfz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiz8mfz" level=info timestamp=2018-07-27T12:17:23.897123Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiz8mfz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiz8mfz" Pod name: virt-controller-7d57d96b65-r49bt Pod phase: Running level=info timestamp=2018-07-27T12:09:37.231679Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-6rjpk Pod phase: Running level=info timestamp=2018-07-27T12:17:05.487537Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:17:05.487970Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:05.488465Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:17:05.488653Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmimkm7v kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:40.337969Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:17:41.701266Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type ADDED" level=info timestamp=2018-07-27T12:17:41.701832Z pos=vm.go:657 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=Domain uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Domain is in state Paused reason StartingUp" level=info timestamp=2018-07-27T12:17:42.329399Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:17:42.329908Z pos=vm.go:688 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=Domain uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Domain is in state Running reason Unknown" level=info timestamp=2018-07-27T12:17:42.419242Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:17:42.420069Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:42.420312Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="No update processing required" level=info timestamp=2018-07-27T12:17:42.454326Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:42.454618Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:17:42.485250Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." Pod name: virt-handler-8wjjg Pod phase: Running level=info timestamp=2018-07-27T12:17:22.731589Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:22.738612Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:17:22.777503Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:23.323081Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T12:17:23.323448Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T12:17:23.326114Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmi6vhrc" level=info timestamp=2018-07-27T12:17:23.558151Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:23.568173Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:17:23.568332Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:17:23.582334Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:23.595645Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:17:23.605615Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:17:23.616149Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:17:23.625364Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:23.616411Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-launcher-testvmi6vhrc-rw7wr Pod phase: Succeeded Unable to retrieve container logs for docker://49eb200ba76d31224e46528d883d3b564353eefb114c343fb454bce64741cd16 Pod name: virt-launcher-testvmiz8mfz-ngphr Pod phase: Running level=info timestamp=2018-07-27T12:17:40.619183Z pos=client.go:136 component=virt-launcher msg="Libvirt event 0 with reason 0 received" level=info timestamp=2018-07-27T12:17:41.678881Z pos=client.go:119 component=virt-launcher msg="domain status: 3:11" level=info timestamp=2018-07-27T12:17:41.694380Z pos=virt-launcher.go:214 component=virt-launcher msg="Detected domain with UUID febb4984-5a55-4404-9d44-b92dee5f172d" level=info timestamp=2018-07-27T12:17:41.694940Z pos=monitor.go:253 component=virt-launcher msg="Monitoring loop: rate 1s start timeout 5m0s" level=info timestamp=2018-07-27T12:17:41.702958Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:17:42.258248Z pos=client.go:136 component=virt-launcher msg="Libvirt event 4 with reason 0 received" level=info timestamp=2018-07-27T12:17:42.320449Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:17:42.330692Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:17:42.356517Z pos=client.go:136 component=virt-launcher msg="Libvirt event 2 with reason 0 received" level=info timestamp=2018-07-27T12:17:42.393882Z pos=manager.go:188 component=virt-launcher namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Domain started." level=info timestamp=2018-07-27T12:17:42.408140Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:17:42.413519Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:17:42.422647Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:17:42.484344Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:17:42.704885Z pos=monitor.go:222 component=virt-launcher msg="Found PID for febb4984-5a55-4404-9d44-b92dee5f172d: 185" • Failure [19.731 seconds] CloudInit UserData /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:46 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:80 should take user-data from k8s secret [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:162 Expected error: <*kubecli.AsyncSubresourceError | 0xc420eddec0>: { err: "Can't connect to websocket (503): service unavailable\n\n", StatusCode: 503, } Can't connect to websocket (503): service unavailable not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:67 ------------------------------ STEP: Creating a user-data secret STEP: Starting a VirtualMachineInstance STEP: Waiting the VirtualMachineInstance start level=info timestamp=2018-07-27T12:17:24.784392Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmiz8mfz-ngphr" level=info timestamp=2018-07-27T12:17:40.707171Z pos=utils.go:243 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmiz8mfz-ngphr" level=info timestamp=2018-07-27T12:17:42.843973Z pos=utils.go:243 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-07-27T12:17:42.870991Z pos=utils.go:243 component=tests msg="VirtualMachineInstance started." STEP: Expecting the VirtualMachineInstance console Pod name: disks-images-provider-q5vf5 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-x8l5b Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-6ppwr Pod phase: Running 2018/07/27 12:15:21 http: TLS handshake error from 10.244.0.1:43620: EOF 2018/07/27 12:15:31 http: TLS handshake error from 10.244.0.1:43644: EOF 2018/07/27 12:15:41 http: TLS handshake error from 10.244.0.1:43668: EOF 2018/07/27 12:15:51 http: TLS handshake error from 10.244.0.1:43692: EOF 2018/07/27 12:16:01 http: TLS handshake error from 10.244.0.1:43716: EOF 2018/07/27 12:16:11 http: TLS handshake error from 10.244.0.1:43740: EOF 2018/07/27 12:16:21 http: TLS handshake error from 10.244.0.1:43764: EOF 2018/07/27 12:16:31 http: TLS handshake error from 10.244.0.1:43788: EOF 2018/07/27 12:16:41 http: TLS handshake error from 10.244.0.1:43812: EOF 2018/07/27 12:16:51 http: TLS handshake error from 10.244.0.1:43836: EOF 2018/07/27 12:17:01 http: TLS handshake error from 10.244.0.1:43860: EOF 2018/07/27 12:17:11 http: TLS handshake error from 10.244.0.1:43884: EOF 2018/07/27 12:17:21 http: TLS handshake error from 10.244.0.1:43908: EOF 2018/07/27 12:17:31 http: TLS handshake error from 10.244.0.1:43932: EOF 2018/07/27 12:17:41 http: TLS handshake error from 10.244.0.1:43956: EOF Pod name: virt-api-7d79764579-jkwt5 Pod phase: Running 2018/07/27 12:15:22 http: TLS handshake error from 10.244.1.1:51496: EOF 2018/07/27 12:15:32 http: TLS handshake error from 10.244.1.1:51502: EOF 2018/07/27 12:15:42 http: TLS handshake error from 10.244.1.1:51508: EOF 2018/07/27 12:15:52 http: TLS handshake error from 10.244.1.1:51514: EOF 2018/07/27 12:16:02 http: TLS handshake error from 10.244.1.1:51520: EOF 2018/07/27 12:16:12 http: TLS handshake error from 10.244.1.1:51526: EOF 2018/07/27 12:16:22 http: TLS handshake error from 10.244.1.1:51532: EOF 2018/07/27 12:16:32 http: TLS handshake error from 10.244.1.1:51538: EOF 2018/07/27 12:16:42 http: TLS handshake error from 10.244.1.1:51544: EOF 2018/07/27 12:16:52 http: TLS handshake error from 10.244.1.1:51550: EOF 2018/07/27 12:17:02 http: TLS handshake error from 10.244.1.1:51556: EOF 2018/07/27 12:17:12 http: TLS handshake error from 10.244.1.1:51562: EOF 2018/07/27 12:17:22 http: TLS handshake error from 10.244.1.1:51568: EOF 2018/07/27 12:17:32 http: TLS handshake error from 10.244.1.1:51574: EOF 2018/07/27 12:17:42 http: TLS handshake error from 10.244.1.1:51580: EOF Pod name: virt-controller-7d57d96b65-mk9sj Pod phase: Running level=info timestamp=2018-07-27T12:15:35.793426Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipcsbz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipcsbz" level=info timestamp=2018-07-27T12:16:11.865876Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:11.867729Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:16:12.263245Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipcsbz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipcsbz" level=info timestamp=2018-07-27T12:16:28.876031Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:28.876622Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:16:45.602213Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:45.602983Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:17:04.767121Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:17:04.767355Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:17:04.986513Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6vhrc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6vhrc" level=info timestamp=2018-07-27T12:17:23.770346Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:17:23.771849Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:17:23.868422Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiz8mfz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiz8mfz" level=info timestamp=2018-07-27T12:17:23.897123Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiz8mfz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiz8mfz" Pod name: virt-controller-7d57d96b65-r49bt Pod phase: Running level=info timestamp=2018-07-27T12:09:37.231679Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-6rjpk Pod phase: Running level=info timestamp=2018-07-27T12:17:42.454326Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:42.454618Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:17:42.485250Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:43.436140Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T12:17:43.436276Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T12:17:43.436838Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmiz8mfz" level=info timestamp=2018-07-27T12:17:43.652581Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:43.652965Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:17:43.653088Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:17:43.653527Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:43.655431Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:17:43.655733Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:17:43.656002Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:17:43.656179Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:43.659654Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-handler-8wjjg Pod phase: Running level=info timestamp=2018-07-27T12:17:22.731589Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:22.738612Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:17:22.777503Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:23.323081Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T12:17:23.323448Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T12:17:23.326114Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmi6vhrc" level=info timestamp=2018-07-27T12:17:23.558151Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:23.568173Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:17:23.568332Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:17:23.582334Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:23.595645Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:17:23.605615Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:17:23.616149Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:17:23.625364Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:23.616411Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-launcher-testvmi6vhrc-rw7wr Pod phase: Succeeded Unable to retrieve container logs for docker://49eb200ba76d31224e46528d883d3b564353eefb114c343fb454bce64741cd16 Pod name: virt-launcher-testvmiz8mfz-ngphr Pod phase: Running level=info timestamp=2018-07-27T12:17:43.646287Z pos=manager.go:301 component=virt-launcher namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Domain stopped." level=info timestamp=2018-07-27T12:17:43.646901Z pos=client.go:136 component=virt-launcher msg="Libvirt event 5 with reason 1 received" level=info timestamp=2018-07-27T12:17:43.649427Z pos=manager.go:312 component=virt-launcher namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Domain undefined." level=info timestamp=2018-07-27T12:17:43.649604Z pos=server.go:96 component=virt-launcher namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Signaled vmi kill" level=info timestamp=2018-07-27T12:17:43.653968Z pos=client.go:119 component=virt-launcher msg="domain status: 0:0" level=info timestamp=2018-07-27T12:17:43.656432Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:17:43.656807Z pos=client.go:136 component=virt-launcher msg="Libvirt event 1 with reason 0 received" level=info timestamp=2018-07-27T12:17:43.658421Z pos=client.go:119 component=virt-launcher msg="domain status: 0:0" level=info timestamp=2018-07-27T12:17:43.660698Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:17:43.695570Z pos=monitor.go:231 component=virt-launcher msg="Process febb4984-5a55-4404-9d44-b92dee5f172d and pid 185 is gone!" level=info timestamp=2018-07-27T12:17:43.696502Z pos=virt-launcher.go:233 component=virt-launcher msg="Waiting on final notifications to be sent to virt-handler." level=info timestamp=2018-07-27T12:17:43.696618Z pos=virt-launcher.go:241 component=virt-launcher msg="Final Delete notification sent" level=info timestamp=2018-07-27T12:17:43.696743Z pos=virt-launcher.go:348 component=virt-launcher msg=Exiting... caught signal virt-launcher exited with code 0 • Failure [0.698 seconds] Version /root/go/src/kubevirt.io/kubevirt/tests/version_test.go:35 Check that version parameters where loaded by ldflags in build time /root/go/src/kubevirt.io/kubevirt/tests/version_test.go:46 Should return a good version information struct [It] /root/go/src/kubevirt.io/kubevirt/tests/version_test.go:47 Expected error: <*errors.StatusError | 0xc420ca4000>: { ErrStatus: { TypeMeta: {Kind: "", APIVersion: ""}, ListMeta: {SelfLink: "", ResourceVersion: "", Continue: ""}, Status: "Failure", Message: "the server could not find the requested resource", Reason: "NotFound", Details: { Name: "", Group: "", Kind: "", UID: "", Causes: [ { Type: "UnexpectedServerResponse", Message: "", Field: "", }, ], RetryAfterSeconds: 0, }, Code: 404, }, } the server could not find the requested resource not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/version_test.go:49 ------------------------------ Pod name: disks-images-provider-q5vf5 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-x8l5b Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-6ppwr Pod phase: Running 2018/07/27 12:15:51 http: TLS handshake error from 10.244.0.1:43692: EOF 2018/07/27 12:16:01 http: TLS handshake error from 10.244.0.1:43716: EOF 2018/07/27 12:16:11 http: TLS handshake error from 10.244.0.1:43740: EOF 2018/07/27 12:16:21 http: TLS handshake error from 10.244.0.1:43764: EOF 2018/07/27 12:16:31 http: TLS handshake error from 10.244.0.1:43788: EOF 2018/07/27 12:16:41 http: TLS handshake error from 10.244.0.1:43812: EOF 2018/07/27 12:16:51 http: TLS handshake error from 10.244.0.1:43836: EOF 2018/07/27 12:17:01 http: TLS handshake error from 10.244.0.1:43860: EOF 2018/07/27 12:17:11 http: TLS handshake error from 10.244.0.1:43884: EOF 2018/07/27 12:17:21 http: TLS handshake error from 10.244.0.1:43908: EOF 2018/07/27 12:17:31 http: TLS handshake error from 10.244.0.1:43932: EOF 2018/07/27 12:17:41 http: TLS handshake error from 10.244.0.1:43956: EOF 2018/07/27 12:17:51 http: TLS handshake error from 10.244.0.1:43980: EOF 2018/07/27 12:18:01 http: TLS handshake error from 10.244.0.1:44004: EOF 2018/07/27 12:18:11 http: TLS handshake error from 10.244.0.1:44028: EOF Pod name: virt-api-7d79764579-jkwt5 Pod phase: Running 2018/07/27 12:15:52 http: TLS handshake error from 10.244.1.1:51514: EOF 2018/07/27 12:16:02 http: TLS handshake error from 10.244.1.1:51520: EOF 2018/07/27 12:16:12 http: TLS handshake error from 10.244.1.1:51526: EOF 2018/07/27 12:16:22 http: TLS handshake error from 10.244.1.1:51532: EOF 2018/07/27 12:16:32 http: TLS handshake error from 10.244.1.1:51538: EOF 2018/07/27 12:16:42 http: TLS handshake error from 10.244.1.1:51544: EOF 2018/07/27 12:16:52 http: TLS handshake error from 10.244.1.1:51550: EOF 2018/07/27 12:17:02 http: TLS handshake error from 10.244.1.1:51556: EOF 2018/07/27 12:17:12 http: TLS handshake error from 10.244.1.1:51562: EOF 2018/07/27 12:17:22 http: TLS handshake error from 10.244.1.1:51568: EOF 2018/07/27 12:17:32 http: TLS handshake error from 10.244.1.1:51574: EOF 2018/07/27 12:17:42 http: TLS handshake error from 10.244.1.1:51580: EOF 2018/07/27 12:17:52 http: TLS handshake error from 10.244.1.1:51588: EOF 2018/07/27 12:18:02 http: TLS handshake error from 10.244.1.1:51594: EOF 2018/07/27 12:18:12 http: TLS handshake error from 10.244.1.1:51600: EOF Pod name: virt-controller-7d57d96b65-mk9sj Pod phase: Running level=info timestamp=2018-07-27T12:15:35.793426Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipcsbz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipcsbz" level=info timestamp=2018-07-27T12:16:11.865876Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:11.867729Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:16:12.263245Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipcsbz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipcsbz" level=info timestamp=2018-07-27T12:16:28.876031Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:28.876622Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:16:45.602213Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:45.602983Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:17:04.767121Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:17:04.767355Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:17:04.986513Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6vhrc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6vhrc" level=info timestamp=2018-07-27T12:17:23.770346Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:17:23.771849Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:17:23.868422Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiz8mfz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiz8mfz" level=info timestamp=2018-07-27T12:17:23.897123Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiz8mfz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiz8mfz" Pod name: virt-controller-7d57d96b65-r49bt Pod phase: Running level=info timestamp=2018-07-27T12:09:37.231679Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-6rjpk Pod phase: Running level=info timestamp=2018-07-27T12:17:42.454326Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:42.454618Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:17:42.485250Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:43.436140Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T12:17:43.436276Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T12:17:43.436838Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmiz8mfz" level=info timestamp=2018-07-27T12:17:43.652581Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:43.652965Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:17:43.653088Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:17:43.653527Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:43.655431Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:17:43.655733Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:17:43.656002Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:17:43.656179Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:43.659654Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-handler-8wjjg Pod phase: Running level=info timestamp=2018-07-27T12:17:22.731589Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:22.738612Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:17:22.777503Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:23.323081Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T12:17:23.323448Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T12:17:23.326114Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmi6vhrc" level=info timestamp=2018-07-27T12:17:23.558151Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:23.568173Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:17:23.568332Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:17:23.582334Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:23.595645Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:17:23.605615Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:17:23.616149Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:17:23.625364Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:23.616411Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: subresource-access-testerm4kpz Pod phase: Failed panic: the server is currently unable to handle the request (get virtualmachineinstances.subresources.kubevirt.io fake) goroutine 1 [running]: main.main() /root/go/src/kubevirt.io/kubevirt/cmd/subresource-access-test/subresource-access-test.go:53 +0x401 Pod name: virt-launcher-testvmi6vhrc-rw7wr Pod phase: Succeeded Unable to retrieve container logs for docker://49eb200ba76d31224e46528d883d3b564353eefb114c343fb454bce64741cd16 Pod name: virt-launcher-testvmiz8mfz-ngphr Pod phase: Succeeded level=info timestamp=2018-07-27T12:17:43.646287Z pos=manager.go:301 component=virt-launcher namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Domain stopped." level=info timestamp=2018-07-27T12:17:43.646901Z pos=client.go:136 component=virt-launcher msg="Libvirt event 5 with reason 1 received" level=info timestamp=2018-07-27T12:17:43.649427Z pos=manager.go:312 component=virt-launcher namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Domain undefined." level=info timestamp=2018-07-27T12:17:43.649604Z pos=server.go:96 component=virt-launcher namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Signaled vmi kill" level=info timestamp=2018-07-27T12:17:43.653968Z pos=client.go:119 component=virt-launcher msg="domain status: 0:0" level=info timestamp=2018-07-27T12:17:43.656432Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:17:43.656807Z pos=client.go:136 component=virt-launcher msg="Libvirt event 1 with reason 0 received" level=info timestamp=2018-07-27T12:17:43.658421Z pos=client.go:119 component=virt-launcher msg="domain status: 0:0" level=info timestamp=2018-07-27T12:17:43.660698Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:17:43.695570Z pos=monitor.go:231 component=virt-launcher msg="Process febb4984-5a55-4404-9d44-b92dee5f172d and pid 185 is gone!" level=info timestamp=2018-07-27T12:17:43.696502Z pos=virt-launcher.go:233 component=virt-launcher msg="Waiting on final notifications to be sent to virt-handler." level=info timestamp=2018-07-27T12:17:43.696618Z pos=virt-launcher.go:241 component=virt-launcher msg="Final Delete notification sent" level=info timestamp=2018-07-27T12:17:43.696743Z pos=virt-launcher.go:348 component=virt-launcher msg=Exiting... caught signal virt-launcher exited with code 0 • Failure [30.865 seconds] Subresource Api /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:37 Rbac Authorization /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:48 with correct permissions /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:51 should be allowed to access subresource endpoint [It] /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:52 Timed out after 30.000s. Expected : Failed to equal : Succeeded /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:118 ------------------------------ • [SLOW TEST:5.600 seconds] Subresource Api /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:37 Rbac Authorization /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:48 Without permissions /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:56 should not be able to access subresource endpoint /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:57 ------------------------------ Pod name: disks-images-provider-q5vf5 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-x8l5b Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-6ppwr Pod phase: Running 2018/07/27 12:16:21 http: TLS handshake error from 10.244.0.1:43764: EOF 2018/07/27 12:16:31 http: TLS handshake error from 10.244.0.1:43788: EOF 2018/07/27 12:16:41 http: TLS handshake error from 10.244.0.1:43812: EOF 2018/07/27 12:16:51 http: TLS handshake error from 10.244.0.1:43836: EOF 2018/07/27 12:17:01 http: TLS handshake error from 10.244.0.1:43860: EOF 2018/07/27 12:17:11 http: TLS handshake error from 10.244.0.1:43884: EOF 2018/07/27 12:17:21 http: TLS handshake error from 10.244.0.1:43908: EOF 2018/07/27 12:17:31 http: TLS handshake error from 10.244.0.1:43932: EOF 2018/07/27 12:17:41 http: TLS handshake error from 10.244.0.1:43956: EOF 2018/07/27 12:17:51 http: TLS handshake error from 10.244.0.1:43980: EOF 2018/07/27 12:18:01 http: TLS handshake error from 10.244.0.1:44004: EOF 2018/07/27 12:18:11 http: TLS handshake error from 10.244.0.1:44028: EOF 2018/07/27 12:18:21 http: TLS handshake error from 10.244.0.1:44052: EOF 2018/07/27 12:18:31 http: TLS handshake error from 10.244.0.1:44076: EOF 2018/07/27 12:18:41 http: TLS handshake error from 10.244.0.1:44100: EOF Pod name: virt-api-7d79764579-jkwt5 Pod phase: Running 2018/07/27 12:16:22 http: TLS handshake error from 10.244.1.1:51532: EOF 2018/07/27 12:16:32 http: TLS handshake error from 10.244.1.1:51538: EOF 2018/07/27 12:16:42 http: TLS handshake error from 10.244.1.1:51544: EOF 2018/07/27 12:16:52 http: TLS handshake error from 10.244.1.1:51550: EOF 2018/07/27 12:17:02 http: TLS handshake error from 10.244.1.1:51556: EOF 2018/07/27 12:17:12 http: TLS handshake error from 10.244.1.1:51562: EOF 2018/07/27 12:17:22 http: TLS handshake error from 10.244.1.1:51568: EOF 2018/07/27 12:17:32 http: TLS handshake error from 10.244.1.1:51574: EOF 2018/07/27 12:17:42 http: TLS handshake error from 10.244.1.1:51580: EOF 2018/07/27 12:17:52 http: TLS handshake error from 10.244.1.1:51588: EOF 2018/07/27 12:18:02 http: TLS handshake error from 10.244.1.1:51594: EOF 2018/07/27 12:18:12 http: TLS handshake error from 10.244.1.1:51600: EOF 2018/07/27 12:18:22 http: TLS handshake error from 10.244.1.1:51608: EOF 2018/07/27 12:18:32 http: TLS handshake error from 10.244.1.1:51616: EOF 2018/07/27 12:18:42 http: TLS handshake error from 10.244.1.1:51622: EOF Pod name: virt-controller-7d57d96b65-mk9sj Pod phase: Running level=info timestamp=2018-07-27T12:15:35.793426Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipcsbz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipcsbz" level=info timestamp=2018-07-27T12:16:11.865876Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:11.867729Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:16:12.263245Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipcsbz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipcsbz" level=info timestamp=2018-07-27T12:16:28.876031Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:28.876622Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:16:45.602213Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:45.602983Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:17:04.767121Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:17:04.767355Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:17:04.986513Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6vhrc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6vhrc" level=info timestamp=2018-07-27T12:17:23.770346Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:17:23.771849Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:17:23.868422Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiz8mfz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiz8mfz" level=info timestamp=2018-07-27T12:17:23.897123Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiz8mfz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiz8mfz" Pod name: virt-controller-7d57d96b65-r49bt Pod phase: Running level=info timestamp=2018-07-27T12:09:37.231679Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-6rjpk Pod phase: Running level=info timestamp=2018-07-27T12:17:42.454326Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:42.454618Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:17:42.485250Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:43.436140Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T12:17:43.436276Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T12:17:43.436838Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmiz8mfz" level=info timestamp=2018-07-27T12:17:43.652581Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:43.652965Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:17:43.653088Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:17:43.653527Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:43.655431Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:17:43.655733Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:17:43.656002Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:17:43.656179Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:43.659654Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-handler-8wjjg Pod phase: Running level=info timestamp=2018-07-27T12:17:22.731589Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:22.738612Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:17:22.777503Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:23.323081Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T12:17:23.323448Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T12:17:23.326114Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmi6vhrc" level=info timestamp=2018-07-27T12:17:23.558151Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:23.568173Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:17:23.568332Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:17:23.582334Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:23.595645Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:17:23.605615Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:17:23.616149Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:17:23.625364Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:23.616411Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: subresource-access-tester75jd7 Pod phase: Failed panic: the server is currently unable to handle the request (get version.subresources.kubevirt.io) goroutine 1 [running]: main.main() /root/go/src/kubevirt.io/kubevirt/cmd/subresource-access-test/subresource-access-test.go:53 +0x401 • Failure [30.800 seconds] Subresource Api /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:37 Rbac Authorization For Version Command /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:63 with authenticated user /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:66 should be allowed to access subresource version endpoint [It] /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:67 Timed out after 30.000s. Expected : Failed to equal : Succeeded /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:118 ------------------------------ Pod name: disks-images-provider-q5vf5 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-x8l5b Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-6ppwr Pod phase: Running 2018/07/27 12:17:01 http: TLS handshake error from 10.244.0.1:43860: EOF 2018/07/27 12:17:11 http: TLS handshake error from 10.244.0.1:43884: EOF 2018/07/27 12:17:21 http: TLS handshake error from 10.244.0.1:43908: EOF 2018/07/27 12:17:31 http: TLS handshake error from 10.244.0.1:43932: EOF 2018/07/27 12:17:41 http: TLS handshake error from 10.244.0.1:43956: EOF 2018/07/27 12:17:51 http: TLS handshake error from 10.244.0.1:43980: EOF 2018/07/27 12:18:01 http: TLS handshake error from 10.244.0.1:44004: EOF 2018/07/27 12:18:11 http: TLS handshake error from 10.244.0.1:44028: EOF 2018/07/27 12:18:21 http: TLS handshake error from 10.244.0.1:44052: EOF 2018/07/27 12:18:31 http: TLS handshake error from 10.244.0.1:44076: EOF 2018/07/27 12:18:41 http: TLS handshake error from 10.244.0.1:44100: EOF 2018/07/27 12:18:51 http: TLS handshake error from 10.244.0.1:44124: EOF 2018/07/27 12:19:01 http: TLS handshake error from 10.244.0.1:44148: EOF 2018/07/27 12:19:11 http: TLS handshake error from 10.244.0.1:44172: EOF 2018/07/27 12:19:21 http: TLS handshake error from 10.244.0.1:44196: EOF Pod name: virt-api-7d79764579-jkwt5 Pod phase: Running 2018/07/27 12:16:52 http: TLS handshake error from 10.244.1.1:51550: EOF 2018/07/27 12:17:02 http: TLS handshake error from 10.244.1.1:51556: EOF 2018/07/27 12:17:12 http: TLS handshake error from 10.244.1.1:51562: EOF 2018/07/27 12:17:22 http: TLS handshake error from 10.244.1.1:51568: EOF 2018/07/27 12:17:32 http: TLS handshake error from 10.244.1.1:51574: EOF 2018/07/27 12:17:42 http: TLS handshake error from 10.244.1.1:51580: EOF 2018/07/27 12:17:52 http: TLS handshake error from 10.244.1.1:51588: EOF 2018/07/27 12:18:02 http: TLS handshake error from 10.244.1.1:51594: EOF 2018/07/27 12:18:12 http: TLS handshake error from 10.244.1.1:51600: EOF 2018/07/27 12:18:22 http: TLS handshake error from 10.244.1.1:51608: EOF 2018/07/27 12:18:32 http: TLS handshake error from 10.244.1.1:51616: EOF 2018/07/27 12:18:42 http: TLS handshake error from 10.244.1.1:51622: EOF 2018/07/27 12:18:52 http: TLS handshake error from 10.244.1.1:51628: EOF 2018/07/27 12:19:02 http: TLS handshake error from 10.244.1.1:51636: EOF 2018/07/27 12:19:12 http: TLS handshake error from 10.244.1.1:51642: EOF Pod name: virt-controller-7d57d96b65-mk9sj Pod phase: Running level=info timestamp=2018-07-27T12:15:35.793426Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipcsbz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipcsbz" level=info timestamp=2018-07-27T12:16:11.865876Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:11.867729Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipcsbz kind= uid=d9b07ff5-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:16:12.263245Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipcsbz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipcsbz" level=info timestamp=2018-07-27T12:16:28.876031Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:28.876622Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmih4ljw kind= uid=e3d6c9ab-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:16:45.602213Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:16:45.602983Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimkm7v kind= uid=edd0ec25-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:17:04.767121Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:17:04.767355Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:17:04.986513Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi6vhrc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi6vhrc" level=info timestamp=2018-07-27T12:17:23.770346Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:17:23.771849Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:17:23.868422Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiz8mfz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiz8mfz" level=info timestamp=2018-07-27T12:17:23.897123Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiz8mfz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiz8mfz" Pod name: virt-controller-7d57d96b65-r49bt Pod phase: Running level=info timestamp=2018-07-27T12:09:37.231679Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-6rjpk Pod phase: Running level=info timestamp=2018-07-27T12:17:42.454326Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:42.454618Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:17:42.485250Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:43.436140Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T12:17:43.436276Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T12:17:43.436838Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmiz8mfz" level=info timestamp=2018-07-27T12:17:43.652581Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind= uid=0491f39b-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:43.652965Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:17:43.653088Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:17:43.653527Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:43.655431Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:17:43.655733Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:17:43.656002Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:17:43.656179Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz8mfz kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:43.659654Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-handler-8wjjg Pod phase: Running level=info timestamp=2018-07-27T12:17:22.731589Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:22.738612Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:17:22.777503Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:23.323081Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T12:17:23.323448Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T12:17:23.326114Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmi6vhrc" level=info timestamp=2018-07-27T12:17:23.558151Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind= uid=f93eaa01-9196-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:23.568173Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:17:23.568332Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:17:23.582334Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:23.595645Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:17:23.605615Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:17:23.616149Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:17:23.625364Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6vhrc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:17:23.616411Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: subresource-access-testerk9fcp Pod phase: Failed panic: the server is currently unable to handle the request (get version.subresources.kubevirt.io) goroutine 1 [running]: main.main() /root/go/src/kubevirt.io/kubevirt/cmd/subresource-access-test/subresource-access-test.go:53 +0x401 • Failure [30.709 seconds] Subresource Api /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:37 Rbac Authorization For Version Command /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:63 Without permissions /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:71 should be able to access subresource version endpoint [It] /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:72 Timed out after 30.000s. Expected : Failed to equal : Succeeded /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:118 ------------------------------ • ------------------------------ • [SLOW TEST:7.208 seconds] VirtualMachineInstanceReplicaSet /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:46 should scale /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 to five, to six and then to zero replicas /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ •• ------------------------------ • [SLOW TEST:19.559 seconds] VirtualMachineInstanceReplicaSet /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:46 should update readyReplicas once VMIs are up /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:157 ------------------------------ •• ------------------------------ • [SLOW TEST:5.559 seconds] VirtualMachineInstanceReplicaSet /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:46 should not scale when paused and scale when resume /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:223 ------------------------------ • [SLOW TEST:6.913 seconds] VirtualMachineInstanceReplicaSet /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:46 should remove the finished VM /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:279 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.002 seconds] Templates /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:42 Launching VMI from VM Template [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:60 with given Fedora Template /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:193 should succeed to generate a VM JSON file using oc-process command /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:150 Skip test that requires oc binary /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1392 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.002 seconds] Templates /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:42 Launching VMI from VM Template [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:60 with given Fedora Template /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:193 with given VM JSON from the Template /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:152 should succeed to create a VM using oc-create command /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:156 Skip test that requires oc binary /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1392 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.002 seconds] Templates /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:42 Launching VMI from VM Template [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:60 with given Fedora Template /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:193 with given VM JSON from the Template /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:152 with given VM from the VM JSON /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:158 should succeed to launch a VMI using oc-patch command /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:161 Skip test that requires oc binary /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1392 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.002 seconds] Templates /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:42 Launching VMI from VM Template [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:60 with given Fedora Template /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:193 with given VM JSON from the Template /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:152 with given VM from the VM JSON /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:158 with given VMI from the VM /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:163 should succeed to terminate the VMI using oc-patch command /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:166 Skip test that requires oc binary /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1392 ------------------------------ Pod name: disks-images-provider-q5vf5 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-x8l5b Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-6ppwr Pod phase: Running 2018/07/27 12:18:01 http: TLS handshake error from 10.244.0.1:44004: EOF 2018/07/27 12:18:11 http: TLS handshake error from 10.244.0.1:44028: EOF 2018/07/27 12:18:21 http: TLS handshake error from 10.244.0.1:44052: EOF 2018/07/27 12:18:31 http: TLS handshake error from 10.244.0.1:44076: EOF 2018/07/27 12:18:41 http: TLS handshake error from 10.244.0.1:44100: EOF 2018/07/27 12:18:51 http: TLS handshake error from 10.244.0.1:44124: EOF 2018/07/27 12:19:01 http: TLS handshake error from 10.244.0.1:44148: EOF 2018/07/27 12:19:11 http: TLS handshake error from 10.244.0.1:44172: EOF 2018/07/27 12:19:21 http: TLS handshake error from 10.244.0.1:44196: EOF 2018/07/27 12:19:31 http: TLS handshake error from 10.244.0.1:44220: EOF level=info timestamp=2018-07-27T12:19:35.712629Z pos=validating-webhook.go:84 component=virt-api msg="rejected vmi admission" 2018/07/27 12:19:41 http: TLS handshake error from 10.244.0.1:44244: EOF 2018/07/27 12:19:51 http: TLS handshake error from 10.244.0.1:44268: EOF 2018/07/27 12:20:01 http: TLS handshake error from 10.244.0.1:44292: EOF 2018/07/27 12:20:11 http: TLS handshake error from 10.244.0.1:44316: EOF Pod name: virt-api-7d79764579-jkwt5 Pod phase: Running 2018/07/27 12:17:52 http: TLS handshake error from 10.244.1.1:51588: EOF 2018/07/27 12:18:02 http: TLS handshake error from 10.244.1.1:51594: EOF 2018/07/27 12:18:12 http: TLS handshake error from 10.244.1.1:51600: EOF 2018/07/27 12:18:22 http: TLS handshake error from 10.244.1.1:51608: EOF 2018/07/27 12:18:32 http: TLS handshake error from 10.244.1.1:51616: EOF 2018/07/27 12:18:42 http: TLS handshake error from 10.244.1.1:51622: EOF 2018/07/27 12:18:52 http: TLS handshake error from 10.244.1.1:51628: EOF 2018/07/27 12:19:02 http: TLS handshake error from 10.244.1.1:51636: EOF 2018/07/27 12:19:12 http: TLS handshake error from 10.244.1.1:51642: EOF 2018/07/27 12:19:22 http: TLS handshake error from 10.244.1.1:51648: EOF 2018/07/27 12:19:32 http: TLS handshake error from 10.244.1.1:51654: EOF 2018/07/27 12:19:42 http: TLS handshake error from 10.244.1.1:51660: EOF 2018/07/27 12:19:52 http: TLS handshake error from 10.244.1.1:51666: EOF 2018/07/27 12:20:02 http: TLS handshake error from 10.244.1.1:51672: EOF 2018/07/27 12:20:12 http: TLS handshake error from 10.244.1.1:51678: EOF Pod name: virt-controller-7d57d96b65-mk9sj Pod phase: Running level=error timestamp=2018-07-27T12:20:08.956432Z pos=vm.go:462 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijrgtddhjhh kind= uid=67024654-9197-11e8-a11a-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmijrgtddhjhh" level=info timestamp=2018-07-27T12:20:08.955495Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijrgtddhjhh kind= uid=67024654-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:08.956646Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijrgtddhjhh kind= uid=67024654-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:10.246202Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijrgtddhjhh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijrgtddhjhh" level=info timestamp=2018-07-27T12:20:10.852989Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijrgtd2txt6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijrgtd2txt6" level=info timestamp=2018-07-27T12:20:11.090412Z pos=vm.go:459 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijrgtdwrhs7 kind= uid=68485923-9197-11e8-a11a-525500d15501 msg="Looking for VirtualMachineInstance Ref" level=error timestamp=2018-07-27T12:20:11.090606Z pos=vm.go:462 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijrgtdwrhs7 kind= uid=68485923-9197-11e8-a11a-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmijrgtdwrhs7" level=info timestamp=2018-07-27T12:20:11.090747Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijrgtdwrhs7 kind= uid=68485923-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:11.095212Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijrgtdwrhs7 kind= uid=68485923-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:11.252310Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijrgtddhjhh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijrgtddhjhh" level=error timestamp=2018-07-27T12:20:12.648370Z pos=replicaset.go:230 component=virt-controller service=http namespace=kubevirt-test-default name=replicasetljcd4 kind= uid=66f6b838-9197-11e8-a11a-525500d15501 reason="Operation cannot be fulfilled on virtualmachineinstancereplicasets.kubevirt.io \"replicasetljcd4\": the object has been modified; please apply your changes to the latest version and try again" msg="Updating the replicaset status failed." level=info timestamp=2018-07-27T12:20:12.649883Z pos=replicaset.go:137 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstancereplicasets.kubevirt.io \"replicasetljcd4\": the object has been modified; please apply your changes to the latest version and try again" msg="re-enqueuing VirtualMachineInstanceReplicaSet kubevirt-test-default/replicasetljcd4" level=info timestamp=2018-07-27T12:20:15.880664Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmis9fcc kind= uid=6b26c796-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:15.881576Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmis9fcc kind= uid=6b26c796-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:16.011638Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmis9fcc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmis9fcc" Pod name: virt-controller-7d57d96b65-r49bt Pod phase: Running level=info timestamp=2018-07-27T12:09:37.231679Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-6rjpk Pod phase: Running level=info timestamp=2018-07-27T12:19:55.791259Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T12:19:55.791544Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:55.792608Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmizr2jt9fnkq" level=info timestamp=2018-07-27T12:19:56.025272Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.025619Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:19:56.025731Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:56.026228Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.030142Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:19:56.030324Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:56.030709Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.030740Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:19:56.031335Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:19:56.031593Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:19:56.031836Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.039127Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-handler-8wjjg Pod phase: Running level=info timestamp=2018-07-27T12:19:53.875149Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:53.875349Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:19:53.882250Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.338439Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T12:19:55.343907Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:55.345198Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmizr2jtd2c5d" level=info timestamp=2018-07-27T12:19:55.557641Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.558388Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:19:55.558746Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:55.559087Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.558162Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:19:55.559309Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:19:55.559376Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:19:55.559441Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.563976Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-launcher-testvmi7n9tlg6c8x-vbsb8 Pod phase: Pending Pod name: virt-launcher-testvmi7n9tlq27r7-h5q9d Pod phase: Pending Pod name: virt-launcher-testvmi7n9tlv6zsq-jlc67 Pod phase: Pending level=info timestamp=2018-07-27T12:19:31.444187Z pos=manager.go:69 component=virt-launcher msg="Collected all requested hook sidecar sockets" level=info timestamp=2018-07-27T12:19:31.444325Z pos=manager.go:72 component=virt-launcher msg="Sorted all collected sidecar sockets per hook point based on their priority and name: map[]" level=info timestamp=2018-07-27T12:19:31.445684Z pos=libvirt.go:261 component=virt-launcher msg="Connecting to libvirt daemon: qemu:///system" caught signal virt-launcher exited with code 127 Pod name: virt-launcher-testvmi7n9tlzzvw6-wl44t Pod phase: Pending Pod name: virt-launcher-testvmij6wcrmrsbw-zvgbx Pod phase: Pending Pod name: virt-launcher-testvmijrgtddhjhh-xx6sm Pod phase: Running level=info timestamp=2018-07-27T12:20:12.822848Z pos=manager.go:69 component=virt-launcher msg="Collected all requested hook sidecar sockets" level=info timestamp=2018-07-27T12:20:12.823129Z pos=manager.go:72 component=virt-launcher msg="Sorted all collected sidecar sockets per hook point based on their priority and name: map[]" level=info timestamp=2018-07-27T12:20:12.825159Z pos=libvirt.go:261 component=virt-launcher msg="Connecting to libvirt daemon: qemu:///system" caught signal Pod name: virt-launcher-testvmijrgtdwrhs7-mq69q Pod phase: Pending level=info timestamp=2018-07-27T12:20:16.088265Z pos=manager.go:69 component=virt-launcher msg="Collected all requested hook sidecar sockets" level=info timestamp=2018-07-27T12:20:16.088459Z pos=manager.go:72 component=virt-launcher msg="Sorted all collected sidecar sockets per hook point based on their priority and name: map[]" level=info timestamp=2018-07-27T12:20:16.090144Z pos=libvirt.go:261 component=virt-launcher msg="Connecting to libvirt daemon: qemu:///system" caught signal Pod name: virt-launcher-testvmis9fcc-wpnjc Pod phase: Pending Pod name: virt-launcher-testvmizr2jt9fnkq-br4s9 Pod phase: Pending Pod name: virt-launcher-testvmizr2jtd2c5d-99xdn Pod phase: Succeeded level=info timestamp=2018-07-27T12:19:55.553669Z pos=manager.go:301 component=virt-launcher namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Domain stopped." level=info timestamp=2018-07-27T12:19:55.554908Z pos=client.go:136 component=virt-launcher msg="Libvirt event 5 with reason 1 received" level=info timestamp=2018-07-27T12:19:55.555746Z pos=manager.go:312 component=virt-launcher namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Domain undefined." level=info timestamp=2018-07-27T12:19:55.556763Z pos=server.go:96 component=virt-launcher namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Signaled vmi kill" level=info timestamp=2018-07-27T12:19:55.557113Z pos=client.go:119 component=virt-launcher msg="domain status: 0:0" level=info timestamp=2018-07-27T12:19:55.560266Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:19:55.560421Z pos=client.go:136 component=virt-launcher msg="Libvirt event 1 with reason 0 received" level=info timestamp=2018-07-27T12:19:55.561682Z pos=client.go:119 component=virt-launcher msg="domain status: 0:0" level=info timestamp=2018-07-27T12:19:55.564524Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:19:56.213747Z pos=monitor.go:231 component=virt-launcher msg="Process 55141756-bafb-483f-8fed-d113966cf16b and pid 176 is gone!" level=info timestamp=2018-07-27T12:19:56.216670Z pos=virt-launcher.go:233 component=virt-launcher msg="Waiting on final notifications to be sent to virt-handler." level=info timestamp=2018-07-27T12:19:56.216987Z pos=virt-launcher.go:241 component=virt-launcher msg="Final Delete notification sent" level=info timestamp=2018-07-27T12:19:56.217020Z pos=virt-launcher.go:348 component=virt-launcher msg=Exiting... caught signal virt-launcher exited with code 0 • Failure [2.788 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: <*kubecli.AsyncSubresourceError | 0xc42072a260>: { err: "Can't connect to websocket (503): service unavailable\n\n", StatusCode: 503, } Can't connect to websocket (503): service unavailable 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-q5vf5 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-x8l5b Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-6ppwr Pod phase: Running 2018/07/27 12:18:01 http: TLS handshake error from 10.244.0.1:44004: EOF 2018/07/27 12:18:11 http: TLS handshake error from 10.244.0.1:44028: EOF 2018/07/27 12:18:21 http: TLS handshake error from 10.244.0.1:44052: EOF 2018/07/27 12:18:31 http: TLS handshake error from 10.244.0.1:44076: EOF 2018/07/27 12:18:41 http: TLS handshake error from 10.244.0.1:44100: EOF 2018/07/27 12:18:51 http: TLS handshake error from 10.244.0.1:44124: EOF 2018/07/27 12:19:01 http: TLS handshake error from 10.244.0.1:44148: EOF 2018/07/27 12:19:11 http: TLS handshake error from 10.244.0.1:44172: EOF 2018/07/27 12:19:21 http: TLS handshake error from 10.244.0.1:44196: EOF 2018/07/27 12:19:31 http: TLS handshake error from 10.244.0.1:44220: EOF level=info timestamp=2018-07-27T12:19:35.712629Z pos=validating-webhook.go:84 component=virt-api msg="rejected vmi admission" 2018/07/27 12:19:41 http: TLS handshake error from 10.244.0.1:44244: EOF 2018/07/27 12:19:51 http: TLS handshake error from 10.244.0.1:44268: EOF 2018/07/27 12:20:01 http: TLS handshake error from 10.244.0.1:44292: EOF 2018/07/27 12:20:11 http: TLS handshake error from 10.244.0.1:44316: EOF Pod name: virt-api-7d79764579-jkwt5 Pod phase: Running 2018/07/27 12:17:52 http: TLS handshake error from 10.244.1.1:51588: EOF 2018/07/27 12:18:02 http: TLS handshake error from 10.244.1.1:51594: EOF 2018/07/27 12:18:12 http: TLS handshake error from 10.244.1.1:51600: EOF 2018/07/27 12:18:22 http: TLS handshake error from 10.244.1.1:51608: EOF 2018/07/27 12:18:32 http: TLS handshake error from 10.244.1.1:51616: EOF 2018/07/27 12:18:42 http: TLS handshake error from 10.244.1.1:51622: EOF 2018/07/27 12:18:52 http: TLS handshake error from 10.244.1.1:51628: EOF 2018/07/27 12:19:02 http: TLS handshake error from 10.244.1.1:51636: EOF 2018/07/27 12:19:12 http: TLS handshake error from 10.244.1.1:51642: EOF 2018/07/27 12:19:22 http: TLS handshake error from 10.244.1.1:51648: EOF 2018/07/27 12:19:32 http: TLS handshake error from 10.244.1.1:51654: EOF 2018/07/27 12:19:42 http: TLS handshake error from 10.244.1.1:51660: EOF 2018/07/27 12:19:52 http: TLS handshake error from 10.244.1.1:51666: EOF 2018/07/27 12:20:02 http: TLS handshake error from 10.244.1.1:51672: EOF 2018/07/27 12:20:12 http: TLS handshake error from 10.244.1.1:51678: EOF Pod name: virt-controller-7d57d96b65-mk9sj Pod phase: Running level=info timestamp=2018-07-27T12:20:10.852989Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijrgtd2txt6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijrgtd2txt6" level=info timestamp=2018-07-27T12:20:11.090412Z pos=vm.go:459 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijrgtdwrhs7 kind= uid=68485923-9197-11e8-a11a-525500d15501 msg="Looking for VirtualMachineInstance Ref" level=error timestamp=2018-07-27T12:20:11.090606Z pos=vm.go:462 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijrgtdwrhs7 kind= uid=68485923-9197-11e8-a11a-525500d15501 msg="Cant find the matching VM for VirtualMachineInstance: testvmijrgtdwrhs7" level=info timestamp=2018-07-27T12:20:11.090747Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijrgtdwrhs7 kind= uid=68485923-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:11.095212Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijrgtdwrhs7 kind= uid=68485923-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:11.252310Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijrgtddhjhh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijrgtddhjhh" level=error timestamp=2018-07-27T12:20:12.648370Z pos=replicaset.go:230 component=virt-controller service=http namespace=kubevirt-test-default name=replicasetljcd4 kind= uid=66f6b838-9197-11e8-a11a-525500d15501 reason="Operation cannot be fulfilled on virtualmachineinstancereplicasets.kubevirt.io \"replicasetljcd4\": the object has been modified; please apply your changes to the latest version and try again" msg="Updating the replicaset status failed." level=info timestamp=2018-07-27T12:20:12.649883Z pos=replicaset.go:137 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstancereplicasets.kubevirt.io \"replicasetljcd4\": the object has been modified; please apply your changes to the latest version and try again" msg="re-enqueuing VirtualMachineInstanceReplicaSet kubevirt-test-default/replicasetljcd4" level=info timestamp=2018-07-27T12:20:15.880664Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmis9fcc kind= uid=6b26c796-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:15.881576Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmis9fcc kind= uid=6b26c796-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:16.011638Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmis9fcc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmis9fcc" level=info timestamp=2018-07-27T12:20:18.221284Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirq65v kind= uid=6c8d7a75-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:18.221439Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirq65v kind= uid=6c8d7a75-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:18.312249Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirq65v\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirq65v" level=info timestamp=2018-07-27T12:20:18.332323Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirq65v\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirq65v" Pod name: virt-controller-7d57d96b65-r49bt Pod phase: Running level=info timestamp=2018-07-27T12:09:37.231679Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-6rjpk Pod phase: Running level=info timestamp=2018-07-27T12:19:55.791259Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T12:19:55.791544Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:55.792608Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmizr2jt9fnkq" level=info timestamp=2018-07-27T12:19:56.025272Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.025619Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:19:56.025731Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:56.026228Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.030142Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:19:56.030324Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:56.030709Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.030740Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:19:56.031335Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:19:56.031593Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:19:56.031836Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.039127Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-handler-8wjjg Pod phase: Running level=info timestamp=2018-07-27T12:19:53.875149Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:53.875349Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:19:53.882250Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.338439Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T12:19:55.343907Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:55.345198Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmizr2jtd2c5d" level=info timestamp=2018-07-27T12:19:55.557641Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.558388Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:19:55.558746Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:55.559087Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.558162Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:19:55.559309Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:19:55.559376Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:19:55.559441Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.563976Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-launcher-testvmi7n9tlg6c8x-vbsb8 Pod phase: Pending Pod name: virt-launcher-testvmi7n9tlq27r7-h5q9d Pod phase: Pending Pod name: virt-launcher-testvmi7n9tlv6zsq-jlc67 Pod phase: Pending level=info timestamp=2018-07-27T12:19:31.444187Z pos=manager.go:69 component=virt-launcher msg="Collected all requested hook sidecar sockets" level=info timestamp=2018-07-27T12:19:31.444325Z pos=manager.go:72 component=virt-launcher msg="Sorted all collected sidecar sockets per hook point based on their priority and name: map[]" level=info timestamp=2018-07-27T12:19:31.445684Z pos=libvirt.go:261 component=virt-launcher msg="Connecting to libvirt daemon: qemu:///system" caught signal virt-launcher exited with code 127 Pod name: virt-launcher-testvmi7n9tlzzvw6-wl44t Pod phase: Pending Pod name: virt-launcher-testvmij6wcrmrsbw-zvgbx Pod phase: Pending Pod name: virt-launcher-testvmijrgtddhjhh-xx6sm Pod phase: Running Pod name: virt-launcher-testvmijrgtdwrhs7-mq69q Pod phase: Running level=info timestamp=2018-07-27T12:20:16.088265Z pos=manager.go:69 component=virt-launcher msg="Collected all requested hook sidecar sockets" level=info timestamp=2018-07-27T12:20:16.088459Z pos=manager.go:72 component=virt-launcher msg="Sorted all collected sidecar sockets per hook point based on their priority and name: map[]" level=info timestamp=2018-07-27T12:20:16.090144Z pos=libvirt.go:261 component=virt-launcher msg="Connecting to libvirt daemon: qemu:///system" caught signal virt-launcher exited with code 127 Pod name: virt-launcher-testvmirq65v-vpkkd Pod phase: Pending Pod name: virt-launcher-testvmis9fcc-wpnjc Pod phase: Pending Pod name: virt-launcher-testvmizr2jt9fnkq-br4s9 Pod phase: Pending Pod name: virt-launcher-testvmizr2jtd2c5d-99xdn Pod phase: Succeeded level=info timestamp=2018-07-27T12:19:55.553669Z pos=manager.go:301 component=virt-launcher namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Domain stopped." level=info timestamp=2018-07-27T12:19:55.554908Z pos=client.go:136 component=virt-launcher msg="Libvirt event 5 with reason 1 received" level=info timestamp=2018-07-27T12:19:55.555746Z pos=manager.go:312 component=virt-launcher namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Domain undefined." level=info timestamp=2018-07-27T12:19:55.556763Z pos=server.go:96 component=virt-launcher namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Signaled vmi kill" level=info timestamp=2018-07-27T12:19:55.557113Z pos=client.go:119 component=virt-launcher msg="domain status: 0:0" level=info timestamp=2018-07-27T12:19:55.560266Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:19:55.560421Z pos=client.go:136 component=virt-launcher msg="Libvirt event 1 with reason 0 received" level=info timestamp=2018-07-27T12:19:55.561682Z pos=client.go:119 component=virt-launcher msg="domain status: 0:0" level=info timestamp=2018-07-27T12:19:55.564524Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:19:56.213747Z pos=monitor.go:231 component=virt-launcher msg="Process 55141756-bafb-483f-8fed-d113966cf16b and pid 176 is gone!" level=info timestamp=2018-07-27T12:19:56.216670Z pos=virt-launcher.go:233 component=virt-launcher msg="Waiting on final notifications to be sent to virt-handler." level=info timestamp=2018-07-27T12:19:56.216987Z pos=virt-launcher.go:241 component=virt-launcher msg="Final Delete notification sent" level=info timestamp=2018-07-27T12:19:56.217020Z pos=virt-launcher.go:348 component=virt-launcher msg=Exiting... caught signal virt-launcher exited with code 0 • Failure [2.527 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: <*kubecli.AsyncSubresourceError | 0xc4205cd820>: { err: "Can't connect to websocket (503): service unavailable\n\n", StatusCode: 503, } Can't connect to websocket (503): service unavailable 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-q5vf5 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-x8l5b Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-6ppwr Pod phase: Running 2018/07/27 12:18:01 http: TLS handshake error from 10.244.0.1:44004: EOF 2018/07/27 12:18:11 http: TLS handshake error from 10.244.0.1:44028: EOF 2018/07/27 12:18:21 http: TLS handshake error from 10.244.0.1:44052: EOF 2018/07/27 12:18:31 http: TLS handshake error from 10.244.0.1:44076: EOF 2018/07/27 12:18:41 http: TLS handshake error from 10.244.0.1:44100: EOF 2018/07/27 12:18:51 http: TLS handshake error from 10.244.0.1:44124: EOF 2018/07/27 12:19:01 http: TLS handshake error from 10.244.0.1:44148: EOF 2018/07/27 12:19:11 http: TLS handshake error from 10.244.0.1:44172: EOF 2018/07/27 12:19:21 http: TLS handshake error from 10.244.0.1:44196: EOF 2018/07/27 12:19:31 http: TLS handshake error from 10.244.0.1:44220: EOF level=info timestamp=2018-07-27T12:19:35.712629Z pos=validating-webhook.go:84 component=virt-api msg="rejected vmi admission" 2018/07/27 12:19:41 http: TLS handshake error from 10.244.0.1:44244: EOF 2018/07/27 12:19:51 http: TLS handshake error from 10.244.0.1:44268: EOF 2018/07/27 12:20:01 http: TLS handshake error from 10.244.0.1:44292: EOF 2018/07/27 12:20:11 http: TLS handshake error from 10.244.0.1:44316: EOF Pod name: virt-api-7d79764579-jkwt5 Pod phase: Running 2018/07/27 12:17:52 http: TLS handshake error from 10.244.1.1:51588: EOF 2018/07/27 12:18:02 http: TLS handshake error from 10.244.1.1:51594: EOF 2018/07/27 12:18:12 http: TLS handshake error from 10.244.1.1:51600: EOF 2018/07/27 12:18:22 http: TLS handshake error from 10.244.1.1:51608: EOF 2018/07/27 12:18:32 http: TLS handshake error from 10.244.1.1:51616: EOF 2018/07/27 12:18:42 http: TLS handshake error from 10.244.1.1:51622: EOF 2018/07/27 12:18:52 http: TLS handshake error from 10.244.1.1:51628: EOF 2018/07/27 12:19:02 http: TLS handshake error from 10.244.1.1:51636: EOF 2018/07/27 12:19:12 http: TLS handshake error from 10.244.1.1:51642: EOF 2018/07/27 12:19:22 http: TLS handshake error from 10.244.1.1:51648: EOF 2018/07/27 12:19:32 http: TLS handshake error from 10.244.1.1:51654: EOF 2018/07/27 12:19:42 http: TLS handshake error from 10.244.1.1:51660: EOF 2018/07/27 12:19:52 http: TLS handshake error from 10.244.1.1:51666: EOF 2018/07/27 12:20:02 http: TLS handshake error from 10.244.1.1:51672: EOF 2018/07/27 12:20:12 http: TLS handshake error from 10.244.1.1:51678: EOF Pod name: virt-controller-7d57d96b65-mk9sj Pod phase: Running level=info timestamp=2018-07-27T12:20:11.095212Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmijrgtdwrhs7 kind= uid=68485923-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:11.252310Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmijrgtddhjhh\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmijrgtddhjhh" level=error timestamp=2018-07-27T12:20:12.648370Z pos=replicaset.go:230 component=virt-controller service=http namespace=kubevirt-test-default name=replicasetljcd4 kind= uid=66f6b838-9197-11e8-a11a-525500d15501 reason="Operation cannot be fulfilled on virtualmachineinstancereplicasets.kubevirt.io \"replicasetljcd4\": the object has been modified; please apply your changes to the latest version and try again" msg="Updating the replicaset status failed." level=info timestamp=2018-07-27T12:20:12.649883Z pos=replicaset.go:137 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstancereplicasets.kubevirt.io \"replicasetljcd4\": the object has been modified; please apply your changes to the latest version and try again" msg="re-enqueuing VirtualMachineInstanceReplicaSet kubevirt-test-default/replicasetljcd4" level=info timestamp=2018-07-27T12:20:15.880664Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmis9fcc kind= uid=6b26c796-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:15.881576Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmis9fcc kind= uid=6b26c796-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:16.011638Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmis9fcc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmis9fcc" level=info timestamp=2018-07-27T12:20:18.221284Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirq65v kind= uid=6c8d7a75-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:18.221439Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirq65v kind= uid=6c8d7a75-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:18.312249Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirq65v\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirq65v" level=info timestamp=2018-07-27T12:20:18.332323Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirq65v\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirq65v" level=info timestamp=2018-07-27T12:20:20.773722Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirq65v\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmirq65v, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 6c8d7a75-9197-11e8-a11a-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirq65v" level=info timestamp=2018-07-27T12:20:20.892452Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8g7nz kind= uid=6e2572b1-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:20.892597Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8g7nz kind= uid=6e2572b1-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:20.946482Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8g7nz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8g7nz" Pod name: virt-controller-7d57d96b65-r49bt Pod phase: Running level=info timestamp=2018-07-27T12:09:37.231679Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-6rjpk Pod phase: Running level=info timestamp=2018-07-27T12:19:55.791259Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T12:19:55.791544Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:55.792608Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmizr2jt9fnkq" level=info timestamp=2018-07-27T12:19:56.025272Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.025619Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:19:56.025731Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:56.026228Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.030142Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:19:56.030324Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:56.030709Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.030740Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:19:56.031335Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:19:56.031593Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:19:56.031836Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.039127Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-handler-8wjjg Pod phase: Running level=info timestamp=2018-07-27T12:19:53.875149Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:53.875349Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:19:53.882250Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.338439Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T12:19:55.343907Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:55.345198Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmizr2jtd2c5d" level=info timestamp=2018-07-27T12:19:55.557641Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.558388Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:19:55.558746Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:55.559087Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.558162Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:19:55.559309Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:19:55.559376Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:19:55.559441Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.563976Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-launcher-testvmi7n9tlg6c8x-vbsb8 Pod phase: Pending Pod name: virt-launcher-testvmi7n9tlq27r7-h5q9d Pod phase: Pending Pod name: virt-launcher-testvmi7n9tlv6zsq-jlc67 Pod phase: Pending level=info timestamp=2018-07-27T12:19:31.444187Z pos=manager.go:69 component=virt-launcher msg="Collected all requested hook sidecar sockets" level=info timestamp=2018-07-27T12:19:31.444325Z pos=manager.go:72 component=virt-launcher msg="Sorted all collected sidecar sockets per hook point based on their priority and name: map[]" level=info timestamp=2018-07-27T12:19:31.445684Z pos=libvirt.go:261 component=virt-launcher msg="Connecting to libvirt daemon: qemu:///system" caught signal virt-launcher exited with code 127 Pod name: virt-launcher-testvmi7n9tlzzvw6-wl44t Pod phase: Pending Pod name: virt-launcher-testvmi8g7nz-jflbv Pod phase: Pending Pod name: virt-launcher-testvmij6wcrmrsbw-zvgbx Pod phase: Pending Pod name: virt-launcher-testvmijrgtddhjhh-xx6sm Pod phase: Failed Pod name: virt-launcher-testvmijrgtdwrhs7-mq69q Pod phase: Failed level=info timestamp=2018-07-27T12:20:16.088265Z pos=manager.go:69 component=virt-launcher msg="Collected all requested hook sidecar sockets" level=info timestamp=2018-07-27T12:20:16.088459Z pos=manager.go:72 component=virt-launcher msg="Sorted all collected sidecar sockets per hook point based on their priority and name: map[]" level=info timestamp=2018-07-27T12:20:16.090144Z pos=libvirt.go:261 component=virt-launcher msg="Connecting to libvirt daemon: qemu:///system" caught signal virt-launcher exited with code 127 Pod name: virt-launcher-testvmirq65v-vpkkd Pod phase: Pending Pod name: virt-launcher-testvmizr2jt9fnkq-br4s9 Pod phase: Pending Pod name: virt-launcher-testvmizr2jtd2c5d-99xdn Pod phase: Succeeded Unable to retrieve container logs for docker://c251db62db7764760d28dceb472ec0255a695a2bb6c7c9711861ba03ddf54b7e• Failure [2.660 seconds] Console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:37 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:65 with a serial console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:66 should be able to reconnect to console multiple times [It] /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:87 Expected error: <*kubecli.AsyncSubresourceError | 0xc420ea1320>: { err: "Can't connect to websocket (503): service unavailable\n\n", StatusCode: 503, } Can't connect to websocket (503): service unavailable not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:100 ------------------------------ STEP: Creating a new VirtualMachineInstance STEP: Checking that the console output equals to expected one Pod name: disks-images-provider-q5vf5 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-x8l5b Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-6ppwr Pod phase: Running 2018/07/27 12:18:11 http: TLS handshake error from 10.244.0.1:44028: EOF 2018/07/27 12:18:21 http: TLS handshake error from 10.244.0.1:44052: EOF 2018/07/27 12:18:31 http: TLS handshake error from 10.244.0.1:44076: EOF 2018/07/27 12:18:41 http: TLS handshake error from 10.244.0.1:44100: EOF 2018/07/27 12:18:51 http: TLS handshake error from 10.244.0.1:44124: EOF 2018/07/27 12:19:01 http: TLS handshake error from 10.244.0.1:44148: EOF 2018/07/27 12:19:11 http: TLS handshake error from 10.244.0.1:44172: EOF 2018/07/27 12:19:21 http: TLS handshake error from 10.244.0.1:44196: EOF 2018/07/27 12:19:31 http: TLS handshake error from 10.244.0.1:44220: EOF level=info timestamp=2018-07-27T12:19:35.712629Z pos=validating-webhook.go:84 component=virt-api msg="rejected vmi admission" 2018/07/27 12:19:41 http: TLS handshake error from 10.244.0.1:44244: EOF 2018/07/27 12:19:51 http: TLS handshake error from 10.244.0.1:44268: EOF 2018/07/27 12:20:01 http: TLS handshake error from 10.244.0.1:44292: EOF 2018/07/27 12:20:11 http: TLS handshake error from 10.244.0.1:44316: EOF 2018/07/27 12:20:21 http: TLS handshake error from 10.244.0.1:44340: EOF Pod name: virt-api-7d79764579-jkwt5 Pod phase: Running 2018/07/27 12:18:02 http: TLS handshake error from 10.244.1.1:51594: EOF 2018/07/27 12:18:12 http: TLS handshake error from 10.244.1.1:51600: EOF 2018/07/27 12:18:22 http: TLS handshake error from 10.244.1.1:51608: EOF 2018/07/27 12:18:32 http: TLS handshake error from 10.244.1.1:51616: EOF 2018/07/27 12:18:42 http: TLS handshake error from 10.244.1.1:51622: EOF 2018/07/27 12:18:52 http: TLS handshake error from 10.244.1.1:51628: EOF 2018/07/27 12:19:02 http: TLS handshake error from 10.244.1.1:51636: EOF 2018/07/27 12:19:12 http: TLS handshake error from 10.244.1.1:51642: EOF 2018/07/27 12:19:22 http: TLS handshake error from 10.244.1.1:51648: EOF 2018/07/27 12:19:32 http: TLS handshake error from 10.244.1.1:51654: EOF 2018/07/27 12:19:42 http: TLS handshake error from 10.244.1.1:51660: EOF 2018/07/27 12:19:52 http: TLS handshake error from 10.244.1.1:51666: EOF 2018/07/27 12:20:02 http: TLS handshake error from 10.244.1.1:51672: EOF 2018/07/27 12:20:12 http: TLS handshake error from 10.244.1.1:51678: EOF 2018/07/27 12:20:22 http: TLS handshake error from 10.244.1.1:51684: EOF Pod name: virt-controller-7d57d96b65-mk9sj Pod phase: Running level=info timestamp=2018-07-27T12:20:15.881576Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmis9fcc kind= uid=6b26c796-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:16.011638Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmis9fcc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmis9fcc" level=info timestamp=2018-07-27T12:20:18.221284Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirq65v kind= uid=6c8d7a75-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:18.221439Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirq65v kind= uid=6c8d7a75-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:18.312249Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirq65v\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirq65v" level=info timestamp=2018-07-27T12:20:18.332323Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirq65v\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirq65v" level=info timestamp=2018-07-27T12:20:20.773722Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirq65v\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmirq65v, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 6c8d7a75-9197-11e8-a11a-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirq65v" level=info timestamp=2018-07-27T12:20:20.892452Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8g7nz kind= uid=6e2572b1-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:20.892597Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8g7nz kind= uid=6e2572b1-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:20.946482Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8g7nz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8g7nz" level=info timestamp=2018-07-27T12:20:23.703023Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8g7nz\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi8g7nz, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 6e2572b1-9197-11e8-a11a-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8g7nz" level=info timestamp=2018-07-27T12:20:24.049752Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi72bf2 kind= uid=7006fbc1-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:24.050060Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi72bf2 kind= uid=7006fbc1-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:24.127319Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi72bf2\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi72bf2" level=info timestamp=2018-07-27T12:20:24.144596Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi72bf2\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi72bf2" Pod name: virt-controller-7d57d96b65-r49bt Pod phase: Running level=info timestamp=2018-07-27T12:09:37.231679Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-6rjpk Pod phase: Running level=info timestamp=2018-07-27T12:19:55.791259Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T12:19:55.791544Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:55.792608Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmizr2jt9fnkq" level=info timestamp=2018-07-27T12:19:56.025272Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.025619Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:19:56.025731Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:56.026228Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.030142Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:19:56.030324Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:56.030709Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.030740Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:19:56.031335Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:19:56.031593Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:19:56.031836Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.039127Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-handler-8wjjg Pod phase: Running level=info timestamp=2018-07-27T12:19:53.875149Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:53.875349Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:19:53.882250Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.338439Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T12:19:55.343907Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:55.345198Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmizr2jtd2c5d" level=info timestamp=2018-07-27T12:19:55.557641Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.558388Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:19:55.558746Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:55.559087Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.558162Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:19:55.559309Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:19:55.559376Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:19:55.559441Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.563976Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-launcher-testvmi72bf2-9jfq6 Pod phase: Pending Pod name: virt-launcher-testvmi7n9tlg6c8x-vbsb8 Pod phase: Pending Pod name: virt-launcher-testvmi7n9tlq27r7-h5q9d Pod phase: Pending Pod name: virt-launcher-testvmi7n9tlv6zsq-jlc67 Pod phase: Pending level=info timestamp=2018-07-27T12:19:31.444187Z pos=manager.go:69 component=virt-launcher msg="Collected all requested hook sidecar sockets" level=info timestamp=2018-07-27T12:19:31.444325Z pos=manager.go:72 component=virt-launcher msg="Sorted all collected sidecar sockets per hook point based on their priority and name: map[]" level=info timestamp=2018-07-27T12:19:31.445684Z pos=libvirt.go:261 component=virt-launcher msg="Connecting to libvirt daemon: qemu:///system" caught signal virt-launcher exited with code 127 Pod name: virt-launcher-testvmi7n9tlzzvw6-wl44t Pod phase: Pending Pod name: virt-launcher-testvmi8g7nz-jflbv Pod phase: Pending Pod name: virt-launcher-testvmij6wcrmrsbw-zvgbx Pod phase: Pending Pod name: virt-launcher-testvmijrgtddhjhh-xx6sm Pod phase: Failed Pod name: virt-launcher-testvmijrgtdwrhs7-mq69q Pod phase: Failed level=info timestamp=2018-07-27T12:20:16.088265Z pos=manager.go:69 component=virt-launcher msg="Collected all requested hook sidecar sockets" level=info timestamp=2018-07-27T12:20:16.088459Z pos=manager.go:72 component=virt-launcher msg="Sorted all collected sidecar sockets per hook point based on their priority and name: map[]" level=info timestamp=2018-07-27T12:20:16.090144Z pos=libvirt.go:261 component=virt-launcher msg="Connecting to libvirt daemon: qemu:///system" caught signal virt-launcher exited with code 127 Pod name: virt-launcher-testvmirq65v-vpkkd Pod phase: Pending Pod name: virt-launcher-testvmizr2jt9fnkq-br4s9 Pod phase: Pending Pod name: virt-launcher-testvmizr2jtd2c5d-99xdn Pod phase: Succeeded • Failure [3.331 seconds] Console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:37 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:65 with a serial console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:66 should wait until the virtual machine is in running state and return a stream interface [It] /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:103 Expected error: <*kubecli.AsyncSubresourceError | 0xc4212d7ee0>: { err: "Can't connect to websocket (503): service unavailable\n\n", StatusCode: 503, } Can't connect to websocket (503): service unavailable not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:109 ------------------------------ STEP: Creating a new VirtualMachineInstance Pod name: disks-images-provider-q5vf5 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-x8l5b Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-6ppwr Pod phase: Running 2018/07/27 12:18:11 http: TLS handshake error from 10.244.0.1:44028: EOF 2018/07/27 12:18:21 http: TLS handshake error from 10.244.0.1:44052: EOF 2018/07/27 12:18:31 http: TLS handshake error from 10.244.0.1:44076: EOF 2018/07/27 12:18:41 http: TLS handshake error from 10.244.0.1:44100: EOF 2018/07/27 12:18:51 http: TLS handshake error from 10.244.0.1:44124: EOF 2018/07/27 12:19:01 http: TLS handshake error from 10.244.0.1:44148: EOF 2018/07/27 12:19:11 http: TLS handshake error from 10.244.0.1:44172: EOF 2018/07/27 12:19:21 http: TLS handshake error from 10.244.0.1:44196: EOF 2018/07/27 12:19:31 http: TLS handshake error from 10.244.0.1:44220: EOF level=info timestamp=2018-07-27T12:19:35.712629Z pos=validating-webhook.go:84 component=virt-api msg="rejected vmi admission" 2018/07/27 12:19:41 http: TLS handshake error from 10.244.0.1:44244: EOF 2018/07/27 12:19:51 http: TLS handshake error from 10.244.0.1:44268: EOF 2018/07/27 12:20:01 http: TLS handshake error from 10.244.0.1:44292: EOF 2018/07/27 12:20:11 http: TLS handshake error from 10.244.0.1:44316: EOF 2018/07/27 12:20:21 http: TLS handshake error from 10.244.0.1:44340: EOF Pod name: virt-api-7d79764579-jkwt5 Pod phase: Running 2018/07/27 12:18:02 http: TLS handshake error from 10.244.1.1:51594: EOF 2018/07/27 12:18:12 http: TLS handshake error from 10.244.1.1:51600: EOF 2018/07/27 12:18:22 http: TLS handshake error from 10.244.1.1:51608: EOF 2018/07/27 12:18:32 http: TLS handshake error from 10.244.1.1:51616: EOF 2018/07/27 12:18:42 http: TLS handshake error from 10.244.1.1:51622: EOF 2018/07/27 12:18:52 http: TLS handshake error from 10.244.1.1:51628: EOF 2018/07/27 12:19:02 http: TLS handshake error from 10.244.1.1:51636: EOF 2018/07/27 12:19:12 http: TLS handshake error from 10.244.1.1:51642: EOF 2018/07/27 12:19:22 http: TLS handshake error from 10.244.1.1:51648: EOF 2018/07/27 12:19:32 http: TLS handshake error from 10.244.1.1:51654: EOF 2018/07/27 12:19:42 http: TLS handshake error from 10.244.1.1:51660: EOF 2018/07/27 12:19:52 http: TLS handshake error from 10.244.1.1:51666: EOF 2018/07/27 12:20:02 http: TLS handshake error from 10.244.1.1:51672: EOF 2018/07/27 12:20:12 http: TLS handshake error from 10.244.1.1:51678: EOF 2018/07/27 12:20:22 http: TLS handshake error from 10.244.1.1:51684: EOF Pod name: virt-controller-7d57d96b65-mk9sj Pod phase: Running level=info timestamp=2018-07-27T12:20:18.221284Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirq65v kind= uid=6c8d7a75-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:18.221439Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirq65v kind= uid=6c8d7a75-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:18.312249Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirq65v\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirq65v" level=info timestamp=2018-07-27T12:20:18.332323Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirq65v\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirq65v" level=info timestamp=2018-07-27T12:20:20.773722Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirq65v\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmirq65v, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 6c8d7a75-9197-11e8-a11a-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirq65v" level=info timestamp=2018-07-27T12:20:20.892452Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8g7nz kind= uid=6e2572b1-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:20.892597Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8g7nz kind= uid=6e2572b1-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:20.946482Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8g7nz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8g7nz" level=info timestamp=2018-07-27T12:20:23.703023Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8g7nz\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi8g7nz, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 6e2572b1-9197-11e8-a11a-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8g7nz" level=info timestamp=2018-07-27T12:20:24.049752Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi72bf2 kind= uid=7006fbc1-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:24.050060Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi72bf2 kind= uid=7006fbc1-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:24.127319Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi72bf2\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi72bf2" level=info timestamp=2018-07-27T12:20:24.144596Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi72bf2\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi72bf2" level=info timestamp=2018-07-27T12:20:26.924735Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7wf8r kind= uid=71b69533-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:26.925385Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7wf8r kind= uid=71b69533-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-r49bt Pod phase: Running level=info timestamp=2018-07-27T12:09:37.231679Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-6rjpk Pod phase: Running level=info timestamp=2018-07-27T12:19:55.791259Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T12:19:55.791544Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:55.792608Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmizr2jt9fnkq" level=info timestamp=2018-07-27T12:19:56.025272Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.025619Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:19:56.025731Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:56.026228Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.030142Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:19:56.030324Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:56.030709Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.030740Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:19:56.031335Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:19:56.031593Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:19:56.031836Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.039127Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-handler-8wjjg Pod phase: Running level=info timestamp=2018-07-27T12:19:53.875149Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:53.875349Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:19:53.882250Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.338439Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T12:19:55.343907Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:55.345198Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmizr2jtd2c5d" level=info timestamp=2018-07-27T12:19:55.557641Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.558388Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:19:55.558746Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:55.559087Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.558162Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:19:55.559309Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:19:55.559376Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:19:55.559441Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.563976Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-launcher-testvmi72bf2-9jfq6 Pod phase: Pending Pod name: virt-launcher-testvmi7n9tlv6zsq-jlc67 Pod phase: Pending level=info timestamp=2018-07-27T12:19:31.444187Z pos=manager.go:69 component=virt-launcher msg="Collected all requested hook sidecar sockets" level=info timestamp=2018-07-27T12:19:31.444325Z pos=manager.go:72 component=virt-launcher msg="Sorted all collected sidecar sockets per hook point based on their priority and name: map[]" level=info timestamp=2018-07-27T12:19:31.445684Z pos=libvirt.go:261 component=virt-launcher msg="Connecting to libvirt daemon: qemu:///system" caught signal virt-launcher exited with code 127 Pod name: virt-launcher-testvmi7n9tlzzvw6-wl44t Pod phase: Pending Pod name: virt-launcher-testvmi7wf8r-hbjkx Pod phase: Pending Pod name: virt-launcher-testvmi8g7nz-jflbv Pod phase: Pending Pod name: virt-launcher-testvmijrgtdwrhs7-mq69q Pod phase: Failed level=info timestamp=2018-07-27T12:20:16.088265Z pos=manager.go:69 component=virt-launcher msg="Collected all requested hook sidecar sockets" level=info timestamp=2018-07-27T12:20:16.088459Z pos=manager.go:72 component=virt-launcher msg="Sorted all collected sidecar sockets per hook point based on their priority and name: map[]" level=info timestamp=2018-07-27T12:20:16.090144Z pos=libvirt.go:261 component=virt-launcher msg="Connecting to libvirt daemon: qemu:///system" caught signal virt-launcher exited with code 127 Pod name: virt-launcher-testvmirq65v-vpkkd Pod phase: Pending Pod name: virt-launcher-testvmizr2jt9fnkq-br4s9 Pod phase: Pending • Failure [2.075 seconds] Console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:37 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:65 with a serial console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:66 should fail waiting for the virtual machine instance to be running [It] /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:111 Expected : "Can't ..." to equal | : "Timeou..." /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:132 ------------------------------ STEP: Creating a new VirtualMachineInstance Pod name: disks-images-provider-q5vf5 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-x8l5b Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-6ppwr Pod phase: Running 2018/07/27 12:18:11 http: TLS handshake error from 10.244.0.1:44028: EOF 2018/07/27 12:18:21 http: TLS handshake error from 10.244.0.1:44052: EOF 2018/07/27 12:18:31 http: TLS handshake error from 10.244.0.1:44076: EOF 2018/07/27 12:18:41 http: TLS handshake error from 10.244.0.1:44100: EOF 2018/07/27 12:18:51 http: TLS handshake error from 10.244.0.1:44124: EOF 2018/07/27 12:19:01 http: TLS handshake error from 10.244.0.1:44148: EOF 2018/07/27 12:19:11 http: TLS handshake error from 10.244.0.1:44172: EOF 2018/07/27 12:19:21 http: TLS handshake error from 10.244.0.1:44196: EOF 2018/07/27 12:19:31 http: TLS handshake error from 10.244.0.1:44220: EOF level=info timestamp=2018-07-27T12:19:35.712629Z pos=validating-webhook.go:84 component=virt-api msg="rejected vmi admission" 2018/07/27 12:19:41 http: TLS handshake error from 10.244.0.1:44244: EOF 2018/07/27 12:19:51 http: TLS handshake error from 10.244.0.1:44268: EOF 2018/07/27 12:20:01 http: TLS handshake error from 10.244.0.1:44292: EOF 2018/07/27 12:20:11 http: TLS handshake error from 10.244.0.1:44316: EOF 2018/07/27 12:20:21 http: TLS handshake error from 10.244.0.1:44340: EOF Pod name: virt-api-7d79764579-jkwt5 Pod phase: Running 2018/07/27 12:18:02 http: TLS handshake error from 10.244.1.1:51594: EOF 2018/07/27 12:18:12 http: TLS handshake error from 10.244.1.1:51600: EOF 2018/07/27 12:18:22 http: TLS handshake error from 10.244.1.1:51608: EOF 2018/07/27 12:18:32 http: TLS handshake error from 10.244.1.1:51616: EOF 2018/07/27 12:18:42 http: TLS handshake error from 10.244.1.1:51622: EOF 2018/07/27 12:18:52 http: TLS handshake error from 10.244.1.1:51628: EOF 2018/07/27 12:19:02 http: TLS handshake error from 10.244.1.1:51636: EOF 2018/07/27 12:19:12 http: TLS handshake error from 10.244.1.1:51642: EOF 2018/07/27 12:19:22 http: TLS handshake error from 10.244.1.1:51648: EOF 2018/07/27 12:19:32 http: TLS handshake error from 10.244.1.1:51654: EOF 2018/07/27 12:19:42 http: TLS handshake error from 10.244.1.1:51660: EOF 2018/07/27 12:19:52 http: TLS handshake error from 10.244.1.1:51666: EOF 2018/07/27 12:20:02 http: TLS handshake error from 10.244.1.1:51672: EOF 2018/07/27 12:20:12 http: TLS handshake error from 10.244.1.1:51678: EOF 2018/07/27 12:20:22 http: TLS handshake error from 10.244.1.1:51684: EOF Pod name: virt-controller-7d57d96b65-mk9sj Pod phase: Running level=info timestamp=2018-07-27T12:20:18.312249Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirq65v\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirq65v" level=info timestamp=2018-07-27T12:20:18.332323Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirq65v\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirq65v" level=info timestamp=2018-07-27T12:20:20.773722Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirq65v\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmirq65v, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 6c8d7a75-9197-11e8-a11a-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirq65v" level=info timestamp=2018-07-27T12:20:20.892452Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8g7nz kind= uid=6e2572b1-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:20.892597Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8g7nz kind= uid=6e2572b1-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:20.946482Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8g7nz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8g7nz" level=info timestamp=2018-07-27T12:20:23.703023Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8g7nz\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi8g7nz, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 6e2572b1-9197-11e8-a11a-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8g7nz" level=info timestamp=2018-07-27T12:20:24.049752Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi72bf2 kind= uid=7006fbc1-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:24.050060Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi72bf2 kind= uid=7006fbc1-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:24.127319Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi72bf2\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi72bf2" level=info timestamp=2018-07-27T12:20:24.144596Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi72bf2\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi72bf2" level=info timestamp=2018-07-27T12:20:26.924735Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7wf8r kind= uid=71b69533-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:26.925385Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7wf8r kind= uid=71b69533-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:29.010570Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilwpw2 kind= uid=72f81de6-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:29.012281Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilwpw2 kind= uid=72f81de6-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-r49bt Pod phase: Running level=info timestamp=2018-07-27T12:09:37.231679Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-6rjpk Pod phase: Running level=info timestamp=2018-07-27T12:19:55.791259Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T12:19:55.791544Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:55.792608Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmizr2jt9fnkq" level=info timestamp=2018-07-27T12:19:56.025272Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.025619Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:19:56.025731Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:56.026228Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.030142Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:19:56.030324Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:56.030709Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.030740Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:19:56.031335Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:19:56.031593Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:19:56.031836Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.039127Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-handler-8wjjg Pod phase: Running level=info timestamp=2018-07-27T12:19:53.875149Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:53.875349Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:19:53.882250Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.338439Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T12:19:55.343907Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:55.345198Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmizr2jtd2c5d" level=info timestamp=2018-07-27T12:19:55.557641Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind= uid=53611aaf-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.558388Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:19:55.558746Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:55.559087Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.558162Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:19:55.559309Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:19:55.559376Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:19:55.559441Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.563976Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-launcher-testvmi72bf2-9jfq6 Pod phase: Pending Pod name: virt-launcher-testvmi7n9tlv6zsq-jlc67 Pod phase: Pending failed to open log file "/var/log/pods/4e4df8e5-9197-11e8-a11a-525500d15501/compute/0.log": open /var/log/pods/4e4df8e5-9197-11e8-a11a-525500d15501/compute/0.log: no such file or directory Pod name: virt-launcher-testvmi7n9tlzzvw6-wl44t Pod phase: Pending Pod name: virt-launcher-testvmi8g7nz-jflbv Pod phase: Pending Pod name: virt-launcher-testvmijrgtdwrhs7-mq69q Pod phase: Failed Unable to retrieve container logs for docker://fc90e249dd848f74bf85a1fd73b9d35d277cb63e5a46a541dac3378fb3ebdd0c Pod name: virt-launcher-testvmilwpw2-7ccj7 Pod phase: Pending Pod name: virt-launcher-testvmirq65v-vpkkd Pod phase: Pending Pod name: virt-launcher-testvmizr2jt9fnkq-br4s9 Pod phase: Pending • Failure [2.111 seconds] Console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:37 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:65 with a serial console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:66 should fail waiting for the expecter [It] /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:134 Expected : "Can't ..." to equal | : "Timeou..." /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:156 ------------------------------ STEP: Creating a new VirtualMachineInstance STEP: Expecting the VirtualMachineInstance console Pod name: disks-images-provider-q5vf5 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-x8l5b Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-6ppwr Pod phase: Running 2018/07/27 12:18:31 http: TLS handshake error from 10.244.0.1:44076: EOF 2018/07/27 12:18:41 http: TLS handshake error from 10.244.0.1:44100: EOF 2018/07/27 12:18:51 http: TLS handshake error from 10.244.0.1:44124: EOF 2018/07/27 12:19:01 http: TLS handshake error from 10.244.0.1:44148: EOF 2018/07/27 12:19:11 http: TLS handshake error from 10.244.0.1:44172: EOF 2018/07/27 12:19:21 http: TLS handshake error from 10.244.0.1:44196: EOF 2018/07/27 12:19:31 http: TLS handshake error from 10.244.0.1:44220: EOF level=info timestamp=2018-07-27T12:19:35.712629Z pos=validating-webhook.go:84 component=virt-api msg="rejected vmi admission" 2018/07/27 12:19:41 http: TLS handshake error from 10.244.0.1:44244: EOF 2018/07/27 12:19:51 http: TLS handshake error from 10.244.0.1:44268: EOF 2018/07/27 12:20:01 http: TLS handshake error from 10.244.0.1:44292: EOF 2018/07/27 12:20:11 http: TLS handshake error from 10.244.0.1:44316: EOF 2018/07/27 12:20:21 http: TLS handshake error from 10.244.0.1:44340: EOF 2018/07/27 12:20:31 http: TLS handshake error from 10.244.0.1:44364: EOF 2018/07/27 12:20:41 http: TLS handshake error from 10.244.0.1:44388: EOF Pod name: virt-api-7d79764579-jkwt5 Pod phase: Running 2018/07/27 12:18:22 http: TLS handshake error from 10.244.1.1:51608: EOF 2018/07/27 12:18:32 http: TLS handshake error from 10.244.1.1:51616: EOF 2018/07/27 12:18:42 http: TLS handshake error from 10.244.1.1:51622: EOF 2018/07/27 12:18:52 http: TLS handshake error from 10.244.1.1:51628: EOF 2018/07/27 12:19:02 http: TLS handshake error from 10.244.1.1:51636: EOF 2018/07/27 12:19:12 http: TLS handshake error from 10.244.1.1:51642: EOF 2018/07/27 12:19:22 http: TLS handshake error from 10.244.1.1:51648: EOF 2018/07/27 12:19:32 http: TLS handshake error from 10.244.1.1:51654: EOF 2018/07/27 12:19:42 http: TLS handshake error from 10.244.1.1:51660: EOF 2018/07/27 12:19:52 http: TLS handshake error from 10.244.1.1:51666: EOF 2018/07/27 12:20:02 http: TLS handshake error from 10.244.1.1:51672: EOF 2018/07/27 12:20:12 http: TLS handshake error from 10.244.1.1:51678: EOF 2018/07/27 12:20:22 http: TLS handshake error from 10.244.1.1:51684: EOF 2018/07/27 12:20:32 http: TLS handshake error from 10.244.1.1:51690: EOF 2018/07/27 12:20:42 http: TLS handshake error from 10.244.1.1:51696: EOF Pod name: virt-controller-7d57d96b65-mk9sj Pod phase: Running level=info timestamp=2018-07-27T12:20:20.892452Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8g7nz kind= uid=6e2572b1-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:20.892597Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8g7nz kind= uid=6e2572b1-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:20.946482Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8g7nz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8g7nz" level=info timestamp=2018-07-27T12:20:23.703023Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8g7nz\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi8g7nz, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 6e2572b1-9197-11e8-a11a-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8g7nz" level=info timestamp=2018-07-27T12:20:24.049752Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi72bf2 kind= uid=7006fbc1-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:24.050060Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi72bf2 kind= uid=7006fbc1-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:24.127319Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi72bf2\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi72bf2" level=info timestamp=2018-07-27T12:20:24.144596Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi72bf2\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi72bf2" level=info timestamp=2018-07-27T12:20:26.924735Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7wf8r kind= uid=71b69533-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:26.925385Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7wf8r kind= uid=71b69533-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:29.010570Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilwpw2 kind= uid=72f81de6-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:29.012281Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilwpw2 kind= uid=72f81de6-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:30.718944Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmingd9l kind= uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:30.719202Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmingd9l kind= uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:31.028218Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmingd9l\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmingd9l" Pod name: virt-controller-7d57d96b65-r49bt Pod phase: Running level=info timestamp=2018-07-27T12:09:37.231679Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-6rjpk Pod phase: Running level=info timestamp=2018-07-27T12:19:55.791259Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-27T12:19:55.791544Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:55.792608Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmizr2jt9fnkq" level=info timestamp=2018-07-27T12:19:56.025272Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind= uid=53617f5d-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.025619Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:19:56.025731Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:56.026228Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.030142Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-27T12:19:56.030324Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-27T12:19:56.030709Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.030740Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:19:56.031335Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:19:56.031593Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:19:56.031836Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.039127Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-handler-8wjjg Pod phase: Running level=info timestamp=2018-07-27T12:19:55.559309Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:19:55.559376Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:19:55.559441Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.563976Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:20:46.687374Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmingd9l kind= uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:20:47.614701Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type ADDED" level=info timestamp=2018-07-27T12:20:47.615469Z pos=vm.go:657 component=virt-handler namespace=kubevirt-test-default name=testvmingd9l kind=Domain uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Domain is in state Paused reason StartingUp" level=info timestamp=2018-07-27T12:20:48.366324Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:20:48.366644Z pos=vm.go:688 component=virt-handler namespace=kubevirt-test-default name=testvmingd9l kind=Domain uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Domain is in state Running reason Unknown" level=info timestamp=2018-07-27T12:20:48.468024Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:20:48.500522Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmingd9l kind= uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:20:48.500755Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmingd9l kind= uid=73fe54de-9197-11e8-a11a-525500d15501 msg="No update processing required" level=info timestamp=2018-07-27T12:20:48.550614Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmingd9l kind= uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:20:48.551304Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmingd9l kind= uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:20:48.558257Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmingd9l kind= uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi72bf2-9jfq6 Pod phase: Pending Pod name: virt-launcher-testvmi8g7nz-jflbv Pod phase: Pending Pod name: virt-launcher-testvmilwpw2-7ccj7 Pod phase: Pending Pod name: virt-launcher-testvmingd9l-fqd5t Pod phase: Running level=info timestamp=2018-07-27T12:20:47.612444Z pos=monitor.go:253 component=virt-launcher msg="Monitoring loop: rate 1s start timeout 5m0s" level=info timestamp=2018-07-27T12:20:47.616490Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:20:48.303067Z pos=client.go:136 component=virt-launcher msg="Libvirt event 4 with reason 0 received" level=info timestamp=2018-07-27T12:20:48.331834Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:20:48.372024Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:20:48.384137Z pos=client.go:136 component=virt-launcher msg="Libvirt event 2 with reason 0 received" level=info timestamp=2018-07-27T12:20:48.420469Z pos=manager.go:188 component=virt-launcher namespace=kubevirt-test-default name=testvmingd9l kind= uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Domain started." level=info timestamp=2018-07-27T12:20:48.429721Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmingd9l kind= uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:20:48.430642Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:20:48.469288Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:20:48.553507Z pos=converter.go:535 component=virt-launcher msg="The network interface type of default was changed to e1000 due to unsupported interface type by qemu slirp network" level=info timestamp=2018-07-27T12:20:48.554304Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-07-27T12:20:48.554350Z pos=converter.go:752 component=virt-launcher msg="Found search domains in /etc/resolv.conf: kubevirt-test-default.svc.cluster.local svc.cluster.local cluster.local" level=info timestamp=2018-07-27T12:20:48.557878Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmingd9l kind= uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:20:48.618683Z pos=monitor.go:222 component=virt-launcher msg="Found PID for a10c5793-b4d1-4464-bf33-c31fd64f3bf3: 181" • Failure in Spec Setup (BeforeEach) [18.776 seconds] Slirp /root/go/src/kubevirt.io/kubevirt/tests/vmi_slirp_interface_test.go:39 should be able to [BeforeEach] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 VirtualMachineInstance with slirp interface /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Expected error: <*kubecli.AsyncSubresourceError | 0xc4211dca40>: { err: "Can't connect to websocket (503): service unavailable\n\n", StatusCode: 503, } Can't connect to websocket (503): service unavailable not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:36 ------------------------------ level=info timestamp=2018-07-27T12:20:32.081841Z pos=utils.go:254 component=tests msg="Created virtual machine pod virt-launcher-testvmingd9l-fqd5t" level=info timestamp=2018-07-27T12:20:47.479780Z pos=utils.go:254 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmingd9l-fqd5t" level=info timestamp=2018-07-27T12:20:49.386670Z pos=utils.go:254 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-07-27T12:20:49.396724Z pos=utils.go:254 component=tests msg="VirtualMachineInstance started." Pod name: disks-images-provider-q5vf5 Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-x8l5b Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-6ppwr Pod phase: Running 2018/07/27 12:18:51 http: TLS handshake error from 10.244.0.1:44124: EOF 2018/07/27 12:19:01 http: TLS handshake error from 10.244.0.1:44148: EOF 2018/07/27 12:19:11 http: TLS handshake error from 10.244.0.1:44172: EOF 2018/07/27 12:19:21 http: TLS handshake error from 10.244.0.1:44196: EOF 2018/07/27 12:19:31 http: TLS handshake error from 10.244.0.1:44220: EOF level=info timestamp=2018-07-27T12:19:35.712629Z pos=validating-webhook.go:84 component=virt-api msg="rejected vmi admission" 2018/07/27 12:19:41 http: TLS handshake error from 10.244.0.1:44244: EOF 2018/07/27 12:19:51 http: TLS handshake error from 10.244.0.1:44268: EOF 2018/07/27 12:20:01 http: TLS handshake error from 10.244.0.1:44292: EOF 2018/07/27 12:20:11 http: TLS handshake error from 10.244.0.1:44316: EOF 2018/07/27 12:20:21 http: TLS handshake error from 10.244.0.1:44340: EOF 2018/07/27 12:20:31 http: TLS handshake error from 10.244.0.1:44364: EOF 2018/07/27 12:20:41 http: TLS handshake error from 10.244.0.1:44388: EOF 2018/07/27 12:20:51 http: TLS handshake error from 10.244.0.1:44412: EOF 2018/07/27 12:21:01 http: TLS handshake error from 10.244.0.1:44436: EOF Pod name: virt-api-7d79764579-jkwt5 Pod phase: Running 2018/07/27 12:18:42 http: TLS handshake error from 10.244.1.1:51622: EOF 2018/07/27 12:18:52 http: TLS handshake error from 10.244.1.1:51628: EOF 2018/07/27 12:19:02 http: TLS handshake error from 10.244.1.1:51636: EOF 2018/07/27 12:19:12 http: TLS handshake error from 10.244.1.1:51642: EOF 2018/07/27 12:19:22 http: TLS handshake error from 10.244.1.1:51648: EOF 2018/07/27 12:19:32 http: TLS handshake error from 10.244.1.1:51654: EOF 2018/07/27 12:19:42 http: TLS handshake error from 10.244.1.1:51660: EOF 2018/07/27 12:19:52 http: TLS handshake error from 10.244.1.1:51666: EOF 2018/07/27 12:20:02 http: TLS handshake error from 10.244.1.1:51672: EOF 2018/07/27 12:20:12 http: TLS handshake error from 10.244.1.1:51678: EOF 2018/07/27 12:20:22 http: TLS handshake error from 10.244.1.1:51684: EOF 2018/07/27 12:20:32 http: TLS handshake error from 10.244.1.1:51690: EOF 2018/07/27 12:20:42 http: TLS handshake error from 10.244.1.1:51696: EOF 2018/07/27 12:20:52 http: TLS handshake error from 10.244.1.1:51702: EOF 2018/07/27 12:21:02 http: TLS handshake error from 10.244.1.1:51708: EOF Pod name: virt-controller-7d57d96b65-mk9sj Pod phase: Running level=info timestamp=2018-07-27T12:20:20.946482Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8g7nz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8g7nz" level=info timestamp=2018-07-27T12:20:23.703023Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi8g7nz\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi8g7nz, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 6e2572b1-9197-11e8-a11a-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi8g7nz" level=info timestamp=2018-07-27T12:20:24.049752Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi72bf2 kind= uid=7006fbc1-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:24.050060Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi72bf2 kind= uid=7006fbc1-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:24.127319Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi72bf2\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi72bf2" level=info timestamp=2018-07-27T12:20:24.144596Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi72bf2\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi72bf2" level=info timestamp=2018-07-27T12:20:26.924735Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7wf8r kind= uid=71b69533-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:26.925385Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7wf8r kind= uid=71b69533-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:29.010570Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilwpw2 kind= uid=72f81de6-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:29.012281Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilwpw2 kind= uid=72f81de6-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:30.718944Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmingd9l kind= uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:30.719202Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmingd9l kind= uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-27T12:20:31.028218Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmingd9l\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmingd9l" level=info timestamp=2018-07-27T12:20:49.489505Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmid74fb kind= uid=7f2f2ca6-9197-11e8-a11a-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-27T12:20:49.491666Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmid74fb kind= uid=7f2f2ca6-9197-11e8-a11a-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-7d57d96b65-r49bt Pod phase: Running level=info timestamp=2018-07-27T12:09:37.231679Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-6rjpk Pod phase: Running level=info timestamp=2018-07-27T12:19:56.031335Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:19:56.031593Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:19:56.031836Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jt9fnkq kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:56.039127Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:21:05.896101Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmid74fb kind= uid=7f2f2ca6-9197-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:21:07.263501Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type ADDED" level=info timestamp=2018-07-27T12:21:07.267128Z pos=vm.go:657 component=virt-handler namespace=kubevirt-test-default name=testvmid74fb kind=Domain uid=7f2f2ca6-9197-11e8-a11a-525500d15501 msg="Domain is in state Paused reason StartingUp" level=info timestamp=2018-07-27T12:21:07.771846Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:21:07.772274Z pos=vm.go:688 component=virt-handler namespace=kubevirt-test-default name=testvmid74fb kind=Domain uid=7f2f2ca6-9197-11e8-a11a-525500d15501 msg="Domain is in state Running reason Unknown" level=info timestamp=2018-07-27T12:21:07.820502Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmid74fb kind= uid=7f2f2ca6-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:21:07.822680Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:21:07.820888Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmid74fb kind= uid=7f2f2ca6-9197-11e8-a11a-525500d15501 msg="No update processing required" level=info timestamp=2018-07-27T12:21:08.037840Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmid74fb kind= uid=7f2f2ca6-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:21:08.038049Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmid74fb kind= uid=7f2f2ca6-9197-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:21:08.043178Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmid74fb kind= uid=7f2f2ca6-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." Pod name: virt-handler-8wjjg Pod phase: Running level=info timestamp=2018-07-27T12:19:55.559309Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-27T12:19:55.559376Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-27T12:19:55.559441Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmizr2jtd2c5d kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:19:55.563976Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-27T12:20:46.687374Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmingd9l kind= uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:20:47.614701Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type ADDED" level=info timestamp=2018-07-27T12:20:47.615469Z pos=vm.go:657 component=virt-handler namespace=kubevirt-test-default name=testvmingd9l kind=Domain uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Domain is in state Paused reason StartingUp" level=info timestamp=2018-07-27T12:20:48.366324Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:20:48.366644Z pos=vm.go:688 component=virt-handler namespace=kubevirt-test-default name=testvmingd9l kind=Domain uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Domain is in state Running reason Unknown" level=info timestamp=2018-07-27T12:20:48.468024Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-27T12:20:48.500522Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmingd9l kind= uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:20:48.500755Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmingd9l kind= uid=73fe54de-9197-11e8-a11a-525500d15501 msg="No update processing required" level=info timestamp=2018-07-27T12:20:48.550614Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmingd9l kind= uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-27T12:20:48.551304Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmingd9l kind= uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-27T12:20:48.558257Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmingd9l kind= uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi72bf2-9jfq6 Pod phase: Pending Pod name: virt-launcher-testvmi8g7nz-jflbv Pod phase: Pending Pod name: virt-launcher-testvmid74fb-j2s7x Pod phase: Running level=info timestamp=2018-07-27T12:21:07.280070Z pos=virt-launcher.go:214 component=virt-launcher msg="Detected domain with UUID 6455bed2-53c7-467b-a95b-d0b7bb26889a" level=info timestamp=2018-07-27T12:21:07.281512Z pos=monitor.go:253 component=virt-launcher msg="Monitoring loop: rate 1s start timeout 5m0s" level=info timestamp=2018-07-27T12:21:07.675423Z pos=client.go:136 component=virt-launcher msg="Libvirt event 4 with reason 0 received" level=info timestamp=2018-07-27T12:21:07.764401Z pos=manager.go:188 component=virt-launcher namespace=kubevirt-test-default name=testvmid74fb kind= uid=7f2f2ca6-9197-11e8-a11a-525500d15501 msg="Domain started." level=info timestamp=2018-07-27T12:21:07.765117Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:21:07.775581Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmid74fb kind= uid=7f2f2ca6-9197-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:21:07.778264Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:21:07.778517Z pos=client.go:136 component=virt-launcher msg="Libvirt event 2 with reason 0 received" level=info timestamp=2018-07-27T12:21:07.818996Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:21:07.826061Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:21:08.039591Z pos=converter.go:535 component=virt-launcher msg="The network interface type of default was changed to e1000 due to unsupported interface type by qemu slirp network" level=info timestamp=2018-07-27T12:21:08.040123Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-07-27T12:21:08.040172Z pos=converter.go:752 component=virt-launcher msg="Found search domains in /etc/resolv.conf: kubevirt-test-default.svc.cluster.local svc.cluster.local cluster.local" level=info timestamp=2018-07-27T12:21:08.042893Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmid74fb kind= uid=7f2f2ca6-9197-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:21:08.285793Z pos=monitor.go:222 component=virt-launcher msg="Found PID for 6455bed2-53c7-467b-a95b-d0b7bb26889a: 181" Pod name: virt-launcher-testvmilwpw2-7ccj7 Pod phase: Pending Pod name: virt-launcher-testvmingd9l-fqd5t Pod phase: Running level=info timestamp=2018-07-27T12:20:47.612444Z pos=monitor.go:253 component=virt-launcher msg="Monitoring loop: rate 1s start timeout 5m0s" level=info timestamp=2018-07-27T12:20:47.616490Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:20:48.303067Z pos=client.go:136 component=virt-launcher msg="Libvirt event 4 with reason 0 received" level=info timestamp=2018-07-27T12:20:48.331834Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:20:48.372024Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:20:48.384137Z pos=client.go:136 component=virt-launcher msg="Libvirt event 2 with reason 0 received" level=info timestamp=2018-07-27T12:20:48.420469Z pos=manager.go:188 component=virt-launcher namespace=kubevirt-test-default name=testvmingd9l kind= uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Domain started." level=info timestamp=2018-07-27T12:20:48.429721Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmingd9l kind= uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:20:48.430642Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-27T12:20:48.469288Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-27T12:20:48.553507Z pos=converter.go:535 component=virt-launcher msg="The network interface type of default was changed to e1000 due to unsupported interface type by qemu slirp network" level=info timestamp=2018-07-27T12:20:48.554304Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-07-27T12:20:48.554350Z pos=converter.go:752 component=virt-launcher msg="Found search domains in /etc/resolv.conf: kubevirt-test-default.svc.cluster.local svc.cluster.local cluster.local" level=info timestamp=2018-07-27T12:20:48.557878Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmingd9l kind= uid=73fe54de-9197-11e8-a11a-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-27T12:20:48.618683Z pos=monitor.go:222 component=virt-launcher msg="Found PID for a10c5793-b4d1-4464-bf33-c31fd64f3bf3: 181" • Failure in Spec Setup (BeforeEach) [19.579 seconds] Slirp /root/go/src/kubevirt.io/kubevirt/tests/vmi_slirp_interface_test.go:39 should be able to [BeforeEach] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 VirtualMachineInstance with slirp interface with custom MAC address /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Expected error: <*kubecli.AsyncSubresourceError | 0xc420994ac0>: { err: "Can't connect to websocket (503): service unavailable\n\n", StatusCode: 503, } Can't connect to websocket (503): service unavailable not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:36 ------------------------------ level=info timestamp=2018-07-27T12:20:50.962216Z pos=utils.go:254 component=tests msg="Created virtual machine pod virt-launcher-testvmid74fb-j2s7x" level=info timestamp=2018-07-27T12:21:06.294567Z pos=utils.go:254 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmid74fb-j2s7x" level=info timestamp=2018-07-27T12:21:08.469193Z pos=utils.go:254 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-07-27T12:21:08.549801Z pos=utils.go:254 component=tests msg="VirtualMachineInstance started." Waiting for namespace kubevirt-test-default to be removed, this can take a while ... Waiting for namespace kubevirt-test-alternative to be removed, this can take a while ... Summarizing 23 Failures: [Fail] Storage Starting a VirtualMachineInstance with Alpine PVC should be successfully started and stopped multiple times [It] with Disk PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:99 [Fail] Storage Starting a VirtualMachineInstance with Alpine PVC should be successfully started and stopped multiple times [It] with CDRom PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:99 [Fail] Storage Starting a VirtualMachineInstance With an emptyDisk defined [It] should create a writeable emptyDisk with the right capacity /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:139 [Fail] Storage Starting a VirtualMachineInstance With an emptyDisk defined and a specified serial number [It] should create a writeable emptyDisk with the specified serial number /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:190 [Fail] Storage Starting a VirtualMachineInstance With ephemeral alpine PVC [It] should be successfully started /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:214 [Fail] Storage Starting a VirtualMachineInstance With ephemeral alpine PVC [It] should not persist data /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:226 [Fail] Storage Starting a VirtualMachineInstance With VirtualMachineInstance with two PVCs [It] should start vmi multiple times /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:292 [Fail] CloudInit UserData A new VirtualMachineInstance with cloudInitNoCloud userDataBase64 source [It] should have cloud-init data /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:67 [Fail] CloudInit UserData A new VirtualMachineInstance with cloudInitNoCloud userDataBase64 source with injected ssh-key [It] should have ssh-key under authorized keys /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:67 [Fail] CloudInit UserData A new VirtualMachineInstance with cloudInitNoCloud userData source [It] should process provided cloud-init data /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:67 [Fail] CloudInit UserData A new VirtualMachineInstance [It] should take user-data from k8s secret /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:67 [Fail] Version Check that version parameters where loaded by ldflags in build time [It] Should return a good version information struct /root/go/src/kubevirt.io/kubevirt/tests/version_test.go:49 [Fail] Subresource Api Rbac Authorization with correct permissions [It] should be allowed to access subresource endpoint /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:118 [Fail] Subresource Api Rbac Authorization For Version Command with authenticated user [It] should be allowed to access subresource version endpoint /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:118 [Fail] Subresource Api Rbac Authorization For Version Command Without permissions [It] should be able to access subresource version endpoint /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:118 [Fail] Console A new VirtualMachineInstance with a serial console with a cirros image [It] should return that we are running cirros /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:55 [Fail] Console A new VirtualMachineInstance with a serial console with a fedora image [It] should return that we are running fedora /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:55 [Fail] Console A new VirtualMachineInstance with a serial console [It] should be able to reconnect to console multiple times /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:100 [Fail] Console A new VirtualMachineInstance with a serial console [It] should wait until the virtual machine is in running state and return a stream interface /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:109 [Fail] Console A new VirtualMachineInstance with a serial console [It] should fail waiting for the virtual machine instance to be running /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:132 [Fail] Console A new VirtualMachineInstance with a serial console [It] should fail waiting for the expecter /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:156 [Fail] Slirp [BeforeEach] should be able to VirtualMachineInstance with slirp interface /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:36 [Fail] Slirp [BeforeEach] should be able to VirtualMachineInstance with slirp interface with custom MAC address /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:36 Ran 133 of 149 Specs in 3618.611 seconds FAIL! -- 110 Passed | 23 Failed | 0 Pending | 16 Skipped --- FAIL: TestTests (3618.62s) FAIL make: *** [functest] Error 1 + make cluster-down ./cluster/down.sh