+ 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 + make cluster-down ./cluster/down.sh + make cluster-up ./cluster/up.sh Downloading ....... Downloading ....... Downloading ....... 2018/06/26 11:13:29 Waiting for host: 192.168.66.101:22 2018/06/26 11:13:32 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/06/26 11:13:44 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 32.504874 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:8ed2085a4d7a9ef2034692095d672fd022418ff42b084f512f45ea92b7dafa16 + 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/06/26 11:14:32 Waiting for host: 192.168.66.102:22 2018/06/26 11:14:35 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/06/26 11:14:43 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/06/26 11:14:48 Connected to tcp://192.168.66.102:22 + kubeadm join --token abcdef.1234567890123456 192.168.66.101:6443 --ignore-preflight-errors=all --discovery-token-unsafe-skip-ca-verification=true [preflight] Running pre-flight checks. [discovery] Trying to connect to API Server "192.168.66.101:6443" [WARNING FileExisting-crictl]: crictl not found in system path Suggestion: go get github.com/kubernetes-incubator/cri-tools/cmd/crictl [discovery] Created cluster-info discovery client, requesting info from "https://192.168.66.101:6443" [discovery] Cluster info signature and contents are valid and no TLS pinning was specified, will use API Server "192.168.66.101:6443" [discovery] Successfully established connection with API Server "192.168.66.101:6443" This node has joined the cluster: * Certificate signing request was sent to master and a response was received. * The Kubelet was informed of the new secure connection details. Run 'kubectl get nodes' on the master to see this node join the cluster. Sending file modes: C0755 39588992 kubectl Sending file modes: C0600 5450 admin.conf Cluster "kubernetes" set. Cluster "kubernetes" set. ++ kubectl get nodes --no-headers ++ cluster/kubectl.sh get nodes --no-headers ++ grep -v Ready + '[' -n '' ']' + echo 'Nodes are ready:' Nodes are ready: + kubectl get nodes + cluster/kubectl.sh get nodes NAME STATUS ROLES AGE VERSION node01 Ready master 48s v1.10.3 node02 Ready 17s v1.10.3 + make cluster-sync ./cluster/build.sh Building ... Untagged: localhost:38741/kubevirt/virt-controller:devel Untagged: localhost:38741/kubevirt/virt-controller@sha256:829a2fbc5668e81c2fa66516b1551575399dd896a8a9034bec11a0c01d833abe Deleted: sha256:70572291c9d4be2d0f990db4d4239bafbe10388b5fd772863ea1bc284bdca949 Deleted: sha256:11a2ba0c1dc7c015b44cc707c25a97d27958e35f0aa3502da31692490366f90d Deleted: sha256:c84a678589d723267500e8b77c560cace1f289e225b2a10712b2f990bd27f973 Deleted: sha256:4e56bfc1c01fb93b1ad0e28ed9eac5427551adeb66768e7b58a129a82a751e3b Untagged: localhost:38741/kubevirt/virt-launcher:devel Untagged: localhost:38741/kubevirt/virt-launcher@sha256:a9e1aa133dd2a2f82cf76850c1498976b908610948a6a32d9c07dce3c004f2b3 Deleted: sha256:2207bb4d2b5ec01ae7310e0219abc2ef13cd2a6e943b35ef20ef00205a4219f1 Deleted: sha256:ebf03929ae78d8a461e040dec3941ca6825c7020cf40ebb81204c76b2657187b Deleted: sha256:6dc294313b243b04d8e7a27cfbd902855ef8550a881649ed3882c50259cfb759 Deleted: sha256:37b772b6fe385046a1a319dd2d768f13dc2474b914cd794f836b885c041faa1a Deleted: sha256:44ad944cd167fb9a8175883d36f73ae01365b3e3676a55b8f1737b71ad861293 Deleted: sha256:7b39baa667223e839b62f699a623792a83b24eec276b337970aacca685439c0e Deleted: sha256:1daae4276ca807ec8be3ec00e5bf0a10994bd77de928745b6eff23c5aad0bdf9 Deleted: sha256:61ce67e45052519858788c33dae71e3d2c335ecd7a3ba7698519f100e315ad0d Deleted: sha256:6492e5cbfd9c88730876c75a80f625bcb286b902289a9e1d3493819da6d06e93 Deleted: sha256:e208a0e160d91ccc0aec23493c850a0c73a1e256811a70d03302a8ca11075869 Deleted: sha256:ad9c5de3bca1e93e6afe9b2290688e52865526154936bcce34640712a24d1c69 Deleted: sha256:f79f20bb9496c630980b5eb11cbf2bf890b3ab14d0d1c64df30605ae3bc8d949 Untagged: localhost:38741/kubevirt/virt-handler:devel Untagged: localhost:38741/kubevirt/virt-handler@sha256:9b820e0dc5f6843c33e8552d94b624361fd9f8924ffc1e4d9bd1fe2bb70dbcce Deleted: sha256:02ba1cbcde9d91f5dc0f5fb9f5bbd5247ef6d0af24df801eaeef43d834351ed0 Deleted: sha256:4c192cc4c79ddca86dbda586c6bcdbd4e578770e73e089d911ac54ca2e611f47 Deleted: sha256:cc97afd750257dbcf30fba61f072659a11f0167b6d6bb6b52fb8606b9f1fb936 Deleted: sha256:331d90fe59d05fbacf0cacbde59f385368dcc40f6444b66e39ee05ebd50174a2 Untagged: localhost:38741/kubevirt/virt-api:devel Untagged: localhost:38741/kubevirt/virt-api@sha256:42a2f777d98590fcdf06be87f022203e200f8d0081ecebe174189ce2936fbf6e Deleted: sha256:0c57917c7281f7add76341838f311e3032259ef7db98648b64499ac25f313885 Deleted: sha256:57c2b0bdb4d373271d191ded61e16f33baaba8e2fb5f3f1d5a73a07e81a94d15 Deleted: sha256:426310e9fd36ebf072f5763eb7bc57d5d442e22f4413ba5bffc8ca025926cde0 Deleted: sha256:a3ce48b5311ed13aeea88f1627e110227c90ca5b702190a2d4426c7903d1b429 Untagged: localhost:38741/kubevirt/subresource-access-test:devel Untagged: localhost:38741/kubevirt/subresource-access-test@sha256:7d4c101d1c6f7e53af6df71cc9639ba68fc17b328353268604fbc21b632e8c81 Deleted: sha256:300abe9d11f05bce35dd2d90ffab74e264c72eb7682e4c18d58aa57fede98197 Deleted: sha256:7463e365b994bf2623bb7c75d4f2791c835663f694fea92ae4195782ab4b9163 Deleted: sha256:6f8e0caebef6ee01eac768ef8b0b6acda154e4e2784a950a62b38f74988c384f Deleted: sha256:179375b98b767d3dc8c4676ba0d72ea48877d8ad22fe6e671e4e285cba760239 sha256:39af1d88f1271ab34b0c660d8913bea17f8df8ebc41af4f54a0620fe11defcc6 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:39af1d88f1271ab34b0c660d8913bea17f8df8ebc41af4f54a0620fe11defcc6 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.14 MB Step 1/8 : FROM fedora:27 ---> 9110ae7f579f Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> b0110ac54e8d Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-controller ---> Using cache ---> ccd49c19cf6c Step 4/8 : WORKDIR /home/virt-controller ---> Using cache ---> 75dc311c8fb2 Step 5/8 : USER 1001 ---> Using cache ---> 698bd8b43680 Step 6/8 : COPY virt-controller /virt-controller ---> c18d32fdd2dd Removing intermediate container 77eadf8b455f Step 7/8 : ENTRYPOINT /virt-controller ---> Running in 1f9557761aee ---> 5489ab4cbdff Removing intermediate container 1f9557761aee Step 8/8 : LABEL "kubevirt-functional-tests-windows2016-release1" '' "virt-controller" '' ---> Running in dd200dc82434 ---> 90c915cde560 Removing intermediate container dd200dc82434 Successfully built 90c915cde560 Sending build context to Docker daemon 38.08 MB Step 1/14 : FROM kubevirt/libvirt:3.7.0 ---> 60c80c8f7523 Step 2/14 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 0a530d8cad4e Step 3/14 : 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 ---> Using cache ---> d9efcdeb20bf Step 4/14 : COPY sock-connector /sock-connector ---> Using cache ---> 929dfaf3db96 Step 5/14 : COPY sh.sh /sh.sh ---> Using cache ---> d5002fc25dc4 Step 6/14 : COPY virt-launcher /virt-launcher ---> bf7dad0a4e91 Removing intermediate container f6136e40d983 Step 7/14 : COPY kubevirt-sudo /etc/sudoers.d/kubevirt ---> d704d3dfa861 Removing intermediate container 4d089507217f Step 8/14 : RUN chmod 0640 /etc/sudoers.d/kubevirt ---> Running in 7c2d2d625075  ---> ef6a5e12ad1b Removing intermediate container 7c2d2d625075 Step 9/14 : RUN rm -f /libvirtd.sh ---> Running in a70f2cbcbf00  ---> cdb20679373f Removing intermediate container a70f2cbcbf00 Step 10/14 : COPY libvirtd.sh /libvirtd.sh ---> 16403c9cbe9b Removing intermediate container 7f9a17039327 Step 11/14 : RUN chmod a+x /libvirtd.sh ---> Running in 09eca2c3ad57  ---> 5af7912bdc3e Removing intermediate container 09eca2c3ad57 Step 12/14 : COPY entrypoint.sh /entrypoint.sh ---> ad9d3d55645e Removing intermediate container 74dfdc8da746 Step 13/14 : ENTRYPOINT /entrypoint.sh ---> Running in 7009b2a5be68 ---> 9489f0d6f446 Removing intermediate container 7009b2a5be68 Step 14/14 : LABEL "kubevirt-functional-tests-windows2016-release1" '' "virt-launcher" '' ---> Running in 8fbfe036784f ---> f41ff531491f Removing intermediate container 8fbfe036784f Successfully built f41ff531491f Sending build context to Docker daemon 36.7 MB Step 1/5 : FROM fedora:27 ---> 9110ae7f579f Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> b0110ac54e8d Step 3/5 : COPY virt-handler /virt-handler ---> adea5d736d28 Removing intermediate container f7d26ca27dc9 Step 4/5 : ENTRYPOINT /virt-handler ---> Running in d7af4441b47f ---> 2734a11bbd38 Removing intermediate container d7af4441b47f Step 5/5 : LABEL "kubevirt-functional-tests-windows2016-release1" '' "virt-handler" '' ---> Running in 1bab37baf7ec ---> ff0520aafc5d Removing intermediate container 1bab37baf7ec Successfully built ff0520aafc5d Sending build context to Docker daemon 36.86 MB Step 1/8 : FROM fedora:27 ---> 9110ae7f579f Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> b0110ac54e8d Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-api ---> Using cache ---> 4bf1b014ced0 Step 4/8 : WORKDIR /home/virt-api ---> Using cache ---> 2291af9afcbb Step 5/8 : USER 1001 ---> Using cache ---> 94008214adaa Step 6/8 : COPY virt-api /virt-api ---> 6c125d81adcf Removing intermediate container 2dd5ff8e934b Step 7/8 : ENTRYPOINT /virt-api ---> Running in 7acd643731e6 ---> 144edaa8c106 Removing intermediate container 7acd643731e6 Step 8/8 : LABEL "kubevirt-functional-tests-windows2016-release1" '' "virt-api" '' ---> Running in ed41e979f6e7 ---> 74bf9b2b6df2 Removing intermediate container ed41e979f6e7 Successfully built 74bf9b2b6df2 Sending build context to Docker daemon 6.656 kB Step 1/10 : FROM fedora:27 ---> 9110ae7f579f Step 2/10 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> b0110ac54e8d Step 3/10 : ENV container docker ---> Using cache ---> 09a0eb53efc4 Step 4/10 : RUN dnf -y install scsi-target-utils bzip2 e2fsprogs ---> Using cache ---> ec7fa13faf0e Step 5/10 : RUN mkdir -p /images ---> Using cache ---> eda3b84d1450 Step 6/10 : RUN curl http://dl-cdn.alpinelinux.org/alpine/v3.7/releases/x86_64/alpine-virt-3.7.0-x86_64.iso > /images/1-alpine.img ---> Using cache ---> c87921a2a927 Step 7/10 : ADD run-tgt.sh / ---> Using cache ---> 3fe7ebf8a604 Step 8/10 : EXPOSE 3260 ---> Using cache ---> 53d30acf30c6 Step 9/10 : CMD /run-tgt.sh ---> Using cache ---> cf16e6eb9867 Step 10/10 : LABEL "iscsi-demo-target-tgtd" '' "kubevirt-functional-tests-windows2016-release1" '' ---> Using cache ---> 13d46693c44b Successfully built 13d46693c44b 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 ---> b0110ac54e8d Step 3/5 : ENV container docker ---> Using cache ---> 09a0eb53efc4 Step 4/5 : RUN dnf -y install procps-ng nmap-ncat && dnf -y clean all ---> Using cache ---> b56a90c7fd64 Step 5/5 : LABEL "kubevirt-functional-tests-windows2016-release1" '' "vm-killer" '' ---> Using cache ---> 27e13b7de221 Successfully built 27e13b7de221 Sending build context to Docker daemon 5.12 kB Step 1/7 : FROM debian:sid ---> bcec0ae8107e Step 2/7 : MAINTAINER "David Vossel" \ ---> Using cache ---> 313c78fd9693 Step 3/7 : ENV container docker ---> Using cache ---> a0801069f3af 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 ---> 003548c7ad90 Step 5/7 : ADD entry-point.sh / ---> Using cache ---> cfb88c6b6cb0 Step 6/7 : CMD /entry-point.sh ---> Using cache ---> 791630a9414e Step 7/7 : LABEL "kubevirt-functional-tests-windows2016-release1" '' "registry-disk-v1alpha" '' ---> Using cache ---> d3512ce04253 Successfully built d3512ce04253 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:32786/kubevirt/registry-disk-v1alpha:devel ---> d3512ce04253 Step 2/4 : MAINTAINER "David Vossel" \ ---> Using cache ---> 50b53419fb23 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 ---> c2b80cfae916 Step 4/4 : LABEL "cirros-registry-disk-demo" '' "kubevirt-functional-tests-windows2016-release1" '' ---> Using cache ---> 0b8faabe8455 Successfully built 0b8faabe8455 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:32786/kubevirt/registry-disk-v1alpha:devel ---> d3512ce04253 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 686abb7b963d 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 ---> 5e35c2911a99 Step 4/4 : LABEL "fedora-cloud-registry-disk-demo" '' "kubevirt-functional-tests-windows2016-release1" '' ---> Using cache ---> 52cc8973b639 Successfully built 52cc8973b639 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:32786/kubevirt/registry-disk-v1alpha:devel ---> d3512ce04253 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 686abb7b963d 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 ---> a4a9d6fc5954 Step 4/4 : LABEL "alpine-registry-disk-demo" '' "kubevirt-functional-tests-windows2016-release1" '' ---> Using cache ---> 3da06a3b0729 Successfully built 3da06a3b0729 Sending build context to Docker daemon 33.97 MB Step 1/8 : FROM fedora:27 ---> 9110ae7f579f Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> b0110ac54e8d Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virtctl ---> Using cache ---> 1394197f657f Step 4/8 : WORKDIR /home/virtctl ---> Using cache ---> 6104617ebba9 Step 5/8 : USER 1001 ---> Using cache ---> fa0a18131006 Step 6/8 : COPY subresource-access-test /subresource-access-test ---> 6af56b32c7e0 Removing intermediate container b342b5ada4e4 Step 7/8 : ENTRYPOINT /subresource-access-test ---> Running in 2ff2ae0a6810 ---> 42b2d186b2ab Removing intermediate container 2ff2ae0a6810 Step 8/8 : LABEL "kubevirt-functional-tests-windows2016-release1" '' "subresource-access-test" '' ---> Running in b3ddaa0dbf8a ---> d81da1c8ad99 Removing intermediate container b3ddaa0dbf8a Successfully built d81da1c8ad99 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 ---> b0110ac54e8d Step 3/9 : ENV container docker ---> Using cache ---> 09a0eb53efc4 Step 4/9 : RUN dnf -y install make git gcc && dnf -y clean all ---> Using cache ---> d5c23db469cf Step 5/9 : ENV GIMME_GO_VERSION 1.9.2 ---> Using cache ---> 8e66c78dedc0 Step 6/9 : RUN mkdir -p /gimme && curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | HOME=/gimme bash >> /etc/profile.d/gimme.sh ---> Using cache ---> c95a7af438cb Step 7/9 : ENV GOPATH "/go" GOBIN "/usr/bin" ---> Using cache ---> d1bbb7a9fd1c Step 8/9 : RUN mkdir -p /go && source /etc/profile.d/gimme.sh && go get github.com/masterzen/winrm-cli ---> Using cache ---> 66ae1105f468 Step 9/9 : LABEL "kubevirt-functional-tests-windows2016-release1" '' "winrmcli" '' ---> Using cache ---> b4d8aeb87d1e Successfully built b4d8aeb87d1e hack/build-docker.sh push The push refers to a repository [localhost:32786/kubevirt/virt-controller] 5a293db1aa26: Preparing e8218823dc22: Preparing 39bae602f753: Preparing e8218823dc22: Pushed 5a293db1aa26: Pushed 39bae602f753: Pushed devel: digest: sha256:097ece4a806783632cca1e2e1b89af6c33b942c5d4fba3492d33939004bb8aab size: 948 The push refers to a repository [localhost:32786/kubevirt/virt-launcher] 9b445bbe9de9: Preparing 1646f7e9cce4: Preparing 1646f7e9cce4: Preparing a71a10569366: Preparing 02457c626316: Preparing d2c44a6b26d8: Preparing 38f22737ee17: Preparing 54be34ae881b: Preparing 0a2c53ad21cd: Preparing d232139a2650: Preparing 530cc55618cd: Preparing 34fa414dfdf6: Preparing a1359dc556dd: Preparing 490c7c373332: Preparing 4b440db36f72: Preparing 39bae602f753: Preparing d2c44a6b26d8: Waiting 38f22737ee17: Waiting d232139a2650: Waiting a1359dc556dd: Waiting 0a2c53ad21cd: Waiting 490c7c373332: Waiting 54be34ae881b: Waiting 34fa414dfdf6: Waiting 4b440db36f72: Waiting 39bae602f753: Waiting 02457c626316: Waiting 9b445bbe9de9: Pushed 1646f7e9cce4: Pushed a71a10569366: Pushed 02457c626316: Pushed d2c44a6b26d8: Pushed 54be34ae881b: Pushed 0a2c53ad21cd: Pushed 530cc55618cd: Pushed 34fa414dfdf6: Pushed a1359dc556dd: Pushed 490c7c373332: Pushed d232139a2650: Pushed 39bae602f753: Mounted from kubevirt/virt-controller 38f22737ee17: Pushed 4b440db36f72: Pushed devel: digest: sha256:af7e63fa243b5698ea3df4a34267ec820b01875c82b8e6f7b9e19f5b515a9075 size: 3653 The push refers to a repository [localhost:32786/kubevirt/virt-handler] 94cc5d18dddd: Preparing 39bae602f753: Preparing 39bae602f753: Mounted from kubevirt/virt-launcher 94cc5d18dddd: Pushed devel: digest: sha256:bab14533d9beabf87dfa3d508be72327556bbca7e3eab8cf2ad8ed59d9c1b514 size: 740 The push refers to a repository [localhost:32786/kubevirt/virt-api] baf18f33be98: Preparing fb95d38c6fbd: Preparing 39bae602f753: Preparing 39bae602f753: Mounted from kubevirt/virt-handler fb95d38c6fbd: Pushed baf18f33be98: Pushed devel: digest: sha256:c7e626d16a8ded01032196ff41ebdf2b85073eb2370ac94afe3c48b7292dfbc0 size: 948 The push refers to a repository [localhost:32786/kubevirt/iscsi-demo-target-tgtd] 7d5ffdb95845: Preparing 67dca7d6b2ae: Preparing 8f131c2efff0: Preparing 8ae9c002a00c: Preparing 39bae602f753: Preparing 39bae602f753: Waiting 8f131c2efff0: Pushed 7d5ffdb95845: Pushed 39bae602f753: Mounted from kubevirt/virt-api 67dca7d6b2ae: Pushed 8ae9c002a00c: Pushed devel: digest: sha256:37bdaf85e56f8f819b7a8fdf52b90b5ed06b089f35aa4420b99ad1859f5cc8f2 size: 1368 The push refers to a repository [localhost:32786/kubevirt/vm-killer] 54dfdb30c356: Preparing 39bae602f753: Preparing 39bae602f753: Mounted from kubevirt/iscsi-demo-target-tgtd 54dfdb30c356: Pushed devel: digest: sha256:c176be82b4330611864615de5b4b89b3a021af4342fc1864e3fb03be7e51850e size: 740 The push refers to a repository [localhost:32786/kubevirt/registry-disk-v1alpha] c6915653c205: Preparing fa58fb7b9535: Preparing 6709b2da72b8: Preparing c6915653c205: Pushed fa58fb7b9535: Pushed 6709b2da72b8: Pushed devel: digest: sha256:f8ee4b9ad7d7bf8021d71348489fb422123e97d4be783b0e86b9e98c84d16f7c size: 948 The push refers to a repository [localhost:32786/kubevirt/cirros-registry-disk-demo] 656669a21208: Preparing c6915653c205: Preparing fa58fb7b9535: Preparing 6709b2da72b8: Preparing c6915653c205: Mounted from kubevirt/registry-disk-v1alpha 6709b2da72b8: Mounted from kubevirt/registry-disk-v1alpha fa58fb7b9535: Mounted from kubevirt/registry-disk-v1alpha 656669a21208: Pushed devel: digest: sha256:cf60eba2bb77f5a5f03068136f817e122a8776060ac3b2f8e648df8762700e2c size: 1160 The push refers to a repository [localhost:32786/kubevirt/fedora-cloud-registry-disk-demo] 24c172ce803e: Preparing c6915653c205: Preparing fa58fb7b9535: Preparing 6709b2da72b8: Preparing fa58fb7b9535: Mounted from kubevirt/cirros-registry-disk-demo c6915653c205: Mounted from kubevirt/cirros-registry-disk-demo 6709b2da72b8: Mounted from kubevirt/cirros-registry-disk-demo hack/build-docker.sh: line 38: 26369 Terminated docker $target ${docker_prefix}/${BIN_NAME}:${docker_tag} make[1]: *** [publish] Error 1 make[1]: Leaving directory `/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release@2/go/src/kubevirt.io/kubevirt' make: *** [cluster-build] Error 2 + make cluster-down