+ export WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release + WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release + [[ k8s-1.10.4-release =~ openshift-.* ]] + [[ k8s-1.10.4-release =~ .*-1.10.4-.* ]] + export KUBEVIRT_PROVIDER=k8s-1.10.4 + KUBEVIRT_PROVIDER=k8s-1.10.4 + export KUBEVIRT_NUM_NODES=2 + KUBEVIRT_NUM_NODES=2 + export NFS_WINDOWS_DIR=/home/nfs/images/windows2016 + NFS_WINDOWS_DIR=/home/nfs/images/windows2016 + export NAMESPACE=kube-system + NAMESPACE=kube-system + trap '{ make cluster-down; }' EXIT SIGINT SIGTERM SIGSTOP + make cluster-down ./cluster/down.sh + make cluster-up ./cluster/up.sh Downloading .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. Downloading ....... 2018/07/26 07:03:47 Waiting for host: 192.168.66.101:22 2018/07/26 07:03:50 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/07/26 07:03:58 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: connection refused. Sleeping 5s 2018/07/26 07:04:03 Connected to tcp://192.168.66.101:22 + kubeadm init --config /etc/kubernetes/kubeadm.conf [init] Using Kubernetes version: v1.10.4 [init] Using Authorization modes: [Node RBAC] [preflight] Running pre-flight checks. [WARNING FileExisting-crictl]: crictl not found in system path Suggestion: go get github.com/kubernetes-incubator/cri-tools/cmd/crictl Flag --admission-control has been deprecated, Use --enable-admission-plugins or --disable-admission-plugins instead. Will be removed in a future version. [certificates] Generated ca certificate and key. [certificates] Generated apiserver certificate and key. [certificates] apiserver serving cert is signed for DNS names [node01 kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local] and IPs [10.96.0.1 192.168.66.101] [certificates] Generated apiserver-kubelet-client certificate and key. [certificates] Generated sa key and public key. [certificates] Generated front-proxy-ca certificate and key. [certificates] Generated front-proxy-client certificate and key. [certificates] Generated etcd/ca certificate and key. [certificates] Generated etcd/server certificate and key. [certificates] etcd/server serving cert is signed for DNS names [localhost] and IPs [127.0.0.1] [certificates] Generated etcd/peer certificate and key. [certificates] etcd/peer serving cert is signed for DNS names [node01] and IPs [192.168.66.101] [certificates] Generated etcd/healthcheck-client certificate and key. [certificates] Generated apiserver-etcd-client certificate and key. [certificates] Valid certificates and keys now exist in "/etc/kubernetes/pki" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/admin.conf" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/kubelet.conf" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/controller-manager.conf" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/scheduler.conf" [controlplane] Wrote Static Pod manifest for component kube-apiserver to "/etc/kubernetes/manifests/kube-apiserver.yaml" [controlplane] Wrote Static Pod manifest for component kube-controller-manager to "/etc/kubernetes/manifests/kube-controller-manager.yaml" [controlplane] Wrote Static Pod manifest for component kube-scheduler to "/etc/kubernetes/manifests/kube-scheduler.yaml" [etcd] Wrote Static Pod manifest for a local etcd instance to "/etc/kubernetes/manifests/etcd.yaml" [init] Waiting for the kubelet to boot up the control plane as Static Pods from directory "/etc/kubernetes/manifests". [init] This might take a minute or longer if the control plane images have to be pulled. [apiclient] All control plane components are healthy after 24.503451 seconds [uploadconfig] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace [markmaster] Will mark node node01 as master by adding a label and a taint [markmaster] Master node01 tainted and labelled with key/value: node-role.kubernetes.io/master="" [bootstraptoken] Using token: abcdef.1234567890123456 [bootstraptoken] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials [bootstraptoken] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token [bootstraptoken] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster [bootstraptoken] Creating the "cluster-info" ConfigMap in the "kube-public" namespace [addons] Applied essential addon: kube-dns [addons] Applied essential addon: kube-proxy Your Kubernetes master has initialized successfully! To start using your cluster, you need to run the following as a regular user: mkdir -p $HOME/.kube sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config sudo chown $(id -u):$(id -g) $HOME/.kube/config You should now deploy a pod network to the cluster. Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at: https://kubernetes.io/docs/concepts/cluster-administration/addons/ You can now join any number of machines by running the following on each node as root: kubeadm join 192.168.66.101:6443 --token abcdef.1234567890123456 --discovery-token-ca-cert-hash sha256:87d1f843553d0b8c770f42f37ad638eb10eb9108429d36b033a05efa9f9576c9 + kubectl --kubeconfig=/etc/kubernetes/admin.conf apply -f https://raw.githubusercontent.com/coreos/flannel/v0.9.1/Documentation/kube-flannel.yml clusterrole.rbac.authorization.k8s.io "flannel" created clusterrolebinding.rbac.authorization.k8s.io "flannel" created serviceaccount "flannel" created configmap "kube-flannel-cfg" created daemonset.extensions "kube-flannel-ds" created + kubectl --kubeconfig=/etc/kubernetes/admin.conf taint nodes node01 node-role.kubernetes.io/master:NoSchedule- node "node01" untainted 2018/07/26 07:04:43 Waiting for host: 192.168.66.102:22 2018/07/26 07:04:46 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/07/26 07:04:58 Connected to tcp://192.168.66.102:22 + kubeadm join --token abcdef.1234567890123456 192.168.66.101:6443 --ignore-preflight-errors=all --discovery-token-unsafe-skip-ca-verification=true [preflight] Running pre-flight checks. [discovery] Trying to connect to API Server "192.168.66.101:6443" [discovery] Created cluster-info discovery client, requesting info from "https://192.168.66.101:6443" [WARNING FileExisting-crictl]: crictl not found in system path Suggestion: go get github.com/kubernetes-incubator/cri-tools/cmd/crictl [discovery] Cluster info signature and contents are valid and no TLS pinning was specified, will use API Server "192.168.66.101:6443" [discovery] Successfully established connection with API Server "192.168.66.101:6443" This node has joined the cluster: * Certificate signing request was sent to master and a response was received. * The Kubelet was informed of the new secure connection details. Run 'kubectl get nodes' on the master to see this node join the cluster. Sending file modes: C0755 39611920 kubectl Sending file modes: C0600 5450 admin.conf Cluster "kubernetes" set. Cluster "kubernetes" set. + set +e + kubectl get nodes --no-headers + cluster/kubectl.sh get nodes --no-headers node01 Ready master 33s v1.10.4 node02 NotReady 10s v1.10.4 + kubectl_rc=0 + '[' 0 -ne 0 ']' ++ kubectl get nodes --no-headers ++ cluster/kubectl.sh get nodes --no-headers ++ grep NotReady + '[' -n 'node02 NotReady 10s v1.10.4' ']' + echo 'Waiting for all nodes to become ready ...' Waiting for all nodes to become ready ... + kubectl get nodes --no-headers + cluster/kubectl.sh get nodes --no-headers node01 Ready master 34s v1.10.4 node02 Ready 11s v1.10.4 + kubectl_rc=0 + sleep 10 + '[' 0 -ne 0 ']' ++ kubectl get nodes --no-headers ++ cluster/kubectl.sh get nodes --no-headers ++ grep NotReady + '[' -n '' ']' + set -e + echo 'Nodes are ready:' Nodes are ready: + kubectl get nodes + cluster/kubectl.sh get nodes NAME STATUS ROLES AGE VERSION node01 Ready master 44s v1.10.4 node02 Ready 21s v1.10.4 + make cluster-sync ./cluster/build.sh Building ... sha256:559a45ac63f40982ccce3a1b80cb62788566f2032c847ad9c45ee993eb9c48d4 go version go1.10 linux/amd64 go version go1.10 linux/amd64 make[1]: Entering directory `/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt' hack/dockerized "./hack/check.sh && KUBEVIRT_VERSION= ./hack/build-go.sh install " && ./hack/build-copy-artifacts.sh sha256:559a45ac63f40982ccce3a1b80cb62788566f2032c847ad9c45ee993eb9c48d4 go version go1.10 linux/amd64 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" ---> Running in 7af66283c6ce ---> d3c656a2b485 Removing intermediate container 7af66283c6ce Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-controller ---> Running in bf30b34157f6  ---> a776f834c795 Removing intermediate container bf30b34157f6 Step 4/8 : WORKDIR /home/virt-controller ---> 714b6ef15e78 Removing intermediate container 7a67b42fac3b Step 5/8 : USER 1001 ---> Running in b7bc4eabb065 ---> cadd485aa8f4 Removing intermediate container b7bc4eabb065 Step 6/8 : COPY virt-controller /usr/bin/virt-controller ---> d3ce87547f58 Removing intermediate container ccd9b55a6aa4 Step 7/8 : ENTRYPOINT /usr/bin/virt-controller ---> Running in ab5299df5e39 ---> 9e882d6cd31e Removing intermediate container ab5299df5e39 Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "virt-controller" '' ---> Running in 971ca9cc0382 ---> 5c7d51ff5e0f Removing intermediate container 971ca9cc0382 Successfully built 5c7d51ff5e0f 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 55f14d5ffbcf: Waiting 725d7fed8635: Waiting 6b8a7a35bb20: Verifying Checksum 6b8a7a35bb20: Download complete 9abf9a2746ab: Download complete 55f14d5ffbcf: Download complete 725d7fed8635: 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 16811a7ca2a3 ---> 795ad92a5172 Removing intermediate container 16811a7ca2a3 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 d3c23575ed59  Fedora 28 - x86_64 - Updates 19 MB/s | 20 MB 00:01 Virtualization packages from Rawhide built for 165 kB/s | 57 kB 00:00 Fedora 28 - x86_64 4.7 MB/s | 60 MB 00:12 Last metadata expiration check: 0:00:00 ago on Thu Jul 26 07:14:10 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): socat-1.7.3.2-6.fc28.x86_64.rpm 177 kB/s | 297 kB 00:01 (2/7): libusal-1.1.11-38.fc28.x86_64.rpm 85 kB/s | 144 kB 00:01 (3/7): genisoimage-1.1.11-38.fc28.x86_64.rpm 165 kB/s | 315 kB 00:01 (4/7): ethtool-4.17-1.fc28.x86_64.rpm 52 kB/s | 144 kB 00:02 (5/7): libcgroup-tools-0.41-17.fc28.x86_64.rpm 30 kB/s | 90 kB 00:02 (6/7): net-tools-2.0-0.50.20160912git.fc28.x86_ 102 kB/s | 320 kB 00:03 (7/7): sudo-1.8.23-1.fc28.x86_64.rpm 563 kB/s | 864 kB 00:01 -------------------------------------------------------------------------------- Total 313 kB/s | 2.1 MB 00:06 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 ---> 49e8a67155c8 Removing intermediate container d3c23575ed59 Step 4/10 : COPY virt-launcher /usr/bin/virt-launcher ---> 9be0a5814845 Removing intermediate container a831825bc919 Step 5/10 : COPY kubevirt-sudo /etc/sudoers.d/kubevirt ---> e205fd48a063 Removing intermediate container 66489affbd61 Step 6/10 : RUN setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/qemu-system-x86_64 ---> Running in 4d035b567a01  ---> 596c40d8a926 Removing intermediate container 4d035b567a01 Step 7/10 : RUN mkdir -p /usr/share/kubevirt/virt-launcher ---> Running in 0c8c880f5bc8  ---> 491ba2c80f52 Removing intermediate container 0c8c880f5bc8 Step 8/10 : COPY entrypoint.sh libvirtd.sh sock-connector /usr/share/kubevirt/virt-launcher/ ---> f8a6155042a9 Removing intermediate container 6d0e85c28fe7 Step 9/10 : ENTRYPOINT /usr/share/kubevirt/virt-launcher/entrypoint.sh ---> Running in 7aa0770aab45 ---> 2afeed1aafda Removing intermediate container 7aa0770aab45 Step 10/10 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "virt-launcher" '' ---> Running in 5ec50999c2af ---> 5600681c310d Removing intermediate container 5ec50999c2af Successfully built 5600681c310d 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 ---> d3c656a2b485 Step 3/5 : COPY virt-handler /usr/bin/virt-handler ---> e454e33c3f24 Removing intermediate container c464fa9e16a4 Step 4/5 : ENTRYPOINT /usr/bin/virt-handler ---> Running in 4a49ceb8fa0b ---> c2ac212ff051 Removing intermediate container 4a49ceb8fa0b Step 5/5 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "virt-handler" '' ---> Running in 3e28c502869d ---> dbafa908728e Removing intermediate container 3e28c502869d Successfully built dbafa908728e 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 ---> d3c656a2b485 Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-api ---> Running in ff5c6e4bdd4f  ---> 9bbbc9ec8ccc Removing intermediate container ff5c6e4bdd4f Step 4/8 : WORKDIR /home/virt-api ---> 6ff95ae380a5 Removing intermediate container 8d15c603299f Step 5/8 : USER 1001 ---> Running in 010b5ba8c433 ---> 0026fc44bed8 Removing intermediate container 010b5ba8c433 Step 6/8 : COPY virt-api /usr/bin/virt-api ---> 1875bd1bb2f8 Removing intermediate container 26aee4dfdcc0 Step 7/8 : ENTRYPOINT /usr/bin/virt-api ---> Running in cbd884989acb ---> 8fa413e21e00 Removing intermediate container cbd884989acb Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "virt-api" '' ---> Running in cc96834e49d7 ---> 608d364fb79f Removing intermediate container cc96834e49d7 Successfully built 608d364fb79f Sending build context to Docker daemon 4.096 kB Step 1/7 : FROM fedora:28 ---> cc510acfcd70 Step 2/7 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> d3c656a2b485 Step 3/7 : ENV container docker ---> Running in d1a6774b10e3 ---> d7ee9dd5410a Removing intermediate container d1a6774b10e3 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 ---> Running in 6d37637165c2  % Total % Received % Xferd Average Speed Time Time Time Current  Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 37.0M 6 2467k 0 0 2690k 0 0:00:14 --:--:-- 0:00:14 2687k 33 37.0M 33 12.5M 0 0 6698k 0 0:00:05 0:00:01 0:00:04 6695k 100 37.0M 100 37.0M 0 0 13.5M 0 0:00:02 0:00:02 --:--:-- 13.5M  ---> 0b64ac188f84 Removing intermediate container 6d37637165c2 Step 5/7 : ADD entrypoint.sh / ---> c9569040fd52 Removing intermediate container 2d737a93f452 Step 6/7 : CMD /entrypoint.sh ---> Running in b02217e101c7 ---> b0887fd36d1c Removing intermediate container b02217e101c7 Step 7/7 : LABEL "disks-images-provider" '' "kubevirt-functional-tests-k8s-1.10.4-release0" '' ---> Running in 2c916f36fec8 ---> 5e827c2df99f Removing intermediate container 2c916f36fec8 Successfully built 5e827c2df99f Sending build context to Docker daemon 2.56 kB Step 1/5 : FROM fedora:28 ---> cc510acfcd70 Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> d3c656a2b485 Step 3/5 : ENV container docker ---> Using cache ---> d7ee9dd5410a Step 4/5 : RUN dnf -y install procps-ng nmap-ncat && dnf -y clean all ---> Running in 2774c8bd94a6 Fedora 28 - x86_64 - Updates 12 MB/s | 20 MB 00:01 Fedora 28 - x86_64 3.9 MB/s | 60 MB 00:15 Last metadata expiration check: 0:00:08 ago on Thu Jul 26 07:15:37 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): procps-ng-3.3.12-3.fc28.x86_64.rpm 584 kB/s | 404 kB 00:00 (2/2): nmap-ncat-7.60-12.fc28.x86_64.rpm 302 kB/s | 235 kB 00:00 -------------------------------------------------------------------------------- Total 527 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 ---> e96d3e3c109a Removing intermediate container 2774c8bd94a6 Step 5/5 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "vm-killer" '' ---> Running in b7086a039284 ---> b82659934a82 Removing intermediate container b7086a039284 Successfully built b82659934a82 Sending build context to Docker daemon 5.12 kB Step 1/7 : FROM debian:sid Trying to pull repository docker.io/library/debian ... sid: Pulling from docker.io/library/debian e367ac4072dc: Pulling fs layer e367ac4072dc: Verifying Checksum e367ac4072dc: Download complete e367ac4072dc: Pull complete Digest: sha256:dd291f3ce991dc1dabcaa29eafeab11cca9403fb0dfc7b7dcca7dcce6a48a97d Status: Downloaded newer image for docker.io/debian:sid ---> 68f33cf86aab Step 2/7 : MAINTAINER "David Vossel" \ ---> Running in d712e6bb583b ---> b7f20b0c4c41 Removing intermediate container d712e6bb583b Step 3/7 : ENV container docker ---> Running in 440e05de7435 ---> 83fc28f38982 Removing intermediate container 440e05de7435 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 afc4e3651745 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 10s (846 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 (5379 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. ---> 604b0b292d97 Removing intermediate container afc4e3651745 Step 5/7 : ADD entry-point.sh / ---> 78792d6f56cd Removing intermediate container 4888f8844787 Step 6/7 : CMD /entry-point.sh ---> Running in 5222680fdc83 ---> 7f24cc15e083 Removing intermediate container 5222680fdc83 Step 7/7 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "registry-disk-v1alpha" '' ---> Running in 4739f6541350 ---> 9f185ea05af0 Removing intermediate container 4739f6541350 Successfully built 9f185ea05af0 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:32786/kubevirt/registry-disk-v1alpha:devel ---> 9f185ea05af0 Step 2/4 : MAINTAINER "David Vossel" \ ---> Running in c443e96fe2c8 ---> 144098c857f6 Removing intermediate container c443e96fe2c8 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 091438d0046d  % 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 12.1M 0 32768 0 0 29735 0 0:07:07 0:00:01 0:07:06 29708 100 12.1M 100 12.1M 0 0 6322k 0 0:00:01 0:00:01 --:--:-- 6322k  ---> 470c8c941f3b Removing intermediate container 091438d0046d Step 4/4 : LABEL "cirros-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.10.4-release0" '' ---> Running in f3f300934331 ---> 5c3573aee555 Removing intermediate container f3f300934331 Successfully built 5c3573aee555 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:32786/kubevirt/registry-disk-v1alpha:devel ---> 9f185ea05af0 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Running in 30b6b47efb2b ---> 163d18ada1f5 Removing intermediate container 30b6b47efb2b 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 cc08131d2776  % 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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0  0 221M 0 16016 0 0 15066 0 4:17:00 0:00:01 4:16:59 15066 0 221M 0 1119k 0 0 521k 0 0:07:15 0:00:02 0:07:13 1017k 1 221M 1 2831k 0 0 926k  0 0:04:04 0:00:03 0:04:01 1411k 2 221M 2 5519k 0 0 1355k 0 0:02:47 0:00:04 0:02:43 1829k 4 221M 4 9695k 0 0 1910k 0 0:01:58 0:00:05 0:01:53 2413k 7 221M 7 15.7M 0 0 2668k 0 0:01:25 0:00:06 0:01:19 3234k 11 221M 11 26.4M 0 0 3843k 0 0:00:59 0:00:07 0:00:52 5300k 17 221M 17 38.0M 0 0 4845k 0 0:00:46 0:00:08 0:00:38 7246k 20 221M 20 46.2M 0 0 5228k 0 0:00:43 0:00:09 0:00:34 8387k 24 221M 24 53.7M 0 0 5472k 0 0:00:41 0:00:10 0:00:31 9097k 27 221M 27 60.2M 0 0 5577k 0 0:00:40 0:00:11 0:00:29 9094k 29 221M 29 65.2M 0 0 5543k  0 0:00:40 0:00:12 0:00:28 7939k 31 221M 31 69.0M 0 0 5419k 0 0:00:41 0:00:13 0:00:28 6342k 32 221M 32 73.0M 0 0 5313k 0 0:00:42 0:00:14 0:00:28 5468k 34 221M 34 77.0M 0 0 5239k 0 0:00:43 0:00:15  0:00:28 4771k 36 221M 36 81.2M 0 0 5183k 0 0:00:43 0:00:16 0:00:27 4308k 38 221M 38 85.7M 0 0 5150k  0 0:00:44 0:00:17 0:00:27 4200k 40 221M 40 89.9M 0 0 5104k  0 0:00:44 0:00:18 0:00:26 4284k 42 221M 42 94.1M 0 0 5060k 0 0:00:44 0:00:19 0:00:25 4345k 44 221M 44 98.3M 0 0 5023k 0 0:00:45 0:00:20 0:00:25 4368k 46 221M 46 102M 0 0 5004k 0 0:00:45 0:00:21 0:00:24 4431k 47 221M 47 105M 0 0 4917k 0 0:00:46 0:00:22 0:00:24 4124k 48 221M 48 108M 0 0 4817k 0 0:00:47 0:00:23 0:00:24 3783k 50 221M 50 111M 0 0 4731k 0 0:00:47 0:00:24 0:00:23 3476k 51 221M 51 113M 0 0 4657k 0 0:00:48 0:00:25 0:00:23 3189k 52 221M 52 116M 0  0 4592k 0 0:00:49 0:00:26 0:00:23 2863k 54 221M 54 119M 0 0 4531k 0 0:00:50 0:00:27 0:00:23 2831k 55 221M 55 122M 0 0 4472k 0 0:00:50 0:00:28 0:00:22 2883k 56 221M 56 125M 0 0 4420k 0 0:00:51 0:00:29 0:00:22 2921k 57 221M 57 128M 0 0 4374k 0 0:00:51 0:00:30 0:00:21 2958k 59 221M 59 131M 0 0 4342k 0 0:00:52 0:00:31 0:00:21 3036k 61 221M 61 135M 0 0 4319k 0 0:00:52 0:00:32 0:00:20 3167k 62 221M 62 139M 0 0 4309k 0 0:00:52 0:00:33 0:00:19 3392k 64 221M 64 143M 0 0 4322k 0 0:00:52 0:00:34 0:00:18 3752k 67 221M 67 149M 0 0 4357k 0 0:00:52 0:00:35 0:00:17 4255k 70 221M 70 156M 0 0 4432k 0 0:00:51 0:00:36 0:00:15 4987k 73 221M 73 163M 0 0 4529k 0 0:00:50 0:00:37 0:00:13 5876k 77 221M 77 171M 0 0 4617k 0 0:00:49 0:00:38 0:00:11 6655k 79 221M 79 177M 0 0 4642k 0 0:00:48 0:00:39 0:00:09 6821k 82 221M 82 182M 0 0 4663k 0 0:00:48 0:00:40 0:00:08 6809k 85 221M 85 188M 0 0 4697k 0 0:00:48 0:00:41 0:00:07 6610k 87 221M 87 193M 0 0 4721k 0 0:00:48 0:00:42 0:00:06 6140k 89 221M 89 197M 0 0 4693k 0 0:00:48 0:00:43 0:00:05 5271k 90 221M 90 200M 0 0 4664k 0 0:00:48 0:00:44 0:00:04 4842k 92 221M 92 204M 0 0 4642k 0  0:00:48 0:00:45 0:00:03 4467k 93 221M  93 207M 0 0 4615k  0 0:00:49 0:00:46 0:00:03 3941k 94 221M 94 210M 0 0 4573k 0 0:00:49 0:00:47 0:00:02 3335k 96 221M 96 213M 0 0 4541k 0 0:00:49 0:00:48 0:00:01 3238k  97 221M 97 216M 0 0 4514k 0 0:00:50 0:00:49 0:00:01 3186k 99 221M 99 219M 0 0 4487k 0 0:00:50 0:00:50 --:--:-- 3100k 100 221M 100 221M 0 0 4467k 0 0:00:50 0:00:50 --:--:-- 3025k  ---> df03150f97f7 Removing intermediate container cc08131d2776 Step 4/4 : LABEL "fedora-cloud-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.10.4-release0" '' ---> Running in cee8703ff72a ---> d2698a39e323 Removing intermediate container cee8703ff72a Successfully built d2698a39e323 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:32786/kubevirt/registry-disk-v1alpha:devel ---> 9f185ea05af0 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 163d18ada1f5 Step 3/4 : RUN curl http://dl-cdn.alpinelinux.org/alpine/v3.7/releases/x86_64/alpine-virt-3.7.0-x86_64.iso > /disk/alpine.iso ---> Running in 8b9e813b6be1  % 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 37.0M 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 37.0M 0 107k 0 0 55255 0 0:11:42 0:00:01 0:11:41 55228 3 37.0M 3 1382k 0 0 461k 0 0:01:22 0:00:02 0:01:20 461k 16 37.0M 16 6081k 0 0 1518k 0  0:00:24 0:00:04 0:00:20 1518k 31 37.0M 31 11.6M 0 0 2393k 0 0:00:15 0:00:04 0:00:11 2392k 50 37.0M 50 18.5M 0 0 3170k 0 0:00:11 0:00:05 0:00:06 3877k 71 37.0M 71 26.3M 0 0 3864k 0 0:00:09 0:00:06 0:00:03 5384k 97 37.0M 97 35.9M 0 0 4605k 0 0:00:08 0:00:07 0:00:01 7084k 100 37.0M 100 37.0M 0 0 4673k 0 0:00:08 0:00:08 --:--:-- 7757k  ---> d98139a655a4 Removing intermediate container 8b9e813b6be1 Step 4/4 : LABEL "alpine-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.10.4-release0" '' ---> Running in 46530af3dae7 ---> 9e041444a39a Removing intermediate container 46530af3dae7 Successfully built 9e041444a39a 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 ---> d3c656a2b485 Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virtctl ---> Running in fb22a976ce96  ---> 5704030d2070 Removing intermediate container fb22a976ce96 Step 4/8 : WORKDIR /home/virtctl ---> 624a72b3ef33 Removing intermediate container e2eb42a7cac3 Step 5/8 : USER 1001 ---> Running in db726c95af1b ---> 74157fb56326 Removing intermediate container db726c95af1b Step 6/8 : COPY subresource-access-test /subresource-access-test ---> d63dc90f5558 Removing intermediate container 4a2d5477a734 Step 7/8 : ENTRYPOINT /subresource-access-test ---> Running in 5c3208aefc28 ---> bff67fd3e6b0 Removing intermediate container 5c3208aefc28 Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "subresource-access-test" '' ---> Running in 45bf1a785ded ---> c7ea4b181264 Removing intermediate container 45bf1a785ded Successfully built c7ea4b181264 Sending build context to Docker daemon 3.072 kB Step 1/9 : FROM fedora:28 ---> cc510acfcd70 Step 2/9 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> d3c656a2b485 Step 3/9 : ENV container docker ---> Using cache ---> d7ee9dd5410a Step 4/9 : RUN dnf -y install make git gcc && dnf -y clean all ---> Running in e1906e40437a Fedora 28 - x86_64 - Updates 13 MB/s | 20 MB 00:01 Fedora 28 - x86_64 31 MB/s | 60 MB 00:01 Last metadata expiration check: 0:00:08 ago on Thu Jul 26 07:20:24 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 140 kB/s | 108 kB 00:00 (2/78): libatomic_ops-7.6.2-3.fc28.x86_64.rpm 236 kB/s | 37 kB 00:00 (3/78): make-4.2.1-6.fc28.x86_64.rpm 427 kB/s | 497 kB 00:01 (4/78): git-2.17.1-3.fc28.x86_64.rpm 697 kB/s | 221 kB 00:00 (5/78): git-core-doc-2.17.1-3.fc28.noarch.rpm 5.6 MB/s | 2.3 MB 00:00 (6/78): perl-Git-2.17.1-3.fc28.noarch.rpm 2.0 MB/s | 73 kB 00:00 (7/78): libsecret-0.18.6-1.fc28.x86_64.rpm 486 kB/s | 162 kB 00:00 (8/78): git-core-2.17.1-3.fc28.x86_64.rpm 4.0 MB/s | 4.0 MB 00:01 (9/78): perl-Getopt-Long-2.50-4.fc28.noarch.rpm 423 kB/s | 62 kB 00:00 (10/78): perl-TermReadKey-2.37-7.fc28.x86_64.rp 216 kB/s | 39 kB 00:00 (11/78): perl-PathTools-3.74-1.fc28.x86_64.rpm 230 kB/s | 89 kB 00:00 (12/78): less-530-1.fc28.x86_64.rpm 538 kB/s | 163 kB 00:00 (13/78): perl-Error-0.17025-2.fc28.noarch.rpm 410 kB/s | 45 kB 00:00 (14/78): perl-Exporter-5.72-396.fc28.noarch.rpm 293 kB/s | 33 kB 00:00 (15/78): perl-Pod-Usage-1.69-395.fc28.noarch.rp 178 kB/s | 33 kB 00:00 (16/78): perl-Text-ParseWords-3.30-395.fc28.noa 92 kB/s | 17 kB 00:00 (17/78): perl-constant-1.33-396.fc28.noarch.rpm 219 kB/s | 24 kB 00:00 (18/78): perl-Scalar-List-Utils-1.49-2.fc28.x86 567 kB/s | 67 kB 00:00 (19/78): perl-Pod-Perldoc-3.28-396.fc28.noarch. 464 kB/s | 87 kB 00:00 (20/78): perl-HTTP-Tiny-0.070-395.fc28.noarch.r 515 kB/s | 56 kB 00:00 (21/78): perl-Pod-Simple-3.35-395.fc28.noarch.r 876 kB/s | 212 kB 00:00 (22/78): perl-parent-0.236-395.fc28.noarch.rpm 178 kB/s | 19 kB 00:00 (23/78): perl-MIME-Base64-3.15-396.fc28.x86_64. 279 kB/s | 29 kB 00:00 (24/78): perl-Socket-2.027-2.fc28.x86_64.rpm 422 kB/s | 58 kB 00:00 (25/78): groff-base-1.22.3-15.fc28.x86_64.rpm 1.1 MB/s | 1.0 MB 00:00 (26/78): perl-Pod-Escapes-1.07-395.fc28.noarch. 180 kB/s | 19 kB 00:00 (27/78): guile-2.0.14-7.fc28.x86_64.rpm 875 kB/s | 3.5 MB 00:04 (28/78): perl-Text-Tabs+Wrap-2013.0523-395.fc28 160 kB/s | 23 kB 00:00 (29/78): isl-0.16.1-6.fc28.x86_64.rpm 1.5 MB/s | 841 kB 00:00 (30/78): libmpc-1.0.2-9.fc28.x86_64.rpm 507 kB/s | 58 kB 00:00 (31/78): cpp-8.1.1-5.fc28.x86_64.rpm 4.9 MB/s | 10 MB 00:02 (32/78): gcc-8.1.1-5.fc28.x86_64.rpm 9.6 MB/s | 23 MB 00:02 (33/78): perl-libs-5.26.2-412.fc28.x86_64.rpm 3.9 MB/s | 1.5 MB 00:00 (34/78): perl-File-Path-2.15-2.fc28.noarch.rpm 160 kB/s | 37 kB 00:00 (35/78): perl-threads-2.21-2.fc28.x86_64.rpm 248 kB/s | 60 kB 00:00 (36/78): perl-interpreter-5.26.2-412.fc28.x86_6 2.9 MB/s | 6.2 MB 00:02 (37/78): perl-Unicode-Normalize-1.25-396.fc28.x 227 kB/s | 81 kB 00:00 (38/78): perl-threads-shared-1.58-2.fc28.x86_64 338 kB/s | 46 kB 00:00 (39/78): perl-Carp-1.42-396.fc28.noarch.rpm 531 kB/s | 29 kB 00:00 (40/78): perl-Errno-1.28-412.fc28.x86_64.rpm 1.1 MB/s | 74 kB 00:00 (41/78): perl-podlators-4.11-1.fc28.noarch.rpm 851 kB/s | 117 kB 00:00 (42/78): perl-Term-Cap-1.17-395.fc28.noarch.rpm 206 kB/s | 22 kB 00:00 (43/78): perl-Term-ANSIColor-4.06-396.fc28.noar 211 kB/s | 45 kB 00:00 (44/78): perl-File-Temp-0.230.600-1.fc28.noarch 620 kB/s | 62 kB 00:00 (45/78): perl-IO-1.38-412.fc28.x86_64.rpm 1.4 MB/s | 138 kB 00:00 (46/78): perl-Time-Local-1.280-1.fc28.noarch.rp 332 kB/s | 32 kB 00:00 (47/78): perl-Storable-3.11-2.fc28.x86_64.rpm 979 kB/s | 97 kB 00:00 (48/78): libtool-ltdl-2.4.6-24.fc28.x86_64.rpm 577 kB/s | 57 kB 00:00 (49/78): ncurses-6.1-4.20180224.fc28.x86_64.rpm 611 kB/s | 377 kB 00:00 (50/78): libstdc++-8.1.1-5.fc28.x86_64.rpm 5.9 MB/s | 487 kB 00:00 (51/78): perl-macros-5.26.2-412.fc28.x86_64.rpm 729 kB/s | 70 kB 00:00 (52/78): openssh-clients-7.7p1-5.fc28.x86_64.rp 6.8 MB/s | 684 kB 00:00 (53/78): openssh-7.7p1-5.fc28.x86_64.rpm 2.6 MB/s | 483 kB 00:00 (54/78): fipscheck-lib-1.5.0-4.fc28.x86_64.rpm 125 kB/s | 14 kB 00:00 (55/78): fipscheck-1.5.0-4.fc28.x86_64.rpm 249 kB/s | 26 kB 00:00 (56/78): emacs-filesystem-26.1-3.fc28.noarch.rp 632 kB/s | 68 kB 00:00 (57/78): libedit-3.1-23.20170329cvs.fc28.x86_64 460 kB/s | 101 kB 00:00 (58/78): perl-Encode-2.97-3.fc28.x86_64.rpm 1.2 MB/s | 1.5 MB 00:01 (59/78): libxcrypt-devel-4.0.0-5.fc28.x86_64.rp 141 kB/s | 15 kB 00:00 (60/78): binutils-2.29.1-23.fc28.x86_64.rpm 11 MB/s | 6.0 MB 00:00 (61/78): glibc-headers-2.27-8.fc28.x86_64.rpm 1.3 MB/s | 454 kB 00:00 (62/78): libgomp-8.1.1-5.fc28.x86_64.rpm 2.3 MB/s | 207 kB 00:00 (63/78): pkgconf-pkg-config-1.4.2-1.fc28.x86_64 137 kB/s | 14 kB 00:00 (64/78): glibc-devel-2.27-8.fc28.x86_64.rpm 1.3 MB/s | 1.0 MB 00:00 (65/78): pkgconf-m4-1.4.2-1.fc28.noarch.rpm 89 kB/s | 16 kB 00:00 (66/78): pkgconf-1.4.2-1.fc28.x86_64.rpm 165 kB/s | 37 kB 00:00 (67/78): libpkgconf-1.4.2-1.fc28.x86_64.rpm 275 kB/s | 34 kB 00:00 (68/78): perl-Mozilla-CA-20160104-7.fc28.noarch 116 kB/s | 14 kB 00:00 (69/78): kernel-headers-4.17.7-200.fc28.x86_64. 4.8 MB/s | 1.2 MB 00:00 (70/78): perl-IO-Socket-IP-0.39-5.fc28.noarch.r 397 kB/s | 46 kB 00:00 (71/78): perl-IO-Socket-SSL-2.056-1.fc28.noarch 854 kB/s | 285 kB 00:00 (72/78): perl-URI-1.73-2.fc28.noarch.rpm 560 kB/s | 115 kB 00:00 (73/78): perl-Data-Dumper-2.167-399.fc28.x86_64 288 kB/s | 57 kB 00:00 (74/78): perl-libnet-3.11-3.fc28.noarch.rpm 604 kB/s | 120 kB 00:00 (75/78): perl-Net-SSLeay-1.85-1.fc28.x86_64.rpm 694 kB/s | 356 kB 00:00 (76/78): perl-Digest-1.17-395.fc28.noarch.rpm 219 kB/s | 26 kB 00:00 (77/78): perl-Digest-MD5-2.55-396.fc28.x86_64.r 151 kB/s | 36 kB 00:00 (78/78): libgcc-8.1.1-5.fc28.x86_64.rpm 1.5 MB/s | 95 kB 00:00 -------------------------------------------------------------------------------- Total 6.5 MB/s | 69 MB 00:10 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 ---> e4ae555b2a96 Removing intermediate container e1906e40437a Step 5/9 : ENV GIMME_GO_VERSION 1.9.2 ---> Running in 654e4f894cb9 ---> 4805ef8280c3 Removing intermediate container 654e4f894cb9 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 2e9ed03ede9b  ---> 7c1f17e56984 Removing intermediate container 2e9ed03ede9b Step 7/9 : ENV GOPATH "/go" GOBIN "/usr/bin" ---> Running in 392c8d69e315 ---> c388427c6a76 Removing intermediate container 392c8d69e315 Step 8/9 : RUN mkdir -p /go && source /etc/profile.d/gimme.sh && go get github.com/masterzen/winrm-cli ---> Running in 8d2e4d048016 go version go1.9.2 linux/amd64  ---> 5da240e34c8d Removing intermediate container 8d2e4d048016 Step 9/9 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "winrmcli" '' ---> Running in 6421c6c918dc ---> fc4af18e41a0 Removing intermediate container 6421c6c918dc Successfully built fc4af18e41a0 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: Verifying Checksum 2176639d844b: Download complete 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 f07da6e5971a ---> 58c7014d7bc4 Removing intermediate container f07da6e5971a Step 3/5 : COPY example-hook-sidecar /example-hook-sidecar ---> 2d4e18a3c93f Removing intermediate container 7504760f2488 Step 4/5 : ENTRYPOINT /example-hook-sidecar ---> Running in 8e93ab84507e ---> ada06b686d0b Removing intermediate container 8e93ab84507e Step 5/5 : LABEL "example-hook-sidecar" '' "kubevirt-functional-tests-k8s-1.10.4-release0" '' ---> Running in 82d0eecec073 ---> 3467ef1dac93 Removing intermediate container 82d0eecec073 Successfully built 3467ef1dac93 hack/build-docker.sh push The push refers to a repository [localhost:32786/kubevirt/virt-controller] e7ae9eddedba: Preparing efce1557ba86: Preparing 891e1e4ef82a: Preparing efce1557ba86: Pushed e7ae9eddedba: Pushed 891e1e4ef82a: Pushed devel: digest: sha256:6a19d89d50aad46f85cdece7e6905e16d3ea8872d2a59af88840182ab42767e2 size: 949 The push refers to a repository [localhost:32786/kubevirt/virt-launcher] 124c95dcef43: Preparing d7153ab1879c: Preparing 440f57816099: Preparing 5dde5a3efa6f: Preparing d34c8ddb8930: Preparing 779823b58976: Preparing da38cf808aa5: Preparing b83399358a92: Preparing 186d8b3e4fd8: Preparing fa6154170bf5: Preparing 5eefb9960a36: Preparing 891e1e4ef82a: Preparing 186d8b3e4fd8: Waiting 5eefb9960a36: Waiting 891e1e4ef82a: Waiting fa6154170bf5: Waiting b83399358a92: Waiting da38cf808aa5: Waiting 124c95dcef43: Pushed d7153ab1879c: Pushed 5dde5a3efa6f: Pushed b83399358a92: Pushed da38cf808aa5: Pushed fa6154170bf5: Pushed 186d8b3e4fd8: Pushed 891e1e4ef82a: Mounted from kubevirt/virt-controller 440f57816099: Pushed 779823b58976: Pushed d34c8ddb8930: Pushed 5eefb9960a36: Pushed devel: digest: sha256:cd32dbb20ff003993c11f2cce4016966c1573c22cbd6e7a21b0f4d90b06a356f size: 2828 The push refers to a repository [localhost:32786/kubevirt/virt-handler] 0c155bd346b5: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-launcher 0c155bd346b5: Pushed devel: digest: sha256:198f53702c182f34d7e3c81a85ad6213f74337ac3c17e6bbb467e6ed88b7dd1d size: 741 The push refers to a repository [localhost:32786/kubevirt/virt-api] 318fd13f5fdc: Preparing 1cd776a5872d: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-handler 1cd776a5872d: Pushed 318fd13f5fdc: Pushed devel: digest: sha256:0171246111a07c359e62bdce18a65d2ef6ffb56923cf7e4043f71dc895c5caab size: 948 The push refers to a repository [localhost:32786/kubevirt/disks-images-provider] 031ac8f2509a: Preparing df0d85013ae0: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-api 031ac8f2509a: Pushed df0d85013ae0: Pushed devel: digest: sha256:0a781ba0f345d564653bd766261d224da653d3eb7df0f5abeb67f1fcb1226455 size: 948 The push refers to a repository [localhost:32786/kubevirt/vm-killer] c6d1250c13a6: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/disks-images-provider c6d1250c13a6: Pushed devel: digest: sha256:5680325ca88ab683e8ee0ce34f458871a0ea66b9031da653a8255dfdea55ffa2 size: 740 The push refers to a repository [localhost:32786/kubevirt/registry-disk-v1alpha] 3e288742e937: Preparing 7c38bbdf0880: Preparing 25edbec0eaea: Preparing 3e288742e937: Pushed 7c38bbdf0880: Pushed 25edbec0eaea: Pushed devel: digest: sha256:2c4bce549c7130c9b25183e6b8ff2d59d86b0e679a57b41b0efa5bebf9dee583 size: 948 The push refers to a repository [localhost:32786/kubevirt/cirros-registry-disk-demo] a899196b92d1: Preparing 3e288742e937: Preparing 7c38bbdf0880: Preparing 25edbec0eaea: Preparing 3e288742e937: Mounted from kubevirt/registry-disk-v1alpha 7c38bbdf0880: Mounted from kubevirt/registry-disk-v1alpha 25edbec0eaea: Mounted from kubevirt/registry-disk-v1alpha a899196b92d1: Pushed devel: digest: sha256:5454dcadb097cd68f295984545c12abb43aeeacde79b1e0e8a64a55119f1bf11 size: 1160 The push refers to a repository [localhost:32786/kubevirt/fedora-cloud-registry-disk-demo] aac41f162526: Preparing 3e288742e937: Preparing 7c38bbdf0880: Preparing 25edbec0eaea: Preparing 7c38bbdf0880: Mounted from kubevirt/cirros-registry-disk-demo 25edbec0eaea: Mounted from kubevirt/cirros-registry-disk-demo 3e288742e937: Mounted from kubevirt/cirros-registry-disk-demo aac41f162526: Pushed devel: digest: sha256:b0168476647c9b25e598d6123cd4b3e0b4797127716e28b6f0acd0304d343c3f size: 1161 The push refers to a repository [localhost:32786/kubevirt/alpine-registry-disk-demo] 92fe70a24761: Preparing 3e288742e937: Preparing 7c38bbdf0880: Preparing 25edbec0eaea: Preparing 25edbec0eaea: Mounted from kubevirt/fedora-cloud-registry-disk-demo 3e288742e937: Mounted from kubevirt/fedora-cloud-registry-disk-demo 7c38bbdf0880: Mounted from kubevirt/fedora-cloud-registry-disk-demo 92fe70a24761: Pushed devel: digest: sha256:14e0b91736ca44747541e9799c0909b4ad13e9eed7036941119c6f8cf63ee57e size: 1160 The push refers to a repository [localhost:32786/kubevirt/subresource-access-test] b77a36f33052: Preparing c3b63a8b92e2: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/vm-killer c3b63a8b92e2: Pushed b77a36f33052: Pushed devel: digest: sha256:70df8311b4a249c3bc43084b78274219a939b6f3188af06c9ceeab76011d5e76 size: 948 The push refers to a repository [localhost:32786/kubevirt/winrmcli] 03859482cdc2: Preparing a0f8b95b0bdd: Preparing 2aa87109f2ed: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/subresource-access-test 03859482cdc2: Pushed 2aa87109f2ed: Pushed a0f8b95b0bdd: Pushed devel: digest: sha256:d75c7d87431edda3eeae4a8a02a774789bb14105c171bc6ed0141bb778390775 size: 1165 The push refers to a repository [localhost:32786/kubevirt/example-hook-sidecar] d36e831f81e6: Preparing 39bae602f753: Preparing d36e831f81e6: Pushed 39bae602f753: Pushed devel: digest: sha256:fd6fb0aa3c567cb2937f77384cca4e4b220087fe4ea83810a539cc476e23b6f2 size: 740 make[1]: Leaving directory `/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt' Done ./cluster/clean.sh + source hack/common.sh ++++ dirname 'hack/common.sh[0]' +++ cd hack/../ +++ pwd ++ KUBEVIRT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/manifests ++ MANIFEST_TEMPLATES_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/templates/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/client-python ++ KUBEVIRT_PROVIDER=k8s-1.10.4 ++ KUBEVIRT_NUM_NODES=2 ++ '[' -z kubevirt-functional-tests-k8s-1.10.4-release ']' ++ provider_prefix=kubevirt-functional-tests-k8s-1.10.4-release0 ++ job_prefix=kubevirt-functional-tests-k8s-1.10.4-release0 +++ kubevirt_version +++ '[' -n '' ']' +++ '[' -d /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/.git ']' ++++ git describe --always --tags +++ echo v0.7.0-127-g1c7464a ++ KUBEVIRT_VERSION=v0.7.0-127-g1c7464a + source cluster/k8s-1.10.4/provider.sh ++ set -e ++ image=k8s-1.10.4@sha256:09ac918cc16f13a5d0af51d4c98e3e25cbf4f97b7b32fe18ec61b32f04ca1009 ++ source cluster/ephemeral-provider-common.sh +++ set -e +++ _cli='docker run --privileged --net=host --rm -v /var/run/docker.sock:/var/run/docker.sock kubevirtci/gocli@sha256:aa7f295a7908fa333ab5e98ef3af0bfafbabfd3cee2b83f9af47f722e3000f6a' + source hack/config.sh ++ unset binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig manifest_docker_prefix namespace ++ KUBEVIRT_PROVIDER=k8s-1.10.4 ++ KUBEVIRT_PROVIDER=k8s-1.10.4 ++ source hack/config-default.sh source hack/config-k8s-1.10.4.sh +++ binaries='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virtctl cmd/fake-qemu-process cmd/virt-api cmd/subresource-access-test cmd/example-hook-sidecar' +++ docker_images='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virt-api images/disks-images-provider images/vm-killer cmd/registry-disk-v1alpha images/cirros-registry-disk-demo images/fedora-cloud-registry-disk-demo images/alpine-registry-disk-demo cmd/subresource-access-test images/winrmcli cmd/example-hook-sidecar' +++ docker_prefix=kubevirt +++ docker_tag=latest +++ master_ip=192.168.200.2 +++ network_provider=flannel +++ namespace=kube-system ++ test -f hack/config-provider-k8s-1.10.4.sh ++ source hack/config-provider-k8s-1.10.4.sh +++ master_ip=127.0.0.1 +++ docker_tag=devel +++ kubeconfig=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.10.4/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.10.4/.kubectl +++ docker_prefix=localhost:32786/kubevirt +++ manifest_docker_prefix=registry:5000/kubevirt ++ test -f hack/config-local.sh ++ export binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig namespace + echo 'Cleaning up ...' Cleaning up ... + cluster/kubectl.sh get vmis --all-namespaces -o=custom-columns=NAME:.metadata.name,NAMESPACE:.metadata.namespace,FINALIZERS:.metadata.finalizers --no-headers + grep foregroundDeleteVirtualMachine + read p error: the server doesn't have a resource type "vmis" + _kubectl delete ds -l kubevirt.io -n kube-system --cascade=false --grace-period 0 No resources found + _kubectl delete pods -n kube-system -l=kubevirt.io=libvirt --force --grace-period 0 No resources found + _kubectl delete pods -n kube-system -l=kubevirt.io=virt-handler --force --grace-period 0 No resources found + namespaces=(default ${namespace}) + for i in '${namespaces[@]}' + _kubectl -n default delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete apiservices -l kubevirt.io No resources found + _kubectl -n default delete deployment -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete deployment -l kubevirt.io No resources found + _kubectl -n default delete rs -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete rs -l kubevirt.io No resources found + _kubectl -n default delete services -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete services -l kubevirt.io No resources found + _kubectl -n default delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete apiservices -l kubevirt.io No resources found + _kubectl -n default delete validatingwebhookconfiguration -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete validatingwebhookconfiguration -l kubevirt.io No resources found + _kubectl -n default delete secrets -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete secrets -l kubevirt.io No resources found + _kubectl -n default delete pv -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete pv -l kubevirt.io No resources found + _kubectl -n default delete pvc -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete pvc -l kubevirt.io No resources found + _kubectl -n default delete ds -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete ds -l kubevirt.io No resources found + _kubectl -n default delete customresourcedefinitions -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete customresourcedefinitions -l kubevirt.io No resources found + _kubectl -n default delete pods -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete pods -l kubevirt.io No resources found + _kubectl -n default delete clusterrolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete clusterrolebinding -l kubevirt.io No resources found + _kubectl -n default delete rolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete rolebinding -l kubevirt.io No resources found + _kubectl -n default delete roles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete roles -l kubevirt.io No resources found + _kubectl -n default delete clusterroles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete clusterroles -l kubevirt.io No resources found + _kubectl -n default delete serviceaccounts -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n default delete serviceaccounts -l kubevirt.io No resources found ++ _kubectl -n default get crd offlinevirtualmachines.kubevirt.io ++ wc -l ++ export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig ++ KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig ++ cluster/k8s-1.10.4/.kubectl -n default get crd offlinevirtualmachines.kubevirt.io Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "offlinevirtualmachines.kubevirt.io" not found + '[' 0 -gt 0 ']' + for i in '${namespaces[@]}' + _kubectl -n kube-system delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n kube-system delete apiservices -l kubevirt.io No resources found + _kubectl -n kube-system delete deployment -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n kube-system delete deployment -l kubevirt.io No resources found + _kubectl -n kube-system delete rs -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n kube-system delete rs -l kubevirt.io No resources found + _kubectl -n kube-system delete services -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n kube-system delete services -l kubevirt.io No resources found + _kubectl -n kube-system delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n kube-system delete apiservices -l kubevirt.io No resources found + _kubectl -n kube-system delete validatingwebhookconfiguration -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n kube-system delete validatingwebhookconfiguration -l kubevirt.io No resources found + _kubectl -n kube-system delete secrets -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n kube-system delete secrets -l kubevirt.io No resources found + _kubectl -n kube-system delete pv -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n kube-system delete pv -l kubevirt.io No resources found + _kubectl -n kube-system delete pvc -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n kube-system delete pvc -l kubevirt.io No resources found + _kubectl -n kube-system delete ds -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n kube-system delete ds -l kubevirt.io No resources found + _kubectl -n kube-system delete customresourcedefinitions -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n kube-system delete customresourcedefinitions -l kubevirt.io No resources found + _kubectl -n kube-system delete pods -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n kube-system delete pods -l kubevirt.io No resources found + _kubectl -n kube-system delete clusterrolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n kube-system delete clusterrolebinding -l kubevirt.io No resources found + _kubectl -n kube-system delete rolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n kube-system delete rolebinding -l kubevirt.io No resources found + _kubectl -n kube-system delete roles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n kube-system delete roles -l kubevirt.io No resources found + _kubectl -n kube-system delete clusterroles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n kube-system delete clusterroles -l kubevirt.io No resources found + _kubectl -n kube-system delete serviceaccounts -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl -n kube-system delete serviceaccounts -l kubevirt.io No resources found ++ _kubectl -n kube-system get crd offlinevirtualmachines.kubevirt.io ++ wc -l ++ export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig ++ KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig ++ cluster/k8s-1.10.4/.kubectl -n kube-system get crd offlinevirtualmachines.kubevirt.io Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "offlinevirtualmachines.kubevirt.io" not found + '[' 0 -gt 0 ']' + sleep 2 + echo Done Done ./cluster/deploy.sh + source hack/common.sh ++++ dirname 'hack/common.sh[0]' +++ cd hack/../ +++ pwd ++ KUBEVIRT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/manifests ++ MANIFEST_TEMPLATES_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/templates/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/client-python ++ KUBEVIRT_PROVIDER=k8s-1.10.4 ++ KUBEVIRT_NUM_NODES=2 ++ '[' -z kubevirt-functional-tests-k8s-1.10.4-release ']' ++ provider_prefix=kubevirt-functional-tests-k8s-1.10.4-release0 ++ job_prefix=kubevirt-functional-tests-k8s-1.10.4-release0 +++ kubevirt_version +++ '[' -n '' ']' +++ '[' -d /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/.git ']' ++++ git describe --always --tags +++ echo v0.7.0-127-g1c7464a ++ KUBEVIRT_VERSION=v0.7.0-127-g1c7464a + source cluster/k8s-1.10.4/provider.sh ++ set -e ++ image=k8s-1.10.4@sha256:09ac918cc16f13a5d0af51d4c98e3e25cbf4f97b7b32fe18ec61b32f04ca1009 ++ source cluster/ephemeral-provider-common.sh +++ set -e +++ _cli='docker run --privileged --net=host --rm -v /var/run/docker.sock:/var/run/docker.sock kubevirtci/gocli@sha256:aa7f295a7908fa333ab5e98ef3af0bfafbabfd3cee2b83f9af47f722e3000f6a' + source hack/config.sh ++ unset binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig manifest_docker_prefix namespace ++ KUBEVIRT_PROVIDER=k8s-1.10.4 ++ KUBEVIRT_PROVIDER=k8s-1.10.4 ++ source hack/config-default.sh source hack/config-k8s-1.10.4.sh +++ binaries='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virtctl cmd/fake-qemu-process cmd/virt-api cmd/subresource-access-test cmd/example-hook-sidecar' +++ docker_images='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virt-api images/disks-images-provider images/vm-killer cmd/registry-disk-v1alpha images/cirros-registry-disk-demo images/fedora-cloud-registry-disk-demo images/alpine-registry-disk-demo cmd/subresource-access-test images/winrmcli cmd/example-hook-sidecar' +++ docker_prefix=kubevirt +++ docker_tag=latest +++ master_ip=192.168.200.2 +++ network_provider=flannel +++ namespace=kube-system ++ test -f hack/config-provider-k8s-1.10.4.sh ++ source hack/config-provider-k8s-1.10.4.sh +++ master_ip=127.0.0.1 +++ docker_tag=devel +++ kubeconfig=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.10.4/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.10.4/.kubectl +++ docker_prefix=localhost:32786/kubevirt +++ manifest_docker_prefix=registry:5000/kubevirt ++ test -f hack/config-local.sh ++ export binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig namespace + echo 'Deploying ...' Deploying ... + [[ -z k8s-1.10.4-release ]] + [[ k8s-1.10.4-release =~ .*-dev ]] + [[ k8s-1.10.4-release =~ .*-release ]] + for manifest in '${MANIFESTS_OUT_DIR}/release/*' + [[ /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/demo-content.yaml =~ .*demo.* ]] + continue + for manifest in '${MANIFESTS_OUT_DIR}/release/*' + [[ /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml =~ .*demo.* ]] + _kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml clusterrole.rbac.authorization.k8s.io "kubevirt.io:admin" created clusterrole.rbac.authorization.k8s.io "kubevirt.io:edit" created clusterrole.rbac.authorization.k8s.io "kubevirt.io:view" created serviceaccount "kubevirt-apiserver" created clusterrolebinding.rbac.authorization.k8s.io "kubevirt-apiserver" created clusterrolebinding.rbac.authorization.k8s.io "kubevirt-apiserver-auth-delegator" created rolebinding.rbac.authorization.k8s.io "kubevirt-apiserver" created role.rbac.authorization.k8s.io "kubevirt-apiserver" created clusterrole.rbac.authorization.k8s.io "kubevirt-apiserver" created clusterrole.rbac.authorization.k8s.io "kubevirt-controller" created serviceaccount "kubevirt-controller" created serviceaccount "kubevirt-privileged" created clusterrolebinding.rbac.authorization.k8s.io "kubevirt-controller" created clusterrolebinding.rbac.authorization.k8s.io "kubevirt-controller-cluster-admin" created clusterrolebinding.rbac.authorization.k8s.io "kubevirt-privileged-cluster-admin" created clusterrole.rbac.authorization.k8s.io "kubevirt.io:default" created clusterrolebinding.rbac.authorization.k8s.io "kubevirt.io:default" created service "virt-api" created deployment.extensions "virt-api" created deployment.extensions "virt-controller" created daemonset.extensions "virt-handler" created customresourcedefinition.apiextensions.k8s.io "virtualmachineinstances.kubevirt.io" created customresourcedefinition.apiextensions.k8s.io "virtualmachineinstancereplicasets.kubevirt.io" created customresourcedefinition.apiextensions.k8s.io "virtualmachineinstancepresets.kubevirt.io" created customresourcedefinition.apiextensions.k8s.io "virtualmachines.kubevirt.io" created + _kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/manifests/testing -R + export KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.4/.kubeconfig + cluster/k8s-1.10.4/.kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/go/src/kubevirt.io/kubevirt/_out/manifests/testing -R persistentvolumeclaim "disk-alpine" created persistentvolume "host-path-disk-alpine" created persistentvolumeclaim "disk-custom" created persistentvolume "host-path-disk-custom" created daemonset.extensions "disks-images-provider" created serviceaccount "kubevirt-testing" created clusterrolebinding.rbac.authorization.k8s.io "kubevirt-testing-cluster-admin" created + [[ k8s-1.10.4 =~ os-* ]] + echo Done Done + namespaces=(kube-system default) + [[ kube-system != \k\u\b\e\-\s\y\s\t\e\m ]] + timeout=300 + sample=30 + for i in '${namespaces[@]}' + current_time=0 ++ kubectl get pods -n kube-system --no-headers ++ grep -v Running ++ cluster/kubectl.sh get pods -n kube-system --no-headers + '[' -n 'virt-api-7d79764579-86vlf 0/1 ContainerCreating 0 1s virt-api-7d79764579-jnlvg 0/1 ContainerCreating 0 1s virt-controller-7d57d96b65-9m7mm 0/1 ContainerCreating 0 1s virt-controller-7d57d96b65-dlwcd 0/1 ContainerCreating 0 1s virt-handler-b7g72 0/1 ContainerCreating 0 1s virt-handler-mdb2d 0/1 ContainerCreating 0 1s' ']' + echo 'Waiting for kubevirt pods to enter the Running state ...' Waiting for kubevirt pods to enter the Running state ... + kubectl get pods -n kube-system --no-headers + grep -v Running + cluster/kubectl.sh get pods -n kube-system --no-headers virt-api-7d79764579-86vlf 0/1 ContainerCreating 0 2s virt-api-7d79764579-jnlvg 0/1 ContainerCreating 0 2s virt-controller-7d57d96b65-9m7mm 0/1 ContainerCreating 0 2s virt-controller-7d57d96b65-dlwcd 0/1 ContainerCreating 0 2s virt-handler-b7g72 0/1 ContainerCreating 0 2s virt-handler-mdb2d 0/1 ContainerCreating 0 2s + sleep 30 + current_time=30 + '[' 30 -gt 300 ']' ++ kubectl get pods -n kube-system --no-headers ++ cluster/kubectl.sh get pods -n kube-system --no-headers ++ grep -v Running + '[' -n 'disks-images-provider-85c5n 0/1 ContainerCreating 0 32s disks-images-provider-f6mbn 0/1 ContainerCreating 0 32s' ']' + 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-85c5n 0/1 ContainerCreating 0 33s + sleep 30 + current_time=60 + '[' 60 -gt 300 ']' ++ kubectl get pods -n kube-system --no-headers ++ grep -v Running ++ cluster/kubectl.sh get pods -n kube-system --no-headers + '[' -n '' ']' + current_time=0 ++ kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ grep false ++ cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers + '[' -n '' ']' + kubectl get pods -n kube-system + cluster/kubectl.sh get pods -n kube-system NAME READY STATUS RESTARTS AGE disks-images-provider-85c5n 1/1 Running 0 1m disks-images-provider-f6mbn 1/1 Running 0 1m etcd-node01 1/1 Running 0 21m kube-apiserver-node01 1/1 Running 0 21m kube-controller-manager-node01 1/1 Running 0 21m kube-dns-86f4d74b45-vnr8q 3/3 Running 0 22m kube-flannel-ds-675nx 1/1 Running 0 22m kube-flannel-ds-thwjn 1/1 Running 0 21m kube-proxy-757mx 1/1 Running 0 22m kube-proxy-qhdqh 1/1 Running 0 21m kube-scheduler-node01 1/1 Running 0 21m virt-api-7d79764579-86vlf 1/1 Running 0 1m virt-api-7d79764579-jnlvg 1/1 Running 1 1m virt-controller-7d57d96b65-9m7mm 1/1 Running 0 1m virt-controller-7d57d96b65-dlwcd 1/1 Running 0 1m virt-handler-b7g72 1/1 Running 0 1m virt-handler-mdb2d 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 No resources found. + '[' -n '' ']' + current_time=0 ++ kubectl get pods -n default '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ grep false ++ cluster/kubectl.sh get pods -n default '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers + '[' -n '' ']' + kubectl get pods -n default + cluster/kubectl.sh get pods -n default No resources found. + kubectl version + cluster/kubectl.sh version Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.4", GitCommit:"5ca598b4ba5abb89bb773071ce452e33fb66339d", GitTreeState:"clean", BuildDate:"2018-06-06T08:13:03Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.4", GitCommit:"5ca598b4ba5abb89bb773071ce452e33fb66339d", GitTreeState:"clean", BuildDate:"2018-06-06T08:00:59Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"} + ginko_params='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/junit.xml' + [[ k8s-1.10.4-release =~ windows.* ]] + FUNC_TEST_ARGS='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release/junit.xml' + make functest hack/dockerized "hack/build-func-tests.sh" sha256:559a45ac63f40982ccce3a1b80cb62788566f2032c847ad9c45ee993eb9c48d4 go version go1.10 linux/amd64 go version go1.10 linux/amd64 Compiling tests... compiled tests.test hack/functests.sh Running Suite: Tests Suite ========================== Random Seed: 1532590034 Will run 148 of 148 specs • [SLOW TEST:57.659 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:164.264 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 ------------------------------ • [SLOW TEST:60.474 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 /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:119 ------------------------------ • [SLOW TEST:49.846 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 ------------------------------ ••••••••••••• ------------------------------ • [SLOW TEST:17.175 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:6.271 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 remove VirtualMachineInstance once the VMI is marked for deletion /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:204 ------------------------------ • ------------------------------ • [SLOW TEST:56.518 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:46.487 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:73.589 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:299.735 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:36.278 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:257.864 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 testvmi9qrc7 was scheduled to start • [SLOW TEST:17.374 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 testvmi7qsgm was scheduled to stop • [SLOW TEST:48.445 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 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.001 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.001 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.001 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.001 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:41.033 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 ------------------------------ volumedisk0 compute • [SLOW TEST:48.700 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.915 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.219 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:119.133 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:125.140 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:116.331 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:49.720 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 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.005 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.003 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.003 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.003 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.003 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.003 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:107.573 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:152.337 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.858 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:29.557 seconds] RegistryDisk /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:41 Starting multiple VMIs /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:129 with ephemeral registry disk /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:130 should success /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:131 ------------------------------ • [SLOW TEST:19.658 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.845 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:19.404 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:16.040 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.028 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:52.082 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:26.951 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:15.659 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 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:14.590 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 with user-data /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:201 without k8s secret /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:202 should log warning and proceed once the secret is there /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:233 ------------------------------ • [SLOW TEST:31.190 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:22.795 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:74.433 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:118.933 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:14.966 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.241 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.059 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.054 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.068 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.058 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:16.008 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:70.760 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:20.684 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:28.651 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 ------------------------------ Pod name: disks-images-provider-85c5n Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-f6mbn Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-86vlf Pod phase: Running 2018/07/26 08:10:11 http: TLS handshake error from 10.244.1.1:49818: EOF 2018/07/26 08:10:21 http: TLS handshake error from 10.244.1.1:49824: EOF 2018/07/26 08:10:31 http: TLS handshake error from 10.244.1.1:49830: EOF level=info timestamp=2018-07-26T08:10:35.050238Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:10:35.528727Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:10:35.909226Z 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:10:41.246658Z 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:10:41.247750Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/swagger.json proto=HTTP/2.0 statusCode=404 contentLength=19 2018/07/26 08:10:41 http: TLS handshake error from 10.244.1.1:49836: EOF 2018/07/26 08:10:51 http: TLS handshake error from 10.244.1.1:49842: EOF 2018/07/26 08:11:01 http: TLS handshake error from 10.244.1.1:49848: EOF level=info timestamp=2018-07-26T08:11:05.081881Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:11:05.559033Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:11:05.889316Z pos=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 08:11:11 http: TLS handshake error from 10.244.1.1:49854: EOF Pod name: virt-api-7d79764579-jnlvg Pod phase: Running 2018/07/26 08:08:50 http: TLS handshake error from 10.244.0.1:37686: EOF 2018/07/26 08:09:00 http: TLS handshake error from 10.244.0.1:37710: EOF 2018/07/26 08:09:10 http: TLS handshake error from 10.244.0.1:37734: EOF 2018/07/26 08:09:20 http: TLS handshake error from 10.244.0.1:37758: EOF 2018/07/26 08:09:30 http: TLS handshake error from 10.244.0.1:37782: EOF 2018/07/26 08:09:40 http: TLS handshake error from 10.244.0.1:37806: EOF 2018/07/26 08:09:50 http: TLS handshake error from 10.244.0.1:37830: EOF 2018/07/26 08:10:00 http: TLS handshake error from 10.244.0.1:37854: EOF 2018/07/26 08:10:10 http: TLS handshake error from 10.244.0.1:37878: EOF 2018/07/26 08:10:20 http: TLS handshake error from 10.244.0.1:37902: EOF 2018/07/26 08:10:30 http: TLS handshake error from 10.244.0.1:37926: EOF 2018/07/26 08:10:40 http: TLS handshake error from 10.244.0.1:37952: EOF 2018/07/26 08:10:50 http: TLS handshake error from 10.244.0.1:37976: EOF 2018/07/26 08:11:00 http: TLS handshake error from 10.244.0.1:38000: EOF 2018/07/26 08:11:10 http: TLS handshake error from 10.244.0.1:38024: EOF Pod name: virt-controller-7d57d96b65-7jps6 Pod phase: Running level=info timestamp=2018-07-26T07:47:17.605567Z pos=application.go:174 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-7d57d96b65-9m7mm Pod phase: Running level=info timestamp=2018-07-26T08:08:47.601769Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi75wq2\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi75wq2, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 1f63a189-90ab-11e8-bc69-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi75wq2" level=info timestamp=2018-07-26T08:08:47.785040Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9n6gk kind= uid=1f8a8494-90ab-11e8-bc69-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:08:47.785156Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9n6gk kind= uid=1f8a8494-90ab-11e8-bc69-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:08:48.177448Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqlt7j kind= uid=1fc69c77-90ab-11e8-bc69-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:08:48.177553Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqlt7j kind= uid=1fc69c77-90ab-11e8-bc69-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:09:04.350197Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif8k9z kind= uid=2969c397-90ab-11e8-bc69-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:09:04.350316Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif8k9z kind= uid=2969c397-90ab-11e8-bc69-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:09:04.447391Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmif8k9z\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmif8k9z" level=info timestamp=2018-07-26T08:10:14.946700Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:10:14.947500Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:10:15.044047Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirkklr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirkklr" level=info timestamp=2018-07-26T08:10:35.789409Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihmvxg kind= uid=5feaf15d-90ab-11e8-bc69-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:10:35.790729Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihmvxg kind= uid=5feaf15d-90ab-11e8-bc69-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:11:04.449219Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9z4bq kind= uid=70ff1cba-90ab-11e8-bc69-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:11:04.450094Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9z4bq kind= uid=70ff1cba-90ab-11e8-bc69-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-handler-7t57x Pod phase: Running level=info timestamp=2018-07-26T08:10:35.484477Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-26T08:10:35.484554Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:35.486377Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:10:35.487056Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:10:35.487436Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:35.487535Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-26T08:10:35.487556Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:35.488424Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:10:35.499695Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:35.502177Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:10:35.502279Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:35.591032Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:10:35.591165Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:35.599081Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:10:35.599157Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-9qqvz Pod phase: Running level=info timestamp=2018-07-26T08:10:49.969723Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmihmvxg kind= uid=5feaf15d-90ab-11e8-bc69-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:11:03.692241Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:11:03.692466Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmihmvxg kind=Domain uid=5feaf15d-90ab-11e8-bc69-525500d15501 msg="Domain deleted" level=info timestamp=2018-07-26T08:11:03.692609Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmihmvxg kind= uid=5feaf15d-90ab-11e8-bc69-525500d15501 msg="No update processing required" level=info timestamp=2018-07-26T08:11:03.704536Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmihmvxg kind= uid=5feaf15d-90ab-11e8-bc69-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:11:03.704676Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmihmvxg kind= uid=5feaf15d-90ab-11e8-bc69-525500d15501 msg="No update processing required" level=info timestamp=2018-07-26T08:11:03.704727Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmihmvxg kind= uid=5feaf15d-90ab-11e8-bc69-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:11:03.748256Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmihmvxg kind= uid=5feaf15d-90ab-11e8-bc69-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:11:03.748723Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmihmvxg kind= uid=5feaf15d-90ab-11e8-bc69-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:11:03.769175Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmihmvxg kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:11:03.769349Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmihmvxg kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:11:18.229404Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmi9z4bq kind= uid=70ff1cba-90ab-11e8-bc69-525500d15501 msg="Processing vmi update" level=error timestamp=2018-07-26T08:11:18.249016Z pos=vm.go:397 component=virt-handler namespace=kubevirt-test-default name=testvmi9z4bq kind= uid=70ff1cba-90ab-11e8-bc69-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:11:18.262246Z 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/testvmi9z4bq" level=info timestamp=2018-07-26T08:11:18.262390Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmi9z4bq kind= uid=70ff1cba-90ab-11e8-bc69-525500d15501 msg="Processing vmi update" Pod name: virt-launcher-testvmi9z4bq-xghfq Pod phase: Running level=info timestamp=2018-07-26T08:11:07.525364Z pos=manager.go:69 component=virt-launcher msg="Collected all requested hook sidecar sockets" level=info timestamp=2018-07-26T08:11:07.526101Z 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-26T08:11:07.527803Z pos=libvirt.go:256 component=virt-launcher msg="Connecting to libvirt daemon: qemu:///system" level=info timestamp=2018-07-26T08:11:17.535162Z pos=libvirt.go:271 component=virt-launcher msg="Connected to libvirt daemon" level=info timestamp=2018-07-26T08:11:17.560190Z pos=virt-launcher.go:143 component=virt-launcher msg="Watchdog file created at /var/run/kubevirt/watchdog-files/kubevirt-test-default_testvmi9z4bq" level=info timestamp=2018-07-26T08:11:17.562766Z pos=client.go:152 component=virt-launcher msg="Registered libvirt event notify callback" level=info timestamp=2018-07-26T08:11:17.563065Z pos=virt-launcher.go:60 component=virt-launcher msg="Marked as ready" level=error timestamp=2018-07-26T08:11:18.244362Z pos=manager.go:159 component=virt-launcher namespace=kubevirt-test-default name=testvmi9z4bq kind= uid=70ff1cba-90ab-11e8-bc69-525500d15501 reason="virError(Code=0, Domain=0, Message='Missing error')" msg="Getting the domain failed." level=error timestamp=2018-07-26T08:11:18.244593Z pos=server.go:68 component=virt-launcher namespace=kubevirt-test-default name=testvmi9z4bq kind= uid=70ff1cba-90ab-11e8-bc69-525500d15501 reason="virError(Code=0, Domain=0, Message='Missing error')" msg="Failed to sync vmi" level=error timestamp=2018-07-26T08:11:18.272989Z pos=common.go:126 component=virt-launcher msg="updated MAC for interface: eth0 - 0a:58:0a:fc:89:00" level=info timestamp=2018-07-26T08:11:18.274459Z pos=converter.go:751 component=virt-launcher msg="Found nameservers in /etc/resolv.conf: \n`\u0000\n" level=info timestamp=2018-07-26T08:11:18.274506Z 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-26T08:11:18.284197Z pos=dhcp.go:62 component=virt-launcher msg="Starting SingleClientDHCPServer" level=info timestamp=2018-07-26T08:11:18.454215Z pos=manager.go:157 component=virt-launcher namespace=kubevirt-test-default name=testvmi9z4bq kind= uid=70ff1cba-90ab-11e8-bc69-525500d15501 msg="Domain defined." level=info timestamp=2018-07-26T08:11:18.455218Z pos=client.go:136 component=virt-launcher msg="Libvirt event 0 with reason 0 received" Pod name: virt-launcher-testvmihmvxg-nndf9 Pod phase: Succeeded Pod name: virt-launcher-testvmirkklr-fb8qn Pod phase: Succeeded Pod name: disks-images-provider-85c5n Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-f6mbn Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79764579-86vlf Pod phase: Running level=info timestamp=2018-07-26T08:11:35.113581Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:11:35.588431Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:11:35.889486Z pos=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 08:11:41 http: TLS handshake error from 10.244.1.1:49872: EOF 2018/07/26 08:11:51 http: TLS handshake error from 10.244.1.1:49878: EOF 2018/07/26 08:12:01 http: TLS handshake error from 10.244.1.1:49884: EOF level=info timestamp=2018-07-26T08:12:05.145386Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:12:05.618976Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:12:05.927525Z pos=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 08:12:11 http: TLS handshake error from 10.244.1.1:49890: EOF 2018/07/26 08:12:21 http: TLS handshake error from 10.244.1.1:49896: EOF 2018/07/26 08:12:31 http: TLS handshake error from 10.244.1.1:49902: EOF level=info timestamp=2018-07-26T08:12:35.172626Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:12:35.646802Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/apis/subresources.kubevirt.io/v1alpha2 proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-07-26T08:12:35.933500Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 Pod name: virt-api-7d79764579-jnlvg Pod phase: Running 2018/07/26 08:10:10 http: TLS handshake error from 10.244.0.1:37878: EOF 2018/07/26 08:10:20 http: TLS handshake error from 10.244.0.1:37902: EOF 2018/07/26 08:10:30 http: TLS handshake error from 10.244.0.1:37926: EOF 2018/07/26 08:10:40 http: TLS handshake error from 10.244.0.1:37952: EOF 2018/07/26 08:10:50 http: TLS handshake error from 10.244.0.1:37976: EOF 2018/07/26 08:11:00 http: TLS handshake error from 10.244.0.1:38000: EOF 2018/07/26 08:11:10 http: TLS handshake error from 10.244.0.1:38024: EOF 2018/07/26 08:11:20 http: TLS handshake error from 10.244.0.1:38048: EOF 2018/07/26 08:11:30 http: TLS handshake error from 10.244.0.1:38072: EOF 2018/07/26 08:11:40 http: TLS handshake error from 10.244.0.1:38096: EOF 2018/07/26 08:11:50 http: TLS handshake error from 10.244.0.1:38120: EOF 2018/07/26 08:12:00 http: TLS handshake error from 10.244.0.1:38144: EOF 2018/07/26 08:12:10 http: TLS handshake error from 10.244.0.1:38168: EOF 2018/07/26 08:12:20 http: TLS handshake error from 10.244.0.1:38192: EOF 2018/07/26 08:12:30 http: TLS handshake error from 10.244.0.1:38216: EOF Pod name: virt-controller-7d57d96b65-7jps6 Pod phase: Running level=info timestamp=2018-07-26T07:47:17.605567Z pos=application.go:174 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-7d57d96b65-9m7mm Pod phase: Running level=info timestamp=2018-07-26T08:08:47.601769Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi75wq2\": StorageError: invalid object, Code: 4, Key: /registry/kubevirt.io/virtualmachineinstances/kubevirt-test-default/testvmi75wq2, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 1f63a189-90ab-11e8-bc69-525500d15501, UID in object meta: " msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi75wq2" level=info timestamp=2018-07-26T08:08:47.785040Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9n6gk kind= uid=1f8a8494-90ab-11e8-bc69-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:08:47.785156Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9n6gk kind= uid=1f8a8494-90ab-11e8-bc69-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:08:48.177448Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqlt7j kind= uid=1fc69c77-90ab-11e8-bc69-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:08:48.177553Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiqlt7j kind= uid=1fc69c77-90ab-11e8-bc69-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:09:04.350197Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif8k9z kind= uid=2969c397-90ab-11e8-bc69-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:09:04.350316Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmif8k9z kind= uid=2969c397-90ab-11e8-bc69-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:09:04.447391Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmif8k9z\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmif8k9z" level=info timestamp=2018-07-26T08:10:14.946700Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:10:14.947500Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:10:15.044047Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmirkklr\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmirkklr" level=info timestamp=2018-07-26T08:10:35.789409Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihmvxg kind= uid=5feaf15d-90ab-11e8-bc69-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:10:35.790729Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmihmvxg kind= uid=5feaf15d-90ab-11e8-bc69-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-07-26T08:11:04.449219Z pos=preset.go:139 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9z4bq kind= uid=70ff1cba-90ab-11e8-bc69-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-07-26T08:11:04.450094Z pos=preset.go:165 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9z4bq kind= uid=70ff1cba-90ab-11e8-bc69-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-handler-7t57x Pod phase: Running level=info timestamp=2018-07-26T08:10:35.484477Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-26T08:10:35.484554Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:35.486377Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:10:35.487056Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-07-26T08:10:35.487436Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:35.487535Z pos=vm.go:342 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Shutting down domain for VirtualMachineInstance with deletion timestamp." level=info timestamp=2018-07-26T08:10:35.487556Z pos=vm.go:383 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Processing shutdown." level=info timestamp=2018-07-26T08:10:35.488424Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:10:35.499695Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:35.502177Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:10:35.502279Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:35.591032Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:10:35.591165Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind= uid=537e57eb-90ab-11e8-bc69-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:10:35.599081Z pos=vm.go:386 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-07-26T08:10:35.599157Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmirkklr kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-9qqvz Pod phase: Running level=info timestamp=2018-07-26T08:11:18.969229Z pos=vm.go:657 component=virt-handler namespace=kubevirt-test-default name=testvmi9z4bq kind=Domain uid=70ff1cba-90ab-11e8-bc69-525500d15501 msg="Domain is in state Paused reason StartingUp" level=info timestamp=2018-07-26T08:11:19.233711Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-26T08:11:19.233899Z pos=vm.go:688 component=virt-handler namespace=kubevirt-test-default name=testvmi9z4bq kind=Domain uid=70ff1cba-90ab-11e8-bc69-525500d15501 msg="Domain is in state Running reason Unknown" level=info timestamp=2018-07-26T08:11:19.261903Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type MODIFIED" level=info timestamp=2018-07-26T08:11:19.266012Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi9z4bq kind= uid=70ff1cba-90ab-11e8-bc69-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:11:19.266080Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmi9z4bq kind= uid=70ff1cba-90ab-11e8-bc69-525500d15501 msg="No update processing required" level=info timestamp=2018-07-26T08:11:19.271783Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi9z4bq kind= uid=70ff1cba-90ab-11e8-bc69-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:11:19.271832Z pos=vm.go:389 component=virt-handler namespace=kubevirt-test-default name=testvmi9z4bq kind= uid=70ff1cba-90ab-11e8-bc69-525500d15501 msg="Processing vmi update" level=info timestamp=2018-07-26T08:11:19.274894Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi9z4bq kind= uid=70ff1cba-90ab-11e8-bc69-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:12:36.992581Z pos=server.go:75 component=virt-handler msg="Received Domain Event of type DELETED" level=info timestamp=2018-07-26T08:12:36.993180Z pos=vm.go:678 component=virt-handler namespace=kubevirt-test-default name=testvmi9z4bq kind=Domain uid=70ff1cba-90ab-11e8-bc69-525500d15501 msg="Domain deleted" level=info timestamp=2018-07-26T08:12:36.993509Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmi9z4bq kind= uid=70ff1cba-90ab-11e8-bc69-525500d15501 msg="No update processing required" level=info timestamp=2018-07-26T08:12:37.011466Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi9z4bq kind= uid=70ff1cba-90ab-11e8-bc69-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-07-26T08:12:37.012483Z pos=vm.go:392 component=virt-handler namespace=kubevirt-test-default name=testvmi9z4bq kind= uid=70ff1cba-90ab-11e8-bc69-525500d15501 msg="No update processing required" level=info timestamp=2018-07-26T08:12:37.012539Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi9z4bq kind= uid=70ff1cba-90ab-11e8-bc69-525500d15501 msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmi9z4bq-xghfq Pod phase: Running level=info timestamp=2018-07-26T08:11:19.234638Z pos=client.go:136 component=virt-launcher msg="Libvirt event 2 with reason 0 received" level=info timestamp=2018-07-26T08:11:19.246065Z pos=manager.go:188 component=virt-launcher namespace=kubevirt-test-default name=testvmi9z4bq kind= uid=70ff1cba-90ab-11e8-bc69-525500d15501 msg="Domain started." level=info timestamp=2018-07-26T08:11:19.254956Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmi9z4bq kind= uid=70ff1cba-90ab-11e8-bc69-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-26T08:11:19.260995Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-07-26T08:11:19.267242Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-26T08:11:19.274671Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmi9z4bq kind= uid=70ff1cba-90ab-11e8-bc69-525500d15501 msg="Synced vmi" level=info timestamp=2018-07-26T08:11:19.966900Z pos=monitor.go:222 component=virt-launcher msg="Found PID for b4cdd531-ee49-4eec-83db-c0089b15b1ef: 179" level=info timestamp=2018-07-26T08:12:36.964176Z pos=monitor.go:231 component=virt-launcher msg="Process b4cdd531-ee49-4eec-83db-c0089b15b1ef and pid 179 is gone!" level=info timestamp=2018-07-26T08:12:36.965211Z pos=client.go:136 component=virt-launcher msg="Libvirt event 5 with reason 5 received" level=info timestamp=2018-07-26T08:12:36.990594Z pos=manager.go:312 component=virt-launcher namespace=kubevirt-test-default name=testvmi9z4bq kind=VirtualMachineInstance uid= msg="Domain undefined." level=info timestamp=2018-07-26T08:12:36.990724Z pos=virt-launcher.go:234 component=virt-launcher msg="Waiting on final notifications to be sent to virt-handler." level=info timestamp=2018-07-26T08:12:36.990821Z pos=client.go:119 component=virt-launcher msg="domain status: 0:0" level=info timestamp=2018-07-26T08:12:36.994889Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-07-26T08:12:36.995234Z pos=virt-launcher.go:242 component=virt-launcher msg="Final Delete notification sent" level=info timestamp=2018-07-26T08:12:36.995268Z pos=virt-launcher.go:348 component=virt-launcher msg=Exiting... Pod name: vmi-killer4cbfr Pod phase: Succeeded • Failure [93.768 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 [It] /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:973 Unexpected Warning event received. Expected : Warning not to equal : Warning /root/go/src/kubevirt.io/kubevirt/tests/utils.go:245 ------------------------------ STEP: Starting a VirtualMachineInstance level=info timestamp=2018-07-26T08:11:04.467326Z pos=utils.go:243 component=tests msg="Created virtual machine pod virt-launcher-testvmi9z4bq-xghfq" level=info timestamp=2018-07-26T08:11:18.602284Z pos=utils.go:243 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmi9z4bq-xghfq" level=error timestamp=2018-07-26T08:11:18.633548Z 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: Killing the VirtualMachineInstance level=info timestamp=2018-07-26T08:12:34.377013Z pos=utils.go:254 component=tests msg="Created virtual machine pod virt-launcher-testvmi9z4bq-xghfq" level=error timestamp=2018-07-26T08:12:34.377085Z pos=utils.go:252 component=tests reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=0, Domain=0, Message='Missing error')" level=info timestamp=2018-07-26T08:12:34.377304Z pos=utils.go:254 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmi9z4bq-xghfq" level=info timestamp=2018-07-26T08:12:34.377494Z pos=utils.go:254 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-07-26T08:12:34.377549Z pos=utils.go:254 component=tests msg="VirtualMachineInstance started." level=error timestamp=2018-07-26T08:12:37.388670Z pos=utils.go:252 component=tests reason="unexpected warning event received" msg="The VirtualMachineInstance crashed." STEP: Checking that virt-handler does not try to sync stopped VirtualMachineInstance level=info timestamp=2018-07-26T08:12:37.424736Z pos=utils.go:254 component=tests msg="Created virtual machine pod virt-launcher-testvmi9z4bq-xghfq" level=error timestamp=2018-07-26T08:12:37.424774Z pos=utils.go:252 component=tests reason="unexpected warning event received" msg="server error. command Launcher.Sync failed: virError(Code=0, Domain=0, Message='Missing error')" • [SLOW TEST:124.104 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.093 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 ------------------------------ • [SLOW TEST:53.484 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 /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:380 ------------------------------ • ------------------------------ • [SLOW TEST:54.276 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:53.783 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:55.443 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:56.269 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 ------------------------------ • ------------------------------ • [SLOW TEST:7.756 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:17.571 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:8.484 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.460 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:14.745 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:6.175 seconds] User Access /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:33 With default kubevirt service accounts /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:41 should verify permissions are correct for view, edit, and admin /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 given a vmi /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:5.665 seconds] User Access /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:33 With default kubevirt service accounts /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:41 should verify permissions are correct for view, edit, and admin /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 given an vm /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:5.669 seconds] User Access /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:33 With default kubevirt service accounts /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:41 should verify permissions are correct for view, edit, and admin /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 given a vmi preset /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:5.704 seconds] User Access /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:33 With default kubevirt service accounts /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:41 should verify permissions are correct for view, edit, and admin /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 given a vmi replica set /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:50.868 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:56.838 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:50.877 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:15.157 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.222 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.218 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:49.765 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 with Alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:71 should be successfully started /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 with Disk PVC /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:49.339 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 with Alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:71 should be successfully started /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 with CDRom PVC /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:133.369 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 /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:127.343 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 /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:56.084 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:53.228 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 ------------------------------ • [SLOW TEST:50.646 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 /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:207 ------------------------------ • [SLOW TEST:102.979 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 /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:218 ------------------------------ • [SLOW TEST:151.905 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 /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:278 ------------------------------ • [SLOW TEST:61.586 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 ------------------------------ Service cluster-ip-vmi successfully exposed for virtualmachineinstance testvmih7964 • [SLOW TEST:54.339 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 testvmih7964 •Service node-port-vmi successfully exposed for virtualmachineinstance testvmih7964 ------------------------------ • [SLOW TEST:9.322 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 testvmibc2b7 • [SLOW TEST:57.054 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 testvmibc2b7 • [SLOW TEST:9.165 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 replicasetnf7k5 • [SLOW TEST:66.289 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 testvmipnnzz VM testvmipnnzz was scheduled to start • [SLOW TEST:59.891 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 ------------------------------ 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 1 Failure: [Fail] VMIlifecycle Killed VirtualMachineInstance [It] should be left alone by virt-handler /root/go/src/kubevirt.io/kubevirt/tests/utils.go:245 Ran 132 of 148 Specs in 4597.731 seconds FAIL! -- 131 Passed | 1 Failed | 0 Pending | 16 Skipped --- FAIL: TestTests (4597.75s) FAIL make: *** [functest] Error 1 + make cluster-down ./cluster/down.sh