+ export WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2 + WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2 + [[ windows2016-release =~ openshift-.* ]] + [[ windows2016-release =~ .*-1.9.3-.* ]] + export KUBEVIRT_PROVIDER=k8s-1.10.3 + KUBEVIRT_PROVIDER=k8s-1.10.3 + export KUBEVIRT_NUM_NODES=2 + KUBEVIRT_NUM_NODES=2 + export NFS_WINDOWS_DIR=/home/nfs/images/windows2016 + NFS_WINDOWS_DIR=/home/nfs/images/windows2016 + export NAMESPACE=kube-system + NAMESPACE=kube-system + trap '{ make cluster-down; }' EXIT SIGINT SIGTERM SIGSTOP + make cluster-down ./cluster/down.sh + make cluster-up ./cluster/up.sh Downloading ....... Downloading ....... Downloading ....... 2018/07/26 15:18:09 Waiting for host: 192.168.66.101:22 2018/07/26 15:18:12 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/07/26 15:18:24 Connected to tcp://192.168.66.101:22 + kubeadm init --config /etc/kubernetes/kubeadm.conf [init] Using Kubernetes version: v1.10.3 [init] Using Authorization modes: [Node RBAC] [preflight] Running pre-flight checks. [WARNING FileExisting-crictl]: crictl not found in system path Suggestion: go get github.com/kubernetes-incubator/cri-tools/cmd/crictl Flag --admission-control has been deprecated, Use --enable-admission-plugins or --disable-admission-plugins instead. Will be removed in a future version. [certificates] Generated ca certificate and key. [certificates] Generated apiserver certificate and key. [certificates] apiserver serving cert is signed for DNS names [node01 kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local] and IPs [10.96.0.1 192.168.66.101] [certificates] Generated apiserver-kubelet-client certificate and key. [certificates] Generated etcd/ca certificate and key. [certificates] Generated etcd/server certificate and key. [certificates] etcd/server serving cert is signed for DNS names [localhost] and IPs [127.0.0.1] [certificates] Generated etcd/peer certificate and key. [certificates] etcd/peer serving cert is signed for DNS names [node01] and IPs [192.168.66.101] [certificates] Generated etcd/healthcheck-client certificate and key. [certificates] Generated apiserver-etcd-client certificate and key. [certificates] Generated sa key and public key. [certificates] Generated front-proxy-ca certificate and key. [certificates] Generated front-proxy-client certificate and key. [certificates] Valid certificates and keys now exist in "/etc/kubernetes/pki" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/admin.conf" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/kubelet.conf" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/controller-manager.conf" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/scheduler.conf" [controlplane] Wrote Static Pod manifest for component kube-apiserver to "/etc/kubernetes/manifests/kube-apiserver.yaml" [controlplane] Wrote Static Pod manifest for component kube-controller-manager to "/etc/kubernetes/manifests/kube-controller-manager.yaml" [controlplane] Wrote Static Pod manifest for component kube-scheduler to "/etc/kubernetes/manifests/kube-scheduler.yaml" [etcd] Wrote Static Pod manifest for a local etcd instance to "/etc/kubernetes/manifests/etcd.yaml" [init] Waiting for the kubelet to boot up the control plane as Static Pods from directory "/etc/kubernetes/manifests". [init] This might take a minute or longer if the control plane images have to be pulled. [apiclient] All control plane components are healthy after 28.007876 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:7eded95853c005c6277ff388146de9437bcc1b4a8de2ae70b4c4d197dc9e5e30 + 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 15:19:08 Waiting for host: 192.168.66.102:22 2018/07/26 15:19:11 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/07/26 15:19:19 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/07/26 15:19:24 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: connection refused. Sleeping 5s 2018/07/26 15:19:29 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 39588992 kubectl Sending file modes: C0600 5450 admin.conf Cluster "kubernetes" set. Cluster "kubernetes" set. + set +e + kubectl get nodes --no-headers + cluster/kubectl.sh get nodes --no-headers node01 Ready master 1m v1.10.3 node02 Ready 24s v1.10.3 + kubectl_rc=0 + '[' 0 -ne 0 ']' ++ kubectl get nodes --no-headers ++ cluster/kubectl.sh get nodes --no-headers ++ grep NotReady + '[' -n '' ']' + set -e + echo 'Nodes are ready:' Nodes are ready: + kubectl get nodes + cluster/kubectl.sh get nodes NAME STATUS ROLES AGE VERSION node01 Ready master 1m v1.10.3 node02 Ready 26s v1.10.3 + make cluster-sync ./cluster/build.sh Building ... sha256:0bec083f1c9e66baa107940ad909778a562a54db14b6a64ab117f1897e0697dd go version go1.10 linux/amd64 go version go1.10 linux/amd64 make[1]: Entering directory `/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt' hack/dockerized "./hack/check.sh && KUBEVIRT_VERSION= ./hack/build-go.sh install " && ./hack/build-copy-artifacts.sh sha256:0bec083f1c9e66baa107940ad909778a562a54db14b6a64ab117f1897e0697dd 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 36.22 MB Step 1/8 : FROM fedora:27 ---> 9110ae7f579f Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> cc296a71da13 Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-controller ---> Running in cd0d26279b6c  ---> a414890d5c3b Removing intermediate container cd0d26279b6c Step 4/8 : WORKDIR /home/virt-controller ---> 4d22c6d4b821 Removing intermediate container 714a9bdf7987 Step 5/8 : USER 1001 ---> Running in 24fb7daf4b9a ---> 6c00027234ad Removing intermediate container 24fb7daf4b9a Step 6/8 : COPY virt-controller /usr/bin/virt-controller ---> a3f370b2cad7 Removing intermediate container d9d01b5f2ddf Step 7/8 : ENTRYPOINT /usr/bin/virt-controller ---> Running in a2ce309b7260 ---> ab14e977f8c0 Removing intermediate container a2ce309b7260 Step 8/8 : LABEL "kubevirt-functional-tests-windows2016-release0" '' "virt-controller" '' ---> Running in bfe77cb32b4b ---> ee012afcde62 Removing intermediate container bfe77cb32b4b Successfully built ee012afcde62 Sending build context to Docker daemon 38.16 MB Step 1/9 : FROM kubevirt/libvirt:3.7.0 Trying to pull repository docker.io/kubevirt/libvirt ... 3.7.0: Pulling from docker.io/kubevirt/libvirt 2176639d844b: Already exists b7ebf2ef712a: Pulling fs layer 700477527f1f: Pulling fs layer fd56cadd5f0f: Pulling fs layer eaf363eea507: Pulling fs layer 99364b353a31: Pulling fs layer eaf363eea507: Waiting 99364b353a31: Waiting fd56cadd5f0f: Download complete 700477527f1f: Download complete 99364b353a31: Verifying Checksum 99364b353a31: Download complete eaf363eea507: Download complete b7ebf2ef712a: Verifying Checksum b7ebf2ef712a: Download complete b7ebf2ef712a: Pull complete 700477527f1f: Pull complete fd56cadd5f0f: Pull complete eaf363eea507: Pull complete 99364b353a31: Pull complete Digest: sha256:3ff37ac874d2e97a2b34695eb4ded495fd144d90c542684cff7086dec115e7e9 Status: Downloaded newer image for docker.io/kubevirt/libvirt:3.7.0 ---> c4e262d2dc3c Step 2/9 : MAINTAINER "The KubeVirt Project" ---> Running in 6912968a9f18 ---> 1ed584974e65 Removing intermediate container 6912968a9f18 Step 3/9 : RUN dnf -y install socat genisoimage util-linux libcgroup-tools ethtool sudo && dnf -y clean all && test $(id -u qemu) = 107 # make sure that the qemu user really is 107 ---> Running in ea2cb494e21f Fedora 27 - x86_64 - Updates 13 MB/s | 25 MB 00:01 Fedora 27 - x86_64 4.2 MB/s | 58 MB 00:13 Last metadata expiration check: 0:00:15 ago on Thu Jul 26 15:39:37 2018. Package util-linux-2.30.2-1.fc27.x86_64 is already installed, skipping. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: ethtool x86_64 2:4.17-1.fc27 updates 142 k genisoimage x86_64 1.1.11-37.fc27 fedora 311 k libcgroup-tools x86_64 0.41-17.fc27 updates 89 k socat x86_64 1.7.3.2-4.fc27 fedora 296 k sudo x86_64 1.8.23-1.fc27 updates 858 k Installing dependencies: libusal x86_64 1.1.11-37.fc27 fedora 142 k Transaction Summary ================================================================================ Install 6 Packages Total download size: 1.8 M Installed size: 6.3 M Downloading Packages: (1/6): libusal-1.1.11-37.fc27.x86_64.rpm 373 kB/s | 142 kB 00:00 (2/6): socat-1.7.3.2-4.fc27.x86_64.rpm 635 kB/s | 296 kB 00:00 (3/6): genisoimage-1.1.11-37.fc27.x86_64.rpm 602 kB/s | 311 kB 00:00 (4/6): libcgroup-tools-0.41-17.fc27.x86_64.rpm 386 kB/s | 89 kB 00:00 (5/6): ethtool-4.17-1.fc27.x86_64.rpm 597 kB/s | 142 kB 00:00 (6/6): sudo-1.8.23-1.fc27.x86_64.rpm 2.1 MB/s | 858 kB 00:00 -------------------------------------------------------------------------------- Total 824 kB/s | 1.8 MB 00:02 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libusal-1.1.11-37.fc27.x86_64 1/6 Running scriptlet: libusal-1.1.11-37.fc27.x86_64 1/6 Installing : genisoimage-1.1.11-37.fc27.x86_64 2/6 Running scriptlet: genisoimage-1.1.11-37.fc27.x86_64 2/6 Installing : sudo-1.8.23-1.fc27.x86_64 3/6 Running scriptlet: sudo-1.8.23-1.fc27.x86_64 3/6 Installing : ethtool-2:4.17-1.fc27.x86_64 4/6 Installing : libcgroup-tools-0.41-17.fc27.x86_64 5/6 Running scriptlet: libcgroup-tools-0.41-17.fc27.x86_64 5/6 Installing : socat-1.7.3.2-4.fc27.x86_64 6/6 Running scriptlet: socat-1.7.3.2-4.fc27.x86_64 6/6Failed to connect to bus: No such file or directory  Verifying : socat-1.7.3.2-4.fc27.x86_64 1/6 Verifying : genisoimage-1.1.11-37.fc27.x86_64 2/6 Verifying : libusal-1.1.11-37.fc27.x86_64 3/6 Verifying : libcgroup-tools-0.41-17.fc27.x86_64 4/6 Verifying : ethtool-2:4.17-1.fc27.x86_64 5/6 Verifying : sudo-1.8.23-1.fc27.x86_64 6/6 Installed: ethtool.x86_64 2:4.17-1.fc27 genisoimage.x86_64 1.1.11-37.fc27 libcgroup-tools.x86_64 0.41-17.fc27 socat.x86_64 1.7.3.2-4.fc27 sudo.x86_64 1.8.23-1.fc27 libusal.x86_64 1.1.11-37.fc27 Complete! 18 files removed ---> 33e592764010 Removing intermediate container ea2cb494e21f Step 4/9 : COPY virt-launcher /usr/bin/virt-launcher ---> 8c833f06feae Removing intermediate container eb2f4f3b372e Step 5/9 : COPY kubevirt-sudo /etc/sudoers.d/kubevirt ---> d580d9cc395b Removing intermediate container a8d98fded439 Step 6/9 : RUN mkdir -p /usr/share/kubevirt/virt-launcher ---> Running in 482a0071e058  ---> ea129d80dc88 Removing intermediate container 482a0071e058 Step 7/9 : COPY entrypoint.sh libvirtd.sh sh.sh sock-connector /usr/share/kubevirt/virt-launcher/ ---> 6da923173dcd Removing intermediate container 4708559bcef9 Step 8/9 : ENTRYPOINT /usr/share/kubevirt/virt-launcher/entrypoint.sh ---> Running in 8791bfadbb32 ---> 2dbf1d71e450 Removing intermediate container 8791bfadbb32 Step 9/9 : LABEL "kubevirt-functional-tests-windows2016-release0" '' "virt-launcher" '' ---> Running in 89338558f86b ---> 6467df552413 Removing intermediate container 89338558f86b Successfully built 6467df552413 Sending build context to Docker daemon 36.76 MB Step 1/5 : FROM fedora:27 ---> 9110ae7f579f Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> cc296a71da13 Step 3/5 : COPY virt-handler /usr/bin/virt-handler ---> 5874dd4121c9 Removing intermediate container c6e54c9eaf79 Step 4/5 : ENTRYPOINT /usr/bin/virt-handler ---> Running in e7e0cb28caa6 ---> f69f1c2c7712 Removing intermediate container e7e0cb28caa6 Step 5/5 : LABEL "kubevirt-functional-tests-windows2016-release0" '' "virt-handler" '' ---> Running in c711e37cf81e ---> c9fb5fab8ac1 Removing intermediate container c711e37cf81e Successfully built c9fb5fab8ac1 Sending build context to Docker daemon 36.97 MB Step 1/8 : FROM fedora:27 ---> 9110ae7f579f Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> cc296a71da13 Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-api ---> Running in bb064ebc129b  ---> e028bcbebb8d Removing intermediate container bb064ebc129b Step 4/8 : WORKDIR /home/virt-api ---> 18287426d1e4 Removing intermediate container f8eccd529d72 Step 5/8 : USER 1001 ---> Running in 14729b56e2e0 ---> 8260be2cc7e9 Removing intermediate container 14729b56e2e0 Step 6/8 : COPY virt-api /usr/bin/virt-api ---> 7e0a67c4f290 Removing intermediate container c02433aeb8b0 Step 7/8 : ENTRYPOINT /usr/bin/virt-api ---> Running in bef81014513c ---> aaf98cfa1aa6 Removing intermediate container bef81014513c Step 8/8 : LABEL "kubevirt-functional-tests-windows2016-release0" '' "virt-api" '' ---> Running in 8c56a8c79122 ---> 38d0243abefe Removing intermediate container 8c56a8c79122 Successfully built 38d0243abefe Sending build context to Docker daemon 4.096 kB Step 1/7 : FROM fedora:27 ---> 9110ae7f579f Step 2/7 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> cc296a71da13 Step 3/7 : ENV container docker ---> Running in 2b5579ac0d05 ---> 95752cc0f6e3 Removing intermediate container 2b5579ac0d05 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 d964d2c03963   % Total % Received % Xferd Average Speed Time Time Time Current  Dload  Upload Total Spent Left  Speed  0 0 0  0 0 0 0 0 --:--:-- --:--:-- --:--:--  0 1 37.0M 1 551k 0 0 551k 0 0:01:08 --:--:-- 0:01:08 1467k 16 37.0M 16 6436k 0 0 6436k 0 0:00:05 0:00:01 0:00:04 4677k 34 37.0M 34 12.6M 0 0 6469k 0 0:00:05 0:00:02 0:00:03 5440k 52 37.0M 52 19.5M 0 0 6682k 0 0:00:05 0:00:03  0:00:02 5936k 70 37.0M 70 26.1M 0 0 6698k 0 0:00:05 0:00:04 0:00:01 6122k 82 37.0M 82 30.4M 0 0 6242k 0 0:00:06 0:00:05 0:00:01 6132k 92 37.0M 92 34.2M 0 0 5848k 0 0:00:06 0:00:06 --:--:-- 5730k 99 37.0M 99 36.7M 0 0 5371k 0 0:00:07  0:00:07 --:--:-- 4934k 100 37.0M 100 37.0M 0 0 5412k 0  0:00:07 0:00:07 --:--:-- 4347k  ---> 874ab482e353 Removing intermediate container d964d2c03963 Step 5/7 : ADD entrypoint.sh / ---> 1547eaa29e05 Removing intermediate container 3a088b8904be Step 6/7 : CMD /entrypoint.sh ---> Running in 546c6ceb8c67 ---> 57014bb60130 Removing intermediate container 546c6ceb8c67 Step 7/7 : LABEL "disks-images-provider" '' "kubevirt-functional-tests-windows2016-release0" '' ---> Running in b514267ba763 ---> cfde11e8271f Removing intermediate container b514267ba763 Successfully built cfde11e8271f Sending build context to Docker daemon 2.56 kB Step 1/5 : FROM fedora:27 ---> 9110ae7f579f Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> cc296a71da13 Step 3/5 : ENV container docker ---> Using cache ---> 95752cc0f6e3 Step 4/5 : RUN dnf -y install procps-ng nmap-ncat && dnf -y clean all ---> Running in d9afbb151ac1 Fedora 27 - x86_64 - Updates 5.7 MB/s | 25 MB 00:04 Fedora 27 - x86_64 2.2 MB/s | 58 MB 00:26 Last metadata expiration check: 0:00:17 ago on Thu Jul 26 15:41:43 2018. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: nmap-ncat x86_64 2:7.60-8.fc27 updates 232 k procps-ng x86_64 3.3.10-16.fc27 updates 396 k Transaction Summary ================================================================================ Install 2 Packages Total download size: 628 k Installed size: 1.3 M Downloading Packages: (1/2): nmap-ncat-7.60-8.fc27.x86_64.rpm 418 kB/s | 232 kB 00:00 (2/2): procps-ng-3.3.10-16.fc27.x86_64.rpm 576 kB/s | 396 kB 00:00 -------------------------------------------------------------------------------- Total 472 kB/s | 628 kB 00:01 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : nmap-ncat-2:7.60-8.fc27.x86_64 1/2 Installing : procps-ng-3.3.10-16.fc27.x86_64 2/2 Running scriptlet: procps-ng-3.3.10-16.fc27.x86_64 2/2 Verifying : procps-ng-3.3.10-16.fc27.x86_64 1/2 Verifying : nmap-ncat-2:7.60-8.fc27.x86_64 2/2 Installed: nmap-ncat.x86_64 2:7.60-8.fc27 procps-ng.x86_64 3.3.10-16.fc27 Complete! 18 files removed ---> 58c89175cab8 Removing intermediate container d9afbb151ac1 Step 5/5 : LABEL "kubevirt-functional-tests-windows2016-release0" '' "vm-killer" '' ---> Running in 3bc21271b0f8 ---> 3c7ef25ba95c Removing intermediate container 3bc21271b0f8 Successfully built 3c7ef25ba95c Sending build context to Docker daemon 5.12 kB Step 1/7 : FROM debian:sid ---> 68f33cf86aab Step 2/7 : MAINTAINER "David Vossel" \ ---> Using cache ---> 9ef1c0ce5d24 Step 3/7 : ENV container docker ---> Using cache ---> 9ad55e41ed61 Step 4/7 : RUN apt-get update && apt-get install -y bash curl bzip2 qemu-utils && mkdir -p /disk && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 17a81fda7c2b Step 5/7 : ADD entry-point.sh / ---> Using cache ---> 681d01e165e6 Step 6/7 : CMD /entry-point.sh ---> Using cache ---> a79815fe82d9 Step 7/7 : LABEL "kubevirt-functional-tests-windows2016-release0" '' "registry-disk-v1alpha" '' ---> Using cache ---> e8afe9cc2449 Successfully built e8afe9cc2449 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:32930/kubevirt/registry-disk-v1alpha:devel ---> e8afe9cc2449 Step 2/4 : MAINTAINER "David Vossel" \ ---> Using cache ---> 41b568233ef0 Step 3/4 : RUN curl https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img > /disk/cirros.img ---> Using cache ---> 473e6f6184a1 Step 4/4 : LABEL "cirros-registry-disk-demo" '' "kubevirt-functional-tests-windows2016-release0" '' ---> Using cache ---> 8781bb0d05eb Successfully built 8781bb0d05eb Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:32930/kubevirt/registry-disk-v1alpha:devel ---> e8afe9cc2449 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> d04d45b84bfa Step 3/4 : RUN curl -g -L https://download.fedoraproject.org/pub/fedora/linux/releases/27/CloudImages/x86_64/images/Fedora-Cloud-Base-27-1.6.x86_64.qcow2 > /disk/fedora.qcow2 ---> Using cache ---> c3095df12e40 Step 4/4 : LABEL "fedora-cloud-registry-disk-demo" '' "kubevirt-functional-tests-windows2016-release0" '' ---> Using cache ---> 124b71df49de Successfully built 124b71df49de Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:32930/kubevirt/registry-disk-v1alpha:devel ---> e8afe9cc2449 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> d04d45b84bfa Step 3/4 : RUN curl http://dl-cdn.alpinelinux.org/alpine/v3.7/releases/x86_64/alpine-virt-3.7.0-x86_64.iso > /disk/alpine.iso ---> Using cache ---> 69071a98dd13 Step 4/4 : LABEL "alpine-registry-disk-demo" '' "kubevirt-functional-tests-windows2016-release0" '' ---> Using cache ---> 85d21ead9b3d Successfully built 85d21ead9b3d Sending build context to Docker daemon 34.03 MB Step 1/8 : FROM fedora:27 ---> 9110ae7f579f Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> cc296a71da13 Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virtctl ---> Running in e807cc1719b6  ---> c71a0b93c429 Removing intermediate container e807cc1719b6 Step 4/8 : WORKDIR /home/virtctl ---> 54a68a3307b2 Removing intermediate container 098faedc4437 Step 5/8 : USER 1001 ---> Running in 358c59e969d1 ---> 380338c297b6 Removing intermediate container 358c59e969d1 Step 6/8 : COPY subresource-access-test /subresource-access-test ---> 369f87d9f722 Removing intermediate container 9d163a01b9f1 Step 7/8 : ENTRYPOINT /subresource-access-test ---> Running in 06b0c6343433 ---> 2fb33309b49d Removing intermediate container 06b0c6343433 Step 8/8 : LABEL "kubevirt-functional-tests-windows2016-release0" '' "subresource-access-test" '' ---> Running in 86ee848573de ---> 83d1d481cb1c Removing intermediate container 86ee848573de Successfully built 83d1d481cb1c Sending build context to Docker daemon 3.072 kB Step 1/9 : FROM fedora:27 ---> 9110ae7f579f Step 2/9 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> cc296a71da13 Step 3/9 : ENV container docker ---> Using cache ---> 95752cc0f6e3 Step 4/9 : RUN dnf -y install make git gcc && dnf -y clean all ---> Running in c5e5222fd42f  Fedora 27 - x86_64 - Updates 7.5 MB/s | 25 MB 00:03 Fedora 27 - x86_64 2.6 MB/s | 58 MB 00:22 Last metadata expiration check: 0:00:18 ago on Thu Jul 26 15:43:36 2018. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 7.3.1-5.fc27 updates 21 M git x86_64 2.14.4-1.fc27 updates 1.1 M make x86_64 1:4.2.1-4.fc27 fedora 494 k Upgrading: glibc x86_64 2.26-28.fc27 updates 3.4 M glibc-common x86_64 2.26-28.fc27 updates 790 k glibc-langpack-en x86_64 2.26-28.fc27 updates 278 k libcrypt-nss x86_64 2.26-28.fc27 updates 41 k Installing dependencies: binutils x86_64 2.29-13.fc27 updates 5.9 M cpp x86_64 7.3.1-5.fc27 updates 9.4 M fipscheck x86_64 1.5.0-3.fc27 fedora 25 k fipscheck-lib x86_64 1.5.0-3.fc27 fedora 14 k gc x86_64 7.6.0-7.fc27 fedora 110 k git-core x86_64 2.14.4-1.fc27 updates 4.1 M git-core-doc x86_64 2.14.4-1.fc27 updates 2.2 M glibc-devel x86_64 2.26-28.fc27 updates 990 k glibc-headers x86_64 2.26-28.fc27 updates 505 k groff-base x86_64 1.22.3-14.fc27 updates 1.0 M guile x86_64 5:2.0.14-3.fc27 fedora 3.5 M isl x86_64 0.16.1-3.fc27 fedora 835 k kernel-headers x86_64 4.17.7-100.fc27 updates 1.2 M less x86_64 487-5.fc27 fedora 159 k libatomic_ops x86_64 7.4.6-3.fc27 fedora 33 k libedit x86_64 3.1-20.20170329cvs.fc27 fedora 99 k libgomp x86_64 7.3.1-5.fc27 updates 211 k libmpc x86_64 1.0.2-8.fc27 fedora 56 k libstdc++ x86_64 7.3.1-5.fc27 updates 482 k libtool-ltdl x86_64 2.4.6-20.fc27 fedora 55 k openssh x86_64 7.6p1-5.fc27 updates 501 k openssh-clients x86_64 7.6p1-5.fc27 updates 671 k perl-Carp noarch 1.42-395.fc27 updates 29 k perl-Encode x86_64 4:2.94-16.fc27 updates 1.5 M perl-Errno x86_64 1.28-406.fc27 updates 73 k perl-Error noarch 1:0.17025-1.fc27 fedora 44 k perl-Exporter noarch 5.72-395.fc27 fedora 32 k perl-File-Path noarch 2.15-1.fc27 fedora 37 k perl-File-Temp noarch 0.230.600-1.fc27 updates 61 k perl-Getopt-Long noarch 1:2.50-3.fc27 fedora 61 k perl-Git noarch 2.14.4-1.fc27 updates 69 k perl-HTTP-Tiny noarch 0.070-394.fc27 fedora 56 k perl-IO x86_64 1.38-406.fc27 updates 138 k perl-MIME-Base64 x86_64 3.15-395.fc27 fedora 29 k perl-PathTools x86_64 3.74-1.fc27 updates 88 k perl-Pod-Escapes noarch 1:1.07-394.fc27 fedora 19 k perl-Pod-Perldoc noarch 3.28-395.fc27 fedora 87 k perl-Pod-Simple noarch 1:3.35-394.fc27 fedora 211 k perl-Pod-Usage noarch 4:1.69-394.fc27 fedora 33 k perl-Scalar-List-Utils x86_64 3:1.48-1.fc27 fedora 65 k perl-Socket x86_64 4:2.027-1.fc27 updates 57 k perl-Storable x86_64 1:3.11-2.fc27 updates 96 k perl-Term-ANSIColor noarch 4.06-395.fc27 fedora 44 k perl-Term-Cap noarch 1.17-394.fc27 fedora 21 k perl-TermReadKey x86_64 2.37-5.fc27 fedora 38 k perl-Text-ParseWords noarch 3.30-394.fc27 fedora 16 k perl-Text-Tabs+Wrap noarch 2013.0523-394.fc27 fedora 23 k perl-Time-Local noarch 1:1.280-1.fc27 updates 32 k perl-Unicode-Normalize x86_64 1.25-395.fc27 fedora 80 k perl-constant noarch 1.33-395.fc27 fedora 24 k perl-interpreter x86_64 4:5.26.2-406.fc27 updates 6.3 M perl-libs x86_64 4:5.26.2-406.fc27 updates 1.5 M perl-macros x86_64 4:5.26.2-406.fc27 updates 69 k perl-parent noarch 1:0.236-394.fc27 fedora 18 k perl-podlators noarch 4.09-395.fc27 updates 115 k perl-threads x86_64 1:2.21-1.fc27 updates 60 k perl-threads-shared x86_64 1.58-1.fc27 updates 46 k Installing weak dependencies: perl-IO-Socket-IP noarch 0.39-4.fc27 fedora 45 k perl-Mozilla-CA noarch 20160104-6.fc27 fedora 14 k Transaction Summary ================================================================================ Install 62 Packages Upgrade 4 Packages Total download size: 71 M Downloading Packages: (1/66): gc-7.6.0-7.fc27.x86_64.rpm 122 kB/s | 110 kB 00:00 (2/66): libatomic_ops-7.4.6-3.fc27.x86_64.rpm 192 kB/s | 33 kB 00:00 (3/66): make-4.2.1-4.fc27.x86_64.rpm 400 kB/s | 494 kB 00:01 (4/66): libtool-ltdl-2.4.6-20.fc27.x86_64.rpm 291 kB/s | 55 kB 00:00 (5/66): guile-2.0.14-3.fc27.x86_64.rpm 1.3 MB/s | 3.5 MB 00:02 (6/66): git-2.14.4-1.fc27.x86_64.rpm 531 kB/s | 1.1 MB 00:02 (7/66): perl-Git-2.14.4-1.fc27.noarch.rpm 138 kB/s | 69 kB 00:00 (8/66): perl-Error-0.17025-1.fc27.noarch.rpm 122 kB/s | 44 kB 00:00 (9/66): perl-Getopt-Long-2.50-3.fc27.noarch.rpm 210 kB/s | 61 kB 00:00 (10/66): git-core-2.14.4-1.fc27.x86_64.rpm 1.2 MB/s | 4.1 MB 00:03 (11/66): perl-TermReadKey-2.37-5.fc27.x86_64.rp 167 kB/s | 38 kB 00:00 (12/66): perl-Exporter-5.72-395.fc27.noarch.rpm 139 kB/s | 32 kB 00:00 (13/66): git-core-doc-2.14.4-1.fc27.x86_64.rpm 937 kB/s | 2.2 MB 00:02 (14/66): perl-Scalar-List-Utils-1.48-1.fc27.x86 386 kB/s | 65 kB 00:00 (15/66): less-487-5.fc27.x86_64.rpm 291 kB/s | 159 kB 00:00 (16/66): perl-Text-ParseWords-3.30-394.fc27.noa 115 kB/s | 16 kB 00:00 (17/66): perl-Pod-Usage-1.69-394.fc27.noarch.rp 135 kB/s | 33 kB 00:00 (18/66): perl-constant-1.33-395.fc27.noarch.rpm 139 kB/s | 24 kB 00:00 (19/66): perl-Pod-Perldoc-3.28-395.fc27.noarch. 471 kB/s | 87 kB 00:00 (20/66): perl-HTTP-Tiny-0.070-394.fc27.noarch.r 179 kB/s | 56 kB 00:00 (21/66): perl-parent-0.236-394.fc27.noarch.rpm 75 kB/s | 18 kB 00:00 (22/66): perl-Pod-Simple-3.35-394.fc27.noarch.r 738 kB/s | 211 kB 00:00 (23/66): perl-MIME-Base64-3.15-395.fc27.x86_64. 110 kB/s | 29 kB 00:00 (24/66): perl-Pod-Escapes-1.07-394.fc27.noarch. 89 kB/s | 19 kB 00:00 (25/66): perl-Text-Tabs+Wrap-2013.0523-394.fc27 100 kB/s | 23 kB 00:00 (26/66): isl-0.16.1-3.fc27.x86_64.rpm 1.2 MB/s | 835 kB 00:00 (27/66): libmpc-1.0.2-8.fc27.x86_64.rpm 342 kB/s | 56 kB 00:00 (28/66): glibc-devel-2.26-28.fc27.x86_64.rpm 506 kB/s | 990 kB 00:01 (29/66): cpp-7.3.1-5.fc27.x86_64.rpm 1.6 MB/s | 9.4 MB 00:05 (30/66): glibc-headers-2.26-28.fc27.x86_64.rpm 471 kB/s | 505 kB 00:01 (31/66): perl-libs-5.26.2-406.fc27.x86_64.rpm 275 kB/s | 1.5 MB 00:05 (32/66): perl-Errno-1.28-406.fc27.x86_64.rpm 143 kB/s | 73 kB 00:00 (33/66): perl-File-Path-2.15-1.fc27.noarch.rpm 147 kB/s | 37 kB 00:00 (34/66): perl-Unicode-Normalize-1.25-395.fc27.x 281 kB/s | 80 kB 00:00 (35/66): perl-Carp-1.42-395.fc27.noarch.rpm 96 kB/s | 29 kB 00:00 (36/66): perl-PathTools-3.74-1.fc27.x86_64.rpm 181 kB/s | 88 kB 00:00 (37/66): perl-podlators-4.09-395.fc27.noarch.rp 194 kB/s | 115 kB 00:00 (38/66): perl-Term-ANSIColor-4.06-395.fc27.noar 125 kB/s | 44 kB 00:00 (39/66): perl-Term-Cap-1.17-394.fc27.noarch.rpm 131 kB/s | 21 kB 00:00 (40/66): perl-interpreter-5.26.2-406.fc27.x86_6 1.2 MB/s | 6.3 MB 00:05 (41/66): groff-base-1.22.3-14.fc27.x86_64.rpm 579 kB/s | 1.0 MB 00:01 (42/66): perl-File-Temp-0.230.600-1.fc27.noarch 121 kB/s | 61 kB 00:00 (43/66): perl-Encode-2.94-16.fc27.x86_64.rpm 390 kB/s | 1.5 MB 00:03 (44/66): perl-IO-1.38-406.fc27.x86_64.rpm 142 kB/s | 138 kB 00:00 (45/66): perl-Socket-2.027-1.fc27.x86_64.rpm 117 kB/s | 57 kB 00:00 (46/66): perl-Time-Local-1.280-1.fc27.noarch.rp 82 kB/s | 32 kB 00:00 (47/66): perl-macros-5.26.2-406.fc27.x86_64.rpm 114 kB/s | 69 kB 00:00 (48/66): perl-threads-2.21-1.fc27.x86_64.rpm 100 kB/s | 60 kB 00:00 (49/66): perl-threads-shared-1.58-1.fc27.x86_64 91 kB/s | 46 kB 00:00 (50/66): perl-Storable-3.11-2.fc27.x86_64.rpm 124 kB/s | 96 kB 00:00 (51/66): libstdc++-7.3.1-5.fc27.x86_64.rpm 139 kB/s | 482 kB 00:03 (52/66): openssh-clients-7.6p1-5.fc27.x86_64.rp 232 kB/s | 671 kB 00:02 (53/66): kernel-headers-4.17.7-100.fc27.x86_64. 323 kB/s | 1.2 MB 00:03 (54/66): fipscheck-lib-1.5.0-3.fc27.x86_64.rpm 25 kB/s | 14 kB 00:00 (55/66): libedit-3.1-20.20170329cvs.fc27.x86_64 238 kB/s | 99 kB 00:00 (56/66): fipscheck-1.5.0-3.fc27.x86_64.rpm 100 kB/s | 25 kB 00:00 (57/66): openssh-7.6p1-5.fc27.x86_64.rpm 342 kB/s | 501 kB 00:01 (58/66): libgomp-7.3.1-5.fc27.x86_64.rpm 264 kB/s | 211 kB 00:00 (59/66): perl-Mozilla-CA-20160104-6.fc27.noarch 44 kB/s | 14 kB 00:00 (60/66): perl-IO-Socket-IP-0.39-4.fc27.noarch.r 175 kB/s | 45 kB 00:00 (61/66): gcc-7.3.1-5.fc27.x86_64.rpm 781 kB/s | 21 MB 00:28 (62/66): glibc-common-2.26-28.fc27.x86_64.rpm 507 kB/s | 790 kB 00:01 (63/66): glibc-2.26-28.fc27.x86_64.rpm 766 kB/s | 3.4 MB 00:04 (64/66): libcrypt-nss-2.26-28.fc27.x86_64.rpm 103 kB/s | 41 kB 00:00 (65/66): glibc-langpack-en-2.26-28.fc27.x86_64. 319 kB/s | 278 kB 00:00 (66/66): binutils-2.29-13.fc27.x86_64.rpm 644 kB/s | 5.9 MB 00:09 -------------------------------------------------------------------------------- Total 1.8 MB/s | 71 MB 00:40 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Upgrading : glibc-common-2.26-28.fc27.x86_64 1/70 Upgrading : glibc-langpack-en-2.26-28.fc27.x86_64 2/70 Running scriptlet: glibc-2.26-28.fc27.x86_64 3/70 Upgrading : glibc-2.26-28.fc27.x86_64 3/70 Running scriptlet: glibc-2.26-28.fc27.x86_64 3/70 Upgrading : libcrypt-nss-2.26-28.fc27.x86_64 4/70 Running scriptlet: libcrypt-nss-2.26-28.fc27.x86_64 4/70 Installing : perl-libs-4:5.26.2-406.fc27.x86_64 5/70 Running scriptlet: perl-libs-4:5.26.2-406.fc27.x86_64 5/70 Installing : perl-Carp-1.42-395.fc27.noarch 6/70 Installing : perl-Exporter-5.72-395.fc27.noarch 7/70 Installing : perl-Scalar-List-Utils-3:1.48-1.fc27.x86_64 8/70 Installing : fipscheck-1.5.0-3.fc27.x86_64 9/70 Installing : fipscheck-lib-1.5.0-3.fc27.x86_64 10/70 Running scriptlet: fipscheck-lib-1.5.0-3.fc27.x86_64 10/70 Installing : perl-Text-ParseWords-3.30-394.fc27.noarch 11/70 Installing : libmpc-1.0.2-8.fc27.x86_64 12/70 Running scriptlet: libmpc-1.0.2-8.fc27.x86_64 12/70 Installing : libstdc++-7.3.1-5.fc27.x86_64 13/70 Running scriptlet: libstdc++-7.3.1-5.fc27.x86_64 13/70 Installing : groff-base-1.22.3-14.fc27.x86_64 14/70 Installing : cpp-7.3.1-5.fc27.x86_64 15/70 Running scriptlet: cpp-7.3.1-5.fc27.x86_64 15/70 Running scriptlet: openssh-7.6p1-5.fc27.x86_64 16/70 Installing : openssh-7.6p1-5.fc27.x86_64 16/70 Installing : perl-Term-ANSIColor-4.06-395.fc27.noarch 17/70 Installing : perl-macros-4:5.26.2-406.fc27.x86_64 18/70 Installing : perl-constant-1.33-395.fc27.noarch 19/70 Installing : perl-parent-1:0.236-394.fc27.noarch 20/70 Installing : perl-Text-Tabs+Wrap-2013.0523-394.fc27.noarch 21/70 Installing : perl-PathTools-3.74-1.fc27.x86_64 22/70 Installing : perl-Errno-1.28-406.fc27.x86_64 23/70 Installing : perl-File-Path-2.15-1.fc27.noarch 24/70 Installing : perl-Unicode-Normalize-1.25-395.fc27.x86_64 25/70 Installing : perl-threads-shared-1.58-1.fc27.x86_64 26/70 Installing : perl-threads-1:2.21-1.fc27.x86_64 27/70 Installing : perl-interpreter-4:5.26.2-406.fc27.x86_64 28/70 Installing : perl-Socket-4:2.027-1.fc27.x86_64 29/70 Installing : perl-IO-1.38-406.fc27.x86_64 30/70 Installing : perl-Error-1:0.17025-1.fc27.noarch 31/70 Installing : perl-MIME-Base64-3.15-395.fc27.x86_64 32/70 Installing : perl-Time-Local-1:1.280-1.fc27.noarch 33/70 Installing : perl-HTTP-Tiny-0.070-394.fc27.noarch 34/70 Installing : perl-File-Temp-0.230.600-1.fc27.noarch 35/70 Installing : perl-Storable-1:3.11-2.fc27.x86_64 36/70 Installing : perl-TermReadKey-2.37-5.fc27.x86_64 37/70 Installing : perl-Pod-Escapes-1:1.07-394.fc27.noarch 38/70 Installing : perl-Term-Cap-1.17-394.fc27.noarch 39/70 Installing : perl-Pod-Simple-1:3.35-394.fc27.noarch 40/70 Installing : perl-Pod-Usage-4:1.69-394.fc27.noarch 41/70 Installing : perl-Getopt-Long-1:2.50-3.fc27.noarch 42/70 Installing : perl-Encode-4:2.94-16.fc27.x86_64 43/70 Installing : perl-podlators-4.09-395.fc27.noarch 44/70 Installing : perl-Pod-Perldoc-3.28-395.fc27.noarch 45/70 Installing : libatomic_ops-7.4.6-3.fc27.x86_64 46/70 Running scriptlet: libatomic_ops-7.4.6-3.fc27.x86_64 46/70 Installing : gc-7.6.0-7.fc27.x86_64 47/70 Running scriptlet: gc-7.6.0-7.fc27.x86_64 47/70 Installing : libtool-ltdl-2.4.6-20.fc27.x86_64 48/70 Running scriptlet: libtool-ltdl-2.4.6-20.fc27.x86_64 48/70 Installing : guile-5:2.0.14-3.fc27.x86_64 49/70 Running scriptlet: guile-5:2.0.14-3.fc27.x86_64 49/70 Installing : less-487-5.fc27.x86_64 50/70 Installing : isl-0.16.1-3.fc27.x86_64 51/70 Running scriptlet: isl-0.16.1-3.fc27.x86_64 51/70 Installing : libedit-3.1-20.20170329cvs.fc27.x86_64 52/70 Running scriptlet: libedit-3.1-20.20170329cvs.fc27.x86_64 52/70 Installing : openssh-clients-7.6p1-5.fc27.x86_64 53/70 Installing : git-core-2.14.4-1.fc27.x86_64 54/70 Installing : git-core-doc-2.14.4-1.fc27.x86_64 55/70 Installing : perl-Git-2.14.4-1.fc27.noarch 56/70 Installing : git-2.14.4-1.fc27.x86_64 57/70 Installing : binutils-2.29-13.fc27.x86_64 58/70 Running scriptlet: binutils-2.29-13.fc27.x86_64 58/70 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 : libgomp-7.3.1-5.fc27.x86_64 59/70 Running scriptlet: libgomp-7.3.1-5.fc27.x86_64 59/70 Installing : kernel-headers-4.17.7-100.fc27.x86_64 60/70 Running scriptlet: glibc-headers-2.26-28.fc27.x86_64 61/70 Installing : glibc-headers-2.26-28.fc27.x86_64 61/70 Installing : glibc-devel-2.26-28.fc27.x86_64 62/70 Running scriptlet: glibc-devel-2.26-28.fc27.x86_64 62/70 Installing : gcc-7.3.1-5.fc27.x86_64 63/70 Running scriptlet: gcc-7.3.1-5.fc27.x86_64 63/70 Installing : make-1:4.2.1-4.fc27.x86_64 64/70 Running scriptlet: make-1:4.2.1-4.fc27.x86_64 64/70 Installing : perl-IO-Socket-IP-0.39-4.fc27.noarch 65/70 Installing : perl-Mozilla-CA-20160104-6.fc27.noarch 66/70 Cleanup : libcrypt-nss-2.26-26.fc27.x86_64 67/70 Running scriptlet: libcrypt-nss-2.26-26.fc27.x86_64 67/70 Cleanup : glibc-2.26-26.fc27.x86_64 68/70 Running scriptlet: glibc-2.26-26.fc27.x86_64 68/70 Cleanup : glibc-langpack-en-2.26-26.fc27.x86_64 69/70 Cleanup : glibc-common-2.26-26.fc27.x86_64 70/70 Running scriptlet: guile-5:2.0.14-3.fc27.x86_64 70/70 Verifying : make-1:4.2.1-4.fc27.x86_64 1/70 Verifying : gc-7.6.0-7.fc27.x86_64 2/70 Verifying : guile-5:2.0.14-3.fc27.x86_64 3/70 Verifying : libatomic_ops-7.4.6-3.fc27.x86_64 4/70 Verifying : libtool-ltdl-2.4.6-20.fc27.x86_64 5/70 Verifying : git-2.14.4-1.fc27.x86_64 6/70 Verifying : git-core-2.14.4-1.fc27.x86_64 7/70 Verifying : git-core-doc-2.14.4-1.fc27.x86_64 8/70 Verifying : perl-Git-2.14.4-1.fc27.noarch 9/70 Verifying : perl-Error-1:0.17025-1.fc27.noarch 10/70 Verifying : perl-Getopt-Long-1:2.50-3.fc27.noarch 11/70 Verifying : perl-TermReadKey-2.37-5.fc27.x86_64 12/70 Verifying : less-487-5.fc27.x86_64 13/70 Verifying : perl-Exporter-5.72-395.fc27.noarch 14/70 Verifying : perl-Scalar-List-Utils-3:1.48-1.fc27.x86_64 15/70 Verifying : perl-Pod-Usage-4:1.69-394.fc27.noarch 16/70 Verifying : perl-Text-ParseWords-3.30-394.fc27.noarch 17/70 Verifying : perl-constant-1.33-395.fc27.noarch 18/70 Verifying : perl-Pod-Perldoc-3.28-395.fc27.noarch 19/70 Verifying : perl-HTTP-Tiny-0.070-394.fc27.noarch 20/70 Verifying : perl-Pod-Simple-1:3.35-394.fc27.noarch 21/70 Verifying : perl-parent-1:0.236-394.fc27.noarch 22/70 Verifying : perl-MIME-Base64-3.15-395.fc27.x86_64 23/70 Verifying : perl-Pod-Escapes-1:1.07-394.fc27.noarch 24/70 Verifying : perl-Text-Tabs+Wrap-2013.0523-394.fc27.noarch 25/70 Verifying : gcc-7.3.1-5.fc27.x86_64 26/70 Verifying : cpp-7.3.1-5.fc27.x86_64 27/70 Verifying : isl-0.16.1-3.fc27.x86_64 28/70 Verifying : libmpc-1.0.2-8.fc27.x86_64 29/70 Verifying : glibc-devel-2.26-28.fc27.x86_64 30/70 Verifying : perl-libs-4:5.26.2-406.fc27.x86_64 31/70 Verifying : glibc-headers-2.26-28.fc27.x86_64 32/70 Verifying : perl-interpreter-4:5.26.2-406.fc27.x86_64 33/70 Verifying : perl-Errno-1.28-406.fc27.x86_64 34/70 Verifying : perl-File-Path-2.15-1.fc27.noarch 35/70 Verifying : perl-Unicode-Normalize-1.25-395.fc27.x86_64 36/70 Verifying : perl-Carp-1.42-395.fc27.noarch 37/70 Verifying : perl-PathTools-3.74-1.fc27.x86_64 38/70 Verifying : perl-podlators-4.09-395.fc27.noarch 39/70 Verifying : perl-Term-ANSIColor-4.06-395.fc27.noarch 40/70 Verifying : perl-Term-Cap-1.17-394.fc27.noarch 41/70 Verifying : perl-Encode-4:2.94-16.fc27.x86_64 42/70 Verifying : groff-base-1.22.3-14.fc27.x86_64 43/70 Verifying : perl-File-Temp-0.230.600-1.fc27.noarch 44/70 Verifying : perl-IO-1.38-406.fc27.x86_64 45/70 Verifying : perl-Socket-4:2.027-1.fc27.x86_64 46/70 Verifying : perl-Time-Local-1:1.280-1.fc27.noarch 47/70 Verifying : libstdc++-7.3.1-5.fc27.x86_64 48/70 Verifying : perl-macros-4:5.26.2-406.fc27.x86_64 49/70 Verifying : perl-threads-1:2.21-1.fc27.x86_64 50/70 Verifying : perl-threads-shared-1.58-1.fc27.x86_64 51/70 Verifying : perl-Storable-1:3.11-2.fc27.x86_64 52/70 Verifying : kernel-headers-4.17.7-100.fc27.x86_64 53/70 Verifying : openssh-clients-7.6p1-5.fc27.x86_64 54/70 Verifying : openssh-7.6p1-5.fc27.x86_64 55/70 Verifying : fipscheck-lib-1.5.0-3.fc27.x86_64 56/70 Verifying : libedit-3.1-20.20170329cvs.fc27.x86_64 57/70 Verifying : fipscheck-1.5.0-3.fc27.x86_64 58/70 Verifying : binutils-2.29-13.fc27.x86_64 59/70 Verifying : libgomp-7.3.1-5.fc27.x86_64 60/70 Verifying : perl-Mozilla-CA-20160104-6.fc27.noarch 61/70 Verifying : perl-IO-Socket-IP-0.39-4.fc27.noarch 62/70 Verifying : glibc-2.26-28.fc27.x86_64 63/70 Verifying : glibc-common-2.26-28.fc27.x86_64 64/70 Verifying : glibc-langpack-en-2.26-28.fc27.x86_64 65/70 Verifying : libcrypt-nss-2.26-28.fc27.x86_64 66/70 Verifying : glibc-2.26-26.fc27.x86_64 67/70 Verifying : glibc-common-2.26-26.fc27.x86_64 68/70 Verifying : glibc-langpack-en-2.26-26.fc27.x86_64 69/70 Verifying : libcrypt-nss-2.26-26.fc27.x86_64 70/70 Installed: gcc.x86_64 7.3.1-5.fc27 git.x86_64 2.14.4-1.fc27 make.x86_64 1:4.2.1-4.fc27 perl-IO-Socket-IP.noarch 0.39-4.fc27 perl-Mozilla-CA.noarch 20160104-6.fc27 binutils.x86_64 2.29-13.fc27 cpp.x86_64 7.3.1-5.fc27 fipscheck.x86_64 1.5.0-3.fc27 fipscheck-lib.x86_64 1.5.0-3.fc27 gc.x86_64 7.6.0-7.fc27 git-core.x86_64 2.14.4-1.fc27 git-core-doc.x86_64 2.14.4-1.fc27 glibc-devel.x86_64 2.26-28.fc27 glibc-headers.x86_64 2.26-28.fc27 groff-base.x86_64 1.22.3-14.fc27 guile.x86_64 5:2.0.14-3.fc27 isl.x86_64 0.16.1-3.fc27 kernel-headers.x86_64 4.17.7-100.fc27 less.x86_64 487-5.fc27 libatomic_ops.x86_64 7.4.6-3.fc27 libedit.x86_64 3.1-20.20170329cvs.fc27 libgomp.x86_64 7.3.1-5.fc27 libmpc.x86_64 1.0.2-8.fc27 libstdc++.x86_64 7.3.1-5.fc27 libtool-ltdl.x86_64 2.4.6-20.fc27 openssh.x86_64 7.6p1-5.fc27 openssh-clients.x86_64 7.6p1-5.fc27 perl-Carp.noarch 1.42-395.fc27 perl-Encode.x86_64 4:2.94-16.fc27 perl-Errno.x86_64 1.28-406.fc27 perl-Error.noarch 1:0.17025-1.fc27 perl-Exporter.noarch 5.72-395.fc27 perl-File-Path.noarch 2.15-1.fc27 perl-File-Temp.noarch 0.230.600-1.fc27 perl-Getopt-Long.noarch 1:2.50-3.fc27 perl-Git.noarch 2.14.4-1.fc27 perl-HTTP-Tiny.noarch 0.070-394.fc27 perl-IO.x86_64 1.38-406.fc27 perl-MIME-Base64.x86_64 3.15-395.fc27 perl-PathTools.x86_64 3.74-1.fc27 perl-Pod-Escapes.noarch 1:1.07-394.fc27 perl-Pod-Perldoc.noarch 3.28-395.fc27 perl-Pod-Simple.noarch 1:3.35-394.fc27 perl-Pod-Usage.noarch 4:1.69-394.fc27 perl-Scalar-List-Utils.x86_64 3:1.48-1.fc27 perl-Socket.x86_64 4:2.027-1.fc27 perl-Storable.x86_64 1:3.11-2.fc27 perl-Term-ANSIColor.noarch 4.06-395.fc27 perl-Term-Cap.noarch 1.17-394.fc27 perl-TermReadKey.x86_64 2.37-5.fc27 perl-Text-ParseWords.noarch 3.30-394.fc27 perl-Text-Tabs+Wrap.noarch 2013.0523-394.fc27 perl-Time-Local.noarch 1:1.280-1.fc27 perl-Unicode-Normalize.x86_64 1.25-395.fc27 perl-constant.noarch 1.33-395.fc27 perl-interpreter.x86_64 4:5.26.2-406.fc27 perl-libs.x86_64 4:5.26.2-406.fc27 perl-macros.x86_64 4:5.26.2-406.fc27 perl-parent.noarch 1:0.236-394.fc27 perl-podlators.noarch 4.09-395.fc27 perl-threads.x86_64 1:2.21-1.fc27 perl-threads-shared.x86_64 1.58-1.fc27 Upgraded: glibc.x86_64 2.26-28.fc27 glibc-common.x86_64 2.26-28.fc27 glibc-langpack-en.x86_64 2.26-28.fc27 libcrypt-nss.x86_64 2.26-28.fc27 Complete! 18 files removed ---> 23feff5b1edf Removing intermediate container c5e5222fd42f Step 5/9 : ENV GIMME_GO_VERSION 1.9.2 ---> Running in ba66efeddf34 ---> 4770990ed1fc Removing intermediate container ba66efeddf34 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 bbab7026065a  ---> 0aaacf980e26 Removing intermediate container bbab7026065a Step 7/9 : ENV GOPATH "/go" GOBIN "/usr/bin" ---> Running in e71911a96a4b ---> 894fa40f5dab Removing intermediate container e71911a96a4b Step 8/9 : RUN mkdir -p /go && source /etc/profile.d/gimme.sh && go get github.com/masterzen/winrm-cli ---> Running in 439480a9f541  go version go1.9.2 linux/amd64  ---> 0b5a3650fce1 Removing intermediate container 439480a9f541 Step 9/9 : LABEL "kubevirt-functional-tests-windows2016-release0" '' "winrmcli" '' ---> Running in 9650670da01a ---> 50542a28d0c5 Removing intermediate container 9650670da01a Successfully built 50542a28d0c5 hack/build-docker.sh push The push refers to a repository [localhost:32930/kubevirt/virt-controller] 4035f8776729: Preparing 7f637dc7bd6d: Preparing 39bae602f753: Preparing 7f637dc7bd6d: Pushed 4035f8776729: Pushed 39bae602f753: Pushed devel: digest: sha256:ac1f73b654d5d62e2d02fdc27ed6c9548f955ea2877353b44d1765d817db4367 size: 948 The push refers to a repository [localhost:32930/kubevirt/virt-launcher] 37cf0602f2e0: Preparing e96854b8c644: Preparing e7c01a39bc67: Preparing b4c2db0b9b2a: Preparing 7e8a7bb18238: Preparing 9e20b26113ea: Preparing a1a99db27cd1: Preparing ec5be2616f4d: Preparing ffcfbc9458ac: Preparing 68e0ce966da1: Preparing 39bae602f753: Preparing ec5be2616f4d: Waiting 9e20b26113ea: Waiting a1a99db27cd1: Waiting e96854b8c644: Pushed 37cf0602f2e0: Pushed e7c01a39bc67: Pushed 9e20b26113ea: Pushed a1a99db27cd1: Pushed ec5be2616f4d: Pushed 39bae602f753: Mounted from kubevirt/virt-controller ffcfbc9458ac: Pushed 7e8a7bb18238: Pushed b4c2db0b9b2a: Pushed 68e0ce966da1: Pushed devel: digest: sha256:e39df69737859a8b92e5cf881a1b95c939d5e15c1f187bfeb099242153767ce8 size: 2617 The push refers to a repository [localhost:32930/kubevirt/virt-handler] ad47b007487f: Preparing 39bae602f753: Preparing 39bae602f753: Mounted from kubevirt/virt-launcher ad47b007487f: Pushed devel: digest: sha256:f1a13abf60f551393c621f0de89defe61f6411624c9c7c09185b5bfd5ff84eea size: 740 The push refers to a repository [localhost:32930/kubevirt/virt-api] 338b4ea882da: Preparing 93bf05fa611b: Preparing 39bae602f753: Preparing 39bae602f753: Mounted from kubevirt/virt-handler 93bf05fa611b: Pushed 338b4ea882da: Pushed devel: digest: sha256:9fb66a6130ff9638ca0d19cf18e0afd116d0cd88cf5da5de40ac94427dcd7e53 size: 948 The push refers to a repository [localhost:32930/kubevirt/disks-images-provider] 6b28f682fe68: Preparing 60fe073622c0: Preparing 39bae602f753: Preparing 39bae602f753: Mounted from kubevirt/virt-api 6b28f682fe68: Pushed 60fe073622c0: Pushed devel: digest: sha256:9b13eb852135f0b89da3b1f8fa235814c65017fd38cad94b268891bc0d19786f size: 948 The push refers to a repository [localhost:32930/kubevirt/vm-killer] e8d99376fb84: Preparing 39bae602f753: Preparing 39bae602f753: Mounted from kubevirt/disks-images-provider e8d99376fb84: Pushed devel: digest: sha256:88fe172eb456231a2bf3bbb5632d0ebc25d64af618ab843e8d6be4467923f953 size: 740 The push refers to a repository [localhost:32930/kubevirt/registry-disk-v1alpha] c66b9a220e25: Preparing 4662bbc21c2d: Preparing 25edbec0eaea: Preparing c66b9a220e25: Pushed 4662bbc21c2d: Pushed 25edbec0eaea: Pushed devel: digest: sha256:2cf20d730b85e6b2b8f9ad90ac43696185e4943ef912d6554a0a35652f332f0e size: 948 The push refers to a repository [localhost:32930/kubevirt/cirros-registry-disk-demo] aa0f4fd12312: Preparing c66b9a220e25: Preparing 4662bbc21c2d: Preparing 25edbec0eaea: Preparing 25edbec0eaea: Mounted from kubevirt/registry-disk-v1alpha c66b9a220e25: Mounted from kubevirt/registry-disk-v1alpha 4662bbc21c2d: Mounted from kubevirt/registry-disk-v1alpha aa0f4fd12312: Pushed devel: digest: sha256:f51c0a43b65d10a93bc839ccf1c1ab8b0f9479f2c7f36041cb6cbb3569c784eb size: 1160 The push refers to a repository [localhost:32930/kubevirt/fedora-cloud-registry-disk-demo] 60074fafd7c2: Preparing c66b9a220e25: Preparing 4662bbc21c2d: Preparing 25edbec0eaea: Preparing 25edbec0eaea: Mounted from kubevirt/cirros-registry-disk-demo 4662bbc21c2d: Mounted from kubevirt/cirros-registry-disk-demo c66b9a220e25: Mounted from kubevirt/cirros-registry-disk-demo 60074fafd7c2: Pushed devel: digest: sha256:cb3a19b4a1eb3061d693d48282dd388763d5e81deb12776200648a56f21733ed size: 1161 The push refers to a repository [localhost:32930/kubevirt/alpine-registry-disk-demo] c419637b3f18: Preparing c66b9a220e25: Preparing 4662bbc21c2d: Preparing 25edbec0eaea: Preparing 25edbec0eaea: Mounted from kubevirt/fedora-cloud-registry-disk-demo 4662bbc21c2d: Mounted from kubevirt/fedora-cloud-registry-disk-demo c66b9a220e25: Mounted from kubevirt/fedora-cloud-registry-disk-demo c419637b3f18: Pushed devel: digest: sha256:2c787e1fe571b7fb7020c865281a6583f068b7cbb7d2bce7a2e2a325d02a655c size: 1160 The push refers to a repository [localhost:32930/kubevirt/subresource-access-test] 48836bcb9851: Preparing 70fc0e618e2d: Preparing 39bae602f753: Preparing 39bae602f753: Mounted from kubevirt/vm-killer 70fc0e618e2d: Pushed 48836bcb9851: Pushed devel: digest: sha256:ea30b8f435e676c0cdba6c784022be50e98a36a573e2691ba4545437119e5e5b size: 948 The push refers to a repository [localhost:32930/kubevirt/winrmcli] e874f7647382: Preparing 2b23514ed94b: Preparing 479fc5763b8f: Preparing 39bae602f753: Preparing 39bae602f753: Mounted from kubevirt/subresource-access-test e874f7647382: Pushed 479fc5763b8f: Pushed 2b23514ed94b: Pushed devel: digest: sha256:5e0831b2ba38ea5d0c8772501edd3639283159e3b1959549346525b7a734316d size: 1165 make[1]: Leaving directory `/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/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-windows2016-release@2/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/_out/manifests ++ MANIFEST_TEMPLATES_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/_out/templates/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/_out/client-python ++ KUBEVIRT_PROVIDER=k8s-1.10.3 ++ KUBEVIRT_PROVIDER=k8s-1.10.3 ++ KUBEVIRT_NUM_NODES=2 ++ KUBEVIRT_NUM_NODES=2 ++ '[' -z kubevirt-functional-tests-windows2016-release ']' ++ provider_prefix=kubevirt-functional-tests-windows2016-release0 ++ job_prefix=kubevirt-functional-tests-windows2016-release0 +++ kubevirt_version +++ '[' -n '' ']' +++ '[' -d /var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/.git ']' ++++ git describe --always --tags +++ echo v0.6.2-4-g92555d0 ++ KUBEVIRT_VERSION=v0.6.2-4-g92555d0 + source cluster/k8s-1.10.3/provider.sh ++ set -e ++ image=k8s-1.10.3@sha256:d6290260e7e6b84419984f12719cf592ccbe327373b8df76aa0481f8ec01d357 ++ source cluster/ephemeral-provider-common.sh +++ set -e +++ _cli='docker run --privileged --net=host --rm -v /var/run/docker.sock:/var/run/docker.sock kubevirtci/gocli@sha256:aa7f295a7908fa333ab5e98ef3af0bfafbabfd3cee2b83f9af47f722e3000f6a' + source hack/config.sh ++ unset binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig manifest_docker_prefix namespace ++ KUBEVIRT_PROVIDER=k8s-1.10.3 ++ KUBEVIRT_PROVIDER=k8s-1.10.3 ++ source hack/config-default.sh source hack/config-k8s-1.10.3.sh +++ binaries='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virtctl cmd/fake-qemu-process cmd/virt-api cmd/subresource-access-test' +++ 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' +++ docker_prefix=kubevirt +++ docker_tag=latest +++ master_ip=192.168.200.2 +++ network_provider=flannel +++ kubeconfig=cluster/vagrant/.kubeconfig +++ namespace=kube-system ++ test -f hack/config-provider-k8s-1.10.3.sh ++ source hack/config-provider-k8s-1.10.3.sh +++ master_ip=127.0.0.1 +++ docker_tag=devel +++ kubeconfig=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/cluster/k8s-1.10.3/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/cluster/k8s-1.10.3/.kubectl +++ docker_prefix=localhost:32930/kubevirt +++ manifest_docker_prefix=registry:5000/kubevirt ++ test -f hack/config-local.sh ++ export binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig namespace + echo 'Cleaning up ...' Cleaning up ... + cluster/kubectl.sh get vmis --all-namespaces -o=custom-columns=NAME:.metadata.name,NAMESPACE:.metadata.namespace,FINALIZERS:.metadata.finalizers --no-headers + grep foregroundDeleteVirtualMachine + read p error: the server doesn't have a resource type "vmis" + _kubectl delete ds -l kubevirt.io -n kube-system --cascade=false --grace-period 0 No resources found + _kubectl delete pods -n kube-system -l=kubevirt.io=libvirt --force --grace-period 0 No resources found + _kubectl delete pods -n kube-system -l=kubevirt.io=virt-handler --force --grace-period 0 No resources found + namespaces=(default ${namespace}) + for i in '${namespaces[@]}' + _kubectl -n default delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete apiservices -l kubevirt.io No resources found + _kubectl -n default delete deployment -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete deployment -l kubevirt.io No resources found + _kubectl -n default delete rs -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete rs -l kubevirt.io No resources found + _kubectl -n default delete services -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete services -l kubevirt.io No resources found + _kubectl -n default delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete apiservices -l kubevirt.io No resources found + _kubectl -n default delete validatingwebhookconfiguration -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete validatingwebhookconfiguration -l kubevirt.io No resources found + _kubectl -n default delete secrets -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete secrets -l kubevirt.io No resources found + _kubectl -n default delete pv -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete pv -l kubevirt.io No resources found + _kubectl -n default delete pvc -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete pvc -l kubevirt.io No resources found + _kubectl -n default delete ds -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete ds -l kubevirt.io No resources found + _kubectl -n default delete customresourcedefinitions -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete customresourcedefinitions -l kubevirt.io No resources found + _kubectl -n default delete pods -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete pods -l kubevirt.io No resources found + _kubectl -n default delete clusterrolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete clusterrolebinding -l kubevirt.io No resources found + _kubectl -n default delete rolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete rolebinding -l kubevirt.io No resources found + _kubectl -n default delete roles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete roles -l kubevirt.io No resources found + _kubectl -n default delete clusterroles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete clusterroles -l kubevirt.io No resources found + _kubectl -n default delete serviceaccounts -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete serviceaccounts -l kubevirt.io No resources found ++ _kubectl -n default get crd offlinevirtualmachines.kubevirt.io ++ export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig ++ KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig ++ cluster/k8s-1.10.3/.kubectl -n default get crd offlinevirtualmachines.kubevirt.io ++ wc -l Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "offlinevirtualmachines.kubevirt.io" not found + '[' 0 -gt 0 ']' + for i in '${namespaces[@]}' + _kubectl -n kube-system delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete apiservices -l kubevirt.io No resources found + _kubectl -n kube-system delete deployment -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete deployment -l kubevirt.io No resources found + _kubectl -n kube-system delete rs -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete rs -l kubevirt.io No resources found + _kubectl -n kube-system delete services -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete services -l kubevirt.io No resources found + _kubectl -n kube-system delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete apiservices -l kubevirt.io No resources found + _kubectl -n kube-system delete validatingwebhookconfiguration -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete validatingwebhookconfiguration -l kubevirt.io No resources found + _kubectl -n kube-system delete secrets -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete secrets -l kubevirt.io No resources found + _kubectl -n kube-system delete pv -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete pv -l kubevirt.io No resources found + _kubectl -n kube-system delete pvc -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete pvc -l kubevirt.io No resources found + _kubectl -n kube-system delete ds -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete ds -l kubevirt.io No resources found + _kubectl -n kube-system delete customresourcedefinitions -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete customresourcedefinitions -l kubevirt.io No resources found + _kubectl -n kube-system delete pods -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete pods -l kubevirt.io No resources found + _kubectl -n kube-system delete clusterrolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete clusterrolebinding -l kubevirt.io No resources found + _kubectl -n kube-system delete rolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete rolebinding -l kubevirt.io No resources found + _kubectl -n kube-system delete roles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete roles -l kubevirt.io No resources found + _kubectl -n kube-system delete clusterroles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete clusterroles -l kubevirt.io No resources found + _kubectl -n kube-system delete serviceaccounts -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete serviceaccounts -l kubevirt.io No resources found ++ _kubectl -n kube-system get crd offlinevirtualmachines.kubevirt.io ++ export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig ++ KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig ++ wc -l ++ cluster/k8s-1.10.3/.kubectl -n kube-system get crd offlinevirtualmachines.kubevirt.io Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "offlinevirtualmachines.kubevirt.io" not found + '[' 0 -gt 0 ']' + sleep 2 + echo Done Done ./cluster/deploy.sh + source hack/common.sh ++++ dirname 'hack/common.sh[0]' +++ cd hack/../ +++ pwd ++ KUBEVIRT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/_out/manifests ++ MANIFEST_TEMPLATES_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/_out/templates/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/_out/client-python ++ KUBEVIRT_PROVIDER=k8s-1.10.3 ++ KUBEVIRT_PROVIDER=k8s-1.10.3 ++ KUBEVIRT_NUM_NODES=2 ++ KUBEVIRT_NUM_NODES=2 ++ '[' -z kubevirt-functional-tests-windows2016-release ']' ++ provider_prefix=kubevirt-functional-tests-windows2016-release0 ++ job_prefix=kubevirt-functional-tests-windows2016-release0 +++ kubevirt_version +++ '[' -n '' ']' +++ '[' -d /var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/.git ']' ++++ git describe --always --tags +++ echo v0.6.2-4-g92555d0 ++ KUBEVIRT_VERSION=v0.6.2-4-g92555d0 + source cluster/k8s-1.10.3/provider.sh ++ set -e ++ image=k8s-1.10.3@sha256:d6290260e7e6b84419984f12719cf592ccbe327373b8df76aa0481f8ec01d357 ++ source cluster/ephemeral-provider-common.sh +++ set -e +++ _cli='docker run --privileged --net=host --rm -v /var/run/docker.sock:/var/run/docker.sock kubevirtci/gocli@sha256:aa7f295a7908fa333ab5e98ef3af0bfafbabfd3cee2b83f9af47f722e3000f6a' + source hack/config.sh ++ unset binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig manifest_docker_prefix namespace ++ KUBEVIRT_PROVIDER=k8s-1.10.3 ++ KUBEVIRT_PROVIDER=k8s-1.10.3 ++ source hack/config-default.sh source hack/config-k8s-1.10.3.sh +++ binaries='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virtctl cmd/fake-qemu-process cmd/virt-api cmd/subresource-access-test' +++ 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' +++ docker_prefix=kubevirt +++ docker_tag=latest +++ master_ip=192.168.200.2 +++ network_provider=flannel +++ kubeconfig=cluster/vagrant/.kubeconfig +++ namespace=kube-system ++ test -f hack/config-provider-k8s-1.10.3.sh ++ source hack/config-provider-k8s-1.10.3.sh +++ master_ip=127.0.0.1 +++ docker_tag=devel +++ kubeconfig=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/cluster/k8s-1.10.3/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/cluster/k8s-1.10.3/.kubectl +++ docker_prefix=localhost:32930/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 windows2016-release ]] + [[ windows2016-release =~ .*-dev ]] + [[ windows2016-release =~ .*-release ]] + for manifest in '${MANIFESTS_OUT_DIR}/release/*' + [[ /var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/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-windows2016-release@2/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml =~ .*demo.* ]] + _kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/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-windows2016-release@2/go/src/kubevirt.io/kubevirt/_out/manifests/testing -R + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt/_out/manifests/testing -R persistentvolumeclaim "disk-alpine" created persistentvolume "host-path-disk-alpine" created persistentvolumeclaim "disk-custom" created persistentvolume "host-path-disk-custom" created daemonset.extensions "disks-images-provider" created serviceaccount "kubevirt-testing" created clusterrolebinding.rbac.authorization.k8s.io "kubevirt-testing-cluster-admin" created + [[ k8s-1.10.3 =~ os-3.9.0.* ]] + 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-644d64c48d-7l7xv 0/1 ContainerCreating 0 2s virt-api-644d64c48d-l6mbx 0/1 ContainerCreating 0 2s virt-controller-669fd756d6-h8pjn 0/1 ContainerCreating 0 3s virt-controller-669fd756d6-wsx4f 0/1 ContainerCreating 0 2s virt-handler-6dxg2 0/1 ContainerCreating 0 2s virt-handler-6tr9k 0/1 ContainerCreating 0 3s' ']' + echo 'Waiting for kubevirt pods to enter the Running state ...' Waiting for kubevirt pods to enter the Running state ... + kubectl get pods -n kube-system --no-headers + cluster/kubectl.sh get pods -n kube-system --no-headers + grep -v Running disks-images-provider-4xk8j 0/1 Pending 0 1s disks-images-provider-8m4fr 0/1 ContainerCreating 0 1s virt-api-644d64c48d-7l7xv 0/1 ContainerCreating 0 3s virt-api-644d64c48d-l6mbx 0/1 ContainerCreating 0 3s virt-controller-669fd756d6-h8pjn 0/1 ContainerCreating 0 4s virt-controller-669fd756d6-wsx4f 0/1 ContainerCreating 0 3s virt-handler-6dxg2 0/1 ContainerCreating 0 3s virt-handler-6tr9k 0/1 ContainerCreating 0 4s + sleep 30 + current_time=30 + '[' 30 -gt 300 ']' ++ kubectl get pods -n kube-system --no-headers ++ grep -v Running ++ cluster/kubectl.sh get pods -n kube-system --no-headers + '[' -n '' ']' + current_time=0 ++ kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ grep false + '[' -n false ']' + echo 'Waiting for KubeVirt containers to become ready ...' Waiting for KubeVirt containers to become ready ... + kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers + cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers + grep false + true + sleep 30 + current_time=30 + '[' 30 -gt 300 ']' ++ kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ grep false + '[' -n '' ']' + kubectl get pods -n kube-system + cluster/kubectl.sh get pods -n kube-system NAME READY STATUS RESTARTS AGE disks-images-provider-4xk8j 1/1 Running 0 1m disks-images-provider-8m4fr 1/1 Running 0 1m etcd-node01 1/1 Running 0 34m kube-apiserver-node01 1/1 Running 0 35m kube-controller-manager-node01 1/1 Running 0 35m kube-dns-86f4d74b45-f4ff4 3/3 Running 0 35m kube-flannel-ds-fswgm 1/1 Running 0 35m kube-flannel-ds-qlhmc 1/1 Running 0 35m kube-proxy-7tkkw 1/1 Running 0 35m kube-proxy-8hwnx 1/1 Running 0 35m kube-scheduler-node01 1/1 Running 0 34m virt-api-644d64c48d-7l7xv 1/1 Running 1 1m virt-api-644d64c48d-l6mbx 1/1 Running 0 1m virt-controller-669fd756d6-h8pjn 1/1 Running 0 1m virt-controller-669fd756d6-wsx4f 1/1 Running 0 1m virt-handler-6dxg2 1/1 Running 0 1m virt-handler-6tr9k 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 ++ cluster/kubectl.sh get pods -n default '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ grep false + '[' -n '' ']' + kubectl get pods -n default + cluster/kubectl.sh get pods -n default No resources found. + kubectl version + cluster/kubectl.sh version Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.3", GitCommit:"2bba0127d85d5a46ab4b778548be28623b32d0b0", GitTreeState:"clean", BuildDate:"2018-05-21T09:17:39Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.3", GitCommit:"2bba0127d85d5a46ab4b778548be28623b32d0b0", GitTreeState:"clean", BuildDate:"2018-05-21T09:05:37Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"} + ginko_params='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/junit.xml' + [[ -d /home/nfs/images/windows2016 ]] + [[ windows2016-release =~ windows.* ]] + kubectl create -f - + cluster/kubectl.sh create -f - persistentvolume "disk-windows" created + ginko_params='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/junit.xml --ginkgo.focus=Windows' + FUNC_TEST_ARGS='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/junit.xml --ginkgo.focus=Windows' + make functest hack/dockerized "hack/build-func-tests.sh" sha256:0bec083f1c9e66baa107940ad909778a562a54db14b6a64ab117f1897e0697dd 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: 1532620537 Will run 6 of 129 specs • [SLOW TEST:18.510 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 should succeed to start a vmi /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:132 ------------------------------ • [SLOW TEST:18.409 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 should succeed to stop a running vmi /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:138 ------------------------------ • [SLOW TEST:202.226 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with winrm connection /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:149 should have correct UUID /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:191 ------------------------------ • [SLOW TEST:202.023 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with winrm connection /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:149 should have pod IP /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:207 ------------------------------ • [SLOW TEST:21.394 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with kubectl command /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:225 should succeed to start a vmi /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:241 ------------------------------ • [SLOW TEST:21.992 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with kubectl command /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:225 should succeed to stop a vmi /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:249 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 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 ... Ran 6 of 129 Specs in 492.677 seconds SUCCESS! -- 6 Passed | 0 Failed | 0 Pending | 123 Skipped PASS + make cluster-down ./cluster/down.sh