+ export WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release + WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release + [[ k8s-1.11.0-release =~ openshift-.* ]] + [[ k8s-1.11.0-release =~ .*-1.10.4-.* ]] + export KUBEVIRT_PROVIDER=k8s-1.11.0 + KUBEVIRT_PROVIDER=k8s-1.11.0 + export KUBEVIRT_NUM_NODES=2 + KUBEVIRT_NUM_NODES=2 + export NFS_WINDOWS_DIR=/home/nfs/images/windows2016 + NFS_WINDOWS_DIR=/home/nfs/images/windows2016 + export NAMESPACE=kube-system + NAMESPACE=kube-system + trap '{ make cluster-down; }' EXIT SIGINT SIGTERM SIGSTOP + make cluster-down ./cluster/down.sh + make cluster-up ./cluster/up.sh Downloading ....... Downloading ....... 2018/07/26 07:04:26 Waiting for host: 192.168.66.101:22 2018/07/26 07:04:29 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/07/26 07:04:41 Connected to tcp://192.168.66.101:22 ++ systemctl status docker ++ wc -l ++ grep active + [[ 1 -eq 0 ]] + kubeadm init --config /etc/kubernetes/kubeadm.conf [init] using Kubernetes version: v1.11.0 [preflight] running pre-flight checks I0726 07:04:42.591555 1260 feature_gate.go:230] feature gates: &{map[]} I0726 07:04:42.678138 1260 kernel_validator.go:81] Validating kernel version I0726 07:04:42.678453 1260 kernel_validator.go:96] Validating kernel config [preflight/images] Pulling images required for setting up a Kubernetes cluster [preflight/images] This might take a minute or two, depending on the speed of your internet connection [preflight/images] You can also perform this action in beforehand using 'kubeadm config images pull' [kubelet] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env" [kubelet] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml" [preflight] Activating the kubelet service [certificates] Generated ca certificate and key. [certificates] Generated apiserver certificate and key. [certificates] apiserver serving cert is signed for DNS names [node01 kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local] and IPs [10.96.0.1 192.168.66.101] [certificates] Generated apiserver-kubelet-client certificate and key. [certificates] Generated sa key and public key. [certificates] Generated front-proxy-ca certificate and key. [certificates] Generated front-proxy-client certificate and key. [certificates] Generated etcd/ca certificate and key. [certificates] Generated etcd/server certificate and key. [certificates] etcd/server serving cert is signed for DNS names [node01 localhost] and IPs [127.0.0.1 ::1] [certificates] Generated etcd/peer certificate and key. [certificates] etcd/peer serving cert is signed for DNS names [node01 localhost] and IPs [192.168.66.101 127.0.0.1 ::1] [certificates] Generated etcd/healthcheck-client certificate and key. [certificates] Generated apiserver-etcd-client certificate and key. [certificates] valid certificates and keys now exist in "/etc/kubernetes/pki" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/admin.conf" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/kubelet.conf" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/controller-manager.conf" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/scheduler.conf" [controlplane] wrote Static Pod manifest for component kube-apiserver to "/etc/kubernetes/manifests/kube-apiserver.yaml" [controlplane] wrote Static Pod manifest for component kube-controller-manager to "/etc/kubernetes/manifests/kube-controller-manager.yaml" [controlplane] wrote Static Pod manifest for component kube-scheduler to "/etc/kubernetes/manifests/kube-scheduler.yaml" [etcd] Wrote Static Pod manifest for a local etcd instance to "/etc/kubernetes/manifests/etcd.yaml" [init] waiting for the kubelet to boot up the control plane as Static Pods from directory "/etc/kubernetes/manifests" [init] this might take a minute or longer if the control plane images have to be pulled [apiclient] All control plane components are healthy after 51.509832 seconds [uploadconfig] storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace [kubelet] Creating a ConfigMap "kubelet-config-1.11" in namespace kube-system with the configuration for the kubelets in the cluster [markmaster] Marking the node node01 as master by adding the label "node-role.kubernetes.io/master=''" [markmaster] Marking the node node01 as master by adding the taints [node-role.kubernetes.io/master:NoSchedule] [patchnode] Uploading the CRI Socket information "/var/run/dockershim.sock" to the Node API object "node01" as an annotation [bootstraptoken] using token: abcdef.1234567890123456 [bootstraptoken] configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials [bootstraptoken] configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token [bootstraptoken] configured RBAC rules to allow certificate rotation for all node client certificates in the cluster [bootstraptoken] creating the "cluster-info" ConfigMap in the "kube-public" namespace [addons] Applied essential addon: CoreDNS [addons] Applied essential addon: kube-proxy Your Kubernetes master has initialized successfully! To start using your cluster, you need to run the following as a regular user: mkdir -p $HOME/.kube sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config sudo chown $(id -u):$(id -g) $HOME/.kube/config You should now deploy a pod network to the cluster. Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at: https://kubernetes.io/docs/concepts/cluster-administration/addons/ You can now join any number of machines by running the following on each node as root: kubeadm join 192.168.66.101:6443 --token abcdef.1234567890123456 --discovery-token-ca-cert-hash sha256:75091683bcf7b333bc7201f15b0462b059b1212262e723fa7f482c8c49e6c601 + kubectl --kubeconfig=/etc/kubernetes/admin.conf apply -f https://raw.githubusercontent.com/coreos/flannel/v0.9.1/Documentation/kube-flannel.yml clusterrole.rbac.authorization.k8s.io/flannel created clusterrolebinding.rbac.authorization.k8s.io/flannel created serviceaccount/flannel created configmap/kube-flannel-cfg created daemonset.extensions/kube-flannel-ds created + kubectl --kubeconfig=/etc/kubernetes/admin.conf taint nodes node01 node-role.kubernetes.io/master:NoSchedule- node/node01 untainted + kubectl --kubeconfig=/etc/kubernetes/admin.conf create -f /tmp/local-volume.yaml storageclass.storage.k8s.io/local created configmap/local-storage-config created clusterrolebinding.rbac.authorization.k8s.io/local-storage-provisioner-pv-binding created clusterrole.rbac.authorization.k8s.io/local-storage-provisioner-node-clusterrole created clusterrolebinding.rbac.authorization.k8s.io/local-storage-provisioner-node-binding created role.rbac.authorization.k8s.io/local-storage-provisioner-jobs-role created rolebinding.rbac.authorization.k8s.io/local-storage-provisioner-jobs-rolebinding created serviceaccount/local-storage-admin created daemonset.extensions/local-volume-provisioner created 2018/07/26 07:05:51 Waiting for host: 192.168.66.102:22 2018/07/26 07:05:54 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/07/26 07:06:02 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/07/26 07:06:07 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: connection refused. Sleeping 5s 2018/07/26 07:06:12 Connected to tcp://192.168.66.102:22 ++ systemctl status docker ++ grep active ++ wc -l + [[ 1 -eq 0 ]] + kubeadm join --token abcdef.1234567890123456 192.168.66.101:6443 --ignore-preflight-errors=all --discovery-token-unsafe-skip-ca-verification=true [preflight] running pre-flight checks [WARNING RequiredIPVSKernelModulesAvailable]: the IPVS proxier will not be used, because the following required kernel modules are not loaded: [ip_vs ip_vs_rr ip_vs_wrr ip_vs_sh] or no builtin kernel ipvs support: map[ip_vs:{} ip_vs_rr:{} ip_vs_wrr:{} ip_vs_sh:{} nf_conntrack_ipv4:{}] you can solve this problem with following methods: 1. Run 'modprobe -- ' to load missing kernel modules; 2. Provide the missing builtin kernel ipvs support I0726 07:06:13.548578 1265 kernel_validator.go:81] Validating kernel version I0726 07:06:13.550084 1265 kernel_validator.go:96] Validating kernel config [discovery] Trying to connect to API Server "192.168.66.101:6443" [discovery] Created cluster-info discovery client, requesting info from "https://192.168.66.101:6443" [discovery] Cluster info signature and contents are valid and no TLS pinning was specified, will use API Server "192.168.66.101:6443" [discovery] Successfully established connection with API Server "192.168.66.101:6443" [kubelet] Downloading configuration for the kubelet from the "kubelet-config-1.11" ConfigMap in the kube-system namespace [kubelet] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml" [kubelet] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env" [preflight] Activating the kubelet service [tlsbootstrap] Waiting for the kubelet to perform the TLS Bootstrap... [patchnode] Uploading the CRI Socket information "/var/run/dockershim.sock" to the Node API object "node02" as an annotation This node has joined the cluster: * Certificate signing request was sent to master and a response was received. * The Kubelet was informed of the new secure connection details. Run 'kubectl get nodes' on the master to see this node join the cluster. Sending file modes: C0755 38739968 kubectl Sending file modes: C0600 5454 admin.conf Cluster "kubernetes" set. Cluster "kubernetes" set. + set +e + kubectl get nodes --no-headers + cluster/kubectl.sh get nodes --no-headers node01 Ready master 1m v1.11.0 node02 Ready 27s v1.11.0 + kubectl_rc=0 + '[' 0 -ne 0 ']' ++ kubectl get nodes --no-headers ++ grep NotReady ++ cluster/kubectl.sh get nodes --no-headers + '[' -n '' ']' + set -e + echo 'Nodes are ready:' Nodes are ready: + kubectl get nodes + cluster/kubectl.sh get nodes NAME STATUS ROLES AGE VERSION node01 Ready master 1m v1.11.0 node02 Ready 28s v1.11.0 + make cluster-sync ./cluster/build.sh Building ... sha256:425740ae090340376d1039cea91ec9e1be2be1647d99e6de7ba8e8ef6341b554 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:b69a3f94b2043cd36cc41eb5d9446480e0a640962e468ab72c3cc51f2b89386a 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.37 MB Step 1/8 : FROM fedora:28 ---> cc510acfcd70 Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 3265a3c6f899 Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-controller ---> Using cache ---> 84570f0bf244 Step 4/8 : WORKDIR /home/virt-controller ---> Using cache ---> 4b8efcbf3461 Step 5/8 : USER 1001 ---> Using cache ---> c49257f2ff48 Step 6/8 : COPY virt-controller /usr/bin/virt-controller ---> Using cache ---> 362e5c53877b Step 7/8 : ENTRYPOINT /usr/bin/virt-controller ---> Using cache ---> d02f59d26eaf Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release1" '' "virt-controller" '' ---> Running in 41ce098655e0 ---> 44352567f4da Removing intermediate container 41ce098655e0 Successfully built 44352567f4da Sending build context to Docker daemon 42.63 MB Step 1/10 : FROM kubevirt/libvirt:4.2.0 Trying to pull repository docker.io/kubevirt/libvirt ... 4.2.0: Pulling from docker.io/kubevirt/libvirt e71c36a80ba9: Already exists 301132a19a16: Pulling fs layer 6b8a7a35bb20: Pulling fs layer 9abf9a2746ab: Pulling fs layer 55f14d5ffbcf: Pulling fs layer 725d7fed8635: Pulling fs layer 725d7fed8635: Download complete 9abf9a2746ab: Download complete 6b8a7a35bb20: Download complete 55f14d5ffbcf: Download complete 301132a19a16: Verifying Checksum 301132a19a16: Download complete 301132a19a16: Pull complete 6b8a7a35bb20: Pull complete 9abf9a2746ab: Pull complete 55f14d5ffbcf: Pull complete 725d7fed8635: Pull complete Digest: sha256:5e0ea4a9a99c61bbc217d0cfa4e432dc32992c38622788ed770dc4897d86e306 Status: Downloaded newer image for docker.io/kubevirt/libvirt:4.2.0 ---> 5f0bfe81a3e0 Step 2/10 : MAINTAINER "The KubeVirt Project" ---> Running in 2847f0b337e4 ---> c1e65e6c8241 Removing intermediate container 2847f0b337e4 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 ---> Running in 4cddc9d6e93f Fedora 28 - x86_64 - Updates 9.5 MB/s | 20 MB 00:02 Virtualization packages from Rawhide built for 189 kB/s | 57 kB 00:00 Fedora 28 - x86_64 741 kB/s | 60 MB 01:23 Last metadata expiration check: 0:00:04 ago on Thu Jul 26 07:27:01 2018. Package util-linux-2.32-2.fc28.x86_64 is already installed, skipping. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: ethtool x86_64 2:4.17-1.fc28 updates 144 k genisoimage x86_64 1.1.11-38.fc28 fedora 315 k libcgroup-tools x86_64 0.41-17.fc28 updates 90 k net-tools x86_64 2.0-0.50.20160912git.fc28 updates 320 k socat x86_64 1.7.3.2-6.fc28 fedora 297 k sudo x86_64 1.8.23-1.fc28 updates 864 k Installing dependencies: libusal x86_64 1.1.11-38.fc28 fedora 144 k Transaction Summary ================================================================================ Install 7 Packages Total download size: 2.1 M Installed size: 7.4 M Downloading Packages: (1/7): libusal-1.1.11-38.fc28.x86_64.rpm 129 kB/s | 144 kB 00:01 (2/7): socat-1.7.3.2-6.fc28.x86_64.rpm 264 kB/s | 297 kB 00:01 (3/7): genisoimage-1.1.11-38.fc28.x86_64.rpm 277 kB/s | 315 kB 00:01 (4/7): libcgroup-tools-0.41-17.fc28.x86_64.rpm 183 kB/s | 90 kB 00:00 (5/7): ethtool-4.17-1.fc28.x86_64.rpm 295 kB/s | 144 kB 00:00 (6/7): net-tools-2.0-0.50.20160912git.fc28.x86_ 534 kB/s | 320 kB 00:00 (7/7): sudo-1.8.23-1.fc28.x86_64.rpm 1.2 MB/s | 864 kB 00:00 -------------------------------------------------------------------------------- Total 803 kB/s | 2.1 MB 00:02 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libusal-1.1.11-38.fc28.x86_64 1/7 Running scriptlet: libusal-1.1.11-38.fc28.x86_64 1/7 Installing : genisoimage-1.1.11-38.fc28.x86_64 2/7 Running scriptlet: genisoimage-1.1.11-38.fc28.x86_64 2/7 Installing : sudo-1.8.23-1.fc28.x86_64 3/7 Running scriptlet: sudo-1.8.23-1.fc28.x86_64 3/7 Installing : net-tools-2.0-0.50.20160912git.fc28.x86_64 4/7 Running scriptlet: net-tools-2.0-0.50.20160912git.fc28.x86_64 4/7 Installing : ethtool-2:4.17-1.fc28.x86_64 5/7 Installing : libcgroup-tools-0.41-17.fc28.x86_64 6/7 Running scriptlet: libcgroup-tools-0.41-17.fc28.x86_64 6/7 Installing : socat-1.7.3.2-6.fc28.x86_64 7/7 Running scriptlet: socat-1.7.3.2-6.fc28.x86_64 7/7 Verifying : socat-1.7.3.2-6.fc28.x86_64 1/7 Verifying : genisoimage-1.1.11-38.fc28.x86_64 2/7 Verifying : libusal-1.1.11-38.fc28.x86_64 3/7 Verifying : libcgroup-tools-0.41-17.fc28.x86_64 4/7 Verifying : ethtool-2:4.17-1.fc28.x86_64 5/7 Verifying : net-tools-2.0-0.50.20160912git.fc28.x86_64 6/7 Verifying : sudo-1.8.23-1.fc28.x86_64 7/7 Installed: ethtool.x86_64 2:4.17-1.fc28 genisoimage.x86_64 1.1.11-38.fc28 libcgroup-tools.x86_64 0.41-17.fc28 net-tools.x86_64 2.0-0.50.20160912git.fc28 socat.x86_64 1.7.3.2-6.fc28 sudo.x86_64 1.8.23-1.fc28 libusal.x86_64 1.1.11-38.fc28 Complete! 23 files removed ---> 4c20d196c128 Removing intermediate container 4cddc9d6e93f Step 4/10 : COPY virt-launcher /usr/bin/virt-launcher ---> 27b8639f360b Removing intermediate container 76ccff3c3186 Step 5/10 : COPY kubevirt-sudo /etc/sudoers.d/kubevirt ---> 7630e552a00c Removing intermediate container 775c00c544b4 Step 6/10 : RUN setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/qemu-system-x86_64 ---> Running in 3f7cf6429f6a  ---> df91723b120d Removing intermediate container 3f7cf6429f6a Step 7/10 : RUN mkdir -p /usr/share/kubevirt/virt-launcher ---> Running in 7977c3516ba2  ---> 208d2790bddc Removing intermediate container 7977c3516ba2 Step 8/10 : COPY entrypoint.sh libvirtd.sh sock-connector /usr/share/kubevirt/virt-launcher/ ---> 34f0965f412a Removing intermediate container 7976d91b0a4c Step 9/10 : ENTRYPOINT /usr/share/kubevirt/virt-launcher/entrypoint.sh ---> Running in 628e71aee58d ---> c3efe8847613 Removing intermediate container 628e71aee58d Step 10/10 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release1" '' "virt-launcher" '' ---> Running in 40f40c1ceb9b ---> a6b679f1f192 Removing intermediate container 40f40c1ceb9b Successfully built a6b679f1f192 Sending build context to Docker daemon 41.66 MB Step 1/5 : FROM fedora:28 ---> cc510acfcd70 Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 3265a3c6f899 Step 3/5 : COPY virt-handler /usr/bin/virt-handler ---> Using cache ---> 1a5f5f5a1fd6 Step 4/5 : ENTRYPOINT /usr/bin/virt-handler ---> Using cache ---> 8e95b69b1443 Step 5/5 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release1" '' "virt-handler" '' ---> Running in 298e98b10d3e ---> 83126a7de4ac Removing intermediate container 298e98b10d3e Successfully built 83126a7de4ac Sending build context to Docker daemon 38.76 MB Step 1/8 : FROM fedora:28 ---> cc510acfcd70 Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 3265a3c6f899 Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-api ---> Using cache ---> 6f2134b876af Step 4/8 : WORKDIR /home/virt-api ---> Using cache ---> d5ef0239bf68 Step 5/8 : USER 1001 ---> Using cache ---> 233000b2d9b5 Step 6/8 : COPY virt-api /usr/bin/virt-api ---> Using cache ---> a4b42574bfdb Step 7/8 : ENTRYPOINT /usr/bin/virt-api ---> Using cache ---> 12e6fa52c486 Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release1" '' "virt-api" '' ---> Running in 4edfee7d179a ---> 9e84fb7c7fd9 Removing intermediate container 4edfee7d179a Successfully built 9e84fb7c7fd9 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 ---> 3265a3c6f899 Step 3/7 : ENV container docker ---> Using cache ---> 3fe7db912524 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 ---> 06d762a67408 Step 5/7 : ADD entrypoint.sh / ---> Using cache ---> 3876d185cf84 Step 6/7 : CMD /entrypoint.sh ---> Using cache ---> 1fb50ce9b78f Step 7/7 : LABEL "disks-images-provider" '' "kubevirt-functional-tests-k8s-1.11.0-release1" '' ---> Running in 85be610abc56 ---> 28f59417a3f3 Removing intermediate container 85be610abc56 Successfully built 28f59417a3f3 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 ---> 3265a3c6f899 Step 3/5 : ENV container docker ---> Using cache ---> 3fe7db912524 Step 4/5 : RUN dnf -y install procps-ng nmap-ncat && dnf -y clean all ---> Running in 4041fc68e45d Fedora 28 - x86_64 - Updates 12 MB/s | 20 MB 00:01 Fedora 28 - x86_64 13 MB/s | 60 MB 00:04 Last metadata expiration check: 0:00:14 ago on Thu Jul 26 07:29:47 2018. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: nmap-ncat x86_64 2:7.60-12.fc28 fedora 235 k procps-ng x86_64 3.3.12-3.fc28 updates 404 k Transaction Summary ================================================================================ Install 2 Packages Total download size: 638 k Installed size: 1.4 M Downloading Packages: (1/2): nmap-ncat-7.60-12.fc28.x86_64.rpm 782 kB/s | 235 kB 00:00 (2/2): procps-ng-3.3.12-3.fc28.x86_64.rpm 1.1 MB/s | 404 kB 00:00 -------------------------------------------------------------------------------- Total 477 kB/s | 638 kB 00:01 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : procps-ng-3.3.12-3.fc28.x86_64 1/2 Installing : nmap-ncat-2:7.60-12.fc28.x86_64 2/2 Running scriptlet: nmap-ncat-2:7.60-12.fc28.x86_64 2/2 Verifying : nmap-ncat-2:7.60-12.fc28.x86_64 1/2 Verifying : procps-ng-3.3.12-3.fc28.x86_64 2/2 Installed: nmap-ncat.x86_64 2:7.60-12.fc28 procps-ng.x86_64 3.3.12-3.fc28 Complete! 18 files removed ---> 6bc4f549313f Removing intermediate container 4041fc68e45d Step 5/5 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release1" '' "vm-killer" '' ---> Running in 967e5633daa5 ---> 59446e7c396f Removing intermediate container 967e5633daa5 Successfully built 59446e7c396f Sending build context to Docker daemon 5.12 kB Step 1/7 : FROM debian:sid ---> 68f33cf86aab Step 2/7 : MAINTAINER "David Vossel" \ ---> Using cache ---> 9ef1c0ce5d24 Step 3/7 : ENV container docker ---> Using cache ---> 9ad55e41ed61 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/* ---> Running in 80248e3dc2db  Get:1 http://cdn-fastly.deb.debian.org/debian sid InRelease [233 kB] Get:2 http://cdn-fastly.deb.debian.org/debian sid/main amd64 Packages [8114 kB] Fetched 8347 kB in 6s (1437 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... bash is already the newest version (4.4.18-3.1). bash set to manually installed. The following additional packages will be installed: ca-certificates krb5-locales libaio1 libcurl4 libfreetype6 libglib2.0-0 libglib2.0-data libgraphite2-3 libgssapi-krb5-2 libharfbuzz0b libicu-le-hb0 libicu60 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libpng16-16 libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 libssl1.1 libxml2 openssl publicsuffix shared-mime-info xdg-user-dirs Suggested packages: bzip2-doc krb5-doc krb5-user libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql debootstrap qemu-block-extra The following NEW packages will be installed: bzip2 ca-certificates curl krb5-locales libaio1 libcurl4 libfreetype6 libglib2.0-0 libglib2.0-data libgraphite2-3 libgssapi-krb5-2 libharfbuzz0b libicu-le-hb0 libicu60 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libpng16-16 libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 libssl1.1 libxml2 openssl publicsuffix qemu-utils shared-mime-info xdg-user-dirs 0 upgraded, 35 newly installed, 0 to remove and 16 not upgraded. Need to get 22.7 MB of archives. After this operation, 75.2 MB of additional disk space will be used. Get:1 http://cdn-fastly.deb.debian.org/debian sid/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] Get:2 http://cdn-fastly.deb.debian.org/debian sid/main amd64 krb5-locales all 1.16-2 [94.7 kB] Get:3 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libssl1.1 amd64 1.1.0h-4 [1352 kB] Get:4 http://cdn-fastly.deb.debian.org/debian sid/main amd64 openssl amd64 1.1.0h-4 [744 kB] Get:5 http://cdn-fastly.deb.debian.org/debian sid/main amd64 ca-certificates all 20180409 [161 kB] Get:6 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libkeyutils1 amd64 1.5.9-9.3 [13.0 kB] Get:7 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libkrb5support0 amd64 1.16-2 [62.8 kB] Get:8 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libk5crypto3 amd64 1.16-2 [121 kB] Get:9 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libkrb5-3 amd64 1.16-2 [316 kB] Get:10 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libgssapi-krb5-2 amd64 1.16-2 [158 kB] Get:11 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3.1 [68.6 kB] Get:12 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3.1 [105 kB] Get:13 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libldap-common all 2.4.46+dfsg-5 [88.3 kB] Get:14 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libldap-2.4-2 amd64 2.4.46+dfsg-5 [223 kB] Get:15 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libnghttp2-14 amd64 1.32.0-1 [83.0 kB] Get:16 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libpsl5 amd64 0.20.2-1 [53.7 kB] Get:17 http://cdn-fastly.deb.debian.org/debian sid/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] Get:18 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libssh2-1 amd64 1.8.0-2 [138 kB] Get:19 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libcurl4 amd64 7.60.0-2 [316 kB] Get:20 http://cdn-fastly.deb.debian.org/debian sid/main amd64 curl amd64 7.60.0-2 [254 kB] Get:21 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libaio1 amd64 0.3.111-1 [10.5 kB] Get:22 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libpng16-16 amd64 1.6.34-2 [288 kB] Get:23 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libfreetype6 amd64 2.8.1-2 [461 kB] Get:24 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libglib2.0-0 amd64 2.56.1-2 [2928 kB] Get:25 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libglib2.0-data all 2.56.1-2 [2671 kB] Get:26 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libgraphite2-3 amd64 1.3.11-2 [85.2 kB] Get:27 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libharfbuzz0b amd64 1.8.4-1 [875 kB] Get:28 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libicu60 amd64 60.2-6 [8073 kB] Get:29 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libicu-le-hb0 amd64 1.0.3+git161113-5 [14.6 kB] Get:30 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3.1 [103 kB] Get:31 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b1 [725 kB] Get:32 http://cdn-fastly.deb.debian.org/debian sid/main amd64 publicsuffix all 20180523.2326-2 [112 kB] Get:33 http://cdn-fastly.deb.debian.org/debian sid/main amd64 qemu-utils amd64 1:2.12+dfsg-3 [1041 kB] Get:34 http://cdn-fastly.deb.debian.org/debian sid/main amd64 shared-mime-info amd64 1.9-2 [753 kB] Get:35 http://cdn-fastly.deb.debian.org/debian sid/main amd64 xdg-user-dirs amd64 0.17-1 [53.5 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 22.7 MB in 4s (5669 kB/s) Selecting previously unselected package bzip2. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6571 files and directories currently installed.) Preparing to unpack .../00-bzip2_1.0.6-8.1_amd64.deb ... Unpacking bzip2 (1.0.6-8.1) ... Selecting previously unselected package krb5-locales. Preparing to unpack .../01-krb5-locales_1.16-2_all.deb ... Unpacking krb5-locales (1.16-2) ... Selecting previously unselected package libssl1.1:amd64. Preparing to unpack .../02-libssl1.1_1.1.0h-4_amd64.deb ... Unpacking libssl1.1:amd64 (1.1.0h-4) ... Selecting previously unselected package openssl. Preparing to unpack .../03-openssl_1.1.0h-4_amd64.deb ... Unpacking openssl (1.1.0h-4) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../04-ca-certificates_20180409_all.deb ... Unpacking ca-certificates (20180409) ... Selecting previously unselected package libkeyutils1:amd64. Preparing to unpack .../05-libkeyutils1_1.5.9-9.3_amd64.deb ... Unpacking libkeyutils1:amd64 (1.5.9-9.3) ... Selecting previously unselected package libkrb5support0:amd64. Preparing to unpack .../06-libkrb5support0_1.16-2_amd64.deb ... Unpacking libkrb5support0:amd64 (1.16-2) ... Selecting previously unselected package libk5crypto3:amd64. Preparing to unpack .../07-libk5crypto3_1.16-2_amd64.deb ... Unpacking libk5crypto3:amd64 (1.16-2) ... Selecting previously unselected package libkrb5-3:amd64. Preparing to unpack .../08-libkrb5-3_1.16-2_amd64.deb ... Unpacking libkrb5-3:amd64 (1.16-2) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Preparing to unpack .../09-libgssapi-krb5-2_1.16-2_amd64.deb ... Unpacking libgssapi-krb5-2:amd64 (1.16-2) ... Selecting previously unselected package libsasl2-modules-db:amd64. Preparing to unpack .../10-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3.1_amd64.deb ... Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3.1) ... Selecting previously unselected package libsasl2-2:amd64. Preparing to unpack .../11-libsasl2-2_2.1.27~101-g0780600+dfsg-3.1_amd64.deb ... Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3.1) ... Selecting previously unselected package libldap-common. Preparing to unpack .../12-libldap-common_2.4.46+dfsg-5_all.deb ... Unpacking libldap-common (2.4.46+dfsg-5) ... Selecting previously unselected package libldap-2.4-2:amd64. Preparing to unpack .../13-libldap-2.4-2_2.4.46+dfsg-5_amd64.deb ... Unpacking libldap-2.4-2:amd64 (2.4.46+dfsg-5) ... Selecting previously unselected package libnghttp2-14:amd64. Preparing to unpack .../14-libnghttp2-14_1.32.0-1_amd64.deb ... Unpacking libnghttp2-14:amd64 (1.32.0-1) ... Selecting previously unselected package libpsl5:amd64. Preparing to unpack .../15-libpsl5_0.20.2-1_amd64.deb ... Unpacking libpsl5:amd64 (0.20.2-1) ... Selecting previously unselected package librtmp1:amd64. Preparing to unpack .../16-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... Selecting previously unselected package libssh2-1:amd64. Preparing to unpack .../17-libssh2-1_1.8.0-2_amd64.deb ... Unpacking libssh2-1:amd64 (1.8.0-2) ... Selecting previously unselected package libcurl4:amd64. Preparing to unpack .../18-libcurl4_7.60.0-2_amd64.deb ... Unpacking libcurl4:amd64 (7.60.0-2) ... Selecting previously unselected package curl. Preparing to unpack .../19-curl_7.60.0-2_amd64.deb ... Unpacking curl (7.60.0-2) ... Selecting previously unselected package libaio1:amd64. Preparing to unpack .../20-libaio1_0.3.111-1_amd64.deb ... Unpacking libaio1:amd64 (0.3.111-1) ... Selecting previously unselected package libpng16-16:amd64. Preparing to unpack .../21-libpng16-16_1.6.34-2_amd64.deb ... Unpacking libpng16-16:amd64 (1.6.34-2) ... Selecting previously unselected package libfreetype6:amd64. Preparing to unpack .../22-libfreetype6_2.8.1-2_amd64.deb ... Unpacking libfreetype6:amd64 (2.8.1-2) ... Selecting previously unselected package libglib2.0-0:amd64. Preparing to unpack .../23-libglib2.0-0_2.56.1-2_amd64.deb ... Unpacking libglib2.0-0:amd64 (2.56.1-2) ... Selecting previously unselected package libglib2.0-data. Preparing to unpack .../24-libglib2.0-data_2.56.1-2_all.deb ... Unpacking libglib2.0-data (2.56.1-2) ... Selecting previously unselected package libgraphite2-3:amd64. Preparing to unpack .../25-libgraphite2-3_1.3.11-2_amd64.deb ... Unpacking libgraphite2-3:amd64 (1.3.11-2) ... Selecting previously unselected package libharfbuzz0b:amd64. Preparing to unpack .../26-libharfbuzz0b_1.8.4-1_amd64.deb ... Unpacking libharfbuzz0b:amd64 (1.8.4-1) ... Selecting previously unselected package libicu60:amd64. Preparing to unpack .../27-libicu60_60.2-6_amd64.deb ... Unpacking libicu60:amd64 (60.2-6) ... Selecting previously unselected package libicu-le-hb0:amd64. Preparing to unpack .../28-libicu-le-hb0_1.0.3+git161113-5_amd64.deb ... Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-5) ... Selecting previously unselected package libsasl2-modules:amd64. Preparing to unpack .../29-libsasl2-modules_2.1.27~101-g0780600+dfsg-3.1_amd64.deb ... Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3.1) ... Selecting previously unselected package libxml2:amd64. Preparing to unpack .../30-libxml2_2.9.4+dfsg1-7+b1_amd64.deb ... Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b1) ... Selecting previously unselected package publicsuffix. Preparing to unpack .../31-publicsuffix_20180523.2326-2_all.deb ... Unpacking publicsuffix (20180523.2326-2) ... Selecting previously unselected package qemu-utils. Preparing to unpack .../32-qemu-utils_1%3a2.12+dfsg-3_amd64.deb ... Unpacking qemu-utils (1:2.12+dfsg-3) ... Selecting previously unselected package shared-mime-info. Preparing to unpack .../33-shared-mime-info_1.9-2_amd64.deb ... Unpacking shared-mime-info (1.9-2) ... Selecting previously unselected package xdg-user-dirs. Preparing to unpack .../34-xdg-user-dirs_0.17-1_amd64.deb ... Unpacking xdg-user-dirs (0.17-1) ... Setting up libnghttp2-14:amd64 (1.32.0-1) ... Setting up libpng16-16:amd64 (1.6.34-2) ... Setting up libldap-common (2.4.46+dfsg-5) ... Setting up libpsl5:amd64 (0.20.2-1) ... Setting up libglib2.0-0:amd64 (2.56.1-2) ... No schema files found: doing nothing. Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3.1) ... Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3.1) ... Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... Setting up libfreetype6:amd64 (2.8.1-2) ... Setting up bzip2 (1.0.6-8.1) ... Setting up libgraphite2-3:amd64 (1.3.11-2) ... Setting up libssh2-1:amd64 (1.8.0-2) ... Setting up libglib2.0-data (2.56.1-2) ... Setting up krb5-locales (1.16-2) ... Processing triggers for libc-bin (2.27-4) ... Setting up libaio1:amd64 (0.3.111-1) ... Setting up publicsuffix (20180523.2326-2) ... Setting up libldap-2.4-2:amd64 (2.4.46+dfsg-5) ... Setting up libssl1.1:amd64 (1.1.0h-4) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) debconf: falling back to frontend: Teletype Setting up openssl (1.1.0h-4) ... Setting up libkeyutils1:amd64 (1.5.9-9.3) ... Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3.1) ... Setting up ca-certificates (20180409) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) debconf: falling back to frontend: Teletype Updating certificates in /etc/ssl/certs... 133 added, 0 removed; done. Setting up xdg-user-dirs (0.17-1) ... Setting up libharfbuzz0b:amd64 (1.8.4-1) ... Setting up libkrb5support0:amd64 (1.16-2) ... Setting up qemu-utils (1:2.12+dfsg-3) ... Setting up libk5crypto3:amd64 (1.16-2) ... Setting up libkrb5-3:amd64 (1.16-2) ... Setting up libgssapi-krb5-2:amd64 (1.16-2) ... Setting up libcurl4:amd64 (7.60.0-2) ... Setting up curl (7.60.0-2) ... Setting up libicu-le-hb0:amd64 (1.0.3+git161113-5) ... Setting up libicu60:amd64 (60.2-6) ... Setting up libxml2:amd64 (2.9.4+dfsg1-7+b1) ... Setting up shared-mime-info (1.9-2) ... Processing triggers for libc-bin (2.27-4) ... Processing triggers for ca-certificates (20180409) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. ---> 17a81fda7c2b Removing intermediate container 80248e3dc2db Step 5/7 : ADD entry-point.sh / ---> 681d01e165e6 Removing intermediate container dab3c70f6c30 Step 6/7 : CMD /entry-point.sh ---> Running in 9cd6b7f936f7 ---> a79815fe82d9 Removing intermediate container 9cd6b7f936f7 Step 7/7 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release1" '' "registry-disk-v1alpha" '' ---> Running in b89ae15bf7b9 ---> 0727c2732d37 Removing intermediate container b89ae15bf7b9 Successfully built 0727c2732d37 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:32831/kubevirt/registry-disk-v1alpha:devel ---> 0727c2732d37 Step 2/4 : MAINTAINER "David Vossel" \ ---> Running in b83ed08bc0ff ---> e45630ebd15d Removing intermediate container b83ed08bc0ff Step 3/4 : RUN curl https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img > /disk/cirros.img ---> Running in 632d4f3de417  % Total % Received % Xferd Average Speed Time Time Time Current   Dload Upload Total Spent Left Speed 0  0  0  0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 12.1M 0 32768 0 0 54341  0 0:03:54 --:--:-- 0:03:54 54251 92 12.1M 92 11.1M 0 0 7208k 0 0:00:01 0:00:01 --:--:-- 7208k 100 12.1M 100 12.1M 0 0 7548k 0 0:00:01 0:00:01 --:--:-- 7548k  ---> ffea53428074 Removing intermediate container 632d4f3de417 Step 4/4 : LABEL "cirros-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.11.0-release1" '' ---> Running in a94b3f47eed8 ---> 2f809714d2f5 Removing intermediate container a94b3f47eed8 Successfully built 2f809714d2f5 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:32831/kubevirt/registry-disk-v1alpha:devel ---> 0727c2732d37 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Running in 7d49f448ac02 ---> 9d1aeee7b212 Removing intermediate container 7d49f448ac02 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 ---> Running in d4394595583e  % Total % Received % Xferd Average Speed Time Time  Time  Current Dload Upload Total Spent  Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0  0 0 --:--:-- --:--:-- --:--:-- 0  0 221M 0 1107 0 0 3437 0 18:46:35 --:--:-- 18:46:35 3437 1 221M 1 2375k 0 0 1896k 0 0:01:59 0:00:01 0:01:58 2549k 3 221M 3 7149k 0 0 3127k 0 0:01:12 0:00:02 0:01:10 3637k 4 221M 4 10.6M 0 0 3354k  0 0:01:07 0:00:03 0:01:04 3720k 6 221M 6 14.7M 0 0 3553k 0 0:01:03 0:00:04 0:00:59 3843k 8 221M 8 18.9M 0 0 3684k 0 0:01:01 0:00:05 0:00:56 3923k 10 221M 10 23.0M 0 0 3778k 0 0:01:00 0:00:06 0:00:54 4249k 12 221M 12 27.3M 0 0 3857k 0 0:00:58 0:00:07 0:00:51 4192k 14 221M 14 31.6M 0 0 3910k 0 0:00:58 0:00:08 0:00:50 4272k 16 221M 16 35.8M 0 0 3965k 0 0:00:57 0:00:09 0:00:48 4316k 18 221M 18 40.3M 0 0 4034k 0 0:00:56 0:00:10 0:00:46 4404k 20 221M 20 45.4M 0 0 4122k 0 0:00:55 0:00:11 0:00:44 4552k 22 221M 22 50.8M 0 0 4243k 0 0:00:53 0:00:12 0:00:41 4804k 25 221M 25 55.5M 0 0 4295k 0 0:00:52 0:00:13 0:00:39 4934k 26 221M 26 59.7M 0 0 4277k 0 0:00:53 0:00:14 0:00:39 4850k 28 221M 28 62.6M 0 0 4204k 0 0:00:53 0:00:15 0:00:38 4553k 29 221M 29 65.8M 0 0 4147k 0 0:00:54 0:00:16 0:00:38 4201k 31 221M 31 69.1M 0 0 4099k 0 0:00:55 0:00:17 0:00:38 3747k 32 221M 32 72.4M 0 0 4060k 0 0:00:55 0:00:18 0:00:37 3440k 34 221M 34 75.7M 0 0 4026k 0 0:00:56 0:00:19 0:00:37 3302k 35 221M 35 79.1M 0 0 3993k 0 0:00:56 0:00:20 0:00:36 3353k 37 221M 37 82.4M 0 0 3972k 0 0:00:57 0:00:21 0:00:36 3403k 38 221M 38 86.1M 0 0 3965k 0 0:00:57 0:00:22 0:00:35 3501k 40 221M 40 90.3M 0 0 3973k 0 0:00:57 0:00:23 0:00:34 3655k 42 221M 42 95.0M 0 0 4009k 0 0:00:56 0:00:24 0:00:32 3945k 45 221M 45 100M 0 0 4087k 0 0:00:55 0:00:25 0:00:30 4470k 48 221M 48 107M 0 0 4203k 0 0:00:53 0:00:26 0:00:27 5184k 52 221M 52 116M 0 0 4374k 0 0:00:51 0:00:27 0:00:24 6189k 57 221M 57 127M 0 0 4611k 0 0:00:49 0:00:28 0:00:21 7599k 63 221M 63 141M 0 0 4939k 0 0:00:45 0:00:29 0:00:16 9433k 71 221M 71 157M 0 0 5338k 0 0:00:42 0:00:30 0:00:12 11.3M 78 221M 78 174M 0 0 5708k 0 0:00:39  0:00:31 0:00:08 13.3M 83 221M 83 185M 0 0 5905k  0 0:00:38 0:00:32 0:00:06 13.9M 88 221M 88 196M 0 0 6043k 0 0:00:37 0:00:33 0:00:04 13.7M 91 221M 91 203M 0 0 6078k 0 0:00:37 0:00:34 0:00:03 12.4M 94 221M 94 210M 0 0 6109k 0 0:00:37 0:00:35 0:00:02 10.5M 98 221M 98 217M 0 0 6152k 0 0:00:36 0:00:36 --:--:-- 8941k 100 221M 100 221M 0 0 6170k 0 0:00:36 0:00:36 --:--:-- 8065k  ---> 638f39bb5ccf Removing intermediate container d4394595583e Step 4/4 : LABEL "fedora-cloud-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.11.0-release1" '' ---> Running in 6035ea62ac5c ---> 9d293b9cb5ba Removing intermediate container 6035ea62ac5c Successfully built 9d293b9cb5ba Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:32831/kubevirt/registry-disk-v1alpha:devel ---> 0727c2732d37 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 9d1aeee7b212 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 ---> Running in f8cb7166a1f7   % Total % Received % Xferd Average Speed Time Time Time Current  Dload Upload Total Spent  Left Speed 0 0 0 0 0  0 0 0 --:--:-- --:--:-- --:--:-- 0 12 37.0M 12 4555k 0 0 5475k 0 0:00:06 --:--:-- 0:00:06 5468k 76 37.0M 76 28.3M 0 0 15.4M 0 0:00:02 0:00:01 0:00:01 15.4M 100 37.0M 100 37.0M 0 0 18.4M 0 0:00:02 0:00:02 --:--:-- 18.4M  ---> 2faaa0e739d8 Removing intermediate container f8cb7166a1f7 Step 4/4 : LABEL "alpine-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.11.0-release1" '' ---> Running in dbfebe650e41 ---> 92fd93d0996b Removing intermediate container dbfebe650e41 Successfully built 92fd93d0996b Sending build context to Docker daemon 35.57 MB Step 1/8 : FROM fedora:28 ---> cc510acfcd70 Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 3265a3c6f899 Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virtctl ---> Using cache ---> deebe9dc06da Step 4/8 : WORKDIR /home/virtctl ---> Using cache ---> 4094ce77e412 Step 5/8 : USER 1001 ---> Using cache ---> ba694520e9a4 Step 6/8 : COPY subresource-access-test /subresource-access-test ---> Using cache ---> b543e772babd Step 7/8 : ENTRYPOINT /subresource-access-test ---> Using cache ---> 4a23f5431a1f Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release1" '' "subresource-access-test" '' ---> Running in c8e47eff5549 ---> 3df9e62c9f72 Removing intermediate container c8e47eff5549 Successfully built 3df9e62c9f72 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 ---> 3265a3c6f899 Step 3/9 : ENV container docker ---> Using cache ---> 3fe7db912524 Step 4/9 : RUN dnf -y install make git gcc && dnf -y clean all ---> Running in 9084675306bb  Fedora 28 - x86_64 - Updates 1.7 MB/s | 20 MB 00:12 Fedora 28 - x86_64 2.6 MB/s | 60 MB 00:22 Last metadata expiration check: 0:00:22 ago on Thu Jul 26 07:33:01 2018. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 8.1.1-5.fc28 updates 23 M git x86_64 2.17.1-3.fc28 updates 221 k make x86_64 1:4.2.1-6.fc28 fedora 497 k Upgrading: libgcc x86_64 8.1.1-5.fc28 updates 95 k Installing dependencies: binutils x86_64 2.29.1-23.fc28 updates 6.0 M cpp x86_64 8.1.1-5.fc28 updates 10 M emacs-filesystem noarch 1:26.1-3.fc28 updates 68 k fipscheck x86_64 1.5.0-4.fc28 fedora 26 k fipscheck-lib x86_64 1.5.0-4.fc28 fedora 14 k gc x86_64 7.6.4-3.fc28 fedora 108 k git-core x86_64 2.17.1-3.fc28 updates 4.0 M git-core-doc noarch 2.17.1-3.fc28 updates 2.3 M glibc-devel x86_64 2.27-8.fc28 fedora 1.0 M glibc-headers x86_64 2.27-8.fc28 fedora 454 k groff-base x86_64 1.22.3-15.fc28 fedora 1.0 M guile x86_64 5:2.0.14-7.fc28 fedora 3.5 M isl x86_64 0.16.1-6.fc28 fedora 841 k kernel-headers x86_64 4.17.7-200.fc28 updates 1.2 M less x86_64 530-1.fc28 fedora 163 k libatomic_ops x86_64 7.6.2-3.fc28 fedora 37 k libedit x86_64 3.1-23.20170329cvs.fc28 fedora 101 k libgomp x86_64 8.1.1-5.fc28 updates 207 k libmpc x86_64 1.0.2-9.fc28 fedora 58 k libpkgconf x86_64 1.4.2-1.fc28 fedora 34 k libsecret x86_64 0.18.6-1.fc28 fedora 162 k libstdc++ x86_64 8.1.1-5.fc28 updates 487 k libtool-ltdl x86_64 2.4.6-24.fc28 updates 57 k libxcrypt-devel x86_64 4.0.0-5.fc28 fedora 15 k ncurses x86_64 6.1-4.20180224.fc28 fedora 377 k openssh x86_64 7.7p1-5.fc28 updates 483 k openssh-clients x86_64 7.7p1-5.fc28 updates 684 k perl-Carp noarch 1.42-396.fc28 updates 29 k perl-Data-Dumper x86_64 2.167-399.fc28 fedora 57 k perl-Digest noarch 1.17-395.fc28 fedora 26 k perl-Digest-MD5 x86_64 2.55-396.fc28 fedora 36 k perl-Encode x86_64 4:2.97-3.fc28 fedora 1.5 M perl-Errno x86_64 1.28-412.fc28 updates 74 k perl-Error noarch 1:0.17025-2.fc28 fedora 45 k perl-Exporter noarch 5.72-396.fc28 fedora 33 k perl-File-Path noarch 2.15-2.fc28 fedora 37 k perl-File-Temp noarch 0.230.600-1.fc28 updates 62 k perl-Getopt-Long noarch 1:2.50-4.fc28 fedora 62 k perl-Git noarch 2.17.1-3.fc28 updates 73 k perl-HTTP-Tiny noarch 0.070-395.fc28 fedora 56 k perl-IO x86_64 1.38-412.fc28 updates 138 k perl-IO-Socket-IP noarch 0.39-5.fc28 fedora 46 k perl-MIME-Base64 x86_64 3.15-396.fc28 fedora 29 k perl-Net-SSLeay x86_64 1.85-1.fc28 fedora 356 k perl-PathTools x86_64 3.74-1.fc28 fedora 89 k perl-Pod-Escapes noarch 1:1.07-395.fc28 fedora 19 k perl-Pod-Perldoc noarch 3.28-396.fc28 fedora 87 k perl-Pod-Simple noarch 1:3.35-395.fc28 fedora 212 k perl-Pod-Usage noarch 4:1.69-395.fc28 fedora 33 k perl-Scalar-List-Utils x86_64 3:1.49-2.fc28 fedora 67 k perl-Socket x86_64 4:2.027-2.fc28 fedora 58 k perl-Storable x86_64 1:3.11-2.fc28 updates 97 k perl-Term-ANSIColor noarch 4.06-396.fc28 fedora 45 k perl-Term-Cap noarch 1.17-395.fc28 fedora 22 k perl-TermReadKey x86_64 2.37-7.fc28 fedora 39 k perl-Text-ParseWords noarch 3.30-395.fc28 fedora 17 k perl-Text-Tabs+Wrap noarch 2013.0523-395.fc28 fedora 23 k perl-Time-Local noarch 1:1.280-1.fc28 updates 32 k perl-URI noarch 1.73-2.fc28 fedora 115 k perl-Unicode-Normalize x86_64 1.25-396.fc28 fedora 81 k perl-constant noarch 1.33-396.fc28 fedora 24 k perl-interpreter x86_64 4:5.26.2-412.fc28 updates 6.2 M perl-libnet noarch 3.11-3.fc28 fedora 120 k perl-libs x86_64 4:5.26.2-412.fc28 updates 1.5 M perl-macros x86_64 4:5.26.2-412.fc28 updates 70 k perl-parent noarch 1:0.236-395.fc28 fedora 19 k perl-podlators noarch 4.11-1.fc28 updates 117 k perl-threads x86_64 1:2.21-2.fc28 fedora 60 k perl-threads-shared x86_64 1.58-2.fc28 fedora 46 k pkgconf x86_64 1.4.2-1.fc28 fedora 37 k pkgconf-m4 noarch 1.4.2-1.fc28 fedora 16 k pkgconf-pkg-config x86_64 1.4.2-1.fc28 fedora 14 k Installing weak dependencies: perl-IO-Socket-SSL noarch 2.056-1.fc28 fedora 285 k perl-Mozilla-CA noarch 20160104-7.fc28 fedora 14 k Transaction Summary ================================================================================ Install 77 Packages Upgrade 1 Package Total download size: 69 M Downloading Packages: (1/78): gc-7.6.4-3.fc28.x86_64.rpm 166 kB/s | 108 kB 00:00 (2/78): libatomic_ops-7.6.2-3.fc28.x86_64.rpm 216 kB/s | 37 kB 00:00 (3/78): make-4.2.1-6.fc28.x86_64.rpm 403 kB/s | 497 kB 00:01 (4/78): git-2.17.1-3.fc28.x86_64.rpm 271 kB/s | 221 kB 00:00 (5/78): guile-2.0.14-7.fc28.x86_64.rpm 1.3 MB/s | 3.5 MB 00:02 (6/78): perl-Git-2.17.1-3.fc28.noarch.rpm 140 kB/s | 73 kB 00:00 (7/78): libsecret-0.18.6-1.fc28.x86_64.rpm 272 kB/s | 162 kB 00:00 (8/78): git-core-doc-2.17.1-3.fc28.noarch.rpm 1.0 MB/s | 2.3 MB 00:02 (9/78): git-core-2.17.1-3.fc28.x86_64.rpm 1.4 MB/s | 4.0 MB 00:02 (10/78): perl-Getopt-Long-2.50-4.fc28.noarch.rp 188 kB/s | 62 kB 00:00 (11/78): perl-TermReadKey-2.37-7.fc28.x86_64.rp 262 kB/s | 39 kB 00:00 (12/78): perl-Error-0.17025-2.fc28.noarch.rpm 267 kB/s | 45 kB 00:00 (13/78): perl-PathTools-3.74-1.fc28.x86_64.rpm 152 kB/s | 89 kB 00:00 (14/78): perl-Exporter-5.72-396.fc28.noarch.rpm 219 kB/s | 33 kB 00:00 (15/78): perl-Pod-Usage-1.69-395.fc28.noarch.rp 208 kB/s | 33 kB 00:00 (16/78): perl-Text-ParseWords-3.30-395.fc28.noa 212 kB/s | 17 kB 00:00 (17/78): less-530-1.fc28.x86_64.rpm 238 kB/s | 163 kB 00:00 (18/78): perl-constant-1.33-396.fc28.noarch.rpm 169 kB/s | 24 kB 00:00 (19/78): perl-Scalar-List-Utils-1.49-2.fc28.x86 292 kB/s | 67 kB 00:00 (20/78): perl-Pod-Perldoc-3.28-396.fc28.noarch. 379 kB/s | 87 kB 00:00 (21/78): perl-HTTP-Tiny-0.070-395.fc28.noarch.r 295 kB/s | 56 kB 00:00 (22/78): perl-parent-0.236-395.fc28.noarch.rpm 203 kB/s | 19 kB 00:00 (23/78): perl-MIME-Base64-3.15-396.fc28.x86_64. 378 kB/s | 29 kB 00:00 (24/78): perl-Pod-Simple-3.35-395.fc28.noarch.r 623 kB/s | 212 kB 00:00 (25/78): perl-Socket-2.027-2.fc28.x86_64.rpm 335 kB/s | 58 kB 00:00 (26/78): perl-Pod-Escapes-1.07-395.fc28.noarch. 166 kB/s | 19 kB 00:00 (27/78): perl-Text-Tabs+Wrap-2013.0523-395.fc28 198 kB/s | 23 kB 00:00 (28/78): groff-base-1.22.3-15.fc28.x86_64.rpm 879 kB/s | 1.0 MB 00:01 (29/78): isl-0.16.1-6.fc28.x86_64.rpm 556 kB/s | 841 kB 00:01 (30/78): libmpc-1.0.2-9.fc28.x86_64.rpm 320 kB/s | 58 kB 00:00 (31/78): cpp-8.1.1-5.fc28.x86_64.rpm 2.4 MB/s | 10 MB 00:04 (32/78): gcc-8.1.1-5.fc28.x86_64.rpm 4.0 MB/s | 23 MB 00:05 (33/78): perl-interpreter-5.26.2-412.fc28.x86_6 1.7 MB/s | 6.2 MB 00:03 (34/78): perl-File-Path-2.15-2.fc28.noarch.rpm 100 kB/s | 37 kB 00:00 (35/78): perl-libs-5.26.2-412.fc28.x86_64.rpm 822 kB/s | 1.5 MB 00:01 (36/78): perl-Unicode-Normalize-1.25-396.fc28.x 150 kB/s | 81 kB 00:00 (37/78): perl-threads-2.21-2.fc28.x86_64.rpm 188 kB/s | 60 kB 00:00 (38/78): perl-threads-shared-1.58-2.fc28.x86_64 107 kB/s | 46 kB 00:00 (39/78): perl-Carp-1.42-396.fc28.noarch.rpm 95 kB/s | 29 kB 00:00 (40/78): perl-Errno-1.28-412.fc28.x86_64.rpm 137 kB/s | 74 kB 00:00 (41/78): perl-Term-ANSIColor-4.06-396.fc28.noar 139 kB/s | 45 kB 00:00 (42/78): perl-Term-Cap-1.17-395.fc28.noarch.rpm 82 kB/s | 22 kB 00:00 (43/78): perl-podlators-4.11-1.fc28.noarch.rpm 188 kB/s | 117 kB 00:00 (44/78): perl-File-Temp-0.230.600-1.fc28.noarch 121 kB/s | 62 kB 00:00 (45/78): ncurses-6.1-4.20180224.fc28.x86_64.rpm 412 kB/s | 377 kB 00:00 (46/78): perl-Time-Local-1.280-1.fc28.noarch.rp 71 kB/s | 32 kB 00:00 (47/78): perl-IO-1.38-412.fc28.x86_64.rpm 189 kB/s | 138 kB 00:00 (48/78): libtool-ltdl-2.4.6-24.fc28.x86_64.rpm 111 kB/s | 57 kB 00:00 (49/78): perl-Encode-2.97-3.fc28.x86_64.rpm 793 kB/s | 1.5 MB 00:01 (50/78): perl-Storable-3.11-2.fc28.x86_64.rpm 143 kB/s | 97 kB 00:00 (51/78): perl-macros-5.26.2-412.fc28.x86_64.rpm 120 kB/s | 70 kB 00:00 (52/78): libstdc++-8.1.1-5.fc28.x86_64.rpm 394 kB/s | 487 kB 00:01 (53/78): openssh-clients-7.7p1-5.fc28.x86_64.rp 501 kB/s | 684 kB 00:01 (54/78): fipscheck-lib-1.5.0-4.fc28.x86_64.rpm 60 kB/s | 14 kB 00:00 (55/78): fipscheck-1.5.0-4.fc28.x86_64.rpm 102 kB/s | 26 kB 00:00 (56/78): openssh-7.7p1-5.fc28.x86_64.rpm 398 kB/s | 483 kB 00:01 (57/78): libedit-3.1-23.20170329cvs.fc28.x86_64 181 kB/s | 101 kB 00:00 (58/78): emacs-filesystem-26.1-3.fc28.noarch.rp 122 kB/s | 68 kB 00:00 (59/78): libxcrypt-devel-4.0.0-5.fc28.x86_64.rp 66 kB/s | 15 kB 00:00 (60/78): glibc-devel-2.27-8.fc28.x86_64.rpm 786 kB/s | 1.0 MB 00:01 (61/78): glibc-headers-2.27-8.fc28.x86_64.rpm 412 kB/s | 454 kB 00:01 (62/78): pkgconf-pkg-config-1.4.2-1.fc28.x86_64 142 kB/s | 14 kB 00:00 (63/78): pkgconf-1.4.2-1.fc28.x86_64.rpm 375 kB/s | 37 kB 00:00 (64/78): pkgconf-m4-1.4.2-1.fc28.noarch.rpm 185 kB/s | 16 kB 00:00 (65/78): libpkgconf-1.4.2-1.fc28.x86_64.rpm 313 kB/s | 34 kB 00:00 (66/78): libgomp-8.1.1-5.fc28.x86_64.rpm 225 kB/s | 207 kB 00:00 (67/78): perl-Mozilla-CA-20160104-7.fc28.noarch 137 kB/s | 14 kB 00:00 (68/78): perl-IO-Socket-SSL-2.056-1.fc28.noarch 523 kB/s | 285 kB 00:00 (69/78): perl-IO-Socket-IP-0.39-5.fc28.noarch.r 340 kB/s | 46 kB 00:00 (70/78): binutils-2.29.1-23.fc28.x86_64.rpm 1.7 MB/s | 6.0 MB 00:03 (71/78): perl-Net-SSLeay-1.85-1.fc28.x86_64.rpm 696 kB/s | 356 kB 00:00 (72/78): perl-Data-Dumper-2.167-399.fc28.x86_64 392 kB/s | 57 kB 00:00 (73/78): kernel-headers-4.17.7-200.fc28.x86_64. 694 kB/s | 1.2 MB 00:01 (74/78): perl-libnet-3.11-3.fc28.noarch.rpm 591 kB/s | 120 kB 00:00 (75/78): perl-URI-1.73-2.fc28.noarch.rpm 180 kB/s | 115 kB 00:00 (76/78): perl-Digest-1.17-395.fc28.noarch.rpm 266 kB/s | 26 kB 00:00 (77/78): perl-Digest-MD5-2.55-396.fc28.x86_64.r 91 kB/s | 36 kB 00:00 (78/78): libgcc-8.1.1-5.fc28.x86_64.rpm 155 kB/s | 95 kB 00:00 -------------------------------------------------------------------------------- Total 3.1 MB/s | 69 MB 00:22 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : perl-libs-4:5.26.2-412.fc28.x86_64 1/79 Installing : perl-Carp-1.42-396.fc28.noarch 2/79 Installing : perl-Exporter-5.72-396.fc28.noarch 3/79 Installing : perl-Scalar-List-Utils-3:1.49-2.fc28.x86_64 4/79 Upgrading : libgcc-8.1.1-5.fc28.x86_64 5/79 Running scriptlet: libgcc-8.1.1-5.fc28.x86_64 5/79 Installing : fipscheck-1.5.0-4.fc28.x86_64 6/79 Installing : fipscheck-lib-1.5.0-4.fc28.x86_64 7/79 Running scriptlet: fipscheck-lib-1.5.0-4.fc28.x86_64 7/79 Installing : libstdc++-8.1.1-5.fc28.x86_64 8/79 Running scriptlet: libstdc++-8.1.1-5.fc28.x86_64 8/79 Installing : perl-Text-ParseWords-3.30-395.fc28.noarch 9/79 Installing : libmpc-1.0.2-9.fc28.x86_64 10/79 Running scriptlet: libmpc-1.0.2-9.fc28.x86_64 10/79 Installing : cpp-8.1.1-5.fc28.x86_64 11/79 Running scriptlet: cpp-8.1.1-5.fc28.x86_64 11/79 Installing : groff-base-1.22.3-15.fc28.x86_64 12/79 Running scriptlet: openssh-7.7p1-5.fc28.x86_64 13/79 Installing : openssh-7.7p1-5.fc28.x86_64 13/79 Installing : perl-Term-ANSIColor-4.06-396.fc28.noarch 14/79 Installing : perl-macros-4:5.26.2-412.fc28.x86_64 15/79 Installing : perl-constant-1.33-396.fc28.noarch 16/79 Installing : perl-parent-1:0.236-395.fc28.noarch 17/79 Installing : perl-Socket-4:2.027-2.fc28.x86_64 18/79 Installing : perl-Text-Tabs+Wrap-2013.0523-395.fc28.noarch 19/79 Installing : perl-File-Path-2.15-2.fc28.noarch 20/79 Installing : perl-Unicode-Normalize-1.25-396.fc28.x86_64 21/79 Installing : perl-threads-shared-1.58-2.fc28.x86_64 22/79 Installing : perl-threads-1:2.21-2.fc28.x86_64 23/79 Installing : perl-Errno-1.28-412.fc28.x86_64 24/79 Installing : perl-PathTools-3.74-1.fc28.x86_64 25/79 Installing : perl-interpreter-4:5.26.2-412.fc28.x86_64 26/79 Installing : perl-IO-1.38-412.fc28.x86_64 27/79 Installing : perl-MIME-Base64-3.15-396.fc28.x86_64 28/79 Installing : perl-Time-Local-1:1.280-1.fc28.noarch 29/79 Installing : perl-HTTP-Tiny-0.070-395.fc28.noarch 30/79 Installing : perl-File-Temp-0.230.600-1.fc28.noarch 31/79 Installing : perl-IO-Socket-IP-0.39-5.fc28.noarch 32/79 Installing : perl-Net-SSLeay-1.85-1.fc28.x86_64 33/79 Installing : perl-Digest-1.17-395.fc28.noarch 34/79 Installing : perl-Digest-MD5-2.55-396.fc28.x86_64 35/79 Installing : perl-libnet-3.11-3.fc28.noarch 36/79 Installing : perl-Storable-1:3.11-2.fc28.x86_64 37/79 Installing : perl-TermReadKey-2.37-7.fc28.x86_64 38/79 Installing : perl-Error-1:0.17025-2.fc28.noarch 39/79 Installing : perl-Pod-Escapes-1:1.07-395.fc28.noarch 40/79 Installing : perl-Data-Dumper-2.167-399.fc28.x86_64 41/79 Installing : kernel-headers-4.17.7-200.fc28.x86_64 42/79 Running scriptlet: glibc-headers-2.27-8.fc28.x86_64 43/79 Installing : glibc-headers-2.27-8.fc28.x86_64 43/79 Installing : libpkgconf-1.4.2-1.fc28.x86_64 44/79 Installing : pkgconf-1.4.2-1.fc28.x86_64 45/79 Installing : pkgconf-m4-1.4.2-1.fc28.noarch 46/79 Installing : pkgconf-pkg-config-1.4.2-1.fc28.x86_64 47/79 Installing : libxcrypt-devel-4.0.0-5.fc28.x86_64 48/79 Installing : glibc-devel-2.27-8.fc28.x86_64 49/79 Running scriptlet: glibc-devel-2.27-8.fc28.x86_64 49/79 Installing : libgomp-8.1.1-5.fc28.x86_64 50/79 Running scriptlet: libgomp-8.1.1-5.fc28.x86_64 50/79 Installing : binutils-2.29.1-23.fc28.x86_64 51/79 Running scriptlet: binutils-2.29.1-23.fc28.x86_64 51/79 install-info: No such file or directory for /usr/share/info/as.info.gz install-info: No such file or directory for /usr/share/info/binutils.info.gz install-info: No such file or directory for /usr/share/info/gprof.info.gz install-info: No such file or directory for /usr/share/info/ld.info.gz Installing : emacs-filesystem-1:26.1-3.fc28.noarch 52/79 Installing : libedit-3.1-23.20170329cvs.fc28.x86_64 53/79 Installing : openssh-clients-7.7p1-5.fc28.x86_64 54/79 Installing : libtool-ltdl-2.4.6-24.fc28.x86_64 55/79 Running scriptlet: libtool-ltdl-2.4.6-24.fc28.x86_64 55/79 Installing : ncurses-6.1-4.20180224.fc28.x86_64 56/79 Installing : perl-Term-Cap-1.17-395.fc28.noarch 57/79 Installing : perl-Pod-Simple-1:3.35-395.fc28.noarch 58/79 Installing : perl-Pod-Usage-4:1.69-395.fc28.noarch 59/79 Installing : perl-Getopt-Long-1:2.50-4.fc28.noarch 60/79 Installing : perl-Encode-4:2.97-3.fc28.x86_64 61/79 Installing : perl-podlators-4.11-1.fc28.noarch 62/79 Installing : perl-Pod-Perldoc-3.28-396.fc28.noarch 63/79 Installing : perl-URI-1.73-2.fc28.noarch 64/79 Installing : isl-0.16.1-6.fc28.x86_64 65/79 Running scriptlet: isl-0.16.1-6.fc28.x86_64 65/79 Installing : less-530-1.fc28.x86_64 66/79 Installing : git-core-2.17.1-3.fc28.x86_64 67/79 Installing : git-core-doc-2.17.1-3.fc28.noarch 68/79 Installing : libsecret-0.18.6-1.fc28.x86_64 69/79 Installing : perl-Git-2.17.1-3.fc28.noarch 70/79 Installing : git-2.17.1-3.fc28.x86_64 71/79 Installing : libatomic_ops-7.6.2-3.fc28.x86_64 72/79 Installing : gc-7.6.4-3.fc28.x86_64 73/79 Installing : guile-5:2.0.14-7.fc28.x86_64 74/79 Running scriptlet: guile-5:2.0.14-7.fc28.x86_64 74/79 Installing : make-1:4.2.1-6.fc28.x86_64 75/79 Running scriptlet: make-1:4.2.1-6.fc28.x86_64 75/79 Installing : gcc-8.1.1-5.fc28.x86_64 76/79 Running scriptlet: gcc-8.1.1-5.fc28.x86_64 76/79 Installing : perl-IO-Socket-SSL-2.056-1.fc28.noarch 77/79 Installing : perl-Mozilla-CA-20160104-7.fc28.noarch 78/79 Cleanup : libgcc-8.0.1-0.20.fc28.x86_64 79/79 Running scriptlet: libgcc-8.0.1-0.20.fc28.x86_64 79/79 Running scriptlet: guile-5:2.0.14-7.fc28.x86_64 79/79 Running scriptlet: libgcc-8.0.1-0.20.fc28.x86_64 79/79 Verifying : make-1:4.2.1-6.fc28.x86_64 1/79 Verifying : gc-7.6.4-3.fc28.x86_64 2/79 Verifying : guile-5:2.0.14-7.fc28.x86_64 3/79 Verifying : libatomic_ops-7.6.2-3.fc28.x86_64 4/79 Verifying : git-2.17.1-3.fc28.x86_64 5/79 Verifying : git-core-2.17.1-3.fc28.x86_64 6/79 Verifying : git-core-doc-2.17.1-3.fc28.noarch 7/79 Verifying : perl-Git-2.17.1-3.fc28.noarch 8/79 Verifying : libsecret-0.18.6-1.fc28.x86_64 9/79 Verifying : perl-Getopt-Long-1:2.50-4.fc28.noarch 10/79 Verifying : perl-PathTools-3.74-1.fc28.x86_64 11/79 Verifying : perl-TermReadKey-2.37-7.fc28.x86_64 12/79 Verifying : less-530-1.fc28.x86_64 13/79 Verifying : perl-Error-1:0.17025-2.fc28.noarch 14/79 Verifying : perl-Exporter-5.72-396.fc28.noarch 15/79 Verifying : perl-Pod-Usage-4:1.69-395.fc28.noarch 16/79 Verifying : perl-Text-ParseWords-3.30-395.fc28.noarch 17/79 Verifying : perl-constant-1.33-396.fc28.noarch 18/79 Verifying : perl-Scalar-List-Utils-3:1.49-2.fc28.x86_64 19/79 Verifying : perl-Pod-Perldoc-3.28-396.fc28.noarch 20/79 Verifying : groff-base-1.22.3-15.fc28.x86_64 21/79 Verifying : perl-HTTP-Tiny-0.070-395.fc28.noarch 22/79 Verifying : perl-Pod-Simple-1:3.35-395.fc28.noarch 23/79 Verifying : perl-parent-1:0.236-395.fc28.noarch 24/79 Verifying : perl-MIME-Base64-3.15-396.fc28.x86_64 25/79 Verifying : perl-Socket-4:2.027-2.fc28.x86_64 26/79 Verifying : perl-Pod-Escapes-1:1.07-395.fc28.noarch 27/79 Verifying : perl-Text-Tabs+Wrap-2013.0523-395.fc28.noarch 28/79 Verifying : gcc-8.1.1-5.fc28.x86_64 29/79 Verifying : cpp-8.1.1-5.fc28.x86_64 30/79 Verifying : isl-0.16.1-6.fc28.x86_64 31/79 Verifying : libmpc-1.0.2-9.fc28.x86_64 32/79 Verifying : perl-interpreter-4:5.26.2-412.fc28.x86_64 33/79 Verifying : perl-libs-4:5.26.2-412.fc28.x86_64 34/79 Verifying : perl-File-Path-2.15-2.fc28.noarch 35/79 Verifying : perl-Unicode-Normalize-1.25-396.fc28.x86_64 36/79 Verifying : perl-threads-1:2.21-2.fc28.x86_64 37/79 Verifying : perl-threads-shared-1.58-2.fc28.x86_64 38/79 Verifying : perl-Errno-1.28-412.fc28.x86_64 39/79 Verifying : perl-Carp-1.42-396.fc28.noarch 40/79 Verifying : perl-podlators-4.11-1.fc28.noarch 41/79 Verifying : perl-Term-ANSIColor-4.06-396.fc28.noarch 42/79 Verifying : perl-Term-Cap-1.17-395.fc28.noarch 43/79 Verifying : ncurses-6.1-4.20180224.fc28.x86_64 44/79 Verifying : perl-Encode-4:2.97-3.fc28.x86_64 45/79 Verifying : perl-File-Temp-0.230.600-1.fc28.noarch 46/79 Verifying : perl-IO-1.38-412.fc28.x86_64 47/79 Verifying : perl-Time-Local-1:1.280-1.fc28.noarch 48/79 Verifying : perl-Storable-1:3.11-2.fc28.x86_64 49/79 Verifying : libtool-ltdl-2.4.6-24.fc28.x86_64 50/79 Verifying : libstdc++-8.1.1-5.fc28.x86_64 51/79 Verifying : perl-macros-4:5.26.2-412.fc28.x86_64 52/79 Verifying : openssh-clients-7.7p1-5.fc28.x86_64 53/79 Verifying : openssh-7.7p1-5.fc28.x86_64 54/79 Verifying : fipscheck-lib-1.5.0-4.fc28.x86_64 55/79 Verifying : libedit-3.1-23.20170329cvs.fc28.x86_64 56/79 Verifying : fipscheck-1.5.0-4.fc28.x86_64 57/79 Verifying : emacs-filesystem-1:26.1-3.fc28.noarch 58/79 Verifying : binutils-2.29.1-23.fc28.x86_64 59/79 Verifying : glibc-devel-2.27-8.fc28.x86_64 60/79 Verifying : libxcrypt-devel-4.0.0-5.fc28.x86_64 61/79 Verifying : glibc-headers-2.27-8.fc28.x86_64 62/79 Verifying : libgomp-8.1.1-5.fc28.x86_64 63/79 Verifying : pkgconf-pkg-config-1.4.2-1.fc28.x86_64 64/79 Verifying : pkgconf-1.4.2-1.fc28.x86_64 65/79 Verifying : pkgconf-m4-1.4.2-1.fc28.noarch 66/79 Verifying : libpkgconf-1.4.2-1.fc28.x86_64 67/79 Verifying : kernel-headers-4.17.7-200.fc28.x86_64 68/79 Verifying : perl-Mozilla-CA-20160104-7.fc28.noarch 69/79 Verifying : perl-IO-Socket-SSL-2.056-1.fc28.noarch 70/79 Verifying : perl-IO-Socket-IP-0.39-5.fc28.noarch 71/79 Verifying : perl-Net-SSLeay-1.85-1.fc28.x86_64 72/79 Verifying : perl-URI-1.73-2.fc28.noarch 73/79 Verifying : perl-Data-Dumper-2.167-399.fc28.x86_64 74/79 Verifying : perl-libnet-3.11-3.fc28.noarch 75/79 Verifying : perl-Digest-MD5-2.55-396.fc28.x86_64 76/79 Verifying : perl-Digest-1.17-395.fc28.noarch 77/79 Verifying : libgcc-8.1.1-5.fc28.x86_64 78/79 Verifying : libgcc-8.0.1-0.20.fc28.x86_64 79/79 Installed: gcc.x86_64 8.1.1-5.fc28 git.x86_64 2.17.1-3.fc28 make.x86_64 1:4.2.1-6.fc28 perl-IO-Socket-SSL.noarch 2.056-1.fc28 perl-Mozilla-CA.noarch 20160104-7.fc28 binutils.x86_64 2.29.1-23.fc28 cpp.x86_64 8.1.1-5.fc28 emacs-filesystem.noarch 1:26.1-3.fc28 fipscheck.x86_64 1.5.0-4.fc28 fipscheck-lib.x86_64 1.5.0-4.fc28 gc.x86_64 7.6.4-3.fc28 git-core.x86_64 2.17.1-3.fc28 git-core-doc.noarch 2.17.1-3.fc28 glibc-devel.x86_64 2.27-8.fc28 glibc-headers.x86_64 2.27-8.fc28 groff-base.x86_64 1.22.3-15.fc28 guile.x86_64 5:2.0.14-7.fc28 isl.x86_64 0.16.1-6.fc28 kernel-headers.x86_64 4.17.7-200.fc28 less.x86_64 530-1.fc28 libatomic_ops.x86_64 7.6.2-3.fc28 libedit.x86_64 3.1-23.20170329cvs.fc28 libgomp.x86_64 8.1.1-5.fc28 libmpc.x86_64 1.0.2-9.fc28 libpkgconf.x86_64 1.4.2-1.fc28 libsecret.x86_64 0.18.6-1.fc28 libstdc++.x86_64 8.1.1-5.fc28 libtool-ltdl.x86_64 2.4.6-24.fc28 libxcrypt-devel.x86_64 4.0.0-5.fc28 ncurses.x86_64 6.1-4.20180224.fc28 openssh.x86_64 7.7p1-5.fc28 openssh-clients.x86_64 7.7p1-5.fc28 perl-Carp.noarch 1.42-396.fc28 perl-Data-Dumper.x86_64 2.167-399.fc28 perl-Digest.noarch 1.17-395.fc28 perl-Digest-MD5.x86_64 2.55-396.fc28 perl-Encode.x86_64 4:2.97-3.fc28 perl-Errno.x86_64 1.28-412.fc28 perl-Error.noarch 1:0.17025-2.fc28 perl-Exporter.noarch 5.72-396.fc28 perl-File-Path.noarch 2.15-2.fc28 perl-File-Temp.noarch 0.230.600-1.fc28 perl-Getopt-Long.noarch 1:2.50-4.fc28 perl-Git.noarch 2.17.1-3.fc28 perl-HTTP-Tiny.noarch 0.070-395.fc28 perl-IO.x86_64 1.38-412.fc28 perl-IO-Socket-IP.noarch 0.39-5.fc28 perl-MIME-Base64.x86_64 3.15-396.fc28 perl-Net-SSLeay.x86_64 1.85-1.fc28 perl-PathTools.x86_64 3.74-1.fc28 perl-Pod-Escapes.noarch 1:1.07-395.fc28 perl-Pod-Perldoc.noarch 3.28-396.fc28 perl-Pod-Simple.noarch 1:3.35-395.fc28 perl-Pod-Usage.noarch 4:1.69-395.fc28 perl-Scalar-List-Utils.x86_64 3:1.49-2.fc28 perl-Socket.x86_64 4:2.027-2.fc28 perl-Storable.x86_64 1:3.11-2.fc28 perl-Term-ANSIColor.noarch 4.06-396.fc28 perl-Term-Cap.noarch 1.17-395.fc28 perl-TermReadKey.x86_64 2.37-7.fc28 perl-Text-ParseWords.noarch 3.30-395.fc28 perl-Text-Tabs+Wrap.noarch 2013.0523-395.fc28 perl-Time-Local.noarch 1:1.280-1.fc28 perl-URI.noarch 1.73-2.fc28 perl-Unicode-Normalize.x86_64 1.25-396.fc28 perl-constant.noarch 1.33-396.fc28 perl-interpreter.x86_64 4:5.26.2-412.fc28 perl-libnet.noarch 3.11-3.fc28 perl-libs.x86_64 4:5.26.2-412.fc28 perl-macros.x86_64 4:5.26.2-412.fc28 perl-parent.noarch 1:0.236-395.fc28 perl-podlators.noarch 4.11-1.fc28 perl-threads.x86_64 1:2.21-2.fc28 perl-threads-shared.x86_64 1.58-2.fc28 pkgconf.x86_64 1.4.2-1.fc28 pkgconf-m4.noarch 1.4.2-1.fc28 pkgconf-pkg-config.x86_64 1.4.2-1.fc28 Upgraded: libgcc.x86_64 8.1.1-5.fc28 Complete! 18 files removed ---> e0cf52293e57 Removing intermediate container 9084675306bb Step 5/9 : ENV GIMME_GO_VERSION 1.9.2 ---> Running in c99448d4ddc7 ---> 8c031086e8cb Removing intermediate container c99448d4ddc7 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 ---> Running in 095afba40e2d  ---> 0f6dd31de4d3 Removing intermediate container 095afba40e2d Step 7/9 : ENV GOPATH "/go" GOBIN "/usr/bin" ---> Running in fe51cb36c689 ---> 6a702eb79a95 Removing intermediate container fe51cb36c689 Step 8/9 : RUN mkdir -p /go && source /etc/profile.d/gimme.sh && go get github.com/masterzen/winrm-cli ---> Running in 486e4d3b948b  go version go1.9.2 linux/amd64  ---> bed79012c9f3 Removing intermediate container 486e4d3b948b Step 9/9 : LABEL "kubevirt-functional-tests-k8s-1.11.0-release1" '' "winrmcli" '' ---> Running in 0ce4ad476265 ---> b0ccacdef5a8 Removing intermediate container 0ce4ad476265 Successfully built b0ccacdef5a8 Sending build context to Docker daemon 36.77 MB Step 1/5 : FROM fedora:27 Trying to pull repository docker.io/library/fedora ... 27: Pulling from docker.io/library/fedora 2176639d844b: Pulling fs layer 2176639d844b: Pull complete Digest: sha256:ec588fc80b05e19d3006bf2e8aa325f0a2e2ff1f609b7afb39176ca8e3e13467 Status: Downloaded newer image for docker.io/fedora:27 ---> 9110ae7f579f Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Running in 155afda0617a ---> cc296a71da13 Removing intermediate container 155afda0617a Step 3/5 : COPY example-hook-sidecar /example-hook-sidecar ---> c7a1cc0dd368 Removing intermediate container f97edc743160 Step 4/5 : ENTRYPOINT /example-hook-sidecar ---> Running in 161282d526e3 ---> 25f3358a85dd Removing intermediate container 161282d526e3 Step 5/5 : LABEL "example-hook-sidecar" '' "kubevirt-functional-tests-k8s-1.11.0-release1" '' ---> Running in 51998d75827a ---> 77a6d21a4e83 Removing intermediate container 51998d75827a Successfully built 77a6d21a4e83 hack/build-docker.sh push The push refers to a repository [localhost:32831/kubevirt/virt-controller] e4af2f37d6e9: Preparing 915a0c3e3f5f: Preparing 891e1e4ef82a: Preparing 915a0c3e3f5f: Pushed e4af2f37d6e9: Pushed 891e1e4ef82a: Pushed devel: digest: sha256:d96bc0f8fa85c1439b54b3079e94d814342dfacfc642bef7a9712aa8b3c48e3b size: 949 The push refers to a repository [localhost:32831/kubevirt/virt-launcher] f4878aaaeffd: Preparing 8a5fc945e7d9: Preparing 3cb1c8a648bd: Preparing 41e746de347c: Preparing 004837bbb6b8: Preparing 5379fb5d8cce: Preparing da38cf808aa5: Preparing b83399358a92: Preparing 186d8b3e4fd8: Preparing fa6154170bf5: Preparing 5eefb9960a36: Preparing 891e1e4ef82a: Preparing da38cf808aa5: Waiting 186d8b3e4fd8: Waiting 5379fb5d8cce: Waiting b83399358a92: Waiting 891e1e4ef82a: Waiting fa6154170bf5: Waiting f4878aaaeffd: Pushed 8a5fc945e7d9: Pushed 41e746de347c: Pushed da38cf808aa5: Pushed b83399358a92: Pushed fa6154170bf5: Pushed 186d8b3e4fd8: Pushed 891e1e4ef82a: Mounted from kubevirt/virt-controller 3cb1c8a648bd: Pushed 5379fb5d8cce: Pushed 004837bbb6b8: Pushed 5eefb9960a36: Pushed devel: digest: sha256:f4dfd4babb3aee8db8efe8e39fb75351b2940e899334b2eeef04657f2c30911c size: 2828 The push refers to a repository [localhost:32831/kubevirt/virt-handler] 33a13dcca4c9: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-launcher 33a13dcca4c9: Pushed devel: digest: sha256:a33716f2f2c7c00a8926d6208267113764cdbc4f65cf4ab186030023de591315 size: 741 The push refers to a repository [localhost:32831/kubevirt/virt-api] 321cb0c07235: Preparing 7cc07c574d2a: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-handler 7cc07c574d2a: Pushed 321cb0c07235: Pushed devel: digest: sha256:2c238b1918d36b56020622f2c1f0c25b46aec8fbd7321c63eac30d0c03530c93 size: 948 The push refers to a repository [localhost:32831/kubevirt/disks-images-provider] 1548fa7b1c9e: Preparing a7621d2cf364: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-api 1548fa7b1c9e: Pushed a7621d2cf364: Pushed devel: digest: sha256:7d52717a998ac1693fbcd40f163dbf8b008a66fbce7730c9ed09549d14186f68 size: 948 The push refers to a repository [localhost:32831/kubevirt/vm-killer] 3c31f9f8d755: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/disks-images-provider 3c31f9f8d755: Pushed devel: digest: sha256:4855bad2d3e3549b01435999f41a4f8340f96ec8f18c074a6fabe8c7d1aec47e size: 740 The push refers to a repository [localhost:32831/kubevirt/registry-disk-v1alpha] c66b9a220e25: Preparing 4662bbc21c2d: Preparing 25edbec0eaea: Preparing c66b9a220e25: Pushed 4662bbc21c2d: Pushed 25edbec0eaea: Pushed devel: digest: sha256:bc5290d766af31fd5fad12f5451fc8038f7781d58e54ec24346d1f75c8a895b2 size: 948 The push refers to a repository [localhost:32831/kubevirt/cirros-registry-disk-demo] d0cf81137bcf: Preparing c66b9a220e25: Preparing 4662bbc21c2d: Preparing 25edbec0eaea: Preparing 4662bbc21c2d: Mounted from kubevirt/registry-disk-v1alpha c66b9a220e25: Mounted from kubevirt/registry-disk-v1alpha 25edbec0eaea: Mounted from kubevirt/registry-disk-v1alpha d0cf81137bcf: Pushed devel: digest: sha256:739f7b0fe4ad47e4f9728f0a2a94904080d5630c1c05171690a84d9a95577464 size: 1160 The push refers to a repository [localhost:32831/kubevirt/fedora-cloud-registry-disk-demo] d0f7fcbb6d85: Preparing c66b9a220e25: Preparing 4662bbc21c2d: Preparing 25edbec0eaea: Preparing 25edbec0eaea: Mounted from kubevirt/cirros-registry-disk-demo c66b9a220e25: Mounted from kubevirt/cirros-registry-disk-demo 4662bbc21c2d: Mounted from kubevirt/cirros-registry-disk-demo d0f7fcbb6d85: Pushed devel: digest: sha256:f267bbbc23bdbb09fdb58f579487f0c1314146c0f4b7fb99bc5efa772613fbd1 size: 1161 The push refers to a repository [localhost:32831/kubevirt/alpine-registry-disk-demo] 7e4ef6654467: Preparing c66b9a220e25: Preparing 4662bbc21c2d: Preparing 25edbec0eaea: Preparing c66b9a220e25: Mounted from kubevirt/fedora-cloud-registry-disk-demo 25edbec0eaea: Mounted from kubevirt/fedora-cloud-registry-disk-demo 4662bbc21c2d: Mounted from kubevirt/fedora-cloud-registry-disk-demo 7e4ef6654467: Pushed devel: digest: sha256:c3b603e2958b729d66144a1078c387f82c06dbf8b617afd44dac295ed4b671ef size: 1160 The push refers to a repository [localhost:32831/kubevirt/subresource-access-test] b9d52caa37c5: Preparing 7e69243e781e: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/vm-killer 7e69243e781e: Pushed b9d52caa37c5: Pushed devel: digest: sha256:28c753ad8d2de16ab637940aaa6171a5723a8ee6544c5c0cdb7e3ca547ba7126 size: 948 The push refers to a repository [localhost:32831/kubevirt/winrmcli] a117c61a5658: Preparing c9df4405017d: Preparing 99bb32247f65: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/subresource-access-test a117c61a5658: Pushed 99bb32247f65: Pushed c9df4405017d: Pushed devel: digest: sha256:3f8a5c744772e7e1ea6d8553b8ecf323d8ea152c78fdd8f72d1d9606fedac3f6 size: 1165 The push refers to a repository [localhost:32831/kubevirt/example-hook-sidecar] 4cb50de3dffc: Preparing 39bae602f753: Preparing 4cb50de3dffc: Pushed 39bae602f753: Pushed devel: digest: sha256:283c81258d664323dcee84abbfbc961dba5fc3c6c1beb9067bef98fcca1bf80f size: 740 make[1]: Leaving directory `/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt' Done ./cluster/clean.sh + source hack/common.sh ++++ dirname 'hack/common.sh[0]' +++ cd hack/../ +++ pwd ++ KUBEVIRT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests ++ MANIFEST_TEMPLATES_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/templates/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/client-python ++ KUBEVIRT_PROVIDER=k8s-1.11.0 ++ KUBEVIRT_NUM_NODES=2 ++ '[' -z kubevirt-functional-tests-k8s-1.11.0-release ']' ++ provider_prefix=kubevirt-functional-tests-k8s-1.11.0-release1 ++ job_prefix=kubevirt-functional-tests-k8s-1.11.0-release1 +++ kubevirt_version +++ '[' -n '' ']' +++ '[' -d /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/.git ']' ++++ git describe --always --tags +++ echo v0.7.0-127-g1c7464a ++ KUBEVIRT_VERSION=v0.7.0-127-g1c7464a + source cluster/k8s-1.11.0/provider.sh ++ set -e ++ image=k8s-1.11.0@sha256:6c1caf5559eb02a144bf606de37eb0194c06ace4d77ad4561459f3bde876151c ++ source cluster/ephemeral-provider-common.sh +++ set -e +++ _cli='docker run --privileged --net=host --rm -v /var/run/docker.sock:/var/run/docker.sock kubevirtci/gocli@sha256:aa7f295a7908fa333ab5e98ef3af0bfafbabfd3cee2b83f9af47f722e3000f6a' + source hack/config.sh ++ unset binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig manifest_docker_prefix namespace ++ KUBEVIRT_PROVIDER=k8s-1.11.0 ++ KUBEVIRT_PROVIDER=k8s-1.11.0 ++ source hack/config-default.sh source hack/config-k8s-1.11.0.sh +++ binaries='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virtctl cmd/fake-qemu-process cmd/virt-api cmd/subresource-access-test cmd/example-hook-sidecar' +++ docker_images='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virt-api images/disks-images-provider images/vm-killer cmd/registry-disk-v1alpha images/cirros-registry-disk-demo images/fedora-cloud-registry-disk-demo images/alpine-registry-disk-demo cmd/subresource-access-test images/winrmcli cmd/example-hook-sidecar' +++ docker_prefix=kubevirt +++ docker_tag=latest +++ master_ip=192.168.200.2 +++ network_provider=flannel +++ namespace=kube-system ++ test -f hack/config-provider-k8s-1.11.0.sh ++ source hack/config-provider-k8s-1.11.0.sh +++ master_ip=127.0.0.1 +++ docker_tag=devel +++ kubeconfig=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.11.0/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.11.0/.kubectl +++ docker_prefix=localhost:32831/kubevirt +++ manifest_docker_prefix=registry:5000/kubevirt ++ test -f hack/config-local.sh ++ export binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig namespace + echo 'Cleaning up ...' Cleaning up ... + cluster/kubectl.sh get vmis --all-namespaces -o=custom-columns=NAME:.metadata.name,NAMESPACE:.metadata.namespace,FINALIZERS:.metadata.finalizers --no-headers + grep foregroundDeleteVirtualMachine + read p error: the server doesn't have a resource type "vmis" + _kubectl delete ds -l kubevirt.io -n kube-system --cascade=false --grace-period 0 No resources found + _kubectl delete pods -n kube-system -l=kubevirt.io=libvirt --force --grace-period 0 No resources found + _kubectl delete pods -n kube-system -l=kubevirt.io=virt-handler --force --grace-period 0 No resources found + namespaces=(default ${namespace}) + for i in '${namespaces[@]}' + _kubectl -n default delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete apiservices -l kubevirt.io No resources found + _kubectl -n default delete deployment -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete deployment -l kubevirt.io No resources found + _kubectl -n default delete rs -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete rs -l kubevirt.io No resources found + _kubectl -n default delete services -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete services -l kubevirt.io No resources found + _kubectl -n default delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete apiservices -l kubevirt.io No resources found + _kubectl -n default delete validatingwebhookconfiguration -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete validatingwebhookconfiguration -l kubevirt.io No resources found + _kubectl -n default delete secrets -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete secrets -l kubevirt.io No resources found + _kubectl -n default delete pv -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete pv -l kubevirt.io No resources found + _kubectl -n default delete pvc -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete pvc -l kubevirt.io No resources found + _kubectl -n default delete ds -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete ds -l kubevirt.io No resources found + _kubectl -n default delete customresourcedefinitions -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete customresourcedefinitions -l kubevirt.io No resources found + _kubectl -n default delete pods -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete pods -l kubevirt.io No resources found + _kubectl -n default delete clusterrolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete clusterrolebinding -l kubevirt.io No resources found + _kubectl -n default delete rolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete rolebinding -l kubevirt.io No resources found + _kubectl -n default delete roles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete roles -l kubevirt.io No resources found + _kubectl -n default delete clusterroles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete clusterroles -l kubevirt.io No resources found + _kubectl -n default delete serviceaccounts -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete serviceaccounts -l kubevirt.io No resources found ++ _kubectl -n default get crd offlinevirtualmachines.kubevirt.io ++ wc -l ++ export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig ++ KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig ++ cluster/k8s-1.11.0/.kubectl -n default get crd offlinevirtualmachines.kubevirt.io No resources found. Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "offlinevirtualmachines.kubevirt.io" not found + '[' 0 -gt 0 ']' + for i in '${namespaces[@]}' + _kubectl -n kube-system delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete apiservices -l kubevirt.io No resources found + _kubectl -n kube-system delete deployment -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete deployment -l kubevirt.io No resources found + _kubectl -n kube-system delete rs -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete rs -l kubevirt.io No resources found + _kubectl -n kube-system delete services -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete services -l kubevirt.io No resources found + _kubectl -n kube-system delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete apiservices -l kubevirt.io No resources found + _kubectl -n kube-system delete validatingwebhookconfiguration -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete validatingwebhookconfiguration -l kubevirt.io No resources found + _kubectl -n kube-system delete secrets -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete secrets -l kubevirt.io No resources found + _kubectl -n kube-system delete pv -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete pv -l kubevirt.io No resources found + _kubectl -n kube-system delete pvc -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete pvc -l kubevirt.io No resources found + _kubectl -n kube-system delete ds -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete ds -l kubevirt.io No resources found + _kubectl -n kube-system delete customresourcedefinitions -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete customresourcedefinitions -l kubevirt.io No resources found + _kubectl -n kube-system delete pods -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete pods -l kubevirt.io No resources found + _kubectl -n kube-system delete clusterrolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete clusterrolebinding -l kubevirt.io No resources found + _kubectl -n kube-system delete rolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete rolebinding -l kubevirt.io No resources found + _kubectl -n kube-system delete roles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete roles -l kubevirt.io No resources found + _kubectl -n kube-system delete clusterroles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete clusterroles -l kubevirt.io No resources found + _kubectl -n kube-system delete serviceaccounts -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n kube-system delete serviceaccounts -l kubevirt.io No resources found ++ _kubectl -n kube-system get crd offlinevirtualmachines.kubevirt.io ++ export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig ++ wc -l ++ KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig ++ cluster/k8s-1.11.0/.kubectl -n kube-system get crd offlinevirtualmachines.kubevirt.io No resources found. Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "offlinevirtualmachines.kubevirt.io" not found + '[' 0 -gt 0 ']' + sleep 2 + echo Done Done ./cluster/deploy.sh + source hack/common.sh ++++ dirname 'hack/common.sh[0]' +++ cd hack/../ +++ pwd ++ KUBEVIRT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests ++ MANIFEST_TEMPLATES_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/templates/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/client-python ++ KUBEVIRT_PROVIDER=k8s-1.11.0 ++ KUBEVIRT_NUM_NODES=2 ++ '[' -z kubevirt-functional-tests-k8s-1.11.0-release ']' ++ provider_prefix=kubevirt-functional-tests-k8s-1.11.0-release1 ++ job_prefix=kubevirt-functional-tests-k8s-1.11.0-release1 +++ kubevirt_version +++ '[' -n '' ']' +++ '[' -d /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/.git ']' ++++ git describe --always --tags +++ echo v0.7.0-127-g1c7464a ++ KUBEVIRT_VERSION=v0.7.0-127-g1c7464a + source cluster/k8s-1.11.0/provider.sh ++ set -e ++ image=k8s-1.11.0@sha256:6c1caf5559eb02a144bf606de37eb0194c06ace4d77ad4561459f3bde876151c ++ source cluster/ephemeral-provider-common.sh +++ set -e +++ _cli='docker run --privileged --net=host --rm -v /var/run/docker.sock:/var/run/docker.sock kubevirtci/gocli@sha256:aa7f295a7908fa333ab5e98ef3af0bfafbabfd3cee2b83f9af47f722e3000f6a' + source hack/config.sh ++ unset binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig manifest_docker_prefix namespace ++ KUBEVIRT_PROVIDER=k8s-1.11.0 ++ KUBEVIRT_PROVIDER=k8s-1.11.0 ++ source hack/config-default.sh source hack/config-k8s-1.11.0.sh +++ binaries='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virtctl cmd/fake-qemu-process cmd/virt-api cmd/subresource-access-test cmd/example-hook-sidecar' +++ docker_images='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virt-api images/disks-images-provider images/vm-killer cmd/registry-disk-v1alpha images/cirros-registry-disk-demo images/fedora-cloud-registry-disk-demo images/alpine-registry-disk-demo cmd/subresource-access-test images/winrmcli cmd/example-hook-sidecar' +++ docker_prefix=kubevirt +++ docker_tag=latest +++ master_ip=192.168.200.2 +++ network_provider=flannel +++ namespace=kube-system ++ test -f hack/config-provider-k8s-1.11.0.sh ++ source hack/config-provider-k8s-1.11.0.sh +++ master_ip=127.0.0.1 +++ docker_tag=devel +++ kubeconfig=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.11.0/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.11.0/.kubectl +++ docker_prefix=localhost:32831/kubevirt +++ manifest_docker_prefix=registry:5000/kubevirt ++ test -f hack/config-local.sh ++ export binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig namespace + echo 'Deploying ...' Deploying ... + [[ -z k8s-1.11.0-release ]] + [[ k8s-1.11.0-release =~ .*-dev ]] + [[ k8s-1.11.0-release =~ .*-release ]] + for manifest in '${MANIFESTS_OUT_DIR}/release/*' + [[ /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/demo-content.yaml =~ .*demo.* ]] + continue + for manifest in '${MANIFESTS_OUT_DIR}/release/*' + [[ /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml =~ .*demo.* ]] + _kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml clusterrole.rbac.authorization.k8s.io/kubevirt.io:admin created clusterrole.rbac.authorization.k8s.io/kubevirt.io:edit created clusterrole.rbac.authorization.k8s.io/kubevirt.io:view created serviceaccount/kubevirt-apiserver created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-apiserver created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-apiserver-auth-delegator created rolebinding.rbac.authorization.k8s.io/kubevirt-apiserver created role.rbac.authorization.k8s.io/kubevirt-apiserver created clusterrole.rbac.authorization.k8s.io/kubevirt-apiserver created clusterrole.rbac.authorization.k8s.io/kubevirt-controller created serviceaccount/kubevirt-controller created serviceaccount/kubevirt-privileged created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-controller created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-controller-cluster-admin created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-privileged-cluster-admin created clusterrole.rbac.authorization.k8s.io/kubevirt.io:default created clusterrolebinding.rbac.authorization.k8s.io/kubevirt.io:default created service/virt-api created deployment.extensions/virt-api created deployment.extensions/virt-controller created daemonset.extensions/virt-handler created customresourcedefinition.apiextensions.k8s.io/virtualmachineinstances.kubevirt.io created customresourcedefinition.apiextensions.k8s.io/virtualmachineinstancereplicasets.kubevirt.io created customresourcedefinition.apiextensions.k8s.io/virtualmachineinstancepresets.kubevirt.io created customresourcedefinition.apiextensions.k8s.io/virtualmachines.kubevirt.io created + _kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/testing -R + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/go/src/kubevirt.io/kubevirt/_out/manifests/testing -R persistentvolumeclaim/disk-alpine created persistentvolume/host-path-disk-alpine created persistentvolumeclaim/disk-custom created persistentvolume/host-path-disk-custom created daemonset.extensions/disks-images-provider created serviceaccount/kubevirt-testing created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-testing-cluster-admin created + [[ k8s-1.11.0 =~ os-* ]] + echo Done Done + namespaces=(kube-system default) + [[ kube-system != \k\u\b\e\-\s\y\s\t\e\m ]] + timeout=300 + sample=30 + for i in '${namespaces[@]}' + current_time=0 ++ kubectl get pods -n kube-system --no-headers ++ cluster/kubectl.sh get pods -n kube-system --no-headers ++ grep -v Running + '[' -n 'virt-api-bcc6b587d-ffptw 0/1 ContainerCreating 0 4s virt-api-bcc6b587d-xr5nh 0/1 ContainerCreating 0 4s virt-controller-67dcdd8464-2btrm 0/1 ContainerCreating 0 4s virt-controller-67dcdd8464-zv8lr 0/1 ContainerCreating 0 4s virt-handler-8jg2m 0/1 ContainerCreating 0 4s virt-handler-pd58d 0/1 ContainerCreating 0 4s' ']' + echo 'Waiting for kubevirt pods to enter the Running state ...' Waiting for kubevirt pods to enter the Running state ... + kubectl get pods -n kube-system --no-headers + cluster/kubectl.sh get pods -n kube-system --no-headers + grep -v Running disks-images-provider-c4lzx 0/1 ContainerCreating 0 0s disks-images-provider-kjdmg 0/1 ContainerCreating 0 0s virt-api-bcc6b587d-ffptw 0/1 ContainerCreating 0 4s virt-api-bcc6b587d-xr5nh 0/1 ContainerCreating 0 4s virt-controller-67dcdd8464-2btrm 0/1 ContainerCreating 0 4s virt-controller-67dcdd8464-zv8lr 0/1 ContainerCreating 0 4s virt-handler-8jg2m 0/1 ContainerCreating 0 4s virt-handler-pd58d 0/1 ContainerCreating 0 4s + sleep 30 + current_time=30 + '[' 30 -gt 300 ']' ++ kubectl get pods -n kube-system --no-headers ++ cluster/kubectl.sh get pods -n kube-system --no-headers ++ grep -v Running + '[' -n '' ']' + current_time=0 ++ kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ grep false ++ cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers + '[' -n false ']' + echo 'Waiting for KubeVirt containers to become ready ...' Waiting for KubeVirt containers to become ready ... + kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers + grep false + cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers false + sleep 30 + current_time=30 + '[' 30 -gt 300 ']' ++ grep false ++ kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers + '[' -n '' ']' + kubectl get pods -n kube-system + cluster/kubectl.sh get pods -n kube-system NAME READY STATUS RESTARTS AGE coredns-78fcdf6894-qsfmq 1/1 Running 0 39m coredns-78fcdf6894-z9nq5 1/1 Running 0 39m disks-images-provider-c4lzx 1/1 Running 0 1m disks-images-provider-kjdmg 1/1 Running 0 1m etcd-node01 1/1 Running 0 38m kube-apiserver-node01 1/1 Running 0 38m kube-controller-manager-node01 1/1 Running 0 38m kube-flannel-ds-25wpn 1/1 Running 0 39m kube-flannel-ds-t7gnl 1/1 Running 0 39m kube-proxy-9dgtz 1/1 Running 0 39m kube-proxy-nrtwg 1/1 Running 0 39m kube-scheduler-node01 1/1 Running 0 39m virt-api-bcc6b587d-ffptw 1/1 Running 1 1m virt-api-bcc6b587d-xr5nh 1/1 Running 0 1m virt-controller-67dcdd8464-2btrm 1/1 Running 0 1m virt-controller-67dcdd8464-zv8lr 1/1 Running 0 1m virt-handler-8jg2m 1/1 Running 0 1m virt-handler-pd58d 1/1 Running 0 1m + for i in '${namespaces[@]}' + current_time=0 ++ kubectl get pods -n default --no-headers ++ grep -v Running ++ cluster/kubectl.sh get pods -n default --no-headers + '[' -n '' ']' + current_time=0 ++ kubectl get pods -n default '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ grep false ++ cluster/kubectl.sh get pods -n default '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers + '[' -n '' ']' + kubectl get pods -n default + cluster/kubectl.sh get pods -n default NAME READY STATUS RESTARTS AGE local-volume-provisioner-9tb8n 1/1 Running 0 39m local-volume-provisioner-hn9q4 1/1 Running 0 39m + kubectl version + cluster/kubectl.sh version Client Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.0", GitCommit:"91e7b4fd31fcd3d5f436da26c980becec37ceefe", GitTreeState:"clean", BuildDate:"2018-06-27T20:17:28Z", GoVersion:"go1.10.2", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.0", GitCommit:"91e7b4fd31fcd3d5f436da26c980becec37ceefe", GitTreeState:"clean", BuildDate:"2018-06-27T20:08:34Z", GoVersion:"go1.10.2", Compiler:"gc", Platform:"linux/amd64"} + ginko_params='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/junit.xml' + [[ k8s-1.11.0-release =~ windows.* ]] + FUNC_TEST_ARGS='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.11.0-release/junit.xml' + make functest hack/dockerized "hack/build-func-tests.sh" sha256:b69a3f94b2043cd36cc41eb5d9446480e0a640962e468ab72c3cc51f2b89386a 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: 1532591184 Will run 148 of 148 specs ••••••••••• ------------------------------ 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:1393 ------------------------------ 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:1393 ------------------------------ 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:1393 ------------------------------ 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:1393 ------------------------------ • [SLOW TEST:57.549 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 /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:82 ------------------------------ • [SLOW TEST:117.310 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 /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:93 ------------------------------ Pod name: disks-images-provider-c4lzx Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-kjdmg Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-ffptw Pod phase: Running level=error timestamp=2018-07-26T07:47:30.203344Z pos=subresource.go:91 component=virt-api reason="tls: use of closed connection" msg="error ecountered reading from remote podExec stream" 2018/07/26 07:47:33 http: TLS handshake error from 10.244.0.1:47396: EOF 2018/07/26 07:47:43 http: TLS handshake error from 10.244.0.1:47456: EOF 2018/07/26 07:47:53 http: TLS handshake error from 10.244.0.1:47520: EOF 2018/07/26 07:48:03 http: TLS handshake error from 10.244.0.1:47580: EOF 2018/07/26 07:48:13 http: TLS handshake error from 10.244.0.1:47640: EOF 2018/07/26 07:48:23 http: TLS handshake error from 10.244.0.1:47700: EOF 2018/07/26 07:48:33 http: TLS handshake error from 10.244.0.1:47760: EOF 2018/07/26 07:48:43 http: TLS handshake error from 10.244.0.1:47820: EOF 2018/07/26 07:48:53 http: TLS handshake error from 10.244.0.1:47880: EOF 2018/07/26 07:49:03 http: TLS handshake error from 10.244.0.1:47940: EOF 2018/07/26 07:49:13 http: TLS handshake error from 10.244.0.1:48000: EOF 2018/07/26 07:49:23 http: TLS handshake error from 10.244.0.1:48060: EOF 2018/07/26 07:49:33 http: TLS handshake error from 10.244.0.1:48120: EOF 2018/07/26 07:49:43 http: TLS handshake error from 10.244.0.1:48180: EOF Pod name: virt-api-bcc6b587d-xr5nh Pod phase: Running level=info timestamp=2018-07-26T07:49:10.723813Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T07:49:10.820629Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T07:49:12.580311Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/07/26 07:49:18 http: TLS handshake error from 10.244.1.1:54882: EOF level=info timestamp=2018-07-26T07:49:18.757728Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=error timestamp=2018-07-26T07:49:27.972364Z pos=subresource.go:85 component=virt-api msg= 2018/07/26 07:49:27 http: response.WriteHeader on hijacked connection level=error timestamp=2018-07-26T07:49:27.973530Z pos=subresource.go:97 component=virt-api reason="read tcp 10.244.1.5:8443->10.244.0.0:45300: use of closed network connection" msg="error ecountered reading from websocket stream" level=info timestamp=2018-07-26T07:49:27.974165Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmilzc8k/console proto=HTTP/1.1 statusCode=200 contentLength=0 level=info timestamp=2018-07-26T07:49:28.235206Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 07:49:28 http: TLS handshake error from 10.244.1.1:54888: EOF 2018/07/26 07:49:38 http: TLS handshake error from 10.244.1.1:54894: EOF level=info timestamp=2018-07-26T07:49:40.805427Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T07:49:40.909474Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T07:49:42.539771Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 Pod name: virt-controller-67dcdd8464-2btrm Pod phase: Running level=info timestamp=2018-07-26T07:46:31.189880Z pos=preset.go:161 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikjmdh kind= uid=02da6091-90a8-11e8-a470-525500d15501 msg="VirtualMachineInstance is excluded from VirtualMachinePresets" level=info timestamp=2018-07-26T07:46:31.190833Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikjmdh kind= uid=02da6091-90a8-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T07:46:32.365058Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz65bc kind= uid=03910790-90a8-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T07:46:32.365212Z pos=preset.go:202 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz65bc kind= uid=03910790-90a8-11e8-a470-525500d15501 msg="VirtualMachineInstancePreset test-memory-9lmcn matches VirtualMachineInstance" level=info timestamp=2018-07-26T07:46:32.365264Z pos=preset.go:202 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz65bc kind= uid=03910790-90a8-11e8-a470-525500d15501 msg="VirtualMachineInstancePreset test-conflict-cljjm matches VirtualMachineInstance" level=error timestamp=2018-07-26T07:46:32.365581Z pos=preset.go:362 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz65bc kind= uid=03910790-90a8-11e8-a470-525500d15501 msg="VirtualMachinePresets cannot be applied due to conflicts: presets 'test-conflict-cljjm' and 'test-memory-9lmcn' conflict: spec.resources.requests[memory]: {{256 6} {} 256M DecimalSI} != {{128 6} {} 128M DecimalSI}" level=warning timestamp=2018-07-26T07:46:32.365619Z pos=preset.go:154 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz65bc kind= uid=03910790-90a8-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as failed" level=info timestamp=2018-07-26T07:46:32.365657Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz65bc kind= uid=03910790-90a8-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T07:46:33.455317Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiz65bc\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmiz65bc, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 03910790-90a8-11e8-a470-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiz65bc" level=info timestamp=2018-07-26T07:46:33.815101Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixwmmq kind= uid=046d433e-90a8-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T07:46:33.815290Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixwmmq kind= uid=046d433e-90a8-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T07:47:30.486270Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilzc8k kind= uid=26320f15-90a8-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T07:47:30.486956Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilzc8k kind= uid=26320f15-90a8-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T07:49:27.801962Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7828s kind= uid=6c1f7476-90a8-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T07:49:27.804579Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7828s kind= uid=6c1f7476-90a8-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-zv8lr Pod phase: Running level=info timestamp=2018-07-26T07:44:27.468120Z pos=application.go:174 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-8jg2m Pod phase: Running level=info timestamp=2018-07-26T07:49:27.375571Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmilzc8k kind= uid=26320f15-90a8-11e8-a470-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-26T07:49:27.380612Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmilzc8k kind= uid=26320f15-90a8-11e8-a470-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmilzc8k" level=info timestamp=2018-07-26T07:49:27.616979Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmilzc8k kind= uid=26320f15-90a8-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T07:49:27.617593Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmilzc8k kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-26T07:49:27.617844Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmilzc8k kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-26T07:49:27.619592Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmilzc8k kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T07:49:27.620600Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T07:49:27.621129Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmilzc8k kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T07:49:27.621766Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmilzc8k kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T07:49:27.622275Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmilzc8k kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T07:49:27.627184Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T07:49:43.497051Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmi7828s kind= uid=6c1f7476-90a8-11e8-a470-525500d15501 msg="Processing vmi update" level=error timestamp=2018-07-26T07:49:43.566098Z pos=vm.go:397 component=virt-handler namespace=kubevirt-test-default name=testvmi7828s kind= uid=6c1f7476-90a8-11e8-a470-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=0, Domain=0, Message='Missing error')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-07-26T07:49:43.662018Z pos=vm.go:251 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=0, Domain=0, Message='Missing error')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi7828s" level=info timestamp=2018-07-26T07:49:43.664693Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmi7828s kind= uid=6c1f7476-90a8-11e8-a470-525500d15501 msg="Processing vmi update" Pod name: virt-handler-pd58d Pod phase: Running level=info timestamp=2018-07-26T07:44:27.139776Z pos=virt-handler.go:87 component=virt-handler hostname=node01 level=info timestamp=2018-07-26T07:44:27.154457Z pos=vm.go:210 component=virt-handler msg="Starting virt-handler controller." level=info timestamp=2018-07-26T07:44:27.158473Z pos=cache.go:151 component=virt-handler msg="Synchronizing domains" level=info timestamp=2018-07-26T07:44:27.299892Z pos=device_controller.go:133 component=virt-handler msg="Starting device plugin controller" level=info timestamp=2018-07-26T07:44:27.336761Z pos=device_controller.go:127 component=virt-handler msg="tun device plugin started" level=info timestamp=2018-07-26T07:44:27.343281Z pos=device_controller.go:127 component=virt-handler msg="kvm device plugin started" Pod name: virt-launcher-testvmi7828s-t2kjq Pod phase: Running level=info timestamp=2018-07-26T07:49:32.129756Z 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-26T07:49:32.131819Z pos=libvirt.go:256 component=virt-launcher msg="Connecting to libvirt daemon: qemu:///system" level=info timestamp=2018-07-26T07:49:42.143448Z pos=libvirt.go:271 component=virt-launcher msg="Connected to libvirt daemon" level=info timestamp=2018-07-26T07:49:42.205216Z pos=virt-launcher.go:143 component=virt-launcher msg="Watchdog file created at /var/run/kubevirt/watchdog-files/kubevirt-test-default_testvmi7828s" level=info timestamp=2018-07-26T07:49:42.210726Z pos=client.go:152 component=virt-launcher msg="Registered libvirt event notify callback" level=info timestamp=2018-07-26T07:49:42.211345Z pos=virt-launcher.go:60 component=virt-launcher msg="Marked as ready" level=error timestamp=2018-07-26T07:49:43.545242Z pos=manager.go:159 component=virt-launcher namespace=kubevirt-test-default name=testvmi7828s kind= uid=6c1f7476-90a8-11e8-a470-525500d15501 reason="virError(Code=0, Domain=0, Message='Missing error')" msg="Getting the domain failed." level=error timestamp=2018-07-26T07:49:43.545998Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi7828s kind= uid=6c1f7476-90a8-11e8-a470-525500d15501 reason="virError(Code=0, Domain=0, Message='Missing error')" msg="Failed to sync vmi" level=info timestamp=2018-07-26T07:49:43.705455Z pos=cloud-init.go:254 component=virt-launcher msg="generated nocloud iso file /var/run/libvirt/kubevirt-ephemeral-disk/cloud-init-data/kubevirt-test-default/testvmi7828s/noCloud.iso" level=error timestamp=2018-07-26T07:49:43.726390Z pos=common.go:126 component=virt-launcher msg="updated MAC for interface: eth0 - 0a:58:0a:ed:78:10" level=info timestamp=2018-07-26T07:49:43.733010Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-07-26T07:49:43.733307Z 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-26T07:49:43.738240Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=info timestamp=2018-07-26T07:49:43.948294Z pos=manager.go:157 component=virt-launcher namespace=kubevirt-test-default name=testvmi7828s kind= uid=6c1f7476-90a8-11e8-a470-525500d15501 msg="Domain defined." level=info timestamp=2018-07-26T07:49:43.949287Z pos=client.go:136 component=virt-launcher msg="Libvirt event 0 with reason 0 received" Pod name: disks-images-provider-c4lzx Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-kjdmg Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-ffptw Pod phase: Running 2018/07/26 07:50:33 http: TLS handshake error from 10.244.0.1:48484: EOF 2018/07/26 07:50:43 http: TLS handshake error from 10.244.0.1:48544: EOF 2018/07/26 07:50:53 http: TLS handshake error from 10.244.0.1:48604: EOF 2018/07/26 07:51:03 http: TLS handshake error from 10.244.0.1:48668: EOF 2018/07/26 07:51:13 http: TLS handshake error from 10.244.0.1:48728: EOF 2018/07/26 07:51:23 http: TLS handshake error from 10.244.0.1:48788: EOF 2018/07/26 07:51:33 http: TLS handshake error from 10.244.0.1:48848: EOF 2018/07/26 07:51:43 http: TLS handshake error from 10.244.0.1:48908: EOF 2018/07/26 07:51:53 http: TLS handshake error from 10.244.0.1:48968: EOF 2018/07/26 07:52:03 http: TLS handshake error from 10.244.0.1:49028: EOF 2018/07/26 07:52:13 http: TLS handshake error from 10.244.0.1:49088: EOF 2018/07/26 07:52:23 http: TLS handshake error from 10.244.0.1:49148: EOF 2018/07/26 07:52:33 http: TLS handshake error from 10.244.0.1:49208: EOF 2018/07/26 07:52:43 http: TLS handshake error from 10.244.0.1:49268: EOF 2018/07/26 07:52:53 http: TLS handshake error from 10.244.0.1:49328: EOF Pod name: virt-api-bcc6b587d-xr5nh Pod phase: Running level=info timestamp=2018-07-26T07:51:59.029291Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 07:52:08 http: TLS handshake error from 10.244.1.1:54988: EOF level=info timestamp=2018-07-26T07:52:11.187975Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T07:52:11.252418Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T07:52:12.617501Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/07/26 07:52:18 http: TLS handshake error from 10.244.1.1:54994: EOF level=info timestamp=2018-07-26T07:52:19.363638Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 07:52:28 http: TLS handshake error from 10.244.1.1:55000: EOF level=info timestamp=2018-07-26T07:52:29.195694Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 07:52:38 http: TLS handshake error from 10.244.1.1:55006: EOF level=info timestamp=2018-07-26T07:52:41.267372Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T07:52:41.296685Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T07:52:42.587177Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/07/26 07:52:48 http: TLS handshake error from 10.244.1.1:55012: EOF level=info timestamp=2018-07-26T07:52:49.484647Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-67dcdd8464-2btrm Pod phase: Running level=info timestamp=2018-07-26T07:46:31.189880Z pos=preset.go:161 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikjmdh kind= uid=02da6091-90a8-11e8-a470-525500d15501 msg="VirtualMachineInstance is excluded from VirtualMachinePresets" level=info timestamp=2018-07-26T07:46:31.190833Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikjmdh kind= uid=02da6091-90a8-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T07:46:32.365058Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz65bc kind= uid=03910790-90a8-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T07:46:32.365212Z pos=preset.go:202 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz65bc kind= uid=03910790-90a8-11e8-a470-525500d15501 msg="VirtualMachineInstancePreset test-memory-9lmcn matches VirtualMachineInstance" level=info timestamp=2018-07-26T07:46:32.365264Z pos=preset.go:202 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz65bc kind= uid=03910790-90a8-11e8-a470-525500d15501 msg="VirtualMachineInstancePreset test-conflict-cljjm matches VirtualMachineInstance" level=error timestamp=2018-07-26T07:46:32.365581Z pos=preset.go:362 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz65bc kind= uid=03910790-90a8-11e8-a470-525500d15501 msg="VirtualMachinePresets cannot be applied due to conflicts: presets 'test-conflict-cljjm' and 'test-memory-9lmcn' conflict: spec.resources.requests[memory]: {{256 6} {} 256M DecimalSI} != {{128 6} {} 128M DecimalSI}" level=warning timestamp=2018-07-26T07:46:32.365619Z pos=preset.go:154 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz65bc kind= uid=03910790-90a8-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as failed" level=info timestamp=2018-07-26T07:46:32.365657Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz65bc kind= uid=03910790-90a8-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T07:46:33.455317Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiz65bc\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmiz65bc, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 03910790-90a8-11e8-a470-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiz65bc" level=info timestamp=2018-07-26T07:46:33.815101Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixwmmq kind= uid=046d433e-90a8-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T07:46:33.815290Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmixwmmq kind= uid=046d433e-90a8-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T07:47:30.486270Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilzc8k kind= uid=26320f15-90a8-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T07:47:30.486956Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmilzc8k kind= uid=26320f15-90a8-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T07:49:27.801962Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7828s kind= uid=6c1f7476-90a8-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T07:49:27.804579Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi7828s kind= uid=6c1f7476-90a8-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-zv8lr Pod phase: Running level=info timestamp=2018-07-26T07:44:27.468120Z pos=application.go:174 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-8jg2m Pod phase: Running level=info timestamp=2018-07-26T07:49:27.627184Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T07:49:43.497051Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmi7828s kind= uid=6c1f7476-90a8-11e8-a470-525500d15501 msg="Processing vmi update" level=error timestamp=2018-07-26T07:49:43.566098Z pos=vm.go:397 component=virt-handler namespace=kubevirt-test-default name=testvmi7828s kind= uid=6c1f7476-90a8-11e8-a470-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=0, Domain=0, Message='Missing error')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-07-26T07:49:43.662018Z pos=vm.go:251 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=0, Domain=0, Message='Missing error')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi7828s" level=info timestamp=2018-07-26T07:49:43.664693Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmi7828s kind= uid=6c1f7476-90a8-11e8-a470-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-26T07:49:44.824285Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type ADDED" level=info timestamp=2018-07-26T07:49:44.824577Z pos=vm.go:657 component=virt-handler namespace=kubevirt-test-default name=testvmi7828s kind=Domain uid=6c1f7476-90a8-11e8-a470-525500d15501 msg="Domain is in state Paused reason StartingUp" level=info timestamp=2018-07-26T07:49:45.178742Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-26T07:49:45.179234Z pos=vm.go:688 component=virt-handler namespace=kubevirt-test-default name=testvmi7828s kind=Domain uid=6c1f7476-90a8-11e8-a470-525500d15501 msg="Domain is in state Running reason Unknown" level=info timestamp=2018-07-26T07:49:45.223285Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-26T07:49:45.243985Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi7828s kind= uid=6c1f7476-90a8-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T07:49:45.244238Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmi7828s kind= uid=6c1f7476-90a8-11e8-a470-525500d15501 msg="No update processing required" level=info timestamp=2018-07-26T07:49:45.274566Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi7828s kind= uid=6c1f7476-90a8-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T07:49:45.276247Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmi7828s kind= uid=6c1f7476-90a8-11e8-a470-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-26T07:49:45.289139Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi7828s kind= uid=6c1f7476-90a8-11e8-a470-525500d15501 msg="Synchronization loop succeeded." Pod name: virt-handler-pd58d Pod phase: Running level=info timestamp=2018-07-26T07:44:27.139776Z pos=virt-handler.go:87 component=virt-handler hostname=node01 level=info timestamp=2018-07-26T07:44:27.154457Z pos=vm.go:210 component=virt-handler msg="Starting virt-handler controller." level=info timestamp=2018-07-26T07:44:27.158473Z pos=cache.go:151 component=virt-handler msg="Synchronizing domains" level=info timestamp=2018-07-26T07:44:27.299892Z pos=device_controller.go:133 component=virt-handler msg="Starting device plugin controller" level=info timestamp=2018-07-26T07:44:27.336761Z pos=device_controller.go:127 component=virt-handler msg="tun device plugin started" level=info timestamp=2018-07-26T07:44:27.343281Z pos=device_controller.go:127 component=virt-handler msg="kvm device plugin started" Pod name: virt-launcher-testvmi7828s-t2kjq Pod phase: Running level=info timestamp=2018-07-26T07:49:43.949287Z pos=client.go:136 component=virt-launcher msg="Libvirt event 0 with reason 0 received" level=info timestamp=2018-07-26T07:49:44.814612Z pos=client.go:119 component=virt-launcher msg="domain status: 3:11" level=info timestamp=2018-07-26T07:49:44.825020Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-26T07:49:44.843549Z pos=virt-launcher.go:215 component=virt-launcher msg="Detected domain with UUID b3528176-e137-45bb-96fa-b3e7c29fc8e0" level=info timestamp=2018-07-26T07:49:44.845352Z pos=monitor.go:253 component=virt-launcher msg="Monitoring loop: rate 1s start timeout 5m0s" level=info timestamp=2018-07-26T07:49:45.140714Z pos=client.go:136 component=virt-launcher msg="Libvirt event 4 with reason 0 received" level=info timestamp=2018-07-26T07:49:45.174043Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-26T07:49:45.181155Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-26T07:49:45.199307Z pos=client.go:136 component=virt-launcher msg="Libvirt event 2 with reason 0 received" level=info timestamp=2018-07-26T07:49:45.203798Z pos=manager.go:188 component=virt-launcher namespace=kubevirt-test-default name=testvmi7828s kind= uid=6c1f7476-90a8-11e8-a470-525500d15501 msg="Domain started." level=info timestamp=2018-07-26T07:49:45.219180Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmi7828s kind= uid=6c1f7476-90a8-11e8-a470-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-26T07:49:45.221624Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-26T07:49:45.226600Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-26T07:49:45.283938Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmi7828s kind= uid=6c1f7476-90a8-11e8-a470-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-26T07:49:45.858273Z pos=monitor.go:222 component=virt-launcher msg="Found PID for b3528176-e137-45bb-96fa-b3e7c29fc8e0: 190" • Failure [210.868 seconds] CloudInit UserData /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:46 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:80 with cloudInitNoCloud userData source /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:118 should process provided cloud-init data [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:119 Unexpected Warning event received. Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:245 ------------------------------ STEP: Starting a VirtualMachineInstance STEP: Waiting the VirtualMachineInstance start level=info timestamp=2018-07-26T07:49:28.100153Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmi7828s-t2kjq" level=info timestamp=2018-07-26T07:49:43.782646Z pos=utils.go:243 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmi7828s-t2kjq" level=error timestamp=2018-07-26T07:49:43.949119Z pos=utils.go:241 component=tests reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=0, Domain=0, Message='Missing error')" STEP: executing a user-data script STEP: Expecting the VirtualMachineInstance console STEP: Checking that the VirtualMachineInstance serial console output equals to expected one level=info timestamp=2018-07-26T07:52:58.096343Z pos=vmi_userdata_test.go:72 component=tests namespace=kubevirt-test-default name=testvmi7828s kind=VirtualMachineInstance uid= msg="[{0 []}]" • [SLOW TEST:47.711 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 /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:162 ------------------------------ 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:1352 ------------------------------ 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:1352 ------------------------------ 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 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:1352 ------------------------------ 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:1352 ------------------------------ 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 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:1352 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.010 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:1352 ------------------------------ •• ------------------------------ • [SLOW TEST:18.384 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:25.723 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:49.027 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:42.002 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:160.180 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:49.935 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:180.633 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 survive guest shutdown, multiple times /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:387 ------------------------------ VM testvmi9zvpg was scheduled to start • [SLOW TEST:17.549 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 testvmincds8 was scheduled to stop • [SLOW TEST:31.859 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 ------------------------------ Service cluster-ip-vmi successfully exposed for virtualmachineinstance testvmi5s2cx • [SLOW TEST:54.395 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 testvmi5s2cx •Service node-port-vmi successfully exposed for virtualmachineinstance testvmi5s2cx ------------------------------ • [SLOW TEST:9.285 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 ------------------------------ Service cluster-ip-udp-vmi successfully exposed for virtualmachineinstance testvmig6nrs • [SLOW TEST:52.502 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 testvmig6nrs • [SLOW TEST:9.565 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 ------------------------------ Service cluster-ip-vmirs successfully exposed for vmirs replicaset96n62 • [SLOW TEST:66.849 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 testvmirsnnk VM testvmirsnnk was scheduled to start • [SLOW TEST:51.765 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:21.492 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:17.920 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.246 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 ------------------------------ • [SLOW TEST:59.320 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:16.795 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.562 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 ------------------------------ Pod name: disks-images-provider-c4lzx Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-kjdmg Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-ffptw Pod phase: Running 2018/07/26 08:10:53 http: TLS handshake error from 10.244.0.1:55862: EOF 2018/07/26 08:11:03 http: TLS handshake error from 10.244.0.1:55922: EOF 2018/07/26 08:11:13 http: TLS handshake error from 10.244.0.1:55982: EOF 2018/07/26 08:11:23 http: TLS handshake error from 10.244.0.1:56042: EOF 2018/07/26 08:11:33 http: TLS handshake error from 10.244.0.1:56102: EOF 2018/07/26 08:11:43 http: TLS handshake error from 10.244.0.1:56162: EOF 2018/07/26 08:11:53 http: TLS handshake error from 10.244.0.1:56222: EOF 2018/07/26 08:12:03 http: TLS handshake error from 10.244.0.1:56282: EOF 2018/07/26 08:12:13 http: TLS handshake error from 10.244.0.1:56342: EOF 2018/07/26 08:12:23 http: TLS handshake error from 10.244.0.1:56402: EOF 2018/07/26 08:12:33 http: TLS handshake error from 10.244.0.1:56462: EOF 2018/07/26 08:12:43 http: TLS handshake error from 10.244.0.1:56522: EOF 2018/07/26 08:12:53 http: TLS handshake error from 10.244.0.1:56582: EOF 2018/07/26 08:13:03 http: TLS handshake error from 10.244.0.1:56642: EOF 2018/07/26 08:13:13 http: TLS handshake error from 10.244.0.1:56702: EOF Pod name: virt-api-bcc6b587d-xr5nh Pod phase: Running 2018/07/26 08:12:28 http: TLS handshake error from 10.244.1.1:55756: EOF level=info timestamp=2018-07-26T08:12:34.950455Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:12:38 http: TLS handshake error from 10.244.1.1:55762: EOF level=info timestamp=2018-07-26T08:12:42.607662Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:12:44.173733Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:12:44.231424Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:12:48 http: TLS handshake error from 10.244.1.1:55768: EOF level=info timestamp=2018-07-26T08:12:52.875671Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:12:58 http: TLS handshake error from 10.244.1.1:55774: EOF level=info timestamp=2018-07-26T08:13:05.080964Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:13:08 http: TLS handshake error from 10.244.1.1:55780: EOF level=info timestamp=2018-07-26T08:13:12.668655Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:13:14.247019Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:13:14.296481Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:13:18 http: TLS handshake error from 10.244.1.1:55786: EOF Pod name: virt-controller-67dcdd8464-2btrm Pod phase: Running level=info timestamp=2018-07-26T08:09:33.531293Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9h4mz kind= uid=3acccdcd-90ab-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:09:50.477312Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipp64x kind= uid=44e5de8a-90ab-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:09:50.477877Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipp64x kind= uid=44e5de8a-90ab-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:09:50.508897Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8p4zp kind= uid=44e9ff66-90ab-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:09:50.509360Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8p4zp kind= uid=44e9ff66-90ab-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:09:50.561538Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibzsvm kind= uid=44ef94ac-90ab-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:09:50.561748Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibzsvm kind= uid=44ef94ac-90ab-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:09:50.650277Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:09:50.650558Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:09:50.700686Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipp64x\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipp64x" level=info timestamp=2018-07-26T08:09:50.704357Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiknjhc kind= uid=4505abbb-90ab-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:09:50.704441Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiknjhc kind= uid=4505abbb-90ab-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:09:50.917145Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmibzsvm\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmibzsvm" level=info timestamp=2018-07-26T08:10:18.820394Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikxlbs kind= uid=55ca67db-90ab-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:10:18.825514Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikxlbs kind= uid=55ca67db-90ab-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-zv8lr Pod phase: Running level=info timestamp=2018-07-26T07:44:27.468120Z pos=application.go:174 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-8jg2m Pod phase: Running level=info timestamp=2018-07-26T08:10:17.902529Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmiknjhc kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:10:17.902595Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmiknjhc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:10:17.902699Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiknjhc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.061849Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind= uid=44e5de8a-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.062024Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-26T08:10:18.062058Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:18.062342Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.062567Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-26T08:10:18.062605Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:18.062754Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.065742Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:10:18.065950Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:10:18.066052Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:10:18.066127Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.070847Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-handler-pd58d Pod phase: Running level=info timestamp=2018-07-26T08:10:09.206599Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:09.206901Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-26T08:10:09.223488Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:17.885166Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-26T08:10:17.885492Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:17.893800Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmivstbv" level=info timestamp=2018-07-26T08:10:18.109316Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.109933Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-26T08:10:18.110107Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:18.110392Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.111113Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:10:18.113061Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:10:18.113184Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:10:18.113252Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.113803Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-launcher-testvmikxlbs-qxrfn Pod phase: Pending • Failure [181.458 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 with Alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:71 should be successfully started /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 with Disk PVC [It] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Timed out after 90.012s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1049 ------------------------------ STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-07-26T08:10:19.117907Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmikxlbs-qxrfn" Pod name: disks-images-provider-c4lzx Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-kjdmg Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-ffptw Pod phase: Running 2018/07/26 08:13:53 http: TLS handshake error from 10.244.0.1:56942: EOF 2018/07/26 08:14:03 http: TLS handshake error from 10.244.0.1:57002: EOF 2018/07/26 08:14:13 http: TLS handshake error from 10.244.0.1:57062: EOF 2018/07/26 08:14:23 http: TLS handshake error from 10.244.0.1:57122: EOF 2018/07/26 08:14:33 http: TLS handshake error from 10.244.0.1:57182: EOF 2018/07/26 08:14:43 http: TLS handshake error from 10.244.0.1:57242: EOF 2018/07/26 08:14:53 http: TLS handshake error from 10.244.0.1:57302: EOF 2018/07/26 08:15:03 http: TLS handshake error from 10.244.0.1:57362: EOF 2018/07/26 08:15:13 http: TLS handshake error from 10.244.0.1:57422: EOF 2018/07/26 08:15:23 http: TLS handshake error from 10.244.0.1:57482: EOF 2018/07/26 08:15:33 http: TLS handshake error from 10.244.0.1:57542: EOF 2018/07/26 08:15:43 http: TLS handshake error from 10.244.0.1:57602: EOF 2018/07/26 08:15:53 http: TLS handshake error from 10.244.0.1:57662: EOF 2018/07/26 08:16:03 http: TLS handshake error from 10.244.0.1:57722: EOF 2018/07/26 08:16:13 http: TLS handshake error from 10.244.0.1:57782: EOF Pod name: virt-api-bcc6b587d-xr5nh Pod phase: Running level=info timestamp=2018-07-26T08:15:42.427590Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:15:42.721043Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:15:44.577002Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:15:44.645811Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:15:48 http: TLS handshake error from 10.244.1.1:55876: EOF level=info timestamp=2018-07-26T08:15:49.918336Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:15:49.922205Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:15:53.445841Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:15:58 http: TLS handshake error from 10.244.1.1:55882: EOF level=info timestamp=2018-07-26T08:16:05.924308Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:16:08 http: TLS handshake error from 10.244.1.1:55888: EOF level=info timestamp=2018-07-26T08:16:12.580591Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:16:14.673293Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:16:14.730173Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:16:18 http: TLS handshake error from 10.244.1.1:55894: EOF Pod name: virt-controller-67dcdd8464-2btrm Pod phase: Running level=info timestamp=2018-07-26T08:09:50.477877Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmipp64x kind= uid=44e5de8a-90ab-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:09:50.508897Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8p4zp kind= uid=44e9ff66-90ab-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:09:50.509360Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8p4zp kind= uid=44e9ff66-90ab-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:09:50.561538Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibzsvm kind= uid=44ef94ac-90ab-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:09:50.561748Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibzsvm kind= uid=44ef94ac-90ab-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:09:50.650277Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:09:50.650558Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:09:50.700686Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipp64x\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipp64x" level=info timestamp=2018-07-26T08:09:50.704357Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiknjhc kind= uid=4505abbb-90ab-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:09:50.704441Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiknjhc kind= uid=4505abbb-90ab-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:09:50.917145Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmibzsvm\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmibzsvm" level=info timestamp=2018-07-26T08:10:18.820394Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikxlbs kind= uid=55ca67db-90ab-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:10:18.825514Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikxlbs kind= uid=55ca67db-90ab-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:13:19.494706Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibt7rr kind= uid=c17a69d1-90ab-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:13:19.496540Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibt7rr kind= uid=c17a69d1-90ab-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-zv8lr Pod phase: Running level=info timestamp=2018-07-26T07:44:27.468120Z pos=application.go:174 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-8jg2m Pod phase: Running level=info timestamp=2018-07-26T08:10:17.902529Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmiknjhc kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:10:17.902595Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmiknjhc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:10:17.902699Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiknjhc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.061849Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind= uid=44e5de8a-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.062024Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-26T08:10:18.062058Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:18.062342Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.062567Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-26T08:10:18.062605Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:18.062754Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.065742Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:10:18.065950Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:10:18.066052Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:10:18.066127Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.070847Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-handler-pd58d Pod phase: Running level=info timestamp=2018-07-26T08:10:09.206599Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:09.206901Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-26T08:10:09.223488Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:17.885166Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-26T08:10:17.885492Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:17.893800Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmivstbv" level=info timestamp=2018-07-26T08:10:18.109316Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.109933Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-26T08:10:18.110107Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:18.110392Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.111113Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:10:18.113061Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:10:18.113184Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:10:18.113252Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.113803Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-launcher-testvmibt7rr-vhpqg Pod phase: Pending • Failure [180.639 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 with Alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:71 should be successfully started /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 with CDRom PVC [It] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Timed out after 90.009s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1049 ------------------------------ STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-07-26T08:13:19.826922Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmibt7rr-vhpqg" Pod name: disks-images-provider-c4lzx Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-kjdmg Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-ffptw Pod phase: Running 2018/07/26 08:16:53 http: TLS handshake error from 10.244.0.1:58022: EOF 2018/07/26 08:17:03 http: TLS handshake error from 10.244.0.1:58082: EOF 2018/07/26 08:17:13 http: TLS handshake error from 10.244.0.1:58142: EOF 2018/07/26 08:17:23 http: TLS handshake error from 10.244.0.1:58202: EOF 2018/07/26 08:17:33 http: TLS handshake error from 10.244.0.1:58262: EOF 2018/07/26 08:17:43 http: TLS handshake error from 10.244.0.1:58322: EOF 2018/07/26 08:17:53 http: TLS handshake error from 10.244.0.1:58382: EOF 2018/07/26 08:18:03 http: TLS handshake error from 10.244.0.1:58442: EOF 2018/07/26 08:18:13 http: TLS handshake error from 10.244.0.1:58502: EOF 2018/07/26 08:18:23 http: TLS handshake error from 10.244.0.1:58562: EOF 2018/07/26 08:18:33 http: TLS handshake error from 10.244.0.1:58622: EOF 2018/07/26 08:18:43 http: TLS handshake error from 10.244.0.1:58682: EOF 2018/07/26 08:18:53 http: TLS handshake error from 10.244.0.1:58742: EOF 2018/07/26 08:19:03 http: TLS handshake error from 10.244.0.1:58802: EOF 2018/07/26 08:19:13 http: TLS handshake error from 10.244.0.1:58862: EOF Pod name: virt-api-bcc6b587d-xr5nh Pod phase: Running 2018/07/26 08:18:38 http: TLS handshake error from 10.244.1.1:55978: EOF level=info timestamp=2018-07-26T08:18:42.612058Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:18:45.078387Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:18:45.133472Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:18:48 http: TLS handshake error from 10.244.1.1:55984: EOF level=info timestamp=2018-07-26T08:18:49.937671Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:18:49.941186Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:18:53.969400Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:18:58 http: TLS handshake error from 10.244.1.1:55990: EOF level=info timestamp=2018-07-26T08:19:06.818550Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:19:08 http: TLS handshake error from 10.244.1.1:55996: EOF level=info timestamp=2018-07-26T08:19:12.621813Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:19:15.142275Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:19:15.202764Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:19:18 http: TLS handshake error from 10.244.1.1:56002: EOF Pod name: virt-controller-67dcdd8464-2btrm Pod phase: Running level=info timestamp=2018-07-26T08:09:50.561538Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibzsvm kind= uid=44ef94ac-90ab-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:09:50.561748Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibzsvm kind= uid=44ef94ac-90ab-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:09:50.650277Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:09:50.650558Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:09:50.700686Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipp64x\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipp64x" level=info timestamp=2018-07-26T08:09:50.704357Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiknjhc kind= uid=4505abbb-90ab-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:09:50.704441Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiknjhc kind= uid=4505abbb-90ab-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:09:50.917145Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmibzsvm\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmibzsvm" level=info timestamp=2018-07-26T08:10:18.820394Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikxlbs kind= uid=55ca67db-90ab-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:10:18.825514Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikxlbs kind= uid=55ca67db-90ab-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:13:19.494706Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibt7rr kind= uid=c17a69d1-90ab-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:13:19.496540Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibt7rr kind= uid=c17a69d1-90ab-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:16:20.161194Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimxppc kind= uid=2d2a0a3d-90ac-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:16:20.161802Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimxppc kind= uid=2d2a0a3d-90ac-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:16:20.321937Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmimxppc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmimxppc" Pod name: virt-controller-67dcdd8464-zv8lr Pod phase: Running level=info timestamp=2018-07-26T07:44:27.468120Z pos=application.go:174 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-8jg2m Pod phase: Running level=info timestamp=2018-07-26T08:10:17.902529Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmiknjhc kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:10:17.902595Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmiknjhc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:10:17.902699Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiknjhc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.061849Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind= uid=44e5de8a-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.062024Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-26T08:10:18.062058Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:18.062342Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.062567Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-26T08:10:18.062605Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:18.062754Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.065742Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:10:18.065950Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:10:18.066052Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:10:18.066127Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.070847Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-handler-pd58d Pod phase: Running level=info timestamp=2018-07-26T08:10:09.206599Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:09.206901Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-26T08:10:09.223488Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:17.885166Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-26T08:10:17.885492Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:17.893800Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmivstbv" level=info timestamp=2018-07-26T08:10:18.109316Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.109933Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-26T08:10:18.110107Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:18.110392Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.111113Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:10:18.113061Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:10:18.113184Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:10:18.113252Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.113803Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-launcher-testvmimxppc-n8zpt Pod phase: Pending • Failure [180.662 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 with Alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:71 should be successfully started and stopped multiple times /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 with Disk PVC [It] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Timed out after 90.010s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1049 ------------------------------ 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-26T08:16:20.349139Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmimxppc-n8zpt" Pod name: disks-images-provider-c4lzx Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-kjdmg Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-ffptw Pod phase: Running 2018/07/26 08:19:53 http: TLS handshake error from 10.244.0.1:59102: EOF 2018/07/26 08:20:03 http: TLS handshake error from 10.244.0.1:59162: EOF 2018/07/26 08:20:13 http: TLS handshake error from 10.244.0.1:59222: EOF 2018/07/26 08:20:23 http: TLS handshake error from 10.244.0.1:59282: EOF 2018/07/26 08:20:33 http: TLS handshake error from 10.244.0.1:59342: EOF 2018/07/26 08:20:43 http: TLS handshake error from 10.244.0.1:59402: EOF 2018/07/26 08:20:53 http: TLS handshake error from 10.244.0.1:59462: EOF 2018/07/26 08:21:03 http: TLS handshake error from 10.244.0.1:59522: EOF 2018/07/26 08:21:13 http: TLS handshake error from 10.244.0.1:59582: EOF 2018/07/26 08:21:23 http: TLS handshake error from 10.244.0.1:59642: EOF 2018/07/26 08:21:33 http: TLS handshake error from 10.244.0.1:59702: EOF 2018/07/26 08:21:43 http: TLS handshake error from 10.244.0.1:59762: EOF 2018/07/26 08:21:53 http: TLS handshake error from 10.244.0.1:59822: EOF 2018/07/26 08:22:03 http: TLS handshake error from 10.244.0.1:59882: EOF 2018/07/26 08:22:13 http: TLS handshake error from 10.244.0.1:59942: EOF Pod name: virt-api-bcc6b587d-xr5nh Pod phase: Running 2018/07/26 08:21:38 http: TLS handshake error from 10.244.1.1:56086: EOF level=info timestamp=2018-07-26T08:21:42.649459Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:21:45.512354Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:21:45.589033Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:21:48 http: TLS handshake error from 10.244.1.1:56092: EOF level=info timestamp=2018-07-26T08:21:49.774715Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:21:49.779531Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:21:54.464731Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:21:58 http: TLS handshake error from 10.244.1.1:56098: EOF level=info timestamp=2018-07-26T08:22:07.814022Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:22:08 http: TLS handshake error from 10.244.1.1:56104: EOF level=info timestamp=2018-07-26T08:22:12.607634Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:22:15.575223Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:22:15.643308Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:22:18 http: TLS handshake error from 10.244.1.1:56110: EOF Pod name: virt-controller-67dcdd8464-2btrm Pod phase: Running level=info timestamp=2018-07-26T08:09:50.700686Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmipp64x\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmipp64x" level=info timestamp=2018-07-26T08:09:50.704357Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiknjhc kind= uid=4505abbb-90ab-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:09:50.704441Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiknjhc kind= uid=4505abbb-90ab-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:09:50.917145Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmibzsvm\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmibzsvm" level=info timestamp=2018-07-26T08:10:18.820394Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikxlbs kind= uid=55ca67db-90ab-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:10:18.825514Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikxlbs kind= uid=55ca67db-90ab-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:13:19.494706Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibt7rr kind= uid=c17a69d1-90ab-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:13:19.496540Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmibt7rr kind= uid=c17a69d1-90ab-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:16:20.161194Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimxppc kind= uid=2d2a0a3d-90ac-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:16:20.161802Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmimxppc kind= uid=2d2a0a3d-90ac-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:16:20.321937Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmimxppc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmimxppc" level=info timestamp=2018-07-26T08:19:20.734308Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmimxppc\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmimxppc, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 2d2a0a3d-90ac-11e8-a470-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmimxppc" level=info timestamp=2018-07-26T08:19:20.811715Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifmmjr kind= uid=98d81760-90ac-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:19:20.813243Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifmmjr kind= uid=98d81760-90ac-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:19:21.015831Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifmmjr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmifmmjr" Pod name: virt-controller-67dcdd8464-zv8lr Pod phase: Running level=info timestamp=2018-07-26T07:44:27.468120Z pos=application.go:174 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-8jg2m Pod phase: Running level=info timestamp=2018-07-26T08:10:17.902529Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmiknjhc kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:10:17.902595Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmiknjhc kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:10:17.902699Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiknjhc kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.061849Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind= uid=44e5de8a-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.062024Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-26T08:10:18.062058Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:18.062342Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.062567Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-26T08:10:18.062605Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:18.062754Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.065742Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:10:18.065950Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:10:18.066052Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:10:18.066127Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmipp64x kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.070847Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-handler-pd58d Pod phase: Running level=info timestamp=2018-07-26T08:10:09.206599Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:09.206901Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-26T08:10:09.223488Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:17.885166Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-26T08:10:17.885492Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:17.893800Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmivstbv" level=info timestamp=2018-07-26T08:10:18.109316Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.109933Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-26T08:10:18.110107Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:18.110392Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.111113Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:10:18.113061Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:10:18.113184Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:10:18.113252Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.113803Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-launcher-testvmifmmjr-vkst8 Pod phase: Pending • Failure [180.637 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 with Alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:71 should be successfully started and stopped multiple times /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 with CDRom PVC [It] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Timed out after 90.011s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1049 ------------------------------ 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-26T08:19:21.014207Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmifmmjr-vkst8" • [SLOW TEST:51.947 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 /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:115 ------------------------------ • [SLOW TEST:51.254 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 /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:165 ------------------------------ Pod name: disks-images-provider-c4lzx Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-kjdmg Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-ffptw Pod phase: Running 2018/07/26 08:24:43 http: TLS handshake error from 10.244.0.1:60850: EOF 2018/07/26 08:24:53 http: TLS handshake error from 10.244.0.1:60910: EOF 2018/07/26 08:25:03 http: TLS handshake error from 10.244.0.1:60970: EOF 2018/07/26 08:25:13 http: TLS handshake error from 10.244.0.1:32798: EOF 2018/07/26 08:25:23 http: TLS handshake error from 10.244.0.1:32858: EOF 2018/07/26 08:25:33 http: TLS handshake error from 10.244.0.1:32918: EOF 2018/07/26 08:25:43 http: TLS handshake error from 10.244.0.1:32978: EOF 2018/07/26 08:25:53 http: TLS handshake error from 10.244.0.1:33038: EOF 2018/07/26 08:26:03 http: TLS handshake error from 10.244.0.1:33098: EOF 2018/07/26 08:26:13 http: TLS handshake error from 10.244.0.1:33158: EOF 2018/07/26 08:26:23 http: TLS handshake error from 10.244.0.1:33218: EOF 2018/07/26 08:26:33 http: TLS handshake error from 10.244.0.1:33278: EOF 2018/07/26 08:26:43 http: TLS handshake error from 10.244.0.1:33338: EOF 2018/07/26 08:26:53 http: TLS handshake error from 10.244.0.1:33398: EOF 2018/07/26 08:27:03 http: TLS handshake error from 10.244.0.1:33458: EOF Pod name: virt-api-bcc6b587d-xr5nh Pod phase: Running level=info timestamp=2018-07-26T08:26:16.205878Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:26:16.432096Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:26:18 http: TLS handshake error from 10.244.1.1:56262: EOF level=info timestamp=2018-07-26T08:26:25.276257Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:26:28 http: TLS handshake error from 10.244.1.1:56268: EOF 2018/07/26 08:26:38 http: TLS handshake error from 10.244.1.1:56274: EOF level=info timestamp=2018-07-26T08:26:39.080938Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:26:42.631101Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:26:46.281350Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:26:46.511755Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:26:48 http: TLS handshake error from 10.244.1.1:56280: EOF level=info timestamp=2018-07-26T08:26:51.792999Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:26:51.796856Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:26:55.354626Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:26:58 http: TLS handshake error from 10.244.1.1:56286: EOF Pod name: virt-controller-67dcdd8464-2btrm Pod phase: Running level=info timestamp=2018-07-26T08:16:20.321937Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmimxppc\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmimxppc" level=info timestamp=2018-07-26T08:19:20.734308Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmimxppc\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmimxppc, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 2d2a0a3d-90ac-11e8-a470-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmimxppc" level=info timestamp=2018-07-26T08:19:20.811715Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifmmjr kind= uid=98d81760-90ac-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:19:20.813243Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifmmjr kind= uid=98d81760-90ac-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:19:21.015831Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifmmjr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmifmmjr" level=info timestamp=2018-07-26T08:22:21.487812Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvminhcs6 kind= uid=0486eb6f-90ad-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:22:21.491479Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvminhcs6 kind= uid=0486eb6f-90ad-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:22:21.608763Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminhcs6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminhcs6" level=info timestamp=2018-07-26T08:22:21.642202Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminhcs6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminhcs6" level=info timestamp=2018-07-26T08:23:13.488447Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi69mhp kind= uid=23865a0c-90ad-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:23:13.489804Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi69mhp kind= uid=23865a0c-90ad-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:23:13.603108Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi69mhp\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi69mhp" level=info timestamp=2018-07-26T08:24:04.740236Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil8gf6 kind= uid=421273cb-90ad-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:24:04.740967Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil8gf6 kind= uid=421273cb-90ad-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:24:04.873515Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil8gf6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil8gf6" Pod name: virt-controller-67dcdd8464-zv8lr Pod phase: Running level=info timestamp=2018-07-26T07:44:27.468120Z pos=application.go:174 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-8jg2m Pod phase: Running level=info timestamp=2018-07-26T08:24:04.274802Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind= uid=23865a0c-90ad-11e8-a470-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-26T08:24:04.277735Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind= uid=23865a0c-90ad-11e8-a470-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmi69mhp" level=info timestamp=2018-07-26T08:24:04.505668Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind= uid=23865a0c-90ad-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:24:04.510416Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-26T08:24:04.510555Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-26T08:24:04.510707Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:24:04.511245Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:24:04.511419Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:24:04.511967Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:24:04.512233Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:24:04.518068Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:24:05.162839Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:24:05.163195Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:24:05.163593Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:24:05.163747Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-pd58d Pod phase: Running level=info timestamp=2018-07-26T08:10:09.206599Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:09.206901Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-26T08:10:09.223488Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:17.885166Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-26T08:10:17.885492Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:17.893800Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmivstbv" level=info timestamp=2018-07-26T08:10:18.109316Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.109933Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-26T08:10:18.110107Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:18.110392Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.111113Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:10:18.113061Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:10:18.113184Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:10:18.113252Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.113803Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-launcher-testvmil8gf6-c6ftq Pod phase: Pending • Failure [180.700 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 With ephemeral alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:205 should be successfully started [It] /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:207 Timed out after 90.009s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1049 ------------------------------ STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-07-26T08:24:04.909882Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmil8gf6-c6ftq" Pod name: disks-images-provider-c4lzx Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-kjdmg Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-ffptw Pod phase: Running 2018/07/26 08:27:43 http: TLS handshake error from 10.244.0.1:33698: EOF 2018/07/26 08:27:53 http: TLS handshake error from 10.244.0.1:33758: EOF 2018/07/26 08:28:03 http: TLS handshake error from 10.244.0.1:33818: EOF 2018/07/26 08:28:13 http: TLS handshake error from 10.244.0.1:33878: EOF 2018/07/26 08:28:23 http: TLS handshake error from 10.244.0.1:33938: EOF 2018/07/26 08:28:33 http: TLS handshake error from 10.244.0.1:33998: EOF 2018/07/26 08:28:43 http: TLS handshake error from 10.244.0.1:34058: EOF 2018/07/26 08:28:53 http: TLS handshake error from 10.244.0.1:34118: EOF 2018/07/26 08:29:03 http: TLS handshake error from 10.244.0.1:34178: EOF 2018/07/26 08:29:13 http: TLS handshake error from 10.244.0.1:34238: EOF 2018/07/26 08:29:23 http: TLS handshake error from 10.244.0.1:34298: EOF 2018/07/26 08:29:33 http: TLS handshake error from 10.244.0.1:34358: EOF 2018/07/26 08:29:43 http: TLS handshake error from 10.244.0.1:34418: EOF 2018/07/26 08:29:53 http: TLS handshake error from 10.244.0.1:34478: EOF 2018/07/26 08:30:03 http: TLS handshake error from 10.244.0.1:34538: EOF Pod name: virt-api-bcc6b587d-xr5nh Pod phase: Running level=info timestamp=2018-07-26T08:29:09.795554Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:29:12.733595Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:29:16.642610Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:29:17.001005Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:29:18 http: TLS handshake error from 10.244.1.1:56370: EOF level=info timestamp=2018-07-26T08:29:25.751564Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:29:28 http: TLS handshake error from 10.244.1.1:56376: EOF 2018/07/26 08:29:38 http: TLS handshake error from 10.244.1.1:56382: EOF level=info timestamp=2018-07-26T08:29:39.933153Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:29:42.658574Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:29:46.725196Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:29:47.070436Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:29:48 http: TLS handshake error from 10.244.1.1:56388: EOF level=info timestamp=2018-07-26T08:29:55.833220Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:29:58 http: TLS handshake error from 10.244.1.1:56394: EOF Pod name: virt-controller-67dcdd8464-2btrm Pod phase: Running level=info timestamp=2018-07-26T08:19:20.811715Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifmmjr kind= uid=98d81760-90ac-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:19:20.813243Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifmmjr kind= uid=98d81760-90ac-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:19:21.015831Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifmmjr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmifmmjr" level=info timestamp=2018-07-26T08:22:21.487812Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvminhcs6 kind= uid=0486eb6f-90ad-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:22:21.491479Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvminhcs6 kind= uid=0486eb6f-90ad-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:22:21.608763Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminhcs6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminhcs6" level=info timestamp=2018-07-26T08:22:21.642202Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminhcs6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminhcs6" level=info timestamp=2018-07-26T08:23:13.488447Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi69mhp kind= uid=23865a0c-90ad-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:23:13.489804Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi69mhp kind= uid=23865a0c-90ad-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:23:13.603108Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi69mhp\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi69mhp" level=info timestamp=2018-07-26T08:24:04.740236Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil8gf6 kind= uid=421273cb-90ad-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:24:04.740967Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil8gf6 kind= uid=421273cb-90ad-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:24:04.873515Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil8gf6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil8gf6" level=info timestamp=2018-07-26T08:27:05.369306Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirrgvx kind= uid=adbd7ba6-90ad-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:27:05.369577Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirrgvx kind= uid=adbd7ba6-90ad-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-zv8lr Pod phase: Running level=info timestamp=2018-07-26T07:44:27.468120Z pos=application.go:174 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-8jg2m Pod phase: Running level=info timestamp=2018-07-26T08:24:04.274802Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind= uid=23865a0c-90ad-11e8-a470-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-26T08:24:04.277735Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind= uid=23865a0c-90ad-11e8-a470-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmi69mhp" level=info timestamp=2018-07-26T08:24:04.505668Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind= uid=23865a0c-90ad-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:24:04.510416Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-26T08:24:04.510555Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-26T08:24:04.510707Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:24:04.511245Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:24:04.511419Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:24:04.511967Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:24:04.512233Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:24:04.518068Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:24:05.162839Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:24:05.163195Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:24:05.163593Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:24:05.163747Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-pd58d Pod phase: Running level=info timestamp=2018-07-26T08:10:09.206599Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:09.206901Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-26T08:10:09.223488Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:17.885166Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-26T08:10:17.885492Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:17.893800Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmivstbv" level=info timestamp=2018-07-26T08:10:18.109316Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.109933Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-26T08:10:18.110107Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:18.110392Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.111113Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:10:18.113061Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:10:18.113184Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:10:18.113252Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.113803Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-launcher-testvmirrgvx-krfxw Pod phase: Pending • Failure [180.664 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 With ephemeral alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:205 should not persist data [It] /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:218 Timed out after 90.012s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1049 ------------------------------ STEP: Starting the VirtualMachineInstance STEP: Starting a VirtualMachineInstance STEP: Waiting until the VirtualMachineInstance will start level=info timestamp=2018-07-26T08:27:05.540834Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmirrgvx-krfxw" Pod name: disks-images-provider-c4lzx Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-kjdmg Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-ffptw Pod phase: Running 2018/07/26 08:31:43 http: TLS handshake error from 10.244.0.1:35138: EOF 2018/07/26 08:31:53 http: TLS handshake error from 10.244.0.1:35198: EOF 2018/07/26 08:32:03 http: TLS handshake error from 10.244.0.1:35258: EOF 2018/07/26 08:32:13 http: TLS handshake error from 10.244.0.1:35318: EOF 2018/07/26 08:32:23 http: TLS handshake error from 10.244.0.1:35378: EOF 2018/07/26 08:32:33 http: TLS handshake error from 10.244.0.1:35438: EOF 2018/07/26 08:32:43 http: TLS handshake error from 10.244.0.1:35498: EOF 2018/07/26 08:32:53 http: TLS handshake error from 10.244.0.1:35558: EOF 2018/07/26 08:33:03 http: TLS handshake error from 10.244.0.1:35618: EOF 2018/07/26 08:33:13 http: TLS handshake error from 10.244.0.1:35678: EOF 2018/07/26 08:33:23 http: TLS handshake error from 10.244.0.1:35738: EOF 2018/07/26 08:33:33 http: TLS handshake error from 10.244.0.1:35798: EOF 2018/07/26 08:33:43 http: TLS handshake error from 10.244.0.1:35858: EOF 2018/07/26 08:33:53 http: TLS handshake error from 10.244.0.1:35918: EOF 2018/07/26 08:34:03 http: TLS handshake error from 10.244.0.1:35978: EOF Pod name: virt-api-bcc6b587d-xr5nh Pod phase: Running level=info timestamp=2018-07-26T08:33:17.402678Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:33:17.570000Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:33:18 http: TLS handshake error from 10.244.1.1:56514: EOF level=info timestamp=2018-07-26T08:33:26.433273Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:33:28 http: TLS handshake error from 10.244.1.1:56520: EOF 2018/07/26 08:33:38 http: TLS handshake error from 10.244.1.1:56526: EOF level=info timestamp=2018-07-26T08:33:41.050792Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:33:42.637533Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:33:47.469304Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:33:47.610242Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:33:48 http: TLS handshake error from 10.244.1.1:56532: EOF level=info timestamp=2018-07-26T08:33:50.523529Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/openapi/v2 proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:33:50.527661Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:33:56.522827Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:33:58 http: TLS handshake error from 10.244.1.1:56538: EOF Pod name: virt-controller-67dcdd8464-2btrm Pod phase: Running level=info timestamp=2018-07-26T08:19:21.015831Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifmmjr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmifmmjr" level=info timestamp=2018-07-26T08:22:21.487812Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvminhcs6 kind= uid=0486eb6f-90ad-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:22:21.491479Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvminhcs6 kind= uid=0486eb6f-90ad-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:22:21.608763Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminhcs6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminhcs6" level=info timestamp=2018-07-26T08:22:21.642202Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvminhcs6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvminhcs6" level=info timestamp=2018-07-26T08:23:13.488447Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi69mhp kind= uid=23865a0c-90ad-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:23:13.489804Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi69mhp kind= uid=23865a0c-90ad-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:23:13.603108Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi69mhp\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi69mhp" level=info timestamp=2018-07-26T08:24:04.740236Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil8gf6 kind= uid=421273cb-90ad-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:24:04.740967Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmil8gf6 kind= uid=421273cb-90ad-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:24:04.873515Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmil8gf6\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmil8gf6" level=info timestamp=2018-07-26T08:27:05.369306Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirrgvx kind= uid=adbd7ba6-90ad-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:27:05.369577Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirrgvx kind= uid=adbd7ba6-90ad-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:30:06.198242Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix4xst kind= uid=198122fa-90ae-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:30:06.198940Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix4xst kind= uid=198122fa-90ae-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-controller-67dcdd8464-zv8lr Pod phase: Running level=info timestamp=2018-07-26T07:44:27.468120Z pos=application.go:174 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-handler-8jg2m Pod phase: Running level=info timestamp=2018-07-26T08:24:04.274802Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind= uid=23865a0c-90ad-11e8-a470-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-26T08:24:04.277735Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind= uid=23865a0c-90ad-11e8-a470-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmi69mhp" level=info timestamp=2018-07-26T08:24:04.505668Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind= uid=23865a0c-90ad-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:24:04.510416Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-26T08:24:04.510555Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-26T08:24:04.510707Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:24:04.511245Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:24:04.511419Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:24:04.511967Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:24:04.512233Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:24:04.518068Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:24:05.162839Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:24:05.163195Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:24:05.163593Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:24:05.163747Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi69mhp kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-pd58d Pod phase: Running level=info timestamp=2018-07-26T08:10:09.206599Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:09.206901Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-26T08:10:09.223488Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:17.885166Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-26T08:10:17.885492Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:17.893800Z pos=vm.go:540 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="grace period expired, killing deleted VirtualMachineInstance testvmivstbv" level=info timestamp=2018-07-26T08:10:18.109316Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind= uid=44f66948-90ab-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.109933Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-26T08:10:18.110107Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:18.110392Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.111113Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:10:18.113061Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:10:18.113184Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:10:18.113252Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmivstbv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:18.113803Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-launcher-testvmix4xst-brllg Pod phase: Pending • Failure [240.860 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 With VirtualMachineInstance with two PVCs /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:266 should start vmi multiple times [It] /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:278 Timed out after 120.012s. Timed out waiting for VMI to enter Running phase Expected : false to equal : true /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1049 ------------------------------ 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-26T08:30:06.351934Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmix4xst-brllg" • [SLOW TEST:34.082 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 ------------------------------ • ------------------------------ • [SLOW TEST:8.274 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:18.622 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.617 seconds] VirtualMachineInstanceReplicaSet /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:46 should remove VMIs once it is marked for deletion /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:169 ------------------------------ • ------------------------------ • [SLOW TEST:5.763 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.670 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 ------------------------------ • ------------------------------ • [SLOW TEST:111.550 seconds] Slirp /root/go/src/kubevirt.io/kubevirt/tests/vmi_slirp_interface_test.go:39 should be able to /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 ------------------------------ • ------------------------------ • [SLOW TEST:95.341 seconds] Networking /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 ------------------------------ ••• ------------------------------ • [SLOW TEST:5.185 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 ------------------------------ ••• ------------------------------ • [SLOW TEST:5.627 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 with a service matching the vmi exposed /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:283 should be able to reach the vmi based on labels specified on the vmi /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:303 ------------------------------ • [SLOW TEST:5.465 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 with a service matching the vmi exposed /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:283 should fail to reach the vmi if an invalid servicename is used /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:314 ------------------------------ • [SLOW TEST:5.243 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 with a subdomain and a headless service given /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:330 should be able to reach the vmi via its unique fully qualified domain name /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:353 ------------------------------ Pod name: disks-images-provider-c4lzx Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-kjdmg Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-ffptw Pod phase: Running level=info timestamp=2018-07-26T08:39:07.662713Z pos=subresource.go:75 component=virt-api msg="Websocket connection upgraded" level=error timestamp=2018-07-26T08:39:07.789702Z pos=subresource.go:85 component=virt-api msg="connection failed: command terminated with exit code 143" 2018/07/26 08:39:07 http: response.WriteHeader on hijacked connection level=error timestamp=2018-07-26T08:39:07.789896Z pos=subresource.go:97 component=virt-api reason="read tcp 10.244.0.9:8443->10.244.0.1:35740: use of closed network connection" msg="error ecountered reading from websocket stream" level=info timestamp=2018-07-26T08:39:07.789960Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi5ll7h/console proto=HTTP/1.1 statusCode=500 contentLength=0 level=info timestamp=2018-07-26T08:39:08.051399Z pos=subresource.go:75 component=virt-api msg="Websocket connection upgraded" level=error timestamp=2018-07-26T08:39:08.275744Z pos=subresource.go:85 component=virt-api msg="connection failed: command terminated with exit code 143" 2018/07/26 08:39:08 http: response.WriteHeader on hijacked connection level=error timestamp=2018-07-26T08:39:08.276527Z pos=subresource.go:97 component=virt-api reason="read tcp 10.244.0.9:8443->10.244.0.1:35750: use of closed network connection" msg="error ecountered reading from websocket stream" level=info timestamp=2018-07-26T08:39:08.276658Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi5ll7h/console proto=HTTP/1.1 statusCode=500 contentLength=0 2018/07/26 08:39:13 http: TLS handshake error from 10.244.0.1:38002: EOF 2018/07/26 08:39:23 http: TLS handshake error from 10.244.0.1:38066: EOF 2018/07/26 08:39:33 http: TLS handshake error from 10.244.0.1:38126: EOF 2018/07/26 08:39:43 http: TLS handshake error from 10.244.0.1:38186: EOF 2018/07/26 08:39:53 http: TLS handshake error from 10.244.0.1:38246: EOF Pod name: virt-api-bcc6b587d-xr5nh Pod phase: Running level=info timestamp=2018-07-26T08:39:07.107058Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi5ll7h/console proto=HTTP/1.1 statusCode=500 contentLength=0 2018/07/26 08:39:08 http: TLS handshake error from 10.244.1.1:56778: EOF level=info timestamp=2018-07-26T08:39:12.637056Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:39:12.822038Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:39:18.202308Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:39:18.443713Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:39:18 http: TLS handshake error from 10.244.1.1:56788: EOF level=info timestamp=2018-07-26T08:39:27.524223Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:39:28 http: TLS handshake error from 10.244.1.1:56796: EOF 2018/07/26 08:39:38 http: TLS handshake error from 10.244.1.1:56804: EOF level=info timestamp=2018-07-26T08:39:42.666056Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 level=info timestamp=2018-07-26T08:39:42.968213Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:39:48.303686Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:39:48.506390Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:39:48 http: TLS handshake error from 10.244.1.1:56810: EOF Pod name: virt-controller-67dcdd8464-2n8k6 Pod phase: Running level=info timestamp=2018-07-26T08:34:10.126505Z pos=application.go:174 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-zv8lr Pod phase: Running level=info timestamp=2018-07-26T08:35:33.787521Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi2jbzz\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi2jbzz" level=info timestamp=2018-07-26T08:36:24.607752Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqb9qs kind= uid=fb306ef6-90ae-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:36:24.609459Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqb9qs kind= uid=fb306ef6-90ae-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:37:27.586859Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5np6h kind= uid=20bdf24e-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:37:27.588467Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5np6h kind= uid=20bdf24e-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:37:27.600477Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5ll7h kind= uid=20c0deb0-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:37:27.600579Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi5ll7h kind= uid=20c0deb0-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:37:27.620478Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim5wwv kind= uid=20c2e29f-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:37:27.620666Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmim5wwv kind= uid=20c2e29f-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:37:27.648411Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifz5vv kind= uid=20c7593a-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:37:27.648536Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmifz5vv kind= uid=20c7593a-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:37:28.026379Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5ll7h\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi5ll7h" level=info timestamp=2018-07-26T08:37:28.223313Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmifz5vv\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmifz5vv" level=info timestamp=2018-07-26T08:39:38.344635Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi52dqz kind= uid=6ea0e26a-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:39:38.349484Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi52dqz kind= uid=6ea0e26a-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-handler-8jg2m Pod phase: Running level=info timestamp=2018-07-26T08:37:47.936514Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmifz5vv kind= uid=20c7593a-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:37:47.936710Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmifz5vv kind= uid=20c7593a-90af-11e8-a470-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-26T08:37:47.944611Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi5np6h kind= uid=20bdf24e-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:37:47.944755Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmi5np6h kind= uid=20bdf24e-90af-11e8-a470-525500d15501 msg="No update processing required" level=info timestamp=2018-07-26T08:37:47.945609Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmifz5vv kind= uid=20c7593a-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=error timestamp=2018-07-26T08:37:47.971601Z pos=vm.go:404 component=virt-handler namespace=kubevirt-test-default name=testvmi5np6h kind= uid=20bdf24e-90af-11e8-a470-525500d15501 reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5np6h\": 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-26T08:37:47.971715Z pos=vm.go:251 component=virt-handler reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi5np6h\": the object has been modified; please apply your changes to the latest version and try again" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi5np6h" level=info timestamp=2018-07-26T08:37:47.971914Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmi5np6h kind= uid=20bdf24e-90af-11e8-a470-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-26T08:37:47.990147Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi5np6h kind= uid=20bdf24e-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:37:47.990279Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmi5np6h kind= uid=20bdf24e-90af-11e8-a470-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-26T08:37:47.998335Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi5np6h kind= uid=20bdf24e-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:39:54.649667Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmi52dqz kind= uid=6ea0e26a-90af-11e8-a470-525500d15501 msg="Processing vmi update" level=error timestamp=2018-07-26T08:39:54.715647Z pos=vm.go:397 component=virt-handler namespace=kubevirt-test-default name=testvmi52dqz kind= uid=6ea0e26a-90af-11e8-a470-525500d15501 reason="server error. command Launcher.Sync failed: virError(Code=0, Domain=0, Message='Missing error')" msg="Synchronizing the VirtualMachineInstance failed." level=info timestamp=2018-07-26T08:39:54.741879Z pos=vm.go:251 component=virt-handler reason="server error. command Launcher.Sync failed: virError(Code=0, Domain=0, Message='Missing error')" msg="re-enqueuing VirtualMachineInstance kubevirt-test-default/testvmi52dqz" level=info timestamp=2018-07-26T08:39:54.742661Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmi52dqz kind= uid=6ea0e26a-90af-11e8-a470-525500d15501 msg="Processing vmi update" Pod name: virt-handler-pd58d Pod phase: Running level=info timestamp=2018-07-26T08:35:12.849376Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmim2cl29k7z5 kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:35:12.849523Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmim2cl29k7z5 kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:35:12.849602Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmim2cl29k7z5 kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:35:12.882386Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:37:42.751143Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmi5ll7h kind= uid=20c0deb0-90af-11e8-a470-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-26T08:37:43.616838Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type ADDED" level=info timestamp=2018-07-26T08:37:43.617344Z pos=vm.go:657 component=virt-handler namespace=kubevirt-test-default name=testvmi5ll7h kind=Domain uid=20c0deb0-90af-11e8-a470-525500d15501 msg="Domain is in state Paused reason StartingUp" level=info timestamp=2018-07-26T08:37:44.352835Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-26T08:37:44.354858Z pos=vm.go:688 component=virt-handler namespace=kubevirt-test-default name=testvmi5ll7h kind=Domain uid=20c0deb0-90af-11e8-a470-525500d15501 msg="Domain is in state Running reason Unknown" level=info timestamp=2018-07-26T08:37:44.370882Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-26T08:37:44.372876Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi5ll7h kind= uid=20c0deb0-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:37:44.375708Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmi5ll7h kind= uid=20c0deb0-90af-11e8-a470-525500d15501 msg="No update processing required" level=info timestamp=2018-07-26T08:37:44.511869Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi5ll7h kind= uid=20c0deb0-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:37:44.517529Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmi5ll7h kind= uid=20c0deb0-90af-11e8-a470-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-26T08:37:44.528250Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi5ll7h kind= uid=20c0deb0-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." Pod name: netcat7bj48 Pod phase: Succeeded ++ head -n 1 +++ nc myservice.kubevirt-test-default 1500 -i 1 -w 1 + x='Hello World!' + echo 'Hello World!' + '[' 'Hello World!' = 'Hello World!' ']' + echo succeeded + exit 0 Hello World! succeeded Pod name: netcat8h5dj Pod phase: Failed ++ head -n 1 +++ nc wrongservice.kubevirt-test-default 1500 -i 1 -w 1 Ncat: Could not resolve hostname "wrongservice.kubevirt-test-default": Name or service not known. QUITTING. failed + x= + echo '' + '[' '' = 'Hello World!' ']' + echo failed + exit 1 Pod name: netcat9zgl4 Pod phase: Succeeded ++ head -n 1 +++ nc 10.244.1.80 1500 -i 1 -w 1 + x='Hello World!' + echo 'Hello World!' + '[' 'Hello World!' = 'Hello World!' ']' + echo succeeded + exit 0 Hello World! succeeded Pod name: netcatn5xz6 Pod phase: Succeeded ++ head -n 1 +++ nc my-subdomain.myvmi.kubevirt-test-default 1500 -i 1 -w 1 Hello World! succeeded + x='Hello World!' + echo 'Hello World!' + '[' 'Hello World!' = 'Hello World!' ']' + echo succeeded + exit 0 Pod name: netcatpjhj7 Pod phase: Succeeded ++ head -n 1 +++ nc 10.244.1.80 1500 -i 1 -w 1 Hello World! succeeded + x='Hello World!' + echo 'Hello World!' + '[' 'Hello World!' = 'Hello World!' ']' + echo succeeded + exit 0 Pod name: netcatvnfr7 Pod phase: Succeeded ++ head -n 1 +++ nc 10.244.1.80 1500 -i 1 -w 1 Hello World! succeeded + x='Hello World!' + echo 'Hello World!' + '[' 'Hello World!' = 'Hello World!' ']' + echo succeeded + exit 0 Pod name: netcatzqnwh Pod phase: Succeeded ++ head -n 1 +++ nc 10.244.1.80 1500 -i 1 -w 1 Hello World! succeeded + x='Hello World!' + echo 'Hello World!' + '[' 'Hello World!' = 'Hello World!' ']' + echo succeeded + exit 0 Pod name: virt-launcher-testvmi52dqz-wqnck Pod phase: Running level=info timestamp=2018-07-26T08:39:54.982654Z pos=manager.go:157 component=virt-launcher namespace=kubevirt-test-default name=testvmi52dqz kind= uid=6ea0e26a-90af-11e8-a470-525500d15501 msg="Domain defined." level=info timestamp=2018-07-26T08:39:54.983145Z pos=client.go:136 component=virt-launcher msg="Libvirt event 0 with reason 0 received" level=info timestamp=2018-07-26T08:39:55.919248Z pos=client.go:119 component=virt-launcher msg="domain status: 3:11" level=info timestamp=2018-07-26T08:39:55.929456Z pos=virt-launcher.go:215 component=virt-launcher msg="Detected domain with UUID 96a9a6ff-1ccf-4e03-a0ec-3d4966927f73" level=info timestamp=2018-07-26T08:39:55.931004Z pos=monitor.go:253 component=virt-launcher msg="Monitoring loop: rate 1s start timeout 5m0s" level=info timestamp=2018-07-26T08:39:55.934081Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-26T08:39:56.202550Z pos=client.go:136 component=virt-launcher msg="Libvirt event 4 with reason 0 received" level=info timestamp=2018-07-26T08:39:56.222778Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-26T08:39:56.225494Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-26T08:39:56.239848Z pos=client.go:136 component=virt-launcher msg="Libvirt event 2 with reason 0 received" level=info timestamp=2018-07-26T08:39:56.248187Z pos=manager.go:188 component=virt-launcher namespace=kubevirt-test-default name=testvmi52dqz kind= uid=6ea0e26a-90af-11e8-a470-525500d15501 msg="Domain started." level=info timestamp=2018-07-26T08:39:56.257626Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmi52dqz kind= uid=6ea0e26a-90af-11e8-a470-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-26T08:39:56.261321Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-26T08:39:56.263291Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-26T08:39:56.377532Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmi52dqz kind= uid=6ea0e26a-90af-11e8-a470-525500d15501 msg="Synced vmi" Pod name: virt-launcher-testvmi5ll7h-5qf6f Pod phase: Running level=info timestamp=2018-07-26T08:37:43.000873Z pos=client.go:136 component=virt-launcher msg="Libvirt event 0 with reason 0 received" level=info timestamp=2018-07-26T08:37:43.608815Z pos=client.go:119 component=virt-launcher msg="domain status: 3:11" level=info timestamp=2018-07-26T08:37:43.618157Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-26T08:37:43.804971Z pos=virt-launcher.go:215 component=virt-launcher msg="Detected domain with UUID 3b3307d7-4f1d-4175-a683-1f3f5867b39a" level=info timestamp=2018-07-26T08:37:43.805199Z pos=monitor.go:253 component=virt-launcher msg="Monitoring loop: rate 1s start timeout 5m0s" level=info timestamp=2018-07-26T08:37:44.298905Z pos=client.go:136 component=virt-launcher msg="Libvirt event 4 with reason 0 received" level=info timestamp=2018-07-26T08:37:44.333556Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-26T08:37:44.353399Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-26T08:37:44.353514Z pos=client.go:136 component=virt-launcher msg="Libvirt event 2 with reason 0 received" level=info timestamp=2018-07-26T08:37:44.363062Z pos=manager.go:188 component=virt-launcher namespace=kubevirt-test-default name=testvmi5ll7h kind= uid=20c0deb0-90af-11e8-a470-525500d15501 msg="Domain started." level=info timestamp=2018-07-26T08:37:44.367098Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmi5ll7h kind= uid=20c0deb0-90af-11e8-a470-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-26T08:37:44.368634Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-26T08:37:44.375304Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-26T08:37:44.527279Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmi5ll7h kind= uid=20c0deb0-90af-11e8-a470-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-26T08:37:44.809442Z pos=monitor.go:222 component=virt-launcher msg="Found PID for 3b3307d7-4f1d-4175-a683-1f3f5867b39a: 184" Pod name: virt-launcher-testvmi5np6h-d7rg7 Pod phase: Running level=info timestamp=2018-07-26T08:37:47.284386Z pos=client.go:119 component=virt-launcher msg="domain status: 3:11" level=info timestamp=2018-07-26T08:37:47.313117Z pos=virt-launcher.go:215 component=virt-launcher msg="Detected domain with UUID c2494b8a-3571-412d-adc5-8f9d9398639a" level=info timestamp=2018-07-26T08:37:47.313324Z pos=monitor.go:253 component=virt-launcher msg="Monitoring loop: rate 1s start timeout 5m0s" level=info timestamp=2018-07-26T08:37:47.313441Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-26T08:37:47.782603Z pos=client.go:136 component=virt-launcher msg="Libvirt event 4 with reason 0 received" level=info timestamp=2018-07-26T08:37:47.864238Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-26T08:37:47.874363Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-26T08:37:47.874495Z pos=client.go:136 component=virt-launcher msg="Libvirt event 2 with reason 0 received" level=info timestamp=2018-07-26T08:37:47.914214Z pos=manager.go:188 component=virt-launcher namespace=kubevirt-test-default name=testvmi5np6h kind= uid=20bdf24e-90af-11e8-a470-525500d15501 msg="Domain started." level=info timestamp=2018-07-26T08:37:47.919938Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmi5np6h kind= uid=20bdf24e-90af-11e8-a470-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-26T08:37:47.920973Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-26T08:37:47.931699Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-26T08:37:47.989720Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmi5np6h kind= uid=20bdf24e-90af-11e8-a470-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-26T08:37:47.996403Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmi5np6h kind= uid=20bdf24e-90af-11e8-a470-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-26T08:37:48.344232Z pos=monitor.go:222 component=virt-launcher msg="Found PID for c2494b8a-3571-412d-adc5-8f9d9398639a: 195" Pod name: virt-launcher-testvmifz5vv-h52z5 Pod phase: Running level=info timestamp=2018-07-26T08:37:46.420248Z pos=client.go:136 component=virt-launcher msg="Libvirt event 0 with reason 0 received" level=info timestamp=2018-07-26T08:37:47.359878Z pos=client.go:119 component=virt-launcher msg="domain status: 3:11" level=info timestamp=2018-07-26T08:37:47.374179Z pos=virt-launcher.go:215 component=virt-launcher msg="Detected domain with UUID d6287286-aefd-450f-a96f-213d6274dad5" level=info timestamp=2018-07-26T08:37:47.374566Z pos=monitor.go:253 component=virt-launcher msg="Monitoring loop: rate 1s start timeout 5m0s" level=info timestamp=2018-07-26T08:37:47.376584Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-26T08:37:47.748582Z pos=client.go:136 component=virt-launcher msg="Libvirt event 4 with reason 0 received" level=info timestamp=2018-07-26T08:37:47.816881Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-26T08:37:47.833363Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-26T08:37:47.833581Z pos=client.go:136 component=virt-launcher msg="Libvirt event 2 with reason 0 received" level=info timestamp=2018-07-26T08:37:47.840151Z pos=manager.go:188 component=virt-launcher namespace=kubevirt-test-default name=testvmifz5vv kind= uid=20c7593a-90af-11e8-a470-525500d15501 msg="Domain started." level=info timestamp=2018-07-26T08:37:47.872196Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmifz5vv kind= uid=20c7593a-90af-11e8-a470-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-26T08:37:47.886115Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-26T08:37:47.891599Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-26T08:37:47.942777Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmifz5vv kind= uid=20c7593a-90af-11e8-a470-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-26T08:37:48.380445Z pos=monitor.go:222 component=virt-launcher msg="Found PID for d6287286-aefd-450f-a96f-213d6274dad5: 190" Pod name: virt-launcher-testvmim5wwv-2sr28 Pod phase: Running level=info timestamp=2018-07-26T08:37:45.040499Z pos=client.go:136 component=virt-launcher msg="Libvirt event 0 with reason 0 received" level=info timestamp=2018-07-26T08:37:45.541434Z pos=client.go:119 component=virt-launcher msg="domain status: 3:11" level=info timestamp=2018-07-26T08:37:45.548029Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-26T08:37:45.548564Z pos=virt-launcher.go:215 component=virt-launcher msg="Detected domain with UUID 765bdd6b-a9e7-489c-b564-8cf3c4ac1ceb" level=info timestamp=2018-07-26T08:37:45.548865Z pos=monitor.go:253 component=virt-launcher msg="Monitoring loop: rate 1s start timeout 5m0s" level=info timestamp=2018-07-26T08:37:45.875206Z pos=client.go:136 component=virt-launcher msg="Libvirt event 4 with reason 0 received" level=info timestamp=2018-07-26T08:37:45.936697Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-26T08:37:45.950433Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-26T08:37:45.967108Z pos=client.go:136 component=virt-launcher msg="Libvirt event 2 with reason 0 received" level=info timestamp=2018-07-26T08:37:45.998161Z pos=manager.go:188 component=virt-launcher namespace=kubevirt-test-default name=testvmim5wwv kind= uid=20c2e29f-90af-11e8-a470-525500d15501 msg="Domain started." level=info timestamp=2018-07-26T08:37:46.022798Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmim5wwv kind= uid=20c2e29f-90af-11e8-a470-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-26T08:37:46.031950Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-26T08:37:46.041544Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-26T08:37:46.084503Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmim5wwv kind= uid=20c2e29f-90af-11e8-a470-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-26T08:37:46.563196Z pos=monitor.go:222 component=virt-launcher msg="Found PID for 765bdd6b-a9e7-489c-b564-8cf3c4ac1ceb: 190" • Failure [91.601 seconds] Networking /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:379 should expose the right device type to the guest [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:380 Unexpected Warning event received. Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:245 ------------------------------ STEP: checking the device vendor in /sys/class level=info timestamp=2018-07-26T08:39:38.790631Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmi52dqz-wqnck" level=info timestamp=2018-07-26T08:39:54.812019Z pos=utils.go:243 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmi52dqz-wqnck" level=error timestamp=2018-07-26T08:39:54.904937Z pos=utils.go:241 component=tests reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=0, Domain=0, Message='Missing error')" • ------------------------------ • [SLOW TEST:36.344 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:413 should configure custom MAC address /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:414 ------------------------------ • [SLOW TEST:37.690 seconds] 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:425 should configure custom MAC address /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:426 ------------------------------ • [SLOW TEST:37.256 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:438 should configure custom MAC address /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:439 ------------------------------ • [SLOW TEST:47.332 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:451 should not configure any external interfaces /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:452 ------------------------------ • Pod name: disks-images-provider-c4lzx Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-kjdmg Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-ffptw Pod phase: Running level=error timestamp=2018-07-26T08:43:51.652268Z pos=subresource.go:97 component=virt-api reason="read tcp 10.244.0.9:8443->10.244.0.1:37520: use of closed network connection" msg="error ecountered reading from websocket stream" level=info timestamp=2018-07-26T08:43:51.652344Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi2wcc9/console proto=HTTP/1.1 statusCode=200 contentLength=0 level=error timestamp=2018-07-26T08:43:51.692365Z pos=subresource.go:85 component=virt-api msg= 2018/07/26 08:43:51 http: response.WriteHeader on hijacked connection level=error timestamp=2018-07-26T08:43:51.692649Z pos=subresource.go:97 component=virt-api reason="read tcp 10.244.0.9:8443->10.244.0.1:36508: use of closed network connection" msg="error ecountered reading from websocket stream" level=info timestamp=2018-07-26T08:43:51.692730Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi5np6h/console proto=HTTP/1.1 statusCode=200 contentLength=0 level=error timestamp=2018-07-26T08:43:52.191639Z pos=subresource.go:85 component=virt-api msg= 2018/07/26 08:43:52 http: response.WriteHeader on hijacked connection level=error timestamp=2018-07-26T08:43:52.194902Z pos=subresource.go:97 component=virt-api reason="read tcp 10.244.0.9:8443->10.244.0.1:35530: use of closed network connection" msg="error ecountered reading from websocket stream" level=info timestamp=2018-07-26T08:43:52.196268Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmifz5vv/console proto=HTTP/1.1 statusCode=200 contentLength=0 level=error timestamp=2018-07-26T08:43:52.263766Z pos=subresource.go:85 component=virt-api msg= 2018/07/26 08:43:52 http: response.WriteHeader on hijacked connection level=error timestamp=2018-07-26T08:43:52.264278Z pos=subresource.go:97 component=virt-api reason="read tcp 10.244.0.9:8443->10.244.0.1:35464: use of closed network connection" msg="error ecountered reading from websocket stream" level=info timestamp=2018-07-26T08:43:52.264367Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmim5wwv/console proto=HTTP/1.1 statusCode=200 contentLength=0 2018/07/26 08:43:53 http: TLS handshake error from 10.244.0.1:39756: EOF Pod name: virt-api-bcc6b587d-xr5nh Pod phase: Running 2018/07/26 08:43:51 http: response.WriteHeader on hijacked connection level=error timestamp=2018-07-26T08:43:51.457050Z pos=subresource.go:97 component=virt-api reason="websocket: close 1006 (abnormal closure): unexpected EOF" msg="error ecountered reading from websocket stream" level=info timestamp=2018-07-26T08:43:51.457300Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi52dqz/console proto=HTTP/1.1 statusCode=200 contentLength=0 level=error timestamp=2018-07-26T08:43:51.980572Z pos=subresource.go:85 component=virt-api msg= 2018/07/26 08:43:51 http: response.WriteHeader on hijacked connection level=error timestamp=2018-07-26T08:43:51.983077Z pos=subresource.go:97 component=virt-api reason="read tcp 10.244.1.5:8443->10.244.0.0:36996: use of closed network connection" msg="error ecountered reading from websocket stream" level=info timestamp=2018-07-26T08:43:51.983177Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi8spqh/console proto=HTTP/1.1 statusCode=200 contentLength=0 level=info timestamp=2018-07-26T08:43:52.321550Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:52.469318Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:52.857325Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:52.944947Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:53.317758Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:53.348328Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:53.709329Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:53.729368Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-67dcdd8464-2n8k6 Pod phase: Running level=info timestamp=2018-07-26T08:34:10.126505Z pos=application.go:174 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-zv8lr Pod phase: Running level=info timestamp=2018-07-26T08:39:38.344635Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi52dqz kind= uid=6ea0e26a-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:39:38.349484Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi52dqz kind= uid=6ea0e26a-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:41:11.270313Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:41:11.273701Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:41:11.427224Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiz4nrt\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiz4nrt" level=info timestamp=2018-07-26T08:41:47.619050Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8spqh kind= uid=bbbb462a-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:41:47.619619Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8spqh kind= uid=bbbb462a-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:42:25.351956Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:42:25.355643Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:42:25.685279Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmix2hcd\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmix2hcd" level=info timestamp=2018-07-26T08:43:02.564063Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2wcc9 kind= uid=e8677881-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:43:02.566874Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2wcc9 kind= uid=e8677881-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:43:51.750163Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicvhkj kind= uid=05b58002-90b0-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:43:51.754151Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicvhkj kind= uid=05b58002-90b0-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:43:52.238542Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmicvhkj\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmicvhkj, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 05b58002-90b0-11e8-a470-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmicvhkj" Pod name: virt-handler-8jg2m Pod phase: Running level=info timestamp=2018-07-26T08:43:50.890621Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmifz5vv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:50.897004Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:43:50.897385Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmifz5vv kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:43:50.897619Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmifz5vv kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:43:50.910729Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:43:50.897788Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmifz5vv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:51.087510Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind= uid=20c2e29f-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:51.087853Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-26T08:43:51.105056Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-26T08:43:51.126475Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:51.117852Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:43:51.127350Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:43:51.127587Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:43:51.127785Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:51.155758Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-handler-pd58d Pod phase: Running level=info timestamp=2018-07-26T08:43:50.785550Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-26T08:43:50.785585Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-26T08:43:50.808570Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:50.835788Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:50.837119Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:43:50.837328Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:50.870732Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:43:50.873411Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:43:50.873676Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-26T08:43:50.873829Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-26T08:43:50.974927Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:50.979655Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:43:50.979832Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:51.145941Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:43:51.156147Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmicvhkj-q7nft Pod phase: Pending ------------------------------ • Failure [2.304 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 [It] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Expected error: <*exec.ExitError | 0xc42092c9c0>: { ProcessState: { pid: 9532, status: 256, rusage: { Utime: {Sec: 0, Usec: 452228}, Stime: {Sec: 0, Usec: 89639}, Maxrss: 37176, Ixrss: 0, Idrss: 0, Isrss: 0, Minflt: 7482, Majflt: 0, Nswap: 0, Inblock: 0, Oublock: 32, Msgsnd: 0, Msgrcv: 0, Nsignals: 0, Nvcsw: 1249, Nivcsw: 126, }, }, Stderr: nil, } exit status 1 not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:127 ------------------------------ STEP: verifying VIEW sa for verb get STEP: verifying EDIT sa for verb get STEP: verifying ADMIN sa for verb get STEP: verifying DEFAULT sa for verb get Pod name: disks-images-provider-c4lzx Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-kjdmg Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-ffptw Pod phase: Running level=error timestamp=2018-07-26T08:43:51.652268Z pos=subresource.go:97 component=virt-api reason="read tcp 10.244.0.9:8443->10.244.0.1:37520: use of closed network connection" msg="error ecountered reading from websocket stream" level=info timestamp=2018-07-26T08:43:51.652344Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi2wcc9/console proto=HTTP/1.1 statusCode=200 contentLength=0 level=error timestamp=2018-07-26T08:43:51.692365Z pos=subresource.go:85 component=virt-api msg= 2018/07/26 08:43:51 http: response.WriteHeader on hijacked connection level=error timestamp=2018-07-26T08:43:51.692649Z pos=subresource.go:97 component=virt-api reason="read tcp 10.244.0.9:8443->10.244.0.1:36508: use of closed network connection" msg="error ecountered reading from websocket stream" level=info timestamp=2018-07-26T08:43:51.692730Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi5np6h/console proto=HTTP/1.1 statusCode=200 contentLength=0 level=error timestamp=2018-07-26T08:43:52.191639Z pos=subresource.go:85 component=virt-api msg= 2018/07/26 08:43:52 http: response.WriteHeader on hijacked connection level=error timestamp=2018-07-26T08:43:52.194902Z pos=subresource.go:97 component=virt-api reason="read tcp 10.244.0.9:8443->10.244.0.1:35530: use of closed network connection" msg="error ecountered reading from websocket stream" level=info timestamp=2018-07-26T08:43:52.196268Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmifz5vv/console proto=HTTP/1.1 statusCode=200 contentLength=0 level=error timestamp=2018-07-26T08:43:52.263766Z pos=subresource.go:85 component=virt-api msg= 2018/07/26 08:43:52 http: response.WriteHeader on hijacked connection level=error timestamp=2018-07-26T08:43:52.264278Z pos=subresource.go:97 component=virt-api reason="read tcp 10.244.0.9:8443->10.244.0.1:35464: use of closed network connection" msg="error ecountered reading from websocket stream" level=info timestamp=2018-07-26T08:43:52.264367Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmim5wwv/console proto=HTTP/1.1 statusCode=200 contentLength=0 2018/07/26 08:43:53 http: TLS handshake error from 10.244.0.1:39756: EOF Pod name: virt-api-bcc6b587d-xr5nh Pod phase: Running level=info timestamp=2018-07-26T08:43:52.469318Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:52.857325Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:52.944947Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:53.317758Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:53.348328Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:53.709329Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:53.729368Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:54.713510Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:54.731443Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:55.103145Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:55.122853Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:55.498469Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:55.523339Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:55.905100Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:55.929287Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-67dcdd8464-2n8k6 Pod phase: Running level=info timestamp=2018-07-26T08:34:10.126505Z pos=application.go:174 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-zv8lr Pod phase: Running level=info timestamp=2018-07-26T08:39:38.344635Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi52dqz kind= uid=6ea0e26a-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:39:38.349484Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi52dqz kind= uid=6ea0e26a-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:41:11.270313Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:41:11.273701Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:41:11.427224Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiz4nrt\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiz4nrt" level=info timestamp=2018-07-26T08:41:47.619050Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8spqh kind= uid=bbbb462a-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:41:47.619619Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8spqh kind= uid=bbbb462a-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:42:25.351956Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:42:25.355643Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:42:25.685279Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmix2hcd\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmix2hcd" level=info timestamp=2018-07-26T08:43:02.564063Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2wcc9 kind= uid=e8677881-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:43:02.566874Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2wcc9 kind= uid=e8677881-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:43:51.750163Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicvhkj kind= uid=05b58002-90b0-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:43:51.754151Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicvhkj kind= uid=05b58002-90b0-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:43:52.238542Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmicvhkj\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmicvhkj, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 05b58002-90b0-11e8-a470-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmicvhkj" Pod name: virt-handler-8jg2m Pod phase: Running level=info timestamp=2018-07-26T08:43:50.890621Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmifz5vv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:50.897004Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:43:50.897385Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmifz5vv kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:43:50.897619Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmifz5vv kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:43:50.910729Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:43:50.897788Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmifz5vv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:51.087510Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind= uid=20c2e29f-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:51.087853Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-26T08:43:51.105056Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-26T08:43:51.126475Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:51.117852Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:43:51.127350Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:43:51.127587Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:43:51.127785Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:51.155758Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-handler-pd58d Pod phase: Running level=info timestamp=2018-07-26T08:43:50.785550Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-26T08:43:50.785585Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-26T08:43:50.808570Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:50.835788Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:50.837119Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:43:50.837328Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:50.870732Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:43:50.873411Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:43:50.873676Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-26T08:43:50.873829Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-26T08:43:50.974927Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:50.979655Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:43:50.979832Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:51.145941Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:43:51.156147Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmicvhkj-q7nft Pod phase: Pending • Failure [2.296 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 [It] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Expected error: <*exec.ExitError | 0xc420dac960>: { ProcessState: { pid: 9657, status: 256, rusage: { Utime: {Sec: 0, Usec: 446320}, Stime: {Sec: 0, Usec: 106837}, Maxrss: 37204, Ixrss: 0, Idrss: 0, Isrss: 0, Minflt: 7441, Majflt: 0, Nswap: 0, Inblock: 0, Oublock: 32, Msgsnd: 0, Msgrcv: 0, Nsignals: 0, Nvcsw: 1219, Nivcsw: 101, }, }, Stderr: nil, } exit status 1 not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:127 ------------------------------ STEP: verifying VIEW sa for verb get STEP: verifying EDIT sa for verb get STEP: verifying ADMIN sa for verb get STEP: verifying DEFAULT sa for verb get Pod name: disks-images-provider-c4lzx Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-kjdmg Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-ffptw Pod phase: Running level=error timestamp=2018-07-26T08:43:51.652268Z pos=subresource.go:97 component=virt-api reason="read tcp 10.244.0.9:8443->10.244.0.1:37520: use of closed network connection" msg="error ecountered reading from websocket stream" level=info timestamp=2018-07-26T08:43:51.652344Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi2wcc9/console proto=HTTP/1.1 statusCode=200 contentLength=0 level=error timestamp=2018-07-26T08:43:51.692365Z pos=subresource.go:85 component=virt-api msg= 2018/07/26 08:43:51 http: response.WriteHeader on hijacked connection level=error timestamp=2018-07-26T08:43:51.692649Z pos=subresource.go:97 component=virt-api reason="read tcp 10.244.0.9:8443->10.244.0.1:36508: use of closed network connection" msg="error ecountered reading from websocket stream" level=info timestamp=2018-07-26T08:43:51.692730Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi5np6h/console proto=HTTP/1.1 statusCode=200 contentLength=0 level=error timestamp=2018-07-26T08:43:52.191639Z pos=subresource.go:85 component=virt-api msg= 2018/07/26 08:43:52 http: response.WriteHeader on hijacked connection level=error timestamp=2018-07-26T08:43:52.194902Z pos=subresource.go:97 component=virt-api reason="read tcp 10.244.0.9:8443->10.244.0.1:35530: use of closed network connection" msg="error ecountered reading from websocket stream" level=info timestamp=2018-07-26T08:43:52.196268Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmifz5vv/console proto=HTTP/1.1 statusCode=200 contentLength=0 level=error timestamp=2018-07-26T08:43:52.263766Z pos=subresource.go:85 component=virt-api msg= 2018/07/26 08:43:52 http: response.WriteHeader on hijacked connection level=error timestamp=2018-07-26T08:43:52.264278Z pos=subresource.go:97 component=virt-api reason="read tcp 10.244.0.9:8443->10.244.0.1:35464: use of closed network connection" msg="error ecountered reading from websocket stream" level=info timestamp=2018-07-26T08:43:52.264367Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmim5wwv/console proto=HTTP/1.1 statusCode=200 contentLength=0 2018/07/26 08:43:53 http: TLS handshake error from 10.244.0.1:39756: EOF Pod name: virt-api-bcc6b587d-xr5nh Pod phase: Running level=info timestamp=2018-07-26T08:43:54.731443Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:55.103145Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:55.122853Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:55.498469Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:55.523339Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:55.905100Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:55.929287Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:56.965237Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:57.002995Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:57.390541Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:57.411157Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:57.790861Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:57.813326Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:58.200159Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:58.230034Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-67dcdd8464-2n8k6 Pod phase: Running level=info timestamp=2018-07-26T08:34:10.126505Z pos=application.go:174 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-zv8lr Pod phase: Running level=info timestamp=2018-07-26T08:39:38.344635Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi52dqz kind= uid=6ea0e26a-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:39:38.349484Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi52dqz kind= uid=6ea0e26a-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:41:11.270313Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:41:11.273701Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:41:11.427224Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiz4nrt\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiz4nrt" level=info timestamp=2018-07-26T08:41:47.619050Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8spqh kind= uid=bbbb462a-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:41:47.619619Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8spqh kind= uid=bbbb462a-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:42:25.351956Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:42:25.355643Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:42:25.685279Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmix2hcd\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmix2hcd" level=info timestamp=2018-07-26T08:43:02.564063Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2wcc9 kind= uid=e8677881-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:43:02.566874Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2wcc9 kind= uid=e8677881-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:43:51.750163Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicvhkj kind= uid=05b58002-90b0-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:43:51.754151Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicvhkj kind= uid=05b58002-90b0-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:43:52.238542Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmicvhkj\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmicvhkj, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 05b58002-90b0-11e8-a470-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmicvhkj" Pod name: virt-handler-8jg2m Pod phase: Running level=info timestamp=2018-07-26T08:43:50.890621Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmifz5vv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:50.897004Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:43:50.897385Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmifz5vv kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:43:50.897619Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmifz5vv kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:43:50.910729Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:43:50.897788Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmifz5vv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:51.087510Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind= uid=20c2e29f-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:51.087853Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-26T08:43:51.105056Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-26T08:43:51.126475Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:51.117852Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:43:51.127350Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:43:51.127587Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:43:51.127785Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:51.155758Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-handler-pd58d Pod phase: Running level=info timestamp=2018-07-26T08:43:50.785550Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-26T08:43:50.785585Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-26T08:43:50.808570Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:50.835788Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:50.837119Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:43:50.837328Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:50.870732Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:43:50.873411Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:43:50.873676Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-26T08:43:50.873829Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-26T08:43:50.974927Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:50.979655Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:43:50.979832Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:51.145941Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:43:51.156147Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmicvhkj-q7nft Pod phase: Pending • Failure [2.209 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 [It] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Expected error: <*exec.ExitError | 0xc420ca08c0>: { ProcessState: { pid: 9785, status: 256, rusage: { Utime: {Sec: 0, Usec: 467885}, Stime: {Sec: 0, Usec: 105176}, Maxrss: 37212, Ixrss: 0, Idrss: 0, Isrss: 0, Minflt: 7509, Majflt: 0, Nswap: 0, Inblock: 0, Oublock: 32, Msgsnd: 0, Msgrcv: 0, Nsignals: 0, Nvcsw: 1124, Nivcsw: 125, }, }, Stderr: nil, } exit status 1 not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:127 ------------------------------ STEP: verifying VIEW sa for verb get STEP: verifying EDIT sa for verb get STEP: verifying ADMIN sa for verb get STEP: verifying DEFAULT sa for verb get Pod name: disks-images-provider-c4lzx Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-kjdmg Pod phase: Running copy all images to host mount directory Pod name: virt-api-bcc6b587d-ffptw Pod phase: Running level=error timestamp=2018-07-26T08:43:51.652268Z pos=subresource.go:97 component=virt-api reason="read tcp 10.244.0.9:8443->10.244.0.1:37520: use of closed network connection" msg="error ecountered reading from websocket stream" level=info timestamp=2018-07-26T08:43:51.652344Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi2wcc9/console proto=HTTP/1.1 statusCode=200 contentLength=0 level=error timestamp=2018-07-26T08:43:51.692365Z pos=subresource.go:85 component=virt-api msg= 2018/07/26 08:43:51 http: response.WriteHeader on hijacked connection level=error timestamp=2018-07-26T08:43:51.692649Z pos=subresource.go:97 component=virt-api reason="read tcp 10.244.0.9:8443->10.244.0.1:36508: use of closed network connection" msg="error ecountered reading from websocket stream" level=info timestamp=2018-07-26T08:43:51.692730Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmi5np6h/console proto=HTTP/1.1 statusCode=200 contentLength=0 level=error timestamp=2018-07-26T08:43:52.191639Z pos=subresource.go:85 component=virt-api msg= 2018/07/26 08:43:52 http: response.WriteHeader on hijacked connection level=error timestamp=2018-07-26T08:43:52.194902Z pos=subresource.go:97 component=virt-api reason="read tcp 10.244.0.9:8443->10.244.0.1:35530: use of closed network connection" msg="error ecountered reading from websocket stream" level=info timestamp=2018-07-26T08:43:52.196268Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmifz5vv/console proto=HTTP/1.1 statusCode=200 contentLength=0 level=error timestamp=2018-07-26T08:43:52.263766Z pos=subresource.go:85 component=virt-api msg= 2018/07/26 08:43:52 http: response.WriteHeader on hijacked connection level=error timestamp=2018-07-26T08:43:52.264278Z pos=subresource.go:97 component=virt-api reason="read tcp 10.244.0.9:8443->10.244.0.1:35464: use of closed network connection" msg="error ecountered reading from websocket stream" level=info timestamp=2018-07-26T08:43:52.264367Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2/namespaces/kubevirt-test-default/virtualmachineinstances/testvmim5wwv/console proto=HTTP/1.1 statusCode=200 contentLength=0 2018/07/26 08:43:53 http: TLS handshake error from 10.244.0.1:39756: EOF Pod name: virt-api-bcc6b587d-xr5nh Pod phase: Running level=info timestamp=2018-07-26T08:43:57.411157Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:57.790861Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:57.813326Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:58.200159Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:58.230034Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:58.498000Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/07/26 08:43:58 http: TLS handshake error from 10.244.1.1:56992: EOF level=info timestamp=2018-07-26T08:43:59.151011Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:59.173341Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:59.543125Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:59.564624Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:59.939299Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:43:59.960239Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:44:00.339850Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:44:00.361950Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 Pod name: virt-controller-67dcdd8464-2n8k6 Pod phase: Running level=info timestamp=2018-07-26T08:34:10.126505Z pos=application.go:174 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-zv8lr Pod phase: Running level=info timestamp=2018-07-26T08:39:38.344635Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi52dqz kind= uid=6ea0e26a-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:39:38.349484Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi52dqz kind= uid=6ea0e26a-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:41:11.270313Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:41:11.273701Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:41:11.427224Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiz4nrt\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiz4nrt" level=info timestamp=2018-07-26T08:41:47.619050Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8spqh kind= uid=bbbb462a-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:41:47.619619Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi8spqh kind= uid=bbbb462a-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:42:25.351956Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:42:25.355643Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:42:25.685279Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmix2hcd\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmix2hcd" level=info timestamp=2018-07-26T08:43:02.564063Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2wcc9 kind= uid=e8677881-90af-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:43:02.566874Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi2wcc9 kind= uid=e8677881-90af-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:43:51.750163Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicvhkj kind= uid=05b58002-90b0-11e8-a470-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:43:51.754151Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmicvhkj kind= uid=05b58002-90b0-11e8-a470-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:43:52.238542Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmicvhkj\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmicvhkj, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 05b58002-90b0-11e8-a470-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmicvhkj" Pod name: virt-handler-8jg2m Pod phase: Running level=info timestamp=2018-07-26T08:43:50.890621Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmifz5vv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:50.897004Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:43:50.897385Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmifz5vv kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:43:50.897619Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmifz5vv kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:43:50.910729Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:43:50.897788Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmifz5vv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:51.087510Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind= uid=20c2e29f-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:51.087853Z pos=vm.go:330 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-07-26T08:43:51.105056Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=VirtualMachineInstance uid= msg="Processing shutdown." level=info timestamp=2018-07-26T08:43:51.126475Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:51.117852Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:43:51.127350Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:43:51.127587Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:43:51.127785Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmim5wwv kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:51.155758Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" Pod name: virt-handler-pd58d Pod phase: Running level=info timestamp=2018-07-26T08:43:50.785550Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-26T08:43:50.785585Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-26T08:43:50.808570Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:50.835788Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:50.837119Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:43:50.837328Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind= uid=a6112e6c-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:50.870732Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:43:50.873411Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:43:50.873676Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-26T08:43:50.873829Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-26T08:43:50.974927Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind= uid=d232f768-90af-11e8-a470-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:50.979655Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:43:50.979832Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmix2hcd kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:43:51.145941Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:43:51.156147Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmiz4nrt kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmicvhkj-q7nft Pod phase: Pending • Failure [2.076 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 [It] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Expected error: <*exec.ExitError | 0xc420fd8580>: { ProcessState: { pid: 9905, status: 256, rusage: { Utime: {Sec: 0, Usec: 461231}, Stime: {Sec: 0, Usec: 100050}, Maxrss: 37220, Ixrss: 0, Idrss: 0, Isrss: 0, Minflt: 7405, Majflt: 0, Nswap: 0, Inblock: 0, Oublock: 32, Msgsnd: 0, Msgrcv: 0, Nsignals: 0, Nvcsw: 1142, Nivcsw: 121, }, }, Stderr: nil, } exit status 1 not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:127 ------------------------------ STEP: verifying VIEW sa for verb get STEP: verifying EDIT sa for verb get STEP: verifying ADMIN sa for verb get STEP: verifying DEFAULT sa for verb get volumedisk0 compute • [SLOW TEST:38.073 seconds] Configurations /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:44 VirtualMachineInstance definition /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:55 with 3 CPU cores /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:56 should report 3 cpu cores under guest OS /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:62 ------------------------------ • [SLOW TEST:17.633 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:108 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.289 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:108 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:160 ------------------------------ • ------------------------------ • [SLOW TEST:100.733 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:238 when CPU model defined /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:284 should report defined CPU model /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:285 ------------------------------ • [SLOW TEST:98.132 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:238 when CPU model equals to passthrough /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:312 should report exactly the same model as node CPU /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:313 ------------------------------ • [SLOW TEST:94.024 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:238 when CPU model not defined /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:336 should report CPU model from libvirt capabilities /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:337 ------------------------------ • [SLOW TEST:50.075 seconds] Configurations /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:44 New VirtualMachineInstance with all supported drives /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:357 should have all the device nodes /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:380 ------------------------------ •••• ------------------------------ • [SLOW TEST:47.546 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 /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:68 ------------------------------ • [SLOW TEST:55.034 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 /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:78 ------------------------------ • [SLOW TEST:39.579 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 /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:87 ------------------------------ • [SLOW TEST:17.568 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 /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:103 ------------------------------ • [SLOW TEST:30.325 seconds] Console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:37 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:65 with a serial console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:66 should fail waiting for the virtual machine instance to be running /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:111 ------------------------------ • [SLOW TEST:30.300 seconds] Console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:37 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:65 with a serial console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:66 should fail waiting for the expecter /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:134 ------------------------------ • [SLOW TEST:17.513 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 ------------------------------ •• ------------------------------ • [SLOW TEST:50.684 seconds] Health Monitoring /root/go/src/kubevirt.io/kubevirt/tests/vmi_monitoring_test.go:37 A VirtualMachineInstance with a watchdog device /root/go/src/kubevirt.io/kubevirt/tests/vmi_monitoring_test.go:56 should be shut down when the watchdog expires /root/go/src/kubevirt.io/kubevirt/tests/vmi_monitoring_test.go:57 ------------------------------ • ------------------------------ • [SLOW TEST:18.720 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:18.031 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 ------------------------------ •••• ------------------------------ • [SLOW TEST:37.597 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 ------------------------------ • [SLOW TEST:27.744 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.835 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:19.062 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:48.670 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:34.520 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:40.762 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:94.405 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:17.321 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.319 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.200 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.209 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.213 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.262 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:19.521 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:40.834 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:23.900 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:32.701 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:27.997 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 ------------------------------ 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 13 Failures: [Fail] CloudInit UserData A new VirtualMachineInstance with cloudInitNoCloud userData source [It] should process provided cloud-init data /root/go/src/kubevirt.io/kubevirt/tests/utils.go:245 [Fail] Storage Starting a VirtualMachineInstance with Alpine PVC should be successfully started [It] with Disk PVC /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1049 [Fail] Storage Starting a VirtualMachineInstance with Alpine PVC should be successfully started [It] with CDRom PVC /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1049 [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/utils.go:1049 [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/utils.go:1049 [Fail] Storage Starting a VirtualMachineInstance With ephemeral alpine PVC [It] should be successfully started /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1049 [Fail] Storage Starting a VirtualMachineInstance With ephemeral alpine PVC [It] should not persist data /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1049 [Fail] Storage Starting a VirtualMachineInstance With VirtualMachineInstance with two PVCs [It] should start vmi multiple times /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1049 [Fail] Networking VirtualMachineInstance with custom interface model [It] should expose the right device type to the guest /root/go/src/kubevirt.io/kubevirt/tests/utils.go:245 [Fail] User Access With default kubevirt service accounts should verify permissions are correct for view, edit, and admin [It] given a vmi /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:127 [Fail] User Access With default kubevirt service accounts should verify permissions are correct for view, edit, and admin [It] given an vm /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:127 [Fail] User Access With default kubevirt service accounts should verify permissions are correct for view, edit, and admin [It] given a vmi preset /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:127 [Fail] User Access With default kubevirt service accounts should verify permissions are correct for view, edit, and admin [It] given a vmi replica set /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:127 Ran 132 of 148 Specs in 4724.953 seconds FAIL! -- 119 Passed | 13 Failed | 0 Pending | 16 Skipped --- FAIL: TestTests (4724.96s) FAIL make: *** [functest] Error 1 + make cluster-down ./cluster/down.sh