+ export WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2 + WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2 + [[ k8s-1.10.4-release =~ openshift-.* ]] + export PROVIDER=k8s-1.9.3 + PROVIDER=k8s-1.9.3 + export VAGRANT_NUM_NODES=1 + VAGRANT_NUM_NODES=1 + 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 Unable to find image 'kubevirtci/cli@sha256:b0023d1863338ef04fa0b8a8ee5956ae08616200d89ffd2e230668ea3deeaff4' locally Trying to pull repository docker.io/kubevirtci/cli ... sha256:b0023d1863338ef04fa0b8a8ee5956ae08616200d89ffd2e230668ea3deeaff4: Pulling from docker.io/kubevirtci/cli a8ee583972c2: Already exists 9c0deba734ef: Pulling fs layer 54cd07a1b133: Pulling fs layer 54cd07a1b133: Verifying Checksum 54cd07a1b133: Download complete 9c0deba734ef: Verifying Checksum 9c0deba734ef: Download complete 9c0deba734ef: Pull complete 54cd07a1b133: Pull complete Digest: sha256:b0023d1863338ef04fa0b8a8ee5956ae08616200d89ffd2e230668ea3deeaff4 Status: Downloaded newer image for docker.io/kubevirtci/cli@sha256:b0023d1863338ef04fa0b8a8ee5956ae08616200d89ffd2e230668ea3deeaff4 + make cluster-up ./cluster/up.sh Unable to find image 'kubevirtci/k8s-1.9.3@sha256:f1506a8aebfb5b5fbf37cd8c9f060bc1f05db683fca15eb11f9fe9e9a58ec9e5' locally Trying to pull repository docker.io/kubevirtci/k8s-1.9.3 ... sha256:f1506a8aebfb5b5fbf37cd8c9f060bc1f05db683fca15eb11f9fe9e9a58ec9e5: Pulling from docker.io/kubevirtci/k8s-1.9.3 a8ee583972c2: Already exists dd50e5a4fc23: Already exists d867b8969b5b: Already exists bc770f22e8ac: Already exists d22f17305a59: Already exists 74c8d4bbaa28: Already exists a1be06ea19b0: Pulling fs layer ed612e323735: Pulling fs layer a1be06ea19b0: Verifying Checksum a1be06ea19b0: Download complete ed612e323735: Verifying Checksum ed612e323735: Download complete a1be06ea19b0: Pull complete ed612e323735: Pull complete Digest: sha256:f1506a8aebfb5b5fbf37cd8c9f060bc1f05db683fca15eb11f9fe9e9a58ec9e5 Status: Downloaded newer image for docker.io/kubevirtci/k8s-1.9.3@sha256:f1506a8aebfb5b5fbf37cd8c9f060bc1f05db683fca15eb11f9fe9e9a58ec9e5 kubevirt-functional-tests-k8s-1.10.4-release0_registry WARNING: You're not using the default seccomp profile kubevirt-functional-tests-k8s-1.10.4-release0-node01 2018/07/25 14:03:53 Waiting for host: 192.168.66.101:22 2018/07/25 14:03:56 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/07/25 14:04:04 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/07/25 14:04:09 Connected to tcp://192.168.66.101:22 [init] Using Kubernetes version: v1.9.3 [init] Using Authorization modes: [Node RBAC] [preflight] Running pre-flight checks. [WARNING FileExisting-crictl]: crictl not found in system path [certificates] Generated ca certificate and key. [certificates] Generated apiserver certificate and key. [certificates] apiserver serving cert is signed for DNS names [node01 kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local] and IPs [10.96.0.1 192.168.66.101] [certificates] Generated apiserver-kubelet-client certificate and key. [certificates] Generated sa key and public key. [certificates] Generated front-proxy-ca certificate and key. [certificates] Generated front-proxy-client certificate and key. [certificates] Valid certificates and keys now exist in "/etc/kubernetes/pki" [kubeconfig] Wrote KubeConfig file to disk: "admin.conf" [kubeconfig] Wrote KubeConfig file to disk: "kubelet.conf" [kubeconfig] Wrote KubeConfig file to disk: "controller-manager.conf" [kubeconfig] Wrote KubeConfig file to disk: "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 35.006710 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 --token abcdef.1234567890123456 192.168.66.101:6443 --discovery-token-ca-cert-hash sha256:f006fd19295a4847554b68cc600e37b920f985d6c6e6930c25b230afcc96984f clusterrole "flannel" created clusterrolebinding "flannel" created serviceaccount "flannel" created configmap "kube-flannel-cfg" created daemonset "kube-flannel-ds" created node "node01" untainted kubevirt-functional-tests-k8s-1.10.4-release0-node02 2018/07/25 14:05:02 Waiting for host: 192.168.66.102:22 2018/07/25 14:05:05 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/07/25 14:05:13 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/07/25 14:05:18 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: connection refused. Sleeping 5s 2018/07/25 14:05:23 Connected to tcp://192.168.66.102:22 [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 [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. 2018/07/25 14:05:28 Waiting for host: 192.168.66.101:22 2018/07/25 14:05:28 Connected to tcp://192.168.66.101:22 Warning: Permanently added '[127.0.0.1]:35245' (ECDSA) to the list of known hosts. Warning: Permanently added '[127.0.0.1]:35245' (ECDSA) to the list of known hosts. Cluster "kubernetes" set. Cluster "kubernetes" set. ++ kubectl get nodes --no-headers ++ grep -v Ready ++ cluster/kubectl.sh get nodes --no-headers + '[' -n '' ']' + 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.9.3 node02 Ready 50s v1.9.3 + make cluster-sync ./cluster/build.sh Building ... sha256:123fe8d0765a30ed333ba55e39b3f58e1f5da9083345f816e4a24aeb2c0db77a go version go1.9.2 linux/amd64 Waiting for rsyncd to be ready go version go1.9.2 linux/amd64 13c88db74ce32627462826c76bf21b0ee0ddd249cbc45966f9bef788d2fc1b3a 13c88db74ce32627462826c76bf21b0ee0ddd249cbc45966f9bef788d2fc1b3a make[1]: Entering directory `/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt' hack/dockerized "./hack/check.sh && ./hack/build-go.sh install " sha256:123fe8d0765a30ed333ba55e39b3f58e1f5da9083345f816e4a24aeb2c0db77a go version go1.9.2 linux/amd64 go version go1.9.2 linux/amd64 Compiling tests... compiled tests.test f3c8b1dff2d6825c2f94184223f8f8a5c51e884ac01733d59a8bf53bc7d2250f f3c8b1dff2d6825c2f94184223f8f8a5c51e884ac01733d59a8bf53bc7d2250f hack/build-docker.sh build sending incremental file list ./ Dockerfile kubernetes.repo sent 883 bytes received 57 bytes 1,880.00 bytes/sec total size is 1,167 speedup is 1.24 Sending build context to Docker daemon 35.7 MB Step 1/8 : FROM fedora:27 ---> 9110ae7f579f Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> b730b4ed65df Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-controller ---> Using cache ---> 9f795041856b Step 4/8 : WORKDIR /home/virt-controller ---> Using cache ---> d0ce5fa56fcc Step 5/8 : USER 1001 ---> Using cache ---> bf13501cba5c Step 6/8 : COPY virt-controller /virt-controller ---> 3f7c85a11912 Removing intermediate container db638a3ad8b5 Step 7/8 : ENTRYPOINT /virt-controller ---> Running in afbdde135cb0 ---> 251425f2af4b Removing intermediate container afbdde135cb0 Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "virt-controller" '' ---> Running in 148c1b3bf786 ---> 3a27e1ba4b56 Removing intermediate container 148c1b3bf786 Successfully built 3a27e1ba4b56 sending incremental file list ./ Dockerfile entrypoint.sh kubevirt-sudo libvirtd.sh sh.sh sock-connector sent 3,555 bytes received 133 bytes 7,376.00 bytes/sec total size is 5,953 speedup is 1.61 Sending build context to Docker daemon 37.44 MB Step 1/14 : FROM kubevirt/libvirt:3.7.0 ---> c4e262d2dc3c Step 2/14 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 11c19af44f99 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 ---> Running in 49d6c8d79608 Fedora 27 - x86_64 - Updates 854 kB/s | 25 MB 00:30 Fedora 27 - x86_64 3.5 MB/s | 58 MB 00:16 Last metadata expiration check: 0:00:35 ago on Wed Jul 25 14:15:07 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 359 kB/s | 142 kB 00:00 (2/6): genisoimage-1.1.11-37.fc27.x86_64.rpm 610 kB/s | 311 kB 00:00 (3/6): socat-1.7.3.2-4.fc27.x86_64.rpm 550 kB/s | 296 kB 00:00 (4/6): libcgroup-tools-0.41-17.fc27.x86_64.rpm 137 kB/s | 89 kB 00:00 (5/6): ethtool-4.17-1.fc27.x86_64.rpm 237 kB/s | 142 kB 00:00 (6/6): sudo-1.8.23-1.fc27.x86_64.rpm 769 kB/s | 858 kB 00:01 -------------------------------------------------------------------------------- Total 713 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 ---> b9c47b38dd74 Removing intermediate container 49d6c8d79608 Step 4/14 : COPY sock-connector /sock-connector ---> 721cbe4679f8 Removing intermediate container bbce628bf117 Step 5/14 : COPY sh.sh /sh.sh ---> 57ab40bc2f01 Removing intermediate container b85abd477d1a Step 6/14 : COPY virt-launcher /virt-launcher ---> 28e3007a2ff4 Removing intermediate container 3cc81a062437 Step 7/14 : COPY kubevirt-sudo /etc/sudoers.d/kubevirt ---> 50b22d24279c Removing intermediate container 9e02e16183fe Step 8/14 : RUN chmod 0640 /etc/sudoers.d/kubevirt ---> Running in 6b7552e84ad2  ---> 4a72bb44f4d9 Removing intermediate container 6b7552e84ad2 Step 9/14 : RUN rm -f /libvirtd.sh ---> Running in 61035d1a9651  ---> 733424d61df0 Removing intermediate container 61035d1a9651 Step 10/14 : COPY libvirtd.sh /libvirtd.sh ---> 59c51f9c0128 Removing intermediate container b2730cd4f588 Step 11/14 : RUN chmod a+x /libvirtd.sh ---> Running in 08e5d49bc2b2  ---> e2791adc3dd6 Removing intermediate container 08e5d49bc2b2 Step 12/14 : COPY entrypoint.sh /entrypoint.sh ---> f7d8bb9f9cb5 Removing intermediate container 3c5b0a9139fa Step 13/14 : ENTRYPOINT /entrypoint.sh ---> Running in e152463a859b ---> fffa223c1ea8 Removing intermediate container e152463a859b Step 14/14 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "virt-launcher" '' ---> Running in 64438b0deaef ---> 032946270b8a Removing intermediate container 64438b0deaef Successfully built 032946270b8a sending incremental file list ./ Dockerfile sent 608 bytes received 38 bytes 1,292.00 bytes/sec total size is 775 speedup is 1.20 Sending build context to Docker daemon 36.37 MB Step 1/5 : FROM fedora:27 ---> 9110ae7f579f Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> b730b4ed65df Step 3/5 : COPY virt-handler /virt-handler ---> 5d2d9a4d18ea Removing intermediate container 86e89c9730ec Step 4/5 : ENTRYPOINT /virt-handler ---> Running in 9e91128ecb71 ---> b80ea71d0135 Removing intermediate container 9e91128ecb71 Step 5/5 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "virt-handler" '' ---> Running in 1edaa9e7e212 ---> 644abfb58c91 Removing intermediate container 1edaa9e7e212 Successfully built 644abfb58c91 sending incremental file list ./ Dockerfile sent 887 bytes received 38 bytes 1,850.00 bytes/sec total size is 1,377 speedup is 1.49 Sending build context to Docker daemon 36.12 MB Step 1/9 : FROM fedora:27 ---> 9110ae7f579f Step 2/9 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> b730b4ed65df Step 3/9 : RUN useradd -u 1001 --create-home -s /bin/bash virt-api ---> Using cache ---> 5c02e471f3c3 Step 4/9 : WORKDIR /home/virt-api ---> Using cache ---> aee004e37b06 Step 5/9 : USER 1001 ---> Using cache ---> 503600570331 Step 6/9 : RUN curl -OL https://github.com/swagger-api/swagger-ui/tarball/38f74164a7062edb5dc80ef2fdddda24f3f6eb85/swagger-ui.tar.gz && mkdir swagger-ui && tar xf swagger-ui.tar.gz -C swagger-ui --strip-components 1 && mkdir third_party && mv swagger-ui/dist third_party/swagger-ui && rm -rf swagger-ui && sed -e 's@"http://petstore.swagger.io/v2/swagger.json"@"/swaggerapi/"@' -i third_party/swagger-ui/index.html && rm swagger-ui.tar.gz && rm -rf swagger-ui ---> Running in 9ef0d7fd04c0   % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 171 0 171 0 0 171 0 --:--:-- --:--:-- --:--:-- 587  100 1361k 0 1361k 0 0 1361k 0 --:--:-- 0:00:01 --:--:-- 1361k  ---> fb9b009121fb Removing intermediate container 9ef0d7fd04c0 Step 7/9 : COPY virt-api /virt-api ---> f0bf2c3dccae Removing intermediate container 3076a2d7b01d Step 8/9 : ENTRYPOINT /virt-api ---> Running in 26c6d0a96930 ---> d0eeb794d996 Removing intermediate container 26c6d0a96930 Step 9/9 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "virt-api" '' ---> Running in 5b2f5d57d30e ---> 41e9bdb76432 Removing intermediate container 5b2f5d57d30e Successfully built 41e9bdb76432 sending incremental file list created directory /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out/cmd/iscsi-demo-target-tgtd ./ Dockerfile run-tgt.sh sent 2,214 bytes received 211 bytes 4,850.00 bytes/sec total size is 3,992 speedup is 1.65 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 ---> b730b4ed65df Step 3/10 : ENV container docker ---> Using cache ---> f899e4585fe3 Step 4/10 : RUN dnf -y install scsi-target-utils bzip2 e2fsprogs ---> Running in 9467031ab1ee Fedora 27 - x86_64 - Updates 837 kB/s | 25 MB 00:30 Fedora 27 - x86_64 767 kB/s | 58 MB 01:17 Last metadata expiration check: 0:00:35 ago on Wed Jul 25 14:17:47 2018. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: bzip2 x86_64 1.0.6-24.fc27 fedora 58 k e2fsprogs x86_64 1.43.5-2.fc27 fedora 1.0 M scsi-target-utils x86_64 1.0.70-4.fc27 fedora 215 k Upgrading: systemd x86_64 234-11.git5f8984e.fc27 updates 3.5 M systemd-libs x86_64 234-11.git5f8984e.fc27 updates 466 k systemd-pam x86_64 234-11.git5f8984e.fc27 updates 181 k Installing dependencies: GeoIP-GeoLite-data noarch 2018.06-1.fc27 updates 551 k cpio x86_64 2.12-6.fc27 fedora 262 k dracut x86_64 046-8.git20180105.fc27 updates 347 k e2fsprogs-libs x86_64 1.43.5-2.fc27 fedora 197 k findutils x86_64 1:4.6.0-19.fc27 updates 523 k fuse-libs x86_64 2.9.7-9.fc27 fedora 99 k gettext x86_64 0.19.8.1-12.fc27 updates 1.1 M gettext-libs x86_64 0.19.8.1-12.fc27 updates 303 k groff-base x86_64 1.22.3-14.fc27 updates 1.0 M grub2-common noarch 1:2.02-22.fc27 updates 867 k grub2-tools-minimal x86_64 1:2.02-22.fc27 updates 174 k hostname x86_64 3.18-4.fc27 fedora 28 k hwdata noarch 0.312-1.fc27 updates 1.5 M initscripts x86_64 9.79-1.fc27 updates 394 k ipcalc x86_64 0.2.0-3.fc27 fedora 35 k iproute x86_64 4.15.0-1.fc27 updates 534 k iputils x86_64 20161105-7.fc27 fedora 157 k kbd-legacy noarch 2.0.4-4.fc27 fedora 479 k kbd-misc noarch 2.0.4-4.fc27 fedora 1.4 M kmod x86_64 25-1.fc27 updates 115 k libaio x86_64 0.3.110-9.fc27 fedora 29 k libcroco x86_64 0.6.12-3.fc27 fedora 110 k libgomp x86_64 7.3.1-5.fc27 updates 211 k libibverbs x86_64 14-4.fc27 fedora 226 k libmnl x86_64 1.0.4-4.fc27 fedora 28 k libnl3 x86_64 3.4.0-1.fc27 updates 304 k librdmacm x86_64 14-4.fc27 fedora 63 k libss x86_64 1.43.5-2.fc27 fedora 50 k libstdc++ x86_64 7.3.1-5.fc27 updates 482 k linux-atm-libs x86_64 2.5.1-19.fc27 fedora 40 k lsof x86_64 4.89-7.fc27 fedora 246 k pciutils x86_64 3.5.5-3.fc27 fedora 102 k pciutils-libs x86_64 3.5.5-3.fc27 fedora 51 k perl-Carp noarch 1.42-395.fc27 updates 29 k perl-Config-General noarch 2.63-4.fc27 fedora 79 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-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-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-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 procps-ng x86_64 3.3.10-16.fc27 updates 396 k rdma-core x86_64 14-4.fc27 fedora 46 k sg3_utils x86_64 1.42-3.fc27 fedora 794 k sg3_utils-libs x86_64 1.42-3.fc27 fedora 75 k systemd-udev x86_64 234-11.git5f8984e.fc27 updates 1.3 M xz x86_64 5.2.3-4.fc27 fedora 150 k Installing weak dependencies: GeoIP x86_64 1.6.11-3.fc27 fedora 124 k grubby x86_64 8.40-8.fc27 updates 70 k hardlink x86_64 1:1.3-3.fc27 fedora 27 k iproute-tc x86_64 4.15.0-1.fc27 updates 389 k kbd x86_64 2.0.4-4.fc27 fedora 385 k kpartx x86_64 0.7.1-9.git847cc43.fc27 updates 87 k perl-IO-Socket-IP noarch 0.39-4.fc27 fedora 45 k perl-Mozilla-CA noarch 20160104-6.fc27 fedora 14 k pigz x86_64 2.4-1.fc27 updates 76 k systemd-bootchart x86_64 233-1.fc27 fedora 67 k Transaction Summary ================================================================================ Install 85 Packages Upgrade 3 Packages Total download size: 32 M Downloading Packages: (1/88): bzip2-1.0.6-24.fc27.x86_64.rpm 74 kB/s | 58 kB 00:00 (2/88): scsi-target-utils-1.0.70-4.fc27.x86_64. 191 kB/s | 215 kB 00:01 (3/88): libaio-0.3.110-9.fc27.x86_64.rpm 62 kB/s | 29 kB 00:00 (4/88): librdmacm-14-4.fc27.x86_64.rpm 120 kB/s | 63 kB 00:00 (5/88): libibverbs-14-4.fc27.x86_64.rpm 321 kB/s | 226 kB 00:00 (6/88): e2fsprogs-1.43.5-2.fc27.x86_64.rpm 533 kB/s | 1.0 MB 00:02 (7/88): perl-Config-General-2.63-4.fc27.noarch. 130 kB/s | 79 kB 00:00 (8/88): perl-Getopt-Long-2.50-3.fc27.noarch.rpm 122 kB/s | 61 kB 00:00 (9/88): lsof-4.89-7.fc27.x86_64.rpm 335 kB/s | 246 kB 00:00 (10/88): e2fsprogs-libs-1.43.5-2.fc27.x86_64.rp 310 kB/s | 197 kB 00:00 (11/88): fuse-libs-2.9.7-9.fc27.x86_64.rpm 127 kB/s | 99 kB 00:00 (12/88): libss-1.43.5-2.fc27.x86_64.rpm 118 kB/s | 50 kB 00:00 (13/88): rdma-core-14-4.fc27.x86_64.rpm 122 kB/s | 46 kB 00:00 (14/88): sg3_utils-1.42-3.fc27.x86_64.rpm 507 kB/s | 794 kB 00:01 (15/88): perl-Exporter-5.72-395.fc27.noarch.rpm 74 kB/s | 32 kB 00:00 (16/88): perl-constant-1.33-395.fc27.noarch.rpm 72 kB/s | 24 kB 00:00 (17/88): perl-Text-ParseWords-3.30-394.fc27.noa 46 kB/s | 16 kB 00:00 (18/88): perl-Pod-Usage-1.69-394.fc27.noarch.rp 90 kB/s | 33 kB 00:00 (19/88): sg3_utils-libs-1.42-3.fc27.x86_64.rpm 133 kB/s | 75 kB 00:00 (20/88): pciutils-3.5.5-3.fc27.x86_64.rpm 187 kB/s | 102 kB 00:00 (21/88): perl-Pod-Perldoc-3.28-395.fc27.noarch. 159 kB/s | 87 kB 00:00 (22/88): pciutils-libs-3.5.5-3.fc27.x86_64.rpm 94 kB/s | 51 kB 00:00 (23/88): perl-HTTP-Tiny-0.070-394.fc27.noarch.r 101 kB/s | 56 kB 00:00 (24/88): perl-parent-0.236-394.fc27.noarch.rpm 37 kB/s | 18 kB 00:00 (25/88): perl-Pod-Simple-3.35-394.fc27.noarch.r 210 kB/s | 211 kB 00:01 (26/88): perl-Pod-Escapes-1.07-394.fc27.noarch. 48 kB/s | 19 kB 00:00 (27/88): perl-MIME-Base64-3.15-395.fc27.x86_64. 50 kB/s | 29 kB 00:00 (28/88): perl-Text-Tabs+Wrap-2013.0523-394.fc27 73 kB/s | 23 kB 00:00 (29/88): perl-Errno-1.28-406.fc27.x86_64.rpm 312 kB/s | 73 kB 00:00 (30/88): systemd-udev-234-11.git5f8984e.fc27.x8 2.8 MB/s | 1.3 MB 00:00 (31/88): perl-libs-5.26.2-406.fc27.x86_64.rpm 3.0 MB/s | 1.5 MB 00:00 (32/88): perl-File-Path-2.15-1.fc27.noarch.rpm 120 kB/s | 37 kB 00:00 (33/88): perl-interpreter-5.26.2-406.fc27.x86_6 9.4 MB/s | 6.3 MB 00:00 (34/88): dracut-046-8.git20180105.fc27.x86_64.r 1.5 MB/s | 347 kB 00:00 (35/88): perl-Scalar-List-Utils-1.48-1.fc27.x86 103 kB/s | 65 kB 00:00 (36/88): perl-Unicode-Normalize-1.25-395.fc27.x 96 kB/s | 80 kB 00:00 (37/88): initscripts-9.79-1.fc27.x86_64.rpm 3.2 MB/s | 394 kB 00:00 (38/88): xz-5.2.3-4.fc27.x86_64.rpm 202 kB/s | 150 kB 00:00 (39/88): cpio-2.12-6.fc27.x86_64.rpm 251 kB/s | 262 kB 00:01 (40/88): hostname-3.18-4.fc27.x86_64.rpm 55 kB/s | 28 kB 00:00 (41/88): kmod-25-1.fc27.x86_64.rpm 1.7 MB/s | 115 kB 00:00 (42/88): perl-Carp-1.42-395.fc27.noarch.rpm 224 kB/s | 29 kB 00:00 (43/88): perl-PathTools-3.74-1.fc27.x86_64.rpm 315 kB/s | 88 kB 00:00 (44/88): perl-podlators-4.09-395.fc27.noarch.rp 1.7 MB/s | 115 kB 00:00 (45/88): ipcalc-0.2.0-3.fc27.x86_64.rpm 48 kB/s | 35 kB 00:00 (46/88): perl-Term-Cap-1.17-394.fc27.noarch.rpm 86 kB/s | 21 kB 00:00 (47/88): perl-Term-ANSIColor-4.06-395.fc27.noar 120 kB/s | 44 kB 00:00 (48/88): perl-Encode-2.94-16.fc27.x86_64.rpm 8.9 MB/s | 1.5 MB 00:00 (49/88): groff-base-1.22.3-14.fc27.x86_64.rpm 5.8 MB/s | 1.0 MB 00:00 (50/88): iputils-20161105-7.fc27.x86_64.rpm 142 kB/s | 157 kB 00:01 (51/88): perl-File-Temp-0.230.600-1.fc27.noarch 918 kB/s | 61 kB 00:00 (52/88): perl-Socket-2.027-1.fc27.x86_64.rpm 1.0 MB/s | 57 kB 00:00 (53/88): perl-Time-Local-1.280-1.fc27.noarch.rp 390 kB/s | 32 kB 00:00 (54/88): perl-IO-1.38-406.fc27.x86_64.rpm 928 kB/s | 138 kB 00:00 (55/88): libnl3-3.4.0-1.fc27.x86_64.rpm 3.9 MB/s | 304 kB 00:00 (56/88): perl-macros-5.26.2-406.fc27.x86_64.rpm 1.1 MB/s | 69 kB 00:00 (57/88): hwdata-0.312-1.fc27.noarch.rpm 8.0 MB/s | 1.5 MB 00:00 (58/88): perl-threads-2.21-1.fc27.x86_64.rpm 674 kB/s | 60 kB 00:00 (59/88): perl-threads-shared-1.58-1.fc27.x86_64 550 kB/s | 46 kB 00:00 (60/88): perl-Storable-3.11-2.fc27.x86_64.rpm 1.4 MB/s | 96 kB 00:00 (61/88): findutils-4.6.0-19.fc27.x86_64.rpm 5.4 MB/s | 523 kB 00:00 (62/88): iproute-4.15.0-1.fc27.x86_64.rpm 4.4 MB/s | 534 kB 00:00 (63/88): procps-ng-3.3.10-16.fc27.x86_64.rpm 3.3 MB/s | 396 kB 00:00 (64/88): libstdc++-7.3.1-5.fc27.x86_64.rpm 3.4 MB/s | 482 kB 00:00 (65/88): perl-Mozilla-CA-20160104-6.fc27.noarch 44 kB/s | 14 kB 00:00 (66/88): libmnl-1.0.4-4.fc27.x86_64.rpm 53 kB/s | 28 kB 00:00 (67/88): perl-IO-Socket-IP-0.39-4.fc27.noarch.r 105 kB/s | 45 kB 00:00 (68/88): kbd-2.0.4-4.fc27.x86_64.rpm 285 kB/s | 385 kB 00:01 (69/88): kbd-legacy-2.0.4-4.fc27.noarch.rpm 356 kB/s | 479 kB 00:01 (70/88): kpartx-0.7.1-9.git847cc43.fc27.x86_64. 1.4 MB/s | 87 kB 00:00 (71/88): grubby-8.40-8.fc27.x86_64.rpm 1.0 MB/s | 70 kB 00:00 (72/88): pigz-2.4-1.fc27.x86_64.rpm 1.1 MB/s | 76 kB 00:00 (73/88): systemd-bootchart-233-1.fc27.x86_64.rp 93 kB/s | 67 kB 00:00 (74/88): hardlink-1.3-3.fc27.x86_64.rpm 50 kB/s | 27 kB 00:00 (75/88): iproute-tc-4.15.0-1.fc27.x86_64.rpm 5.2 MB/s | 389 kB 00:00 (76/88): kbd-misc-2.0.4-4.fc27.noarch.rpm 647 kB/s | 1.4 MB 00:02 (77/88): GeoIP-GeoLite-data-2018.06-1.fc27.noar 3.9 MB/s | 551 kB 00:00 (78/88): grub2-tools-minimal-2.02-22.fc27.x86_6 1.4 MB/s | 174 kB 00:00 (79/88): linux-atm-libs-2.5.1-19.fc27.x86_64.rp 81 kB/s | 40 kB 00:00 (80/88): gettext-0.19.8.1-12.fc27.x86_64.rpm 10 MB/s | 1.1 MB 00:00 (81/88): gettext-libs-0.19.8.1-12.fc27.x86_64.r 4.6 MB/s | 303 kB 00:00 (82/88): grub2-common-2.02-22.fc27.noarch.rpm 4.0 MB/s | 867 kB 00:00 (83/88): GeoIP-1.6.11-3.fc27.x86_64.rpm 145 kB/s | 124 kB 00:00 (84/88): libgomp-7.3.1-5.fc27.x86_64.rpm 2.5 MB/s | 211 kB 00:00 (85/88): systemd-pam-234-11.git5f8984e.fc27.x86 2.3 MB/s | 181 kB 00:00 (86/88): systemd-234-11.git5f8984e.fc27.x86_64. 12 MB/s | 3.5 MB 00:00 (87/88): systemd-libs-234-11.git5f8984e.fc27.x8 2.4 MB/s | 466 kB 00:00 (88/88): libcroco-0.6.12-3.fc27.x86_64.rpm 244 kB/s | 110 kB 00:00 -------------------------------------------------------------------------------- Total 2.2 MB/s | 32 MB 00:14 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Running scriptlet: perl-libs-4:5.26.2-406.fc27.x86_64 1/1 Installing : perl-libs-4:5.26.2-406.fc27.x86_64 1/91 Running scriptlet: perl-libs-4:5.26.2-406.fc27.x86_64 1/91 Installing : perl-Carp-1.42-395.fc27.noarch 2/91 Installing : perl-Exporter-5.72-395.fc27.noarch 3/91 Upgrading : systemd-libs-234-11.git5f8984e.fc27.x86_64 4/91 Running scriptlet: systemd-libs-234-11.git5f8984e.fc27.x86_64 4/91 Upgrading : systemd-pam-234-11.git5f8984e.fc27.x86_64 5/91 Running scriptlet: systemd-234-11.git5f8984e.fc27.x86_64 6/91 Upgrading : systemd-234-11.git5f8984e.fc27.x86_64 6/91 Running scriptlet: systemd-234-11.git5f8984e.fc27.x86_64 6/91 Installing : perl-Scalar-List-Utils-3:1.48-1.fc27.x86_64 7/91 Installing : kmod-25-1.fc27.x86_64 8/91 Installing : systemd-udev-234-11.git5f8984e.fc27.x86_64 9/91 Running scriptlet: systemd-udev-234-11.git5f8984e.fc27.x86_64 9/91 Installing : procps-ng-3.3.10-16.fc27.x86_64 10/91 Running scriptlet: procps-ng-3.3.10-16.fc27.x86_64 10/91 Installing : perl-Text-ParseWords-3.30-394.fc27.noarch 11/91 Installing : libgomp-7.3.1-5.fc27.x86_64 12/91 Running scriptlet: libgomp-7.3.1-5.fc27.x86_64 12/91 Installing : libcroco-0.6.12-3.fc27.x86_64 13/91 Running scriptlet: libcroco-0.6.12-3.fc27.x86_64 13/91 Installing : libstdc++-7.3.1-5.fc27.x86_64 14/91 Running scriptlet: libstdc++-7.3.1-5.fc27.x86_64 14/91 Installing : libmnl-1.0.4-4.fc27.x86_64 15/91 Running scriptlet: libmnl-1.0.4-4.fc27.x86_64 15/91 Installing : iproute-4.15.0-1.fc27.x86_64 16/91 Installing : findutils-1:4.6.0-19.fc27.x86_64 17/91 Running scriptlet: findutils-1:4.6.0-19.fc27.x86_64 17/91 Installing : cpio-2.12-6.fc27.x86_64 18/91 Running scriptlet: cpio-2.12-6.fc27.x86_64 18/91 Installing : groff-base-1.22.3-14.fc27.x86_64 19/91 Installing : gettext-libs-0.19.8.1-12.fc27.x86_64 20/91 Running scriptlet: gettext-libs-0.19.8.1-12.fc27.x86_64 20/91 Installing : gettext-0.19.8.1-12.fc27.x86_64 21/91 Running scriptlet: gettext-0.19.8.1-12.fc27.x86_64 21/91 install-info: No such file or directory for /usr/share/info/gettext.info.gz Installing : iputils-20161105-7.fc27.x86_64 22/91 Running scriptlet: iputils-20161105-7.fc27.x86_64 22/91 Installing : perl-Term-ANSIColor-4.06-395.fc27.noarch 23/91 Installing : perl-macros-4:5.26.2-406.fc27.x86_64 24/91 Installing : perl-constant-1.33-395.fc27.noarch 25/91 Installing : perl-parent-1:0.236-394.fc27.noarch 26/91 Installing : perl-Text-Tabs+Wrap-2013.0523-394.fc27.noarch 27/91 Installing : perl-PathTools-3.74-1.fc27.x86_64 28/91 Installing : perl-Errno-1.28-406.fc27.x86_64 29/91 Installing : perl-File-Path-2.15-1.fc27.noarch 30/91 Installing : perl-Unicode-Normalize-1.25-395.fc27.x86_64 31/91 Installing : perl-threads-shared-1.58-1.fc27.x86_64 32/91 Installing : perl-threads-1:2.21-1.fc27.x86_64 33/91 Installing : perl-interpreter-4:5.26.2-406.fc27.x86_64 34/91 Installing : perl-Socket-4:2.027-1.fc27.x86_64 35/91 Installing : perl-IO-1.38-406.fc27.x86_64 36/91 Installing : perl-MIME-Base64-3.15-395.fc27.x86_64 37/91 Installing : perl-Config-General-2.63-4.fc27.noarch 38/91 Installing : perl-File-Temp-0.230.600-1.fc27.noarch 39/91 Installing : perl-Storable-1:3.11-2.fc27.x86_64 40/91 Installing : perl-Pod-Escapes-1:1.07-394.fc27.noarch 41/91 Installing : perl-Term-Cap-1.17-394.fc27.noarch 42/91 Installing : perl-Time-Local-1:1.280-1.fc27.noarch 43/91 Installing : perl-HTTP-Tiny-0.070-394.fc27.noarch 44/91 Installing : perl-Pod-Simple-1:3.35-394.fc27.noarch 45/91 Installing : perl-Pod-Usage-4:1.69-394.fc27.noarch 46/91 Installing : perl-Getopt-Long-1:2.50-3.fc27.noarch 47/91 Installing : perl-Encode-4:2.94-16.fc27.x86_64 48/91 Installing : perl-podlators-4.09-395.fc27.noarch 49/91 Installing : perl-Pod-Perldoc-3.28-395.fc27.noarch 50/91 Installing : grub2-common-1:2.02-22.fc27.noarch 51/91 Installing : grub2-tools-minimal-1:2.02-22.fc27.x86_64 52/91 Installing : GeoIP-GeoLite-data-2018.06-1.fc27.noarch 53/91 Installing : linux-atm-libs-2.5.1-19.fc27.x86_64 54/91 Running scriptlet: linux-atm-libs-2.5.1-19.fc27.x86_64 54/91 Installing : kbd-misc-2.0.4-4.fc27.noarch 55/91 Installing : kbd-legacy-2.0.4-4.fc27.noarch 56/91 Installing : libnl3-3.4.0-1.fc27.x86_64 57/91 Running scriptlet: libnl3-3.4.0-1.fc27.x86_64 57/91 Installing : hwdata-0.312-1.fc27.noarch 58/91 Installing : ipcalc-0.2.0-3.fc27.x86_64 59/91 Installing : hostname-3.18-4.fc27.x86_64 60/91 Installing : initscripts-9.79-1.fc27.x86_64 61/91 Running scriptlet: initscripts-9.79-1.fc27.x86_64 61/91 warning: /etc/adjtime created as /etc/adjtime.rpmnew Installing : xz-5.2.3-4.fc27.x86_64 62/91 Installing : dracut-046-8.git20180105.fc27.x86_64 63/91 Installing : pciutils-libs-3.5.5-3.fc27.x86_64 64/91 Running scriptlet: pciutils-libs-3.5.5-3.fc27.x86_64 64/91 Installing : pciutils-3.5.5-3.fc27.x86_64 65/91 Installing : rdma-core-14-4.fc27.x86_64 66/91 Installing : libibverbs-14-4.fc27.x86_64 67/91 Running scriptlet: libibverbs-14-4.fc27.x86_64 67/91 Installing : librdmacm-14-4.fc27.x86_64 68/91 Running scriptlet: librdmacm-14-4.fc27.x86_64 68/91 Installing : sg3_utils-libs-1.42-3.fc27.x86_64 69/91 Running scriptlet: sg3_utils-libs-1.42-3.fc27.x86_64 69/91 Installing : sg3_utils-1.42-3.fc27.x86_64 70/91 Installing : libss-1.43.5-2.fc27.x86_64 71/91 Running scriptlet: libss-1.43.5-2.fc27.x86_64 71/91 Installing : fuse-libs-2.9.7-9.fc27.x86_64 72/91 Running scriptlet: fuse-libs-2.9.7-9.fc27.x86_64 72/91 Installing : e2fsprogs-libs-1.43.5-2.fc27.x86_64 73/91 Running scriptlet: e2fsprogs-libs-1.43.5-2.fc27.x86_64 73/91 Installing : lsof-4.89-7.fc27.x86_64 74/91 Installing : libaio-0.3.110-9.fc27.x86_64 75/91 Running scriptlet: libaio-0.3.110-9.fc27.x86_64 75/91 Installing : scsi-target-utils-1.0.70-4.fc27.x86_64 76/91 Running scriptlet: scsi-target-utils-1.0.70-4.fc27.x86_64 76/91 Installing : e2fsprogs-1.43.5-2.fc27.x86_64 77/91 Installing : kbd-2.0.4-4.fc27.x86_64 78/91 Installing : iproute-tc-4.15.0-1.fc27.x86_64 79/91 Installing : GeoIP-1.6.11-3.fc27.x86_64 80/91 Running scriptlet: GeoIP-1.6.11-3.fc27.x86_64 80/91 Installing : grubby-8.40-8.fc27.x86_64 81/91 Installing : perl-IO-Socket-IP-0.39-4.fc27.noarch 82/91 Installing : perl-Mozilla-CA-20160104-6.fc27.noarch 83/91 Installing : systemd-bootchart-233-1.fc27.x86_64 84/91 Running scriptlet: systemd-bootchart-233-1.fc27.x86_64 84/91 Installing : hardlink-1:1.3-3.fc27.x86_64 85/91 Installing : pigz-2.4-1.fc27.x86_64 86/91 Installing : kpartx-0.7.1-9.git847cc43.fc27.x86_64 87/91 Installing : bzip2-1.0.6-24.fc27.x86_64 88/91 Running scriptlet: systemd-234-10.git5f8984e.fc27.x86_64 89/91 Cleanup : systemd-234-10.git5f8984e.fc27.x86_64 89/91 Cleanup : systemd-libs-234-10.git5f8984e.fc27.x86_64 90/91 Running scriptlet: systemd-libs-234-10.git5f8984e.fc27.x86_64 90/91 Cleanup : systemd-pam-234-10.git5f8984e.fc27.x86_64 91/91 Running scriptlet: GeoIP-GeoLite-data-2018.06-1.fc27.noarch 91/91 Running scriptlet: systemd-234-11.git5f8984e.fc27.x86_64 91/91Failed to connect to bus: No such file or directory  Verifying : scsi-target-utils-1.0.70-4.fc27.x86_64 1/91 Verifying : bzip2-1.0.6-24.fc27.x86_64 2/91 Verifying : e2fsprogs-1.43.5-2.fc27.x86_64 3/91 Verifying : libaio-0.3.110-9.fc27.x86_64 4/91 Verifying : libibverbs-14-4.fc27.x86_64 5/91 Verifying : librdmacm-14-4.fc27.x86_64 6/91 Verifying : lsof-4.89-7.fc27.x86_64 7/91 Verifying : perl-Config-General-2.63-4.fc27.noarch 8/91 Verifying : perl-Getopt-Long-1:2.50-3.fc27.noarch 9/91 Verifying : sg3_utils-1.42-3.fc27.x86_64 10/91 Verifying : e2fsprogs-libs-1.43.5-2.fc27.x86_64 11/91 Verifying : fuse-libs-2.9.7-9.fc27.x86_64 12/91 Verifying : libss-1.43.5-2.fc27.x86_64 13/91 Verifying : rdma-core-14-4.fc27.x86_64 14/91 Verifying : perl-Exporter-5.72-395.fc27.noarch 15/91 Verifying : perl-constant-1.33-395.fc27.noarch 16/91 Verifying : perl-Pod-Usage-4:1.69-394.fc27.noarch 17/91 Verifying : perl-Text-ParseWords-3.30-394.fc27.noarch 18/91 Verifying : sg3_utils-libs-1.42-3.fc27.x86_64 19/91 Verifying : pciutils-3.5.5-3.fc27.x86_64 20/91 Verifying : perl-Pod-Perldoc-3.28-395.fc27.noarch 21/91 Verifying : pciutils-libs-3.5.5-3.fc27.x86_64 22/91 Verifying : perl-HTTP-Tiny-0.070-394.fc27.noarch 23/91 Verifying : perl-Pod-Simple-1:3.35-394.fc27.noarch 24/91 Verifying : perl-parent-1:0.236-394.fc27.noarch 25/91 Verifying : perl-MIME-Base64-3.15-395.fc27.x86_64 26/91 Verifying : perl-Pod-Escapes-1:1.07-394.fc27.noarch 27/91 Verifying : perl-Text-Tabs+Wrap-2013.0523-394.fc27.noarch 28/91 Verifying : systemd-udev-234-11.git5f8984e.fc27.x86_64 29/91 Verifying : perl-Errno-1.28-406.fc27.x86_64 30/91 Verifying : perl-libs-4:5.26.2-406.fc27.x86_64 31/91 Verifying : perl-interpreter-4:5.26.2-406.fc27.x86_64 32/91 Verifying : perl-File-Path-2.15-1.fc27.noarch 33/91 Verifying : perl-Scalar-List-Utils-3:1.48-1.fc27.x86_64 34/91 Verifying : perl-Unicode-Normalize-1.25-395.fc27.x86_64 35/91 Verifying : dracut-046-8.git20180105.fc27.x86_64 36/91 Verifying : cpio-2.12-6.fc27.x86_64 37/91 Verifying : xz-5.2.3-4.fc27.x86_64 38/91 Verifying : initscripts-9.79-1.fc27.x86_64 39/91 Verifying : hostname-3.18-4.fc27.x86_64 40/91 Verifying : ipcalc-0.2.0-3.fc27.x86_64 41/91 Verifying : iputils-20161105-7.fc27.x86_64 42/91 Verifying : kmod-25-1.fc27.x86_64 43/91 Verifying : perl-Carp-1.42-395.fc27.noarch 44/91 Verifying : perl-PathTools-3.74-1.fc27.x86_64 45/91 Verifying : perl-podlators-4.09-395.fc27.noarch 46/91 Verifying : perl-Term-ANSIColor-4.06-395.fc27.noarch 47/91 Verifying : perl-Term-Cap-1.17-394.fc27.noarch 48/91 Verifying : perl-Encode-4:2.94-16.fc27.x86_64 49/91 Verifying : groff-base-1.22.3-14.fc27.x86_64 50/91 Verifying : perl-File-Temp-0.230.600-1.fc27.noarch 51/91 Verifying : perl-IO-1.38-406.fc27.x86_64 52/91 Verifying : perl-Socket-4:2.027-1.fc27.x86_64 53/91 Verifying : perl-Time-Local-1:1.280-1.fc27.noarch 54/91 Verifying : hwdata-0.312-1.fc27.noarch 55/91 Verifying : libnl3-3.4.0-1.fc27.x86_64 56/91 Verifying : perl-macros-4:5.26.2-406.fc27.x86_64 57/91 Verifying : perl-threads-1:2.21-1.fc27.x86_64 58/91 Verifying : perl-threads-shared-1.58-1.fc27.x86_64 59/91 Verifying : perl-Storable-1:3.11-2.fc27.x86_64 60/91 Verifying : findutils-1:4.6.0-19.fc27.x86_64 61/91 Verifying : iproute-4.15.0-1.fc27.x86_64 62/91 Verifying : libmnl-1.0.4-4.fc27.x86_64 63/91 Verifying : procps-ng-3.3.10-16.fc27.x86_64 64/91 Verifying : libstdc++-7.3.1-5.fc27.x86_64 65/91 Verifying : perl-Mozilla-CA-20160104-6.fc27.noarch 66/91 Verifying : perl-IO-Socket-IP-0.39-4.fc27.noarch 67/91 Verifying : kbd-2.0.4-4.fc27.x86_64 68/91 Verifying : kbd-legacy-2.0.4-4.fc27.noarch 69/91 Verifying : kbd-misc-2.0.4-4.fc27.noarch 70/91 Verifying : systemd-bootchart-233-1.fc27.x86_64 71/91 Verifying : kpartx-0.7.1-9.git847cc43.fc27.x86_64 72/91 Verifying : grubby-8.40-8.fc27.x86_64 73/91 Verifying : pigz-2.4-1.fc27.x86_64 74/91 Verifying : hardlink-1:1.3-3.fc27.x86_64 75/91 Verifying : GeoIP-1.6.11-3.fc27.x86_64 76/91 Verifying : iproute-tc-4.15.0-1.fc27.x86_64 77/91 Verifying : linux-atm-libs-2.5.1-19.fc27.x86_64 78/91 Verifying : GeoIP-GeoLite-data-2018.06-1.fc27.noarch 79/91 Verifying : grub2-tools-minimal-1:2.02-22.fc27.x86_64 80/91 Verifying : grub2-common-1:2.02-22.fc27.noarch 81/91 Verifying : gettext-0.19.8.1-12.fc27.x86_64 82/91 Verifying : gettext-libs-0.19.8.1-12.fc27.x86_64 83/91 Verifying : libcroco-0.6.12-3.fc27.x86_64 84/91 Verifying : libgomp-7.3.1-5.fc27.x86_64 85/91 Verifying : systemd-234-11.git5f8984e.fc27.x86_64 86/91 Verifying : systemd-pam-234-11.git5f8984e.fc27.x86_64 87/91 Verifying : systemd-libs-234-11.git5f8984e.fc27.x86_64 88/91 Verifying : systemd-234-10.git5f8984e.fc27.x86_64 89/91 Verifying : systemd-libs-234-10.git5f8984e.fc27.x86_64 90/91 Verifying : systemd-pam-234-10.git5f8984e.fc27.x86_64 91/91 Installed: bzip2.x86_64 1.0.6-24.fc27 e2fsprogs.x86_64 1.43.5-2.fc27 scsi-target-utils.x86_64 1.0.70-4.fc27 GeoIP.x86_64 1.6.11-3.fc27 grubby.x86_64 8.40-8.fc27 hardlink.x86_64 1:1.3-3.fc27 iproute-tc.x86_64 4.15.0-1.fc27 kbd.x86_64 2.0.4-4.fc27 kpartx.x86_64 0.7.1-9.git847cc43.fc27 perl-IO-Socket-IP.noarch 0.39-4.fc27 perl-Mozilla-CA.noarch 20160104-6.fc27 pigz.x86_64 2.4-1.fc27 systemd-bootchart.x86_64 233-1.fc27 GeoIP-GeoLite-data.noarch 2018.06-1.fc27 cpio.x86_64 2.12-6.fc27 dracut.x86_64 046-8.git20180105.fc27 e2fsprogs-libs.x86_64 1.43.5-2.fc27 findutils.x86_64 1:4.6.0-19.fc27 fuse-libs.x86_64 2.9.7-9.fc27 gettext.x86_64 0.19.8.1-12.fc27 gettext-libs.x86_64 0.19.8.1-12.fc27 groff-base.x86_64 1.22.3-14.fc27 grub2-common.noarch 1:2.02-22.fc27 grub2-tools-minimal.x86_64 1:2.02-22.fc27 hostname.x86_64 3.18-4.fc27 hwdata.noarch 0.312-1.fc27 initscripts.x86_64 9.79-1.fc27 ipcalc.x86_64 0.2.0-3.fc27 iproute.x86_64 4.15.0-1.fc27 iputils.x86_64 20161105-7.fc27 kbd-legacy.noarch 2.0.4-4.fc27 kbd-misc.noarch 2.0.4-4.fc27 kmod.x86_64 25-1.fc27 libaio.x86_64 0.3.110-9.fc27 libcroco.x86_64 0.6.12-3.fc27 libgomp.x86_64 7.3.1-5.fc27 libibverbs.x86_64 14-4.fc27 libmnl.x86_64 1.0.4-4.fc27 libnl3.x86_64 3.4.0-1.fc27 librdmacm.x86_64 14-4.fc27 libss.x86_64 1.43.5-2.fc27 libstdc++.x86_64 7.3.1-5.fc27 linux-atm-libs.x86_64 2.5.1-19.fc27 lsof.x86_64 4.89-7.fc27 pciutils.x86_64 3.5.5-3.fc27 pciutils-libs.x86_64 3.5.5-3.fc27 perl-Carp.noarch 1.42-395.fc27 perl-Config-General.noarch 2.63-4.fc27 perl-Encode.x86_64 4:2.94-16.fc27 perl-Errno.x86_64 1.28-406.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-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-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 procps-ng.x86_64 3.3.10-16.fc27 rdma-core.x86_64 14-4.fc27 sg3_utils.x86_64 1.42-3.fc27 sg3_utils-libs.x86_64 1.42-3.fc27 systemd-udev.x86_64 234-11.git5f8984e.fc27 xz.x86_64 5.2.3-4.fc27 Upgraded: systemd.x86_64 234-11.git5f8984e.fc27 systemd-libs.x86_64 234-11.git5f8984e.fc27 systemd-pam.x86_64 234-11.git5f8984e.fc27 Complete! ---> d51737c6cfa4 Removing intermediate container 9467031ab1ee Step 5/10 : RUN mkdir -p /images ---> Running in 645b819a50bb  ---> bc23c026546f Removing intermediate container 645b819a50bb 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 ---> Running in 7b3fa9b211c6  % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed  0 0  0 0 0 0 0  0 --:--:-- --:--:-- --:--:--  0 16 37.0M 16 6139k 0 0 6139k 0 0:00:06 --:--:-- 0:00:06 6389k 75 37.0M 75 28.0M 0 0 28.0M  0 0:00:01 0:00:01 --:--:-- 14.3M 100 37.0M 100 37.0M 0 0 18.5M 0 0:00:02  0:00:02 --:--:-- 15.9M  ---> 0bf76355b7a7 Removing intermediate container 7b3fa9b211c6 Step 7/10 : ADD run-tgt.sh / ---> 62b117a4bd3b Removing intermediate container d860899ccf9e Step 8/10 : EXPOSE 3260 ---> Running in 6595b09bf982 ---> 74a2554d1967 Removing intermediate container 6595b09bf982 Step 9/10 : CMD /run-tgt.sh ---> Running in 2dcc2ed4e90a ---> 1beec1a2b8c1 Removing intermediate container 2dcc2ed4e90a Step 10/10 : LABEL "iscsi-demo-target-tgtd" '' "kubevirt-functional-tests-k8s-1.10.4-release0" '' ---> Running in 5e587b58d69c ---> 31605bedfc3b Removing intermediate container 5e587b58d69c Successfully built 31605bedfc3b sending incremental file list created directory /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out/cmd/vm-killer ./ Dockerfile sent 625 bytes received 179 bytes 1,608.00 bytes/sec total size is 787 speedup is 0.98 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 ---> b730b4ed65df Step 3/5 : ENV container docker ---> Using cache ---> f899e4585fe3 Step 4/5 : RUN dnf -y install procps-ng && dnf -y clean all ---> Running in 4fa2e2aebb33 Fedora 27 - x86_64 - Updates 1.0 MB/s | 25 MB 00:25 Fedora 27 - x86_64 3.6 MB/s | 58 MB 00:16 Last metadata expiration check: 0:00:35 ago on Wed Jul 25 14:21:57 2018. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: procps-ng x86_64 3.3.10-16.fc27 updates 396 k Transaction Summary ================================================================================ Install 1 Package Total download size: 396 k Installed size: 874 k Downloading Packages: procps-ng-3.3.10-16.fc27.x86_64.rpm 559 kB/s | 396 kB 00:00 -------------------------------------------------------------------------------- Total 321 kB/s | 396 kB 00:01 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : procps-ng-3.3.10-16.fc27.x86_64 1/1 Running scriptlet: procps-ng-3.3.10-16.fc27.x86_64 1/1 Verifying : procps-ng-3.3.10-16.fc27.x86_64 1/1 Installed: procps-ng.x86_64 3.3.10-16.fc27 Complete! 18 files removed ---> e7f6eeca738f Removing intermediate container 4fa2e2aebb33 Step 5/5 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "vm-killer" '' ---> Running in e5c45d2e1962 ---> 8badd7162a45 Removing intermediate container e5c45d2e1962 Successfully built 8badd7162a45 sending incremental file list created directory /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out/cmd/registry-disk-v1alpha ./ Dockerfile entry-point.sh sent 1,595 bytes received 210 bytes 3,610.00 bytes/sec total size is 2,542 speedup is 1.41 Sending build context to Docker daemon 5.12 kB Step 1/7 : FROM debian:sid ---> 496290160351 Step 2/7 : MAINTAINER "David Vossel" \ ---> Using cache ---> 3b36b527fef8 Step 3/7 : ENV container docker ---> Using cache ---> b3ada414d649 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 ---> 337be6171fcb Step 5/7 : ADD entry-point.sh / ---> Using cache ---> a98a961fa5a1 Step 6/7 : CMD /entry-point.sh ---> Using cache ---> 19baf5d1aab8 Step 7/7 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "registry-disk-v1alpha" '' ---> Using cache ---> cc5fa9f605f0 Successfully built cc5fa9f605f0 sending incremental file list created directory /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out/cmd/cirros-registry-disk-demo ./ Dockerfile sent 653 bytes received 195 bytes 1,696.00 bytes/sec total size is 825 speedup is 0.97 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:35244/kubevirt/registry-disk-v1alpha:devel ---> cc5fa9f605f0 Step 2/4 : MAINTAINER "David Vossel" \ ---> Using cache ---> 79c22e4880dc 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 ---> ca2dd747d339 Step 4/4 : LABEL "cirros-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.10.4-release0" '' ---> Using cache ---> b0adb73d0606 Successfully built b0adb73d0606 sending incremental file list created directory /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out/cmd/fedora-cloud-registry-disk-demo ./ Dockerfile sent 700 bytes received 201 bytes 1,802.00 bytes/sec total size is 926 speedup is 1.03 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:35244/kubevirt/registry-disk-v1alpha:devel ---> cc5fa9f605f0 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> af8189b9e217 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 ---> e32b5069e570 Step 4/4 : LABEL "fedora-cloud-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.10.4-release0" '' ---> Using cache ---> ca508f873839 Successfully built ca508f873839 sending incremental file list created directory /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out/cmd/alpine-registry-disk-demo ./ Dockerfile sent 662 bytes received 195 bytes 1,714.00 bytes/sec total size is 866 speedup is 1.01 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:35244/kubevirt/registry-disk-v1alpha:devel ---> cc5fa9f605f0 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> af8189b9e217 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 ---> 333269ab92d7 Step 4/4 : LABEL "alpine-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.10.4-release0" '' ---> Using cache ---> 68621a7d542e Successfully built 68621a7d542e sending incremental file list ./ Dockerfile sent 683 bytes received 38 bytes 1,442.00 bytes/sec total size is 918 speedup is 1.27 Sending build context to Docker daemon 33.59 MB Step 1/8 : FROM fedora:27 ---> 9110ae7f579f Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> b730b4ed65df Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virtctl ---> Using cache ---> 4f94005a8ef0 Step 4/8 : WORKDIR /home/virtctl ---> Using cache ---> 78481d3ffb57 Step 5/8 : USER 1001 ---> Using cache ---> 05fee420f2cf Step 6/8 : COPY subresource-access-test /subresource-access-test ---> dd2d754f6434 Removing intermediate container a9e0bfc867a4 Step 7/8 : ENTRYPOINT /subresource-access-test ---> Running in 65b3d0729a1d ---> 60c0e3fa8c6c Removing intermediate container 65b3d0729a1d Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "subresource-access-test" '' ---> Running in 7a111c109e88 ---> d49ea3fadb80 Removing intermediate container 7a111c109e88 Successfully built d49ea3fadb80 sending incremental file list created directory /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out/cmd/winrmcli ./ Dockerfile sent 796 bytes received 178 bytes 1,948.00 bytes/sec total size is 1,098 speedup is 1.13 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 ---> b730b4ed65df Step 3/9 : ENV container docker ---> Using cache ---> f899e4585fe3 Step 4/9 : RUN dnf -y install make git gcc && dnf -y clean all ---> Using cache ---> 8e4b2ebac4a7 Step 5/9 : ENV GIMME_GO_VERSION 1.9.2 ---> Using cache ---> 88f79aa9e9f7 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 ---> 87d2f8a07b0b Step 7/9 : ENV GOPATH "/go" GOBIN "/usr/bin" ---> Using cache ---> ed0543d85229 Step 8/9 : RUN mkdir -p /go && source /etc/profile.d/gimme.sh && go get github.com/masterzen/winrm-cli ---> Using cache ---> b34d756315a5 Step 9/9 : LABEL "kubevirt-functional-tests-k8s-1.10.4-release0" '' "winrmcli" '' ---> Running in 4975ec188989 ---> f5fe89ffc32e Removing intermediate container 4975ec188989 Successfully built f5fe89ffc32e hack/build-docker.sh push The push refers to a repository [localhost:35244/kubevirt/virt-controller] e94cc88e31fc: Preparing 2f3c351af6e6: Preparing 39bae602f753: Preparing 2f3c351af6e6: Pushed e94cc88e31fc: Pushed 39bae602f753: Pushed devel: digest: sha256:a6617598edcb2827589a3cbd47eb6e18157f642236b52a87eda82f7f9f65332d size: 948 The push refers to a repository [localhost:35244/kubevirt/virt-launcher] 25dd1369b200: Preparing a641a078df2f: Preparing a641a078df2f: Preparing 3b9be7ba383d: Preparing dd900bfe5b5e: Preparing 44851ea919fd: Preparing 39e7211d28fe: Preparing 67bb002c37f5: Preparing be85f361ab8e: Preparing 2f2f840e782b: Preparing 39e7211d28fe: Waiting 67bb002c37f5: Waiting 9e20b26113ea: Preparing a1a99db27cd1: Preparing ec5be2616f4d: Preparing ffcfbc9458ac: Preparing 9e20b26113ea: Waiting 68e0ce966da1: Preparing be85f361ab8e: Waiting 2f2f840e782b: Waiting 39bae602f753: Preparing 68e0ce966da1: Waiting ec5be2616f4d: Waiting 39bae602f753: Waiting a1a99db27cd1: Waiting 3b9be7ba383d: Pushed 25dd1369b200: Pushed a641a078df2f: Pushed 44851ea919fd: Pushed dd900bfe5b5e: Pushed 67bb002c37f5: Pushed be85f361ab8e: Pushed 9e20b26113ea: Pushed a1a99db27cd1: Pushed ec5be2616f4d: Pushed ffcfbc9458ac: Pushed 39bae602f753: Mounted from kubevirt/virt-controller 2f2f840e782b: Pushed 39e7211d28fe: Pushed 68e0ce966da1: Pushed devel: digest: sha256:d81af31f36605ca986ac5fc8060e49ce40b145f67d1ba59574d5568c7ec87c54 size: 3652 The push refers to a repository [localhost:35244/kubevirt/virt-handler] bef78f48193b: Preparing 39bae602f753: Preparing 39bae602f753: Mounted from kubevirt/virt-launcher bef78f48193b: Pushed devel: digest: sha256:499080c72943b140d25dbbcd41fb2709182484ae2ff4260fe1af0f3d2f17231f size: 740 The push refers to a repository [localhost:35244/kubevirt/virt-api] 995aa71717a6: Preparing 71d1a0bc6b10: Preparing cb5027ae4f61: Preparing 39bae602f753: Preparing 39bae602f753: Mounted from kubevirt/virt-handler cb5027ae4f61: Pushed 71d1a0bc6b10: Pushed 995aa71717a6: Pushed devel: digest: sha256:030ae7ce1421afe0a9539caf88bf30a664930b4ae78e9a72be764d7518d8eca2 size: 1159 The push refers to a repository [localhost:35244/kubevirt/iscsi-demo-target-tgtd] a4496ef7fec7: Preparing 2493a2ceed11: Preparing 8a4a2538ea29: Preparing aa8e53ca4a56: Preparing 39bae602f753: Preparing 39bae602f753: Mounted from kubevirt/virt-api 8a4a2538ea29: Pushed a4496ef7fec7: Pushed 2493a2ceed11: Pushed aa8e53ca4a56: Pushed devel: digest: sha256:d29540b9f0007b60388fe3b9c354533890fe4e23a398a97947e436ad8778ca24 size: 1368 The push refers to a repository [localhost:35244/kubevirt/vm-killer] c0d9b4d15677: Preparing 39bae602f753: Preparing 39bae602f753: Mounted from kubevirt/iscsi-demo-target-tgtd c0d9b4d15677: Pushed devel: digest: sha256:6e2c3cc9711f6076bd9f3357a13ea965571892c7f722acf441abf4546003e3b1 size: 740 The push refers to a repository [localhost:35244/kubevirt/registry-disk-v1alpha] bfd12fa374fa: Preparing 18ac8ad2aee9: Preparing 132d61a890c5: Preparing bfd12fa374fa: Pushed 18ac8ad2aee9: Pushed 132d61a890c5: Pushed devel: digest: sha256:b9db7102a30a82d60bfc8ceac81c768b20d158af865d35a05746e71b298fd80d size: 948 The push refers to a repository [localhost:35244/kubevirt/cirros-registry-disk-demo] 5c6bf6722d12: Preparing bfd12fa374fa: Preparing 18ac8ad2aee9: Preparing 132d61a890c5: Preparing bfd12fa374fa: Mounted from kubevirt/registry-disk-v1alpha 132d61a890c5: Mounted from kubevirt/registry-disk-v1alpha 18ac8ad2aee9: Mounted from kubevirt/registry-disk-v1alpha 5c6bf6722d12: Pushed devel: digest: sha256:8eca40b26dd7f898def8f3d0289253721c779221e05a10b056c1867ae88cb61a size: 1160 The push refers to a repository [localhost:35244/kubevirt/fedora-cloud-registry-disk-demo] d572e73c832e: Preparing bfd12fa374fa: Preparing 18ac8ad2aee9: Preparing 132d61a890c5: Preparing 132d61a890c5: Mounted from kubevirt/cirros-registry-disk-demo 18ac8ad2aee9: Mounted from kubevirt/cirros-registry-disk-demo bfd12fa374fa: Mounted from kubevirt/cirros-registry-disk-demo d572e73c832e: Pushed devel: digest: sha256:a8225f775621a423ca94a3f25ced13d576abd4a0b3e70094ac4e33fe773154c4 size: 1161 The push refers to a repository [localhost:35244/kubevirt/alpine-registry-disk-demo] 6d8f4a90612a: Preparing bfd12fa374fa: Preparing 18ac8ad2aee9: Preparing 132d61a890c5: Preparing 18ac8ad2aee9: Mounted from kubevirt/fedora-cloud-registry-disk-demo bfd12fa374fa: Mounted from kubevirt/fedora-cloud-registry-disk-demo 132d61a890c5: Mounted from kubevirt/fedora-cloud-registry-disk-demo 6d8f4a90612a: Pushed devel: digest: sha256:560ded92853aa7da79e5bb7784f7e9762d11a861abda65ceb68c6cd5a9b01e07 size: 1160 The push refers to a repository [localhost:35244/kubevirt/subresource-access-test] c906da1cc3ac: Preparing 00a62312fc63: Preparing 39bae602f753: Preparing 39bae602f753: Mounted from kubevirt/vm-killer 00a62312fc63: Pushed c906da1cc3ac: Pushed devel: digest: sha256:084150c7e1925a923b62e872fa490d4ec22e7d5bba4bfd684323291a5ff92285 size: 948 The push refers to a repository [localhost:35244/kubevirt/winrmcli] 594e0d4b7316: Preparing 4d98f841ba37: Preparing e8c601393c84: Preparing 39bae602f753: Preparing 39bae602f753: Mounted from kubevirt/subresource-access-test 594e0d4b7316: Pushed e8c601393c84: Pushed 4d98f841ba37: Pushed devel: digest: sha256:5ab6e0779df9dd005279a0745bc58ea4c4143e6e45825d9c5ed46fde7b905617 size: 1165 make[1]: Leaving directory `/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt' 2018/07/25 14:29:58 Waiting for host: 192.168.66.101:22 2018/07/25 14:29:58 Connected to tcp://192.168.66.101:22 Trying to pull repository registry:5000/kubevirt/virt-controller ... devel: Pulling from registry:5000/kubevirt/virt-controller 2176639d844b: Pulling fs layer b53437f23a3a: Pulling fs layer 13977171b229: Pulling fs layer b53437f23a3a: Verifying Checksum b53437f23a3a: Download complete 13977171b229: Verifying Checksum 13977171b229: Download complete 2176639d844b: Download complete 2176639d844b: Pull complete b53437f23a3a: Pull complete 13977171b229: Pull complete Digest: sha256:a6617598edcb2827589a3cbd47eb6e18157f642236b52a87eda82f7f9f65332d Trying to pull repository registry:5000/kubevirt/virt-launcher ... devel: Pulling from registry:5000/kubevirt/virt-launcher 2176639d844b: Already exists b7ebf2ef712a: Pulling fs layer 700477527f1f: Pulling fs layer fd56cadd5f0f: Pulling fs layer eaf363eea507: Pulling fs layer 99364b353a31: Pulling fs layer 0ba02f356e5d: Pulling fs layer e3c3692476ad: Pulling fs layer 0c475b2cb4e6: Pulling fs layer eb242e928d4e: Pulling fs layer 1511ae873ea0: Pulling fs layer dae88d3419d5: Pulling fs layer 97b2744983bc: Pulling fs layer 8a0c2d8042ed: Pulling fs layer 34e82c65d539: Pulling fs layer eb242e928d4e: Waiting dae88d3419d5: Waiting 97b2744983bc: Waiting 8a0c2d8042ed: Waiting 34e82c65d539: Waiting 1511ae873ea0: Waiting eaf363eea507: Waiting 99364b353a31: Waiting 0ba02f356e5d: Waiting e3c3692476ad: Waiting 0c475b2cb4e6: Waiting 700477527f1f: Verifying Checksum 700477527f1f: Download complete fd56cadd5f0f: Verifying Checksum fd56cadd5f0f: Download complete eaf363eea507: Verifying Checksum eaf363eea507: Download complete 99364b353a31: Verifying Checksum 99364b353a31: Download complete e3c3692476ad: Verifying Checksum e3c3692476ad: Download complete 0c475b2cb4e6: Verifying Checksum 0c475b2cb4e6: Download complete 0ba02f356e5d: Verifying Checksum 0ba02f356e5d: Download complete eb242e928d4e: Verifying Checksum eb242e928d4e: Download complete 1511ae873ea0: Verifying Checksum 1511ae873ea0: Download complete dae88d3419d5: Verifying Checksum dae88d3419d5: Download complete 97b2744983bc: Verifying Checksum 97b2744983bc: Download complete 8a0c2d8042ed: Verifying Checksum 8a0c2d8042ed: Download complete 34e82c65d539: Verifying Checksum 34e82c65d539: Download complete b7ebf2ef712a: Verifying Checksum b7ebf2ef712a: Download complete b7ebf2ef712a: Pull complete 700477527f1f: Pull complete fd56cadd5f0f: Pull complete eaf363eea507: Pull complete 99364b353a31: Pull complete 0ba02f356e5d: Pull complete e3c3692476ad: Pull complete 0c475b2cb4e6: Pull complete eb242e928d4e: Pull complete 1511ae873ea0: Pull complete dae88d3419d5: Pull complete 97b2744983bc: Pull complete 8a0c2d8042ed: Pull complete 34e82c65d539: Pull complete Digest: sha256:d81af31f36605ca986ac5fc8060e49ce40b145f67d1ba59574d5568c7ec87c54 Trying to pull repository registry:5000/kubevirt/virt-handler ... devel: Pulling from registry:5000/kubevirt/virt-handler 2176639d844b: Already exists 5f010a34c66d: Pulling fs layer 5f010a34c66d: Download complete 5f010a34c66d: Pull complete Digest: sha256:499080c72943b140d25dbbcd41fb2709182484ae2ff4260fe1af0f3d2f17231f Trying to pull repository registry:5000/kubevirt/virt-api ... devel: Pulling from registry:5000/kubevirt/virt-api 2176639d844b: Already exists 92c2ba91377c: Pulling fs layer 9db6ed64c24e: Pulling fs layer 4cc18ba9ffa4: Pulling fs layer 92c2ba91377c: Verifying Checksum 92c2ba91377c: Download complete 9db6ed64c24e: Verifying Checksum 9db6ed64c24e: Download complete 4cc18ba9ffa4: Verifying Checksum 4cc18ba9ffa4: Download complete 92c2ba91377c: Pull complete 9db6ed64c24e: Pull complete 4cc18ba9ffa4: Pull complete Digest: sha256:030ae7ce1421afe0a9539caf88bf30a664930b4ae78e9a72be764d7518d8eca2 Trying to pull repository registry:5000/kubevirt/iscsi-demo-target-tgtd ... devel: Pulling from registry:5000/kubevirt/iscsi-demo-target-tgtd 2176639d844b: Already exists 6cda8bdd2d1f: Pulling fs layer e8ee46f6e448: Pulling fs layer cc95a2f02667: Pulling fs layer df2f9485228f: Pulling fs layer df2f9485228f: Waiting e8ee46f6e448: Download complete df2f9485228f: Verifying Checksum df2f9485228f: Download complete cc95a2f02667: Verifying Checksum cc95a2f02667: Download complete 6cda8bdd2d1f: Verifying Checksum 6cda8bdd2d1f: Download complete 6cda8bdd2d1f: Pull complete e8ee46f6e448: Pull complete cc95a2f02667: Pull complete df2f9485228f: Pull complete Digest: sha256:d29540b9f0007b60388fe3b9c354533890fe4e23a398a97947e436ad8778ca24 Trying to pull repository registry:5000/kubevirt/vm-killer ... devel: Pulling from registry:5000/kubevirt/vm-killer 2176639d844b: Already exists fc9503574314: Pulling fs layer fc9503574314: Verifying Checksum fc9503574314: Download complete fc9503574314: Pull complete Digest: sha256:6e2c3cc9711f6076bd9f3357a13ea965571892c7f722acf441abf4546003e3b1 Trying to pull repository registry:5000/kubevirt/registry-disk-v1alpha ... devel: Pulling from registry:5000/kubevirt/registry-disk-v1alpha 26254fbb7f1e: Pulling fs layer 8bd0616fcbba: Pulling fs layer d83eb0390e8d: Pulling fs layer d83eb0390e8d: Verifying Checksum d83eb0390e8d: Download complete 8bd0616fcbba: Verifying Checksum 8bd0616fcbba: Download complete 26254fbb7f1e: Verifying Checksum 26254fbb7f1e: Download complete 26254fbb7f1e: Pull complete 8bd0616fcbba: Pull complete d83eb0390e8d: Pull complete Digest: sha256:b9db7102a30a82d60bfc8ceac81c768b20d158af865d35a05746e71b298fd80d Trying to pull repository registry:5000/kubevirt/cirros-registry-disk-demo ... devel: Pulling from registry:5000/kubevirt/cirros-registry-disk-demo 26254fbb7f1e: Already exists 8bd0616fcbba: Already exists d83eb0390e8d: Already exists 1def21d2a6e4: Pulling fs layer 1def21d2a6e4: Verifying Checksum 1def21d2a6e4: Download complete 1def21d2a6e4: Pull complete Digest: sha256:8eca40b26dd7f898def8f3d0289253721c779221e05a10b056c1867ae88cb61a Trying to pull repository registry:5000/kubevirt/fedora-cloud-registry-disk-demo ... devel: Pulling from registry:5000/kubevirt/fedora-cloud-registry-disk-demo 26254fbb7f1e: Already exists 8bd0616fcbba: Already exists d83eb0390e8d: Already exists 4b0e66ff821e: Pulling fs layer 4b0e66ff821e: Verifying Checksum 4b0e66ff821e: Download complete 4b0e66ff821e: Pull complete Digest: sha256:a8225f775621a423ca94a3f25ced13d576abd4a0b3e70094ac4e33fe773154c4 Trying to pull repository registry:5000/kubevirt/alpine-registry-disk-demo ... devel: Pulling from registry:5000/kubevirt/alpine-registry-disk-demo 26254fbb7f1e: Already exists 8bd0616fcbba: Already exists d83eb0390e8d: Already exists 50a3cd1eb4cb: Pulling fs layer 50a3cd1eb4cb: Verifying Checksum 50a3cd1eb4cb: Download complete 50a3cd1eb4cb: Pull complete Digest: sha256:560ded92853aa7da79e5bb7784f7e9762d11a861abda65ceb68c6cd5a9b01e07 Trying to pull repository registry:5000/kubevirt/subresource-access-test ... devel: Pulling from registry:5000/kubevirt/subresource-access-test 2176639d844b: Already exists becb5b13344d: Pulling fs layer fe26d0fee769: Pulling fs layer becb5b13344d: Verifying Checksum fe26d0fee769: Verifying Checksum fe26d0fee769: Download complete becb5b13344d: Pull complete fe26d0fee769: Pull complete Digest: sha256:084150c7e1925a923b62e872fa490d4ec22e7d5bba4bfd684323291a5ff92285 Trying to pull repository registry:5000/kubevirt/winrmcli ... devel: Pulling from registry:5000/kubevirt/winrmcli 2176639d844b: Already exists 249154948130: Pulling fs layer e01029309b88: Pulling fs layer b9951f57668f: Pulling fs layer b9951f57668f: Verifying Checksum b9951f57668f: Download complete 249154948130: Verifying Checksum 249154948130: Download complete e01029309b88: Verifying Checksum e01029309b88: Download complete 249154948130: Pull complete e01029309b88: Pull complete b9951f57668f: Pull complete Digest: sha256:5ab6e0779df9dd005279a0745bc58ea4c4143e6e45825d9c5ed46fde7b905617 2018/07/25 14:33:19 Waiting for host: 192.168.66.101:22 2018/07/25 14:33:19 Connected to tcp://192.168.66.101:22 2018/07/25 14:33:24 Waiting for host: 192.168.66.102:22 2018/07/25 14:33:24 Connected to tcp://192.168.66.102:22 Trying to pull repository registry:5000/kubevirt/virt-controller ... devel: Pulling from registry:5000/kubevirt/virt-controller 2176639d844b: Pulling fs layer b53437f23a3a: Pulling fs layer 13977171b229: Pulling fs layer b53437f23a3a: Verifying Checksum b53437f23a3a: Download complete 13977171b229: Verifying Checksum 13977171b229: Download complete 2176639d844b: Verifying Checksum 2176639d844b: Download complete 2176639d844b: Pull complete b53437f23a3a: Pull complete 13977171b229: Pull complete Digest: sha256:a6617598edcb2827589a3cbd47eb6e18157f642236b52a87eda82f7f9f65332d Trying to pull repository registry:5000/kubevirt/virt-launcher ... devel: Pulling from registry:5000/kubevirt/virt-launcher 2176639d844b: Already exists b7ebf2ef712a: Pulling fs layer 700477527f1f: Pulling fs layer fd56cadd5f0f: Pulling fs layer eaf363eea507: Pulling fs layer 99364b353a31: Pulling fs layer 0ba02f356e5d: Pulling fs layer e3c3692476ad: Pulling fs layer 0c475b2cb4e6: Pulling fs layer eb242e928d4e: Pulling fs layer 1511ae873ea0: Pulling fs layer dae88d3419d5: Pulling fs layer 97b2744983bc: Pulling fs layer 8a0c2d8042ed: Pulling fs layer 34e82c65d539: Pulling fs layer eaf363eea507: Waiting 99364b353a31: Waiting 0ba02f356e5d: Waiting e3c3692476ad: Waiting 0c475b2cb4e6: Waiting eb242e928d4e: Waiting 1511ae873ea0: Waiting dae88d3419d5: Waiting 97b2744983bc: Waiting 8a0c2d8042ed: Waiting 34e82c65d539: Waiting 700477527f1f: Download complete fd56cadd5f0f: Verifying Checksum fd56cadd5f0f: Download complete 99364b353a31: Verifying Checksum 99364b353a31: Download complete eaf363eea507: Verifying Checksum eaf363eea507: Download complete e3c3692476ad: Verifying Checksum e3c3692476ad: Download complete 0c475b2cb4e6: Verifying Checksum 0c475b2cb4e6: Download complete 0ba02f356e5d: Verifying Checksum 0ba02f356e5d: Download complete eb242e928d4e: Verifying Checksum eb242e928d4e: Download complete 1511ae873ea0: Verifying Checksum 1511ae873ea0: Download complete dae88d3419d5: Verifying Checksum dae88d3419d5: Download complete 97b2744983bc: Verifying Checksum 97b2744983bc: Download complete 8a0c2d8042ed: Verifying Checksum 8a0c2d8042ed: Download complete 34e82c65d539: Verifying Checksum 34e82c65d539: Download complete b7ebf2ef712a: Verifying Checksum b7ebf2ef712a: Download complete b7ebf2ef712a: Pull complete 700477527f1f: Pull complete fd56cadd5f0f: Pull complete eaf363eea507: Pull complete 99364b353a31: Pull complete 0ba02f356e5d: Pull complete e3c3692476ad: Pull complete 0c475b2cb4e6: Pull complete eb242e928d4e: Pull complete 1511ae873ea0: Pull complete dae88d3419d5: Pull complete 97b2744983bc: Pull complete 8a0c2d8042ed: Pull complete 34e82c65d539: Pull complete Digest: sha256:d81af31f36605ca986ac5fc8060e49ce40b145f67d1ba59574d5568c7ec87c54 Trying to pull repository registry:5000/kubevirt/virt-handler ... devel: Pulling from registry:5000/kubevirt/virt-handler 2176639d844b: Already exists 5f010a34c66d: Pulling fs layer 5f010a34c66d: Verifying Checksum 5f010a34c66d: Download complete 5f010a34c66d: Pull complete Digest: sha256:499080c72943b140d25dbbcd41fb2709182484ae2ff4260fe1af0f3d2f17231f Trying to pull repository registry:5000/kubevirt/virt-api ... devel: Pulling from registry:5000/kubevirt/virt-api 2176639d844b: Already exists 92c2ba91377c: Pulling fs layer 9db6ed64c24e: Pulling fs layer 4cc18ba9ffa4: Pulling fs layer 92c2ba91377c: Verifying Checksum 92c2ba91377c: Download complete 9db6ed64c24e: Verifying Checksum 9db6ed64c24e: Download complete 4cc18ba9ffa4: Verifying Checksum 4cc18ba9ffa4: Download complete 92c2ba91377c: Pull complete 9db6ed64c24e: Pull complete 4cc18ba9ffa4: Pull complete Digest: sha256:030ae7ce1421afe0a9539caf88bf30a664930b4ae78e9a72be764d7518d8eca2 Trying to pull repository registry:5000/kubevirt/iscsi-demo-target-tgtd ... devel: Pulling from registry:5000/kubevirt/iscsi-demo-target-tgtd 2176639d844b: Already exists 6cda8bdd2d1f: Pulling fs layer e8ee46f6e448: Pulling fs layer cc95a2f02667: Pulling fs layer df2f9485228f: Pulling fs layer df2f9485228f: Waiting e8ee46f6e448: Verifying Checksum e8ee46f6e448: Download complete df2f9485228f: Verifying Checksum df2f9485228f: Download complete cc95a2f02667: Verifying Checksum cc95a2f02667: Download complete 6cda8bdd2d1f: Verifying Checksum 6cda8bdd2d1f: Download complete 6cda8bdd2d1f: Pull complete e8ee46f6e448: Pull complete cc95a2f02667: Pull complete df2f9485228f: Pull complete Digest: sha256:d29540b9f0007b60388fe3b9c354533890fe4e23a398a97947e436ad8778ca24 Trying to pull repository registry:5000/kubevirt/vm-killer ... devel: Pulling from registry:5000/kubevirt/vm-killer 2176639d844b: Already exists fc9503574314: Pulling fs layer fc9503574314: Verifying Checksum fc9503574314: Download complete fc9503574314: Pull complete Digest: sha256:6e2c3cc9711f6076bd9f3357a13ea965571892c7f722acf441abf4546003e3b1 Trying to pull repository registry:5000/kubevirt/registry-disk-v1alpha ... devel: Pulling from registry:5000/kubevirt/registry-disk-v1alpha 26254fbb7f1e: Pulling fs layer 8bd0616fcbba: Pulling fs layer d83eb0390e8d: Pulling fs layer d83eb0390e8d: Verifying Checksum d83eb0390e8d: Download complete 8bd0616fcbba: Verifying Checksum 8bd0616fcbba: Download complete 26254fbb7f1e: Verifying Checksum 26254fbb7f1e: Download complete 26254fbb7f1e: Pull complete 8bd0616fcbba: Pull complete d83eb0390e8d: Pull complete Digest: sha256:b9db7102a30a82d60bfc8ceac81c768b20d158af865d35a05746e71b298fd80d Trying to pull repository registry:5000/kubevirt/cirros-registry-disk-demo ... devel: Pulling from registry:5000/kubevirt/cirros-registry-disk-demo 26254fbb7f1e: Already exists 8bd0616fcbba: Already exists d83eb0390e8d: Already exists 1def21d2a6e4: Pulling fs layer 1def21d2a6e4: Verifying Checksum 1def21d2a6e4: Download complete 1def21d2a6e4: Pull complete Digest: sha256:8eca40b26dd7f898def8f3d0289253721c779221e05a10b056c1867ae88cb61a Trying to pull repository registry:5000/kubevirt/fedora-cloud-registry-disk-demo ... devel: Pulling from registry:5000/kubevirt/fedora-cloud-registry-disk-demo 26254fbb7f1e: Already exists 8bd0616fcbba: Already exists d83eb0390e8d: Already exists 4b0e66ff821e: Pulling fs layer 4b0e66ff821e: Verifying Checksum 4b0e66ff821e: Download complete 4b0e66ff821e: Pull complete Digest: sha256:a8225f775621a423ca94a3f25ced13d576abd4a0b3e70094ac4e33fe773154c4 Trying to pull repository registry:5000/kubevirt/alpine-registry-disk-demo ... devel: Pulling from registry:5000/kubevirt/alpine-registry-disk-demo 26254fbb7f1e: Already exists 8bd0616fcbba: Already exists d83eb0390e8d: Already exists 50a3cd1eb4cb: Pulling fs layer 50a3cd1eb4cb: Verifying Checksum 50a3cd1eb4cb: Download complete 50a3cd1eb4cb: Pull complete Digest: sha256:560ded92853aa7da79e5bb7784f7e9762d11a861abda65ceb68c6cd5a9b01e07 Trying to pull repository registry:5000/kubevirt/subresource-access-test ... devel: Pulling from registry:5000/kubevirt/subresource-access-test 2176639d844b: Already exists becb5b13344d: Pulling fs layer fe26d0fee769: Pulling fs layer becb5b13344d: Verifying Checksum becb5b13344d: Download complete fe26d0fee769: Verifying Checksum fe26d0fee769: Download complete becb5b13344d: Pull complete fe26d0fee769: Pull complete Digest: sha256:084150c7e1925a923b62e872fa490d4ec22e7d5bba4bfd684323291a5ff92285 Trying to pull repository registry:5000/kubevirt/winrmcli ... devel: Pulling from registry:5000/kubevirt/winrmcli 2176639d844b: Already exists 249154948130: Pulling fs layer e01029309b88: Pulling fs layer b9951f57668f: Pulling fs layer b9951f57668f: Verifying Checksum b9951f57668f: Download complete 249154948130: Verifying Checksum 249154948130: Download complete e01029309b88: Verifying Checksum e01029309b88: Download complete 249154948130: Pull complete e01029309b88: Pull complete b9951f57668f: Pull complete Digest: sha256:5ab6e0779df9dd005279a0745bc58ea4c4143e6e45825d9c5ed46fde7b905617 2018/07/25 14:37:14 Waiting for host: 192.168.66.102:22 2018/07/25 14:37:14 Connected to tcp://192.168.66.102:22 Done ./cluster/clean.sh + source hack/common.sh ++++ dirname 'hack/common.sh[0]' +++ cd hack/../ +++ pwd ++ KUBEVIRT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out/client-python ++ PROVIDER=k8s-1.9.3 ++ provider_prefix=kubevirt-functional-tests-k8s-1.10.4-release0 ++ job_prefix=kubevirt-functional-tests-k8s-1.10.4-release0 + source cluster/k8s-1.9.3/provider.sh ++ set -e ++ image=k8s-1.9.3@sha256:f1506a8aebfb5b5fbf37cd8c9f060bc1f05db683fca15eb11f9fe9e9a58ec9e5 ++ source cluster/ephemeral-provider-common.sh +++ set -e +++ _cli='docker run --privileged --rm -v /var/run/docker.sock:/var/run/docker.sock kubevirtci/cli@sha256:b0023d1863338ef04fa0b8a8ee5956ae08616200d89ffd2e230668ea3deeaff4' + source hack/config.sh ++ unset binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig manifest_docker_prefix namespace ++ PROVIDER=k8s-1.9.3 ++ source hack/config-default.sh source hack/config-k8s-1.9.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/iscsi-demo-target-tgtd 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.9.3.sh ++ source hack/config-provider-k8s-1.9.3.sh +++ master_ip=127.0.0.1 +++ docker_tag=devel +++ kubeconfig=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/cluster/k8s-1.9.3/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/cluster/k8s-1.9.3/.kubectl +++ docker_prefix=localhost:35244/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 ... + _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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.3/.kubectl -n default delete apiservices -l kubevirt.io No resources found + _kubectl -n default delete secrets -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.3/.kubectl -n default delete serviceaccounts -l kubevirt.io No resources found ++ _kubectl -n default get crd offlinevirtualmachines.kubevirt.io ++ wc -l ++ export KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig ++ KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig ++ cluster/k8s-1.9.3/.kubectl -n default get crd offlinevirtualmachines.kubevirt.io Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "offlinevirtualmachines.kubevirt.io" not found + '[' 0 -gt 0 ']' + for i in '${namespaces[@]}' + _kubectl -n kube-system delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.3/.kubectl -n kube-system delete apiservices -l kubevirt.io No resources found + _kubectl -n kube-system delete secrets -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.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.9.3/.kubeconfig ++ wc -l ++ KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig ++ cluster/k8s-1.9.3/.kubectl -n kube-system get crd offlinevirtualmachines.kubevirt.io Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "offlinevirtualmachines.kubevirt.io" not found + '[' 0 -gt 0 ']' + sleep 2 + echo Done Done ./cluster/deploy.sh + source hack/common.sh ++++ dirname 'hack/common.sh[0]' +++ cd hack/../ +++ pwd ++ KUBEVIRT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out/client-python ++ PROVIDER=k8s-1.9.3 ++ provider_prefix=kubevirt-functional-tests-k8s-1.10.4-release0 ++ job_prefix=kubevirt-functional-tests-k8s-1.10.4-release0 + source cluster/k8s-1.9.3/provider.sh ++ set -e ++ image=k8s-1.9.3@sha256:f1506a8aebfb5b5fbf37cd8c9f060bc1f05db683fca15eb11f9fe9e9a58ec9e5 ++ source cluster/ephemeral-provider-common.sh +++ set -e +++ _cli='docker run --privileged --rm -v /var/run/docker.sock:/var/run/docker.sock kubevirtci/cli@sha256:b0023d1863338ef04fa0b8a8ee5956ae08616200d89ffd2e230668ea3deeaff4' + source hack/config.sh ++ unset binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig manifest_docker_prefix namespace ++ PROVIDER=k8s-1.9.3 ++ source hack/config-default.sh source hack/config-k8s-1.9.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/iscsi-demo-target-tgtd 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.9.3.sh ++ source hack/config-provider-k8s-1.9.3.sh +++ master_ip=127.0.0.1 +++ docker_tag=devel +++ kubeconfig=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/cluster/k8s-1.9.3/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/cluster/k8s-1.9.3/.kubectl +++ docker_prefix=localhost:35244/kubevirt +++ manifest_docker_prefix=registry:5000/kubevirt ++ test -f hack/config-local.sh ++ export binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig namespace + echo 'Deploying ...' Deploying ... + [[ -z k8s-1.10.4-release ]] + [[ k8s-1.10.4-release =~ .*-dev ]] + [[ k8s-1.10.4-release =~ .*-release ]] + for manifest in '${MANIFESTS_OUT_DIR}/release/*' + [[ /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@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-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml =~ .*demo.* ]] + _kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml + export KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.3/.kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml serviceaccount "kubevirt-apiserver" created clusterrolebinding "kubevirt-apiserver" created clusterrolebinding "kubevirt-apiserver-auth-delegator" created rolebinding "kubevirt-apiserver" created role "kubevirt-apiserver" created clusterrole "kubevirt-apiserver" created clusterrole "kubevirt-controller" created serviceaccount "kubevirt-controller" created serviceaccount "kubevirt-privileged" created clusterrolebinding "kubevirt-controller" created clusterrolebinding "kubevirt-controller-cluster-admin" created clusterrolebinding "kubevirt-privileged-cluster-admin" created service "virt-api" created deployment "virt-api" created deployment "virt-controller" created daemonset "virt-handler" created customresourcedefinition "virtualmachines.kubevirt.io" created customresourcedefinition "virtualmachinereplicasets.kubevirt.io" created customresourcedefinition "virtualmachinepresets.kubevirt.io" created customresourcedefinition "offlinevirtualmachines.kubevirt.io" created + _kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out/manifests/testing -R + export KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.9.3/.kubeconfig + cluster/k8s-1.9.3/.kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/go/src/kubevirt.io/kubevirt/_out/manifests/testing -R persistentvolumeclaim "disk-alpine" created persistentvolume "iscsi-disk-alpine" created daemonset "iscsi-demo-target-tgtd" created serviceaccount "kubevirt-testing" created clusterrolebinding "kubevirt-testing-cluster-admin" created + '[' k8s-1.9.3 = vagrant-openshift ']' + '[' k8s-1.9.3 = os-3.9.0-alpha.4 ']' + echo Done Done ++ kubectl get pods -n kube-system --no-headers ++ grep -v Running ++ cluster/kubectl.sh get pods -n kube-system --no-headers + '[' -n 'virt-api-fd96f94b5-mrjnm 0/1 ContainerCreating 0 3s virt-api-fd96f94b5-vbgxs 0/1 ContainerCreating 0 3s virt-controller-5f7c946cc4-pfq2g 0/1 ContainerCreating 0 3s virt-controller-5f7c946cc4-r29b7 0/1 ContainerCreating 0 3s virt-handler-52zt9 0/1 ContainerCreating 0 3s virt-handler-fkvxh 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 iscsi-demo-target-tgtd-h5x8p 0/1 Pending 0 2s iscsi-demo-target-tgtd-n9n7l 0/1 Pending 0 2s virt-api-fd96f94b5-mrjnm 0/1 ContainerCreating 0 4s virt-api-fd96f94b5-vbgxs 0/1 ContainerCreating 0 4s virt-controller-5f7c946cc4-pfq2g 0/1 ContainerCreating 0 4s virt-controller-5f7c946cc4-r29b7 0/1 ContainerCreating 0 4s virt-handler-52zt9 0/1 ContainerCreating 0 4s virt-handler-fkvxh 0/1 ContainerCreating 0 4s + sleep 10 ++ kubectl get pods -n kube-system --no-headers ++ cluster/kubectl.sh get pods -n kube-system --no-headers ++ grep -v Running + '[' -n '' ']' ++ kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers ++ cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers ++ awk '!/virt-controller/ && /false/' + '[' -n 'false iscsi-demo-target-tgtd-h5x8p false iscsi-demo-target-tgtd-n9n7l false virt-api-fd96f94b5-mrjnm false virt-api-fd96f94b5-vbgxs' ']' + 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,metadata:metadata.name' --no-headers + awk '!/virt-controller/ && /false/' + cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers false iscsi-demo-target-tgtd-h5x8p false iscsi-demo-target-tgtd-n9n7l false virt-api-fd96f94b5-mrjnm false virt-api-fd96f94b5-vbgxs + sleep 10 ++ kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers ++ awk '!/virt-controller/ && /false/' ++ cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers + '[' -n 'false iscsi-demo-target-tgtd-h5x8p false iscsi-demo-target-tgtd-n9n7l' ']' + 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,metadata:metadata.name' --no-headers + awk '!/virt-controller/ && /false/' + cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers false iscsi-demo-target-tgtd-h5x8p false iscsi-demo-target-tgtd-n9n7l + sleep 10 ++ kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers ++ awk '!/virt-controller/ && /false/' ++ cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers + '[' -n 'false iscsi-demo-target-tgtd-h5x8p false iscsi-demo-target-tgtd-n9n7l' ']' + 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,metadata:metadata.name' --no-headers + awk '!/virt-controller/ && /false/' + cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers false iscsi-demo-target-tgtd-h5x8p false iscsi-demo-target-tgtd-n9n7l + sleep 10 ++ kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers ++ awk '!/virt-controller/ && /false/' ++ cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers + '[' -n 'false iscsi-demo-target-tgtd-h5x8p false iscsi-demo-target-tgtd-n9n7l' ']' + 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,metadata:metadata.name' --no-headers + awk '!/virt-controller/ && /false/' + cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers false iscsi-demo-target-tgtd-h5x8p false iscsi-demo-target-tgtd-n9n7l + sleep 10 ++ kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers ++ awk '!/virt-controller/ && /false/' ++ cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers + '[' -n 'false iscsi-demo-target-tgtd-h5x8p false iscsi-demo-target-tgtd-n9n7l' ']' + 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,metadata:metadata.name' --no-headers + awk '!/virt-controller/ && /false/' + cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers false iscsi-demo-target-tgtd-h5x8p false iscsi-demo-target-tgtd-n9n7l + sleep 10 ++ kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers ++ awk '!/virt-controller/ && /false/' ++ cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers + '[' -n 'false iscsi-demo-target-tgtd-h5x8p false iscsi-demo-target-tgtd-n9n7l' ']' + 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,metadata:metadata.name' --no-headers + cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers + awk '!/virt-controller/ && /false/' false iscsi-demo-target-tgtd-h5x8p false iscsi-demo-target-tgtd-n9n7l + sleep 10 ++ kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers ++ awk '!/virt-controller/ && /false/' ++ cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers + '[' -n 'false iscsi-demo-target-tgtd-h5x8p false iscsi-demo-target-tgtd-n9n7l' ']' + 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,metadata:metadata.name' --no-headers + awk '!/virt-controller/ && /false/' + cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers false iscsi-demo-target-tgtd-h5x8p false iscsi-demo-target-tgtd-n9n7l + sleep 10 ++ kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers ++ awk '!/virt-controller/ && /false/' ++ cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers + '[' -n '' ']' ++ kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers ++ awk '/virt-controller/ && /true/' ++ cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready,metadata:metadata.name' --no-headers ++ wc -l + '[' 2 -lt 1 ']' + kubectl get pods -n kube-system + cluster/kubectl.sh get pods -n kube-system NAME READY STATUS RESTARTS AGE etcd-node01 1/1 Running 0 33m iscsi-demo-target-tgtd-h5x8p 1/1 Running 1 1m iscsi-demo-target-tgtd-n9n7l 1/1 Running 1 1m kube-apiserver-node01 1/1 Running 0 33m kube-controller-manager-node01 1/1 Running 0 33m kube-dns-6f4fd4bdf-vbbd7 3/3 Running 0 34m kube-flannel-ds-fsgmq 1/1 Running 0 34m kube-flannel-ds-lmnmv 1/1 Running 0 33m kube-proxy-kv42b 1/1 Running 0 33m kube-proxy-ljdpd 1/1 Running 0 34m kube-scheduler-node01 1/1 Running 0 33m virt-api-fd96f94b5-mrjnm 1/1 Running 1 1m virt-api-fd96f94b5-vbgxs 1/1 Running 0 1m virt-controller-5f7c946cc4-pfq2g 1/1 Running 0 1m virt-controller-5f7c946cc4-r29b7 1/1 Running 0 1m virt-handler-52zt9 1/1 Running 0 1m virt-handler-fkvxh 1/1 Running 0 1m + kubectl version + cluster/kubectl.sh version Client Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.3", GitCommit:"d2835416544f298c919e2ead3be3d0864b52323b", GitTreeState:"clean", BuildDate:"2018-02-07T12:22:21Z", GoVersion:"go1.9.2", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.3", GitCommit:"d2835416544f298c919e2ead3be3d0864b52323b", GitTreeState:"clean", BuildDate:"2018-02-07T11:55:20Z", GoVersion:"go1.9.2", Compiler:"gc", Platform:"linux/amd64"} + ginko_params='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/junit.xml' + [[ -d /home/nfs/images/windows2016 ]] + [[ k8s-1.10.4-release == windows ]] + FUNC_TEST_ARGS='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.4-release@2/junit.xml' + make functest hack/dockerized "hack/build-func-tests.sh" sha256:123fe8d0765a30ed333ba55e39b3f58e1f5da9083345f816e4a24aeb2c0db77a go version go1.9.2 linux/amd64 go version go1.9.2 linux/amd64 Compiling tests... compiled tests.test 03e157e6e00ec323768815b2b68c80170e1612f6c772b86bd1b54df618751f5d 03e157e6e00ec323768815b2b68c80170e1612f6c772b86bd1b54df618751f5d hack/functests.sh Running Suite: Tests Suite ========================== Random Seed: 1532529594 Will run 79 of 79 specs • [SLOW TEST:54.856 seconds] CloudInit UserData /root/go/src/kubevirt.io/kubevirt/tests/vm_userdata_test.go:46 A new VM /root/go/src/kubevirt.io/kubevirt/tests/vm_userdata_test.go:79 with cloudInitNoCloud userDataBase64 source /root/go/src/kubevirt.io/kubevirt/tests/vm_userdata_test.go:80 should have cloud-init data /root/go/src/kubevirt.io/kubevirt/tests/vm_userdata_test.go:81 ------------------------------ • [SLOW TEST:122.296 seconds] CloudInit UserData /root/go/src/kubevirt.io/kubevirt/tests/vm_userdata_test.go:46 A new VM /root/go/src/kubevirt.io/kubevirt/tests/vm_userdata_test.go:79 with cloudInitNoCloud userDataBase64 source /root/go/src/kubevirt.io/kubevirt/tests/vm_userdata_test.go:80 with injected ssh-key /root/go/src/kubevirt.io/kubevirt/tests/vm_userdata_test.go:92 should have ssh-key under authorized keys /root/go/src/kubevirt.io/kubevirt/tests/vm_userdata_test.go:93 ------------------------------ • [SLOW TEST:58.556 seconds] CloudInit UserData /root/go/src/kubevirt.io/kubevirt/tests/vm_userdata_test.go:46 A new VM /root/go/src/kubevirt.io/kubevirt/tests/vm_userdata_test.go:79 with cloudInitNoCloud userData source /root/go/src/kubevirt.io/kubevirt/tests/vm_userdata_test.go:116 should process provided cloud-init data /root/go/src/kubevirt.io/kubevirt/tests/vm_userdata_test.go:117 ------------------------------ • [SLOW TEST:54.525 seconds] CloudInit UserData /root/go/src/kubevirt.io/kubevirt/tests/vm_userdata_test.go:46 A new VM /root/go/src/kubevirt.io/kubevirt/tests/vm_userdata_test.go:79 should take user-data from k8s secret /root/go/src/kubevirt.io/kubevirt/tests/vm_userdata_test.go:160 ------------------------------ • [SLOW TEST:18.176 seconds] VNC /root/go/src/kubevirt.io/kubevirt/tests/vnc_test.go:35 A new VM /root/go/src/kubevirt.io/kubevirt/tests/vnc_test.go:46 with VNC connection /root/go/src/kubevirt.io/kubevirt/tests/vnc_test.go:47 should allow accessing the VNC device /root/go/src/kubevirt.io/kubevirt/tests/vnc_test.go:48 ------------------------------ • ------------------------------ • [SLOW TEST:48.841 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:41 Starting a VM /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:121 with Alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:122 should be successfully started /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:123 ------------------------------ • [SLOW TEST:85.866 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:41 Starting a VM /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:121 with Alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:122 should be successfully started and stopped multiple times /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:144 ------------------------------ • [SLOW TEST:54.923 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:41 Starting a VM /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:121 With an emptyDisk defined /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:177 should create a writeable emptyDisk with the right capacity /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:179 ------------------------------ • [SLOW TEST:48.649 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:41 Starting a VM /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:121 With ephemeral alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:229 should be successfully started /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:231 ------------------------------ • [SLOW TEST:88.320 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:41 Starting a VM /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:121 With ephemeral alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:229 should not persist data /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:252 ------------------------------ • [SLOW TEST:55.031 seconds] Health Monitoring /root/go/src/kubevirt.io/kubevirt/tests/vm_monitoring_test.go:37 A VM with a watchdog device /root/go/src/kubevirt.io/kubevirt/tests/vm_monitoring_test.go:56 should be shut down when the watchdog expires /root/go/src/kubevirt.io/kubevirt/tests/vm_monitoring_test.go:57 ------------------------------ • ------------------------------ • [SLOW TEST:21.615 seconds] OfflineVirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/ovm_test.go:47 A valid OfflineVirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/ovm_test.go:85 should update OfflineVirtualMachine once VMs are up /root/go/src/kubevirt.io/kubevirt/tests/ovm_test.go:174 ------------------------------ ••• ------------------------------ • [SLOW TEST:20.762 seconds] OfflineVirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/ovm_test.go:47 A valid OfflineVirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/ovm_test.go:85 should stop VM if running set to false /root/go/src/kubevirt.io/kubevirt/tests/ovm_test.go:240 ------------------------------ • [SLOW TEST:145.346 seconds] OfflineVirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/ovm_test.go:47 A valid OfflineVirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/ovm_test.go:85 should start and stop VM multiple times /root/go/src/kubevirt.io/kubevirt/tests/ovm_test.go:248 ------------------------------ • [SLOW TEST:59.091 seconds] OfflineVirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/ovm_test.go:47 A valid OfflineVirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/ovm_test.go:85 should not update the VM spec if Running /root/go/src/kubevirt.io/kubevirt/tests/ovm_test.go:261 ------------------------------ • [SLOW TEST:208.246 seconds] OfflineVirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/ovm_test.go:47 A valid OfflineVirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/ovm_test.go:85 should survive guest shutdown, multiple times /root/go/src/kubevirt.io/kubevirt/tests/ovm_test.go:302 ------------------------------ • [SLOW TEST:18.656 seconds] OfflineVirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/ovm_test.go:47 A valid OfflineVirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/ovm_test.go:85 Using virtctl interface /root/go/src/kubevirt.io/kubevirt/tests/ovm_test.go:340 should start a VM once /root/go/src/kubevirt.io/kubevirt/tests/ovm_test.go:341 ------------------------------ • [SLOW TEST:22.588 seconds] OfflineVirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/ovm_test.go:47 A valid OfflineVirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/ovm_test.go:85 Using virtctl interface /root/go/src/kubevirt.io/kubevirt/tests/ovm_test.go:340 should stop a VM once /root/go/src/kubevirt.io/kubevirt/tests/ovm_test.go:372 ------------------------------ ••• ------------------------------ • [SLOW TEST:26.550 seconds] VirtualMachineReplicaSet /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:44 should update readyReplicas once VMs are up /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:126 ------------------------------ •• ------------------------------ • [SLOW TEST:5.650 seconds] VirtualMachineReplicaSet /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:44 should not scale when paused and scale when resume /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:192 ------------------------------ • [SLOW TEST:45.653 seconds] RegistryDisk /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:42 Starting and stopping the same VM /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:91 with ephemeral registry disk /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:92 should success multiple times /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:93 ------------------------------ • [SLOW TEST:19.870 seconds] RegistryDisk /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:42 Starting a VM /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:112 with ephemeral registry disk /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:113 should not modify the spec on status update /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:114 ------------------------------ • [SLOW TEST:37.802 seconds] RegistryDisk /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:42 Starting multiple VMs /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:130 with ephemeral registry disk /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:131 should success /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:132 ------------------------------ • [SLOW TEST:38.701 seconds] LeaderElection /root/go/src/kubevirt.io/kubevirt/tests/controller_leader_election_test.go:43 Start a VM /root/go/src/kubevirt.io/kubevirt/tests/controller_leader_election_test.go:53 when the controller pod is not running /root/go/src/kubevirt.io/kubevirt/tests/controller_leader_election_test.go:54 should success /root/go/src/kubevirt.io/kubevirt/tests/controller_leader_election_test.go:55 ------------------------------ ••••••••• ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.010 seconds] Windows VM /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:58 should succeed to start a vm [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:132 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1054 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.008 seconds] Windows VM /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:58 should succeed to stop a running vm [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:138 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1054 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.010 seconds] Windows VM /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:58 with winrm connection [BeforeEach] /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 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1054 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.010 seconds] Windows VM /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:58 with winrm connection [BeforeEach] /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 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1054 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.009 seconds] Windows VM /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:58 with kubectl command [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:225 should succeed to start a vm /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:241 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1054 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.009 seconds] Windows VM /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:58 with kubectl command [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:225 should succeed to stop a vm /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:249 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1054 ------------------------------ volumedisk0 compute • [SLOW TEST:45.304 seconds] Configurations /root/go/src/kubevirt.io/kubevirt/tests/vm_configuration_test.go:39 VM definition /root/go/src/kubevirt.io/kubevirt/tests/vm_configuration_test.go:50 with 3 CPU cores /root/go/src/kubevirt.io/kubevirt/tests/vm_configuration_test.go:51 should report 3 cpu cores under guest OS /root/go/src/kubevirt.io/kubevirt/tests/vm_configuration_test.go:57 ------------------------------ • [SLOW TEST:52.998 seconds] Configurations /root/go/src/kubevirt.io/kubevirt/tests/vm_configuration_test.go:39 New VM with all supported drives /root/go/src/kubevirt.io/kubevirt/tests/vm_configuration_test.go:109 should have all the device nodes /root/go/src/kubevirt.io/kubevirt/tests/vm_configuration_test.go:132 ------------------------------ • [SLOW TEST:6.539 seconds] Subresource Api /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:37 Rbac Authorization /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:48 with correct permissions /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:49 should be allowed to access subresource endpoint /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:50 ------------------------------ • [SLOW TEST:6.060 seconds] Subresource Api /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:37 Rbac Authorization /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:48 Without permissions /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:54 should not be able to access subresource endpoint /root/go/src/kubevirt.io/kubevirt/tests/subresource_api_test.go:55 ------------------------------ • [SLOW TEST:61.690 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vm_networking_test.go:46 VirtualMachine with nodeNetwork definition given /root/go/src/kubevirt.io/kubevirt/tests/vm_networking_test.go:108 should be able to reach /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 the Inbound VM /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • ------------------------------ • [SLOW TEST:5.112 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vm_networking_test.go:46 VirtualMachine with nodeNetwork definition given /root/go/src/kubevirt.io/kubevirt/tests/vm_networking_test.go:108 should be reachable via the propagated IP from a Pod /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 on the same node from Pod /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:5.138 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vm_networking_test.go:46 VirtualMachine with nodeNetwork definition given /root/go/src/kubevirt.io/kubevirt/tests/vm_networking_test.go:108 should be reachable via the propagated IP from a Pod /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 on a different node from Pod /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ ••• ------------------------------ • [SLOW TEST:22.506 seconds] Vmlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:44 Creating a VM /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:58 should start it /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:64 ------------------------------ • [SLOW TEST:20.660 seconds] Vmlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:44 Creating a VM /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:58 should attach virt-launcher to it /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:72 ------------------------------ ••• ------------------------------ • [SLOW TEST:18.545 seconds] Vmlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:44 Creating a VM /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:58 with user-data /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:132 without k8s secret /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:133 should retry starting the VM /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:134 ------------------------------ • [SLOW TEST:18.646 seconds] Vmlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:44 Creating a VM /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:58 with user-data /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:132 without k8s secret /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:133 should log warning and proceed once the secret is there /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:165 ------------------------------ • [SLOW TEST:59.143 seconds] Vmlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:44 Creating a VM /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:58 when virt-launcher crashes /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:213 should be stopped and have Failed phase /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:214 ------------------------------ • [SLOW TEST:44.275 seconds] Vmlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:44 Creating a VM /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:58 when virt-handler crashes /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:243 should recover and continue management /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:244 ------------------------------ S [SKIPPING] [0.413 seconds] Vmlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:44 Creating a VM /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:58 with non default namespace /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:280 should log libvirt start and stop lifecycle events of the domain /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 kubevirt-test-default [It] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Skip log query tests for JENKINS ci test environment /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:285 ------------------------------ S [SKIPPING] [0.190 seconds] Vmlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:44 Creating a VM /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:58 with non default namespace /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:280 should log libvirt start and stop lifecycle events of the domain /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 kubevirt-test-alternative [It] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Skip log query tests for JENKINS ci test environment /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:285 ------------------------------ • ------------------------------ • [SLOW TEST:41.832 seconds] Vmlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:44 Delete a VM /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:354 with an active pod. /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:355 should result in pod being terminated /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:356 ------------------------------ • [SLOW TEST:23.773 seconds] Vmlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:44 Delete a VM /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:354 with grace period greater than 0 /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:381 should run graceful shutdown /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:382 ------------------------------ • [SLOW TEST:36.268 seconds] Vmlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:44 Killed VM /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:435 should be in Failed phase /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:436 ------------------------------ • [SLOW TEST:30.559 seconds] Vmlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:44 Killed VM /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:435 should be left alone by virt-handler /root/go/src/kubevirt.io/kubevirt/tests/vmlifecycle_test.go:464 ------------------------------ • [SLOW TEST:50.650 seconds] Console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:35 A new VM /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:64 with a serial console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:65 with a cirros image /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:66 should return that we are running cirros /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:67 ------------------------------ • [SLOW TEST:61.064 seconds] Console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:35 A new VM /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:64 with a serial console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:65 with a fedora image /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:76 should return that we are running fedora /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:77 ------------------------------ • [SLOW TEST:43.559 seconds] Console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:35 A new VM /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:64 with a serial console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:65 should be able to reconnect to console multiple times /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:86 ------------------------------ 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 71 of 79 Specs in 2061.171 seconds SUCCESS! -- 71 Passed | 0 Failed | 0 Pending | 8 Skipped PASS + make cluster-down ./cluster/down.sh 5455bca285a1 c166c8805f8e c49eafd2327b 81f762dbf57c 8b3a374039f4 5455bca285a1 c166c8805f8e c49eafd2327b 81f762dbf57c 8b3a374039f4 kubevirt-functional-tests-k8s-1.10.4-release0-node01 kubevirt-functional-tests-k8s-1.10.4-release0-node02